@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}


body {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5em; /* 18px */
	font-size: 14px;
	color: #383838;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
    background-size: 100%;

}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden; 
	visibility: hidden;
	width: 0;
}


h1 {
	font-weight: 400;
	font-size: 2.333em; /* 28px */
	line-height: 1.214em; /* 34px/28px */
}

h2 {
	font-weight: bold;	
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
}

h3 {
	font-weight: 400;
	font-size: 1.333em; /* 16px */	
	line-height: 1.375em; /* 22px/16px */
}

h4 {
	font-weight: 300;
	font-size: 1.166em; /* 14px */	
	line-height: 1.428em; /* 20px/14px */	
}

h5 {
	font-weight: normal;
	font-size: 1.083em; /* 13px */	
	line-height: 1.461em; /* 19px/13px */		
}

h6 {
	font-weight: bold;
	font-size: 1em; /* 12px */	
	line-height: 1.5em; /* 18px */		
}

a, a > * {
	text-decoration: none;
	color:#000;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.grey-text {
	color: #999;	
}



/***************************************************************************************/
/************************************* GENEL AYAR *************************************/
/***************************************************************************************/


.container
{
	position:relative;
	width:1200px;
	height: auto;
	margin: auto;
}

.width-33 {	width: 33%; }
.width-34 {	width: 34%; }
.width-25 {	width: 25%; }
.width-50 {	width: 50%; }
/***************************************************************************************/
/************************************* HEADER STİLLER **********************************/
/***************************************************************************************/



.main .header
{
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 84%;
    /*margin: 0px auto 10px auto;*/
    background-position-x: 110px;
}

.main .ust-bar
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #fff 30%, #000 30%);
    color: #fff;
    border-top: 5px solid #000;
    margin-top: -1px;
}

.main .ust-bar .bar-white
{
    background: #fff;
    width: 25%;
    float: left;
    height: 40px;
}

.main .ust-bar .bar-triangle
{
    border-color: black black white white;
    border-style: solid;
    border-width: 20px 20px;
    height: 0px;
    width: 0px;
    float: left;
}

.main .ust-bar .bar-black
{
	text-align: right;
	float: left;
    background: #000;
    width: 70%;
}


.main .ust-bar a
{
    color: #fff;
}

.main .ust-bar img
{
	width: 30px;
	vertical-align: middle;
    margin: -3px 3px 3px;	
}

.main .ust-bar img:hover
{
	width: 29px;
}

.main .ust-bar .facebook_link:hover
{
	color: #34538f;
}

.main .ust-bar .instagram_link:hover
{
	color: #fb2f6d;
}

.main .logo 
{
	position: relative;
	z-index: 1000;
	width: 27%;
	float: left;
	text-align: left;
}

.main .logo img
{
	height: 90px;
	border:0px;
	margin-top: 10px;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;		
}

.main .logo img:hover
{
	height: 92px;
}



.main .container .slogan
{
	position: relative;
	color:#de2a1c;	
	font-family: 'Great Vibes', cursive;
	font-size: 25px;
	float: left;
	text-align: right;
	line-height: 150px;
	height: 150px;
}

.main .container .search
{
    position: relative;
    text-align: left;
    z-index: 4;
    float: left;
    width: 73%;
    margin-top: 30px;

/*
	-webkit-box-shadow: 0px 23px 41px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 23px 41px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 23px 41px 0px rgba(0,0,0,0.48);
*/
}

.main .container .search .header-info
{
	float: left;
    text-align: right;
    width: 25%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;;
}
.main .container .search .header-info img
{
	width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}


.main .search input[type=text]
{
	position: relative;
    width: 300px;
    height: 13px;
    font-size: 13px;
    float: right;
    padding: 5px 20px 5px 20px;
    border: 1px solid #ddd;
    background: #f3f3f4;
    margin: 11px -20px 0;
    border-radius: 10px;
    z-index: 1;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main .search #search_button
{
	position: relative;
    width: 40px;
    background-color: #e72625;
    height: 40px;
    border: 0px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    float: right;
    z-index: 2;
    margin-top: 5px;
}

.main .search #search_button img
{
	width: 25px;
}

.main .search #search_button:hover
{
	cursor: pointer;
	font-size: 35px;
}


.main .search #searchin
{
	width: 50%;
    height: 40px;
    float: right;
}


.main .search #searchin div
{
	float: left;
}


.main .search #searchin div img
{
	height: 35px;
	float: left;
}

.main .menu2
{
	display: none;
}

/***************************************************************************************/
/******************************************* MENÜ **************************************/
/***************************************************************************************/

/* fixed menu */
.sticky
{
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
    left: 0 !important;
    border-bottom: 1px solid #dff;
    z-index: 1000;
    color:#fff;
}

.sticky ul
{
	margin:20px auto !important;
}

.sticky ul a li 
{
    background: #e72625 !important;
	color:#fff !important;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}


.main .menu
{
	position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, #fff 30%, #e72625 30%);
    color: #fff;
    border-bottom: 5px solid #e72625;
    margin-top: 1px;    
}

.main .menu .bar-white
{
    background: #fff;
    width: 25%;
    float: left;
    height: 40px;
}

.main .menu .bar-triangle
{
    border-color: white #e72625 #e72625 white ;
    border-style: solid;
    border-width: 20px 20px;
    height: 0px;
    width: 0px;
    float: left;
}

.main .menu .bar-red
{
	text-align: right;
	float: left;
    background: #e72625;
}

.main .menu ul
{
	list-style: none;
	z-index: 2;
}

.main .menu ul a li {
    float: left;
    text-align: center;
    color: #fff;
    /* width: 12.37%; */
    /* border-right: 1px solid #777; */
    /* line-height: 120px; */
    /* border-radius: 5px; */
    font-size: 14px;
    margin-left: 40px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.main .menu ul a li h1
{
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}

.main .menu ul .selected 
{
	border-bottom: 5px solid #fff;
}

.main .menu ul li:hover
{
	border-bottom: 5px solid #ff7;
	cursor: pointer;

    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}

.main .menu ul li a
{
	color:#fff;
}
.main .menu ul .div_sahib li 
{
	color: #ffe800 !important;
}

.main .menu .submenu
{
	display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    background: #000;
    z-index: 5000;
    margin-top: 45px;
}

.main .menu .submenu ul
{
	list-style: none;
	margin: auto;
	text-align: center;
}

.main .menu .submenu li
{
	display: inline-block;
	/*float: right;*/
	min-width: 15%; 
	text-align: center;
    color:#fff;
	line-height: 25px;
}

.main .menu .submenu li:hover
{
	font-size: 14px;
}

.main .catmenu
{
	width: 100%;
	margin:10px 0 10px 10px;
}

.main .catmenu ul
{
	list-style: none;
	width: 100%;
	height: 30px;
}

.main .catmenu ul li 
{
	float: left;
	min-width: 15%;
	border:1px solid #eee;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f9f9f9;
}
.main .catmenu ul .selected
{
	background:#eee;
}

.main .slider-bar
{
	width: 100%;
	height: 70px;
}

.main .slider-bar img
{
	width: 100%;
}

.main .slider-title
{
    position: absolute;
    top: 250px;
    right: 15%;
    text-align: left;
    z-index: 5;
    font-weight: bold;
    
    text-shadow: 0px 0px 5px #ffffff;
}

.main .slider-title .t1
{
	color: #f00;
	font-size: 35px;
	height: 50px;
}

.main .slider-title .t2
{
	color: #fff;
	font-size: 35px;
	height: 50px;
	
}

.main .slider-title .t3
{
	color: #000;
	font-size: 15px;
	height: 50px;
	
}

.pageSlider
{
    height: 250px;
    overflow: hidden;	
}


/***************************************************************************************/
/******************************** ALT METİN ALANLARI STİLİ *****************************/
/***************************************************************************************/

.main .text_menu
{
	position: relative;
	text-align:center;
	width:100%;
	padding: 10px;
	float: left;
}

.main .text_menu h4
{
	font-size: 20px;
	font-weight: bold;
}

.main .text_menu .btn
{
	position: relative;
	width: 200px;
	padding: 2px;
	margin: 5px auto;
	background: #e72625;
	font-weight: bold;
	color: #fff;
}

.main .text_menu .btn a{
	color: #fff;
}


.main .text_menu .main-card
{
    width: 90%;
    margin: auto;
    height: 180px;
    margin-top: -65px;
    color: #fff;
}

.main .text_menu .main-card .card
{
	float: left;
	width: 33%;
	background: #000;
	height: 140px;
	padding-top: 20px;
}

.main .text_menu .main-card .red
{
	position: relative;
	background: #f00;
	height: 180px;
	margin-top: -20px;
}

.main .text_menu .main-card .red .corner1
{
    border-color: transparent #a20006 #a20006 transparent ;
    border-style: solid;
    border-width: 10px 10px;
    height: 0px;
    width: 0px;
    float: left;
    margin: -20px;
}

.main .text_menu .main-card .red .corner2
{
	position: absolute;
    border-color: transparent  transparent #a20006  #a20006 ;
    border-style: solid;
    border-width: 10px 10px;
    height: 0px;
    width: 0px;
    right: -20px;
    top: 0;
}

.main .text_menu .main-card .red .corner3
{
	position: absolute;
    border-color:  #a20006 #a20006 transparent transparent;
    border-style: solid;
    border-width: 10px 10px;
    height: 0px;
    width: 0px;
    left: -20px;
    bottom: 0;
}

.main .text_menu .main-card .red .corner4
{

    position: absolute;
    border-color: #a20006 transparent transparent #a20006;
    border-style: solid;
    border-width: 10px 10px;
    height: 0px;
    width: 0px;
    right: -20px;
    bottom: 0;
}
.main .text_menu .main-card .card h3
{
	color: #fff;
	font-weight: bold;
}

.main .text_menu .main-card .card p
{
	padding: 5px;
}
.main .aboutdiv
{
	float: left;
	width: 535px;
	background-color: #2b7a9f;
	overflow: hidden;
	text-align: center;
	margin-bottom: 100px;
}

.main .aboutdiv img
{
	margin: 10px 10px 5px 10px;
}

.main .aboutdivtext
{
    position: relative;
    width: 80%;
    padding: 20px;
    text-align: center;
    font-size: 17px;
    margin: 20px auto;
}

.main .aboutdivtext h2
{
	font-size: 28px;
    color: #303030;
    height: 55px;
}

.main .aboutdivtext .h2-shadow
{
	font-size: 44px;
    color: #cecece;
    position: absolute;
    top: 4px;
    z-index: -1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    width: 95%;
}

.main .aboutdivtext img
{
	width: 90%;
}

.main .main_text
{
	float: left;
	height: 200px;
	width: 580px;
	padding: 10px;
	text-align: left;
	font-size: 17px;
}

.main .main_text h2
{
	font-size: 40px;
	color:red;
	margin-bottom: 20px;
}

.main .righttext
{
	text-align: right;
}

.main .mainprd
{
	float: left;
	width: 30%;
	text-align: center;
	margin: auto;
	padding: 0.5%;
}

.main .mainprd img
{
	height: 140px;
	vertical-align: middle;
	margin: auto;
}

.main .brand
{
	margin-top: 40px;
}

.main .mainprd2 
{
	float: left;
    width: 30%;
    text-align: center;
    margin: auto;
    border: 1px solid #ccc;
    margin: 5px;
    height: 90px;	
}

.main .mainprd2 img
{
	vertical-align: middle;
    margin: auto;
    width: 100%;
}

.slick-prev:before, .slick-next:before
{
	color: #e72625 !important;
}

.main .mainprdh2
{
	font-size: 30px;
	color:red;
	margin-bottom: 30px;
}

.main .text_module
{
	position: relative;
    float: left;
    width: 280px;
    height: 179px;
    background: #fff;
    text-align: center;
    overflow: hidden;
	padding: 14px;
    margin: 5px;
    z-index: 6;
    /*border: 1px solid #8f8f8f;*/
    background: url("../images/product-border.png");
    background-repeat: no-repeat;
    background-size: 100%;

    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main .text_module:hover
{
	background: #ffd8bb;
}


.main .text_module .text_button
{
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    color: #000;
    padding: 3px;
    margin: 2px;
    bottom: -4px;
    right: -4px;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

.main .text_module .text_button .alttext 
{
	position: absolute; 
	display:none; 
	left; top:0; 
	left:100%; 
	z-index: 200;
	min-width: 250px;
}

.main .text_module .text_button a { color:#000; }

.main .text_module .text_button .alttext ul { list-style: none; }
.main .text_module .text_button .alttext a { color:#fff; }
.main .text_module .text_button .alttext li { margin: 2px; padding: 2px; }

.main .text_module .text_button:hover {	border-radius: 25px; }

.main .text_module .text_img
{
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px;
}

.main .text_module .text_img img
{
	max-width: 165px;
	min-width: 100%;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

.main .text_module .text_img img:hover
{
	min-width: 110%;
}

.main .tmodule1
{
	height: 250px;
	text-align: left;
	text-align: center;
}

.main .tmodule1 p
{
	text-align: left !important;
}

.main .tmodule1 h2
{
    margin: 15px 0 10px 0 !important;
    border-bottom: 0px solid #000;
    font-weight: 100;
    color: #616161;
    font-size: 17px;
}

.main .text_module .text_img2
{
	position: absolute;
	margin: 5px;
	top: 0;
	left:0;
    width: 298px;
    height: 197px;
    overflow: hidden;
    /*border:1px solid #b8b8b8;*/
 }

.main .text_module .text_img2 img
{
	/*min-height: 100%;*/
	max-height: 205px;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	
}

.main .text_module hr
{
	width: 80%;
	margin-left:10%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.main .text_module p
{
	width: 225px;
	height: 105px;
	text-align: center;
	overflow: hidden;
}

.main .text_module h2
{
	margin: 15px;
    color: #238be6;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */	
    text-transform: uppercase;
}


/********************************************** MAIN ANIMATED IMG ********************************************************/

.main .container .mainimg
{
	height: 750px;
}

.main .container .mainimg1 img , .main .container .mainimg4 img
{
	max-width: 100%;
	max-height: 480px;
}

.main .container .mainimg2 img , .main .container .mainimg3 img
{
	max-width: 100%;
	max-height: 240px;
}

.main .container .mainimg1
{
	position: absolute;
	width: 48%;
	height: 480px;
	top: 0;
	left: 0;
	overflow: hidden;
}

.main .container .mainimg2
{
	position: absolute;
	width: 48%;
	height: 240px;
	top: 0;
	right: 0;
	overflow: hidden;
}

.main .container .mainimg3
{
	position: absolute;
	width: 48%;
	height: 230px;
	top: 500px;
	left: 0;
	overflow: hidden;
}

.main .container .mainimg4
{
	position: absolute;
	width: 48%;
	height: 480px;
	top: 250px;
	right: 0;
	overflow: hidden;
}

/*************************************************************************************************************************/

.main .sosyal
{
	position: relative;
	margin-top:10px;
	float: right;
	width: 320px;
}

.main .bilgilendirme 
{
	position: relative;
	float:left; 
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;
	z-index: 5;

}

.main .bilgilendirme .baslik 
{
	position: absolute;
    left: -160px;
    top: 170px;
	z-index: 1;
	width: 350px;
	height: 25px;
	line-height: 25px;
	background-color: #e72625;
	color:#fff;
	text-align: center;
	letter-spacing: 5px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);	
	-moz-transform:rotate(-90deg);	
}

.main .bilgilendirme .baslik a
{
	color:#fff;
}


.main .bilgilendirme ul { list-style: none; width: 205px !important;}

.main .bilgilendirme ul li 
{
	position: relative;
	height: 50px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;

	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;

}

.main .bilgilendirme ul li a
{
	color:#1b4a9d;
}


.main .bilgilendirme ul li span
{
	position: absolute;
	right: 5px;
	color: #69abca;
	clear: both;
	display: block;
}

.main .bilgilendirme ul li .desc
{
	font-size: 11px;
	color:#999;
}

.main .bilgilendirme ul li:hover
{
	cursor: pointer;
	background: #eee;
	color: #c0962f;
}

.main .bilgilendirme ul li img
{
	height: 20px;
	vertical-align: -15%;
	margin-right: 20px;
}

/******************************** bilgilendirme ***************************************/


.main .bilgiler
{
	position: relative;
	height: 100px;
	width: 100%;
	background:#fff;
	margin:15px auto 20px auto;
}

.main .bilgiler .madde
{
	position: relative;
	height: 80px;
	margin:5px;
	background: #fff;
	border:1px solid #ddd;
	padding: 5px;
	font-size: 12px;
}

.main .bilgiler .madde img
{
	height: 100%;
	vertical-align: middle;
	float: left;
	margin-right:5px;
	max-width: 120px;
}

.main .bilgiler .madde span
{
	color:#19395B;
	right:3px;
	top:5px;
	position: absolute;
}

.main .bilgiler .madde h4
{
	font-size: 15px;
}


/******************************** makaleler ***************************************/

.main .text_menu h3
{
	position: relative;
	color:#bd0303;
	height: 30px;
	line-height: 30px;
	margin-left: -23px;
	margin-right: -10px;
	/* margin-top: 25px; */
	margin-bottom: 15px;
	text-align: center;
}

.main .text_menu h3 .img_div
{
	position: absolute;
	left:10px;
	top:-25px;
	z-index: 5;
	background: #fff;
	border-radius: 50%;
}

.main .text_menu h3 .img_div img
{
	max-height: 75px;
}

.main .makaleler
{
	position: relative;
	width: 100%;
	background:#fff;
	margin:auto;
}

.main .makaleler .madde
{
    position: relative;
    height: 200px;
    width: 32.1%;
    margin: 5px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    /* padding: 5px; */
    font-size: 12px;
    float: left;
    overflow: hidden;
}

.main .container .text_menu .makaleler .madde:hover  h4
{
	background: #19395b !important;
}

.main .makaleler .madde img
{
    max-width: 100%;
    /* max-height: 250px; */
    margin-right: 5px;
    margin: auto;
    display: block;
    z-index: -1;
}


.main .makaleler .madde h4
{
    position: absolute;
    color: #fff;
    background: #e72625;
    font-size: 15px;
    /* margin-top: 0px; */
    width: 104%;
    margin-left: -6px;
    height: 30px;
    line-height: 30px;
    bottom: 0;
	
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



/***************************************************************************************/
/************************************* SLİDER STİL **********************************/
/***************************************************************************************/



.main .slider 
{
	margin:10px auto;
	max-width:998px;
	border-radius: 10px !important
}


/***************************************************************************************/
/************************************* KURUMSAL SAYFA STİL **********************************/
/***************************************************************************************/


.main .icsayfa
{
    width: 75%;
    height: auto;
    min-height: 400px;
    float: left;
    margin-bottom: 10px;
    margin-top: 15px;
    z-index: 90;
    padding-left: 20px;
    padding-top: 20px;
}

.main .icsayfa img
{
	position: relative;
	margin-top: 50px;
	max-width: 100%;
	border:1px solid #eee;
}

.main .icsayfa .keywords 
{
	color:#ccc;
	margin-top:25px;
}

.main .icsayfa .keywords a
{
	color:#ccc;
}

.main .icsayfa .keywords a:hover
{
	color:#999;
}

.main .yanmenu
{
	width: 20%;
    height: auto;
    min-height: 200px;
    line-height: 35px;
    float: right;
    border: 0px;
    /* margin-right: 30px; */
    margin-top: 15px;
    z-index: 100;
    background: #fff;
    padding-left: 12px;
    color: #999;
    text-align: right;
	border-left: 1px solid #e6e6e6;
    padding-right: 5px;
}

.main .yanmenu a
{
	color:#999;
}

.main .yanmenu a:hover
{
	color:#000;
	padding-left: 5px;

	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
}

.main .yanmenu li
{
	list-style: none;
}

.main .yanmenu .selected
{
	/*padding:4px;*/

/*	background: #eee; 
	background: -moz-linear-gradient(right,  #eee 0%, #fff 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(right,  #eee 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to left,  #eee 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */


}


.main .yanmenu .selected a
{
	color: #990000;
	margin-left:12px;
}




/***************************************************************************************/
/************************** hizmetlerimiz sayfası için *********************************/
/***************************************************************************************/



.main .servicediv 
{
	position: relative;
	float: left;
	margin-top:15px;
	width: 100%;
	min-height: 150px;
	height: auto;

}

.main .servicediv h2,p
{
	margin: 20px 0;
}

.main .service_menu
{
	/*margin-top: 60px;*/
	float:left;
	width: 25%;
}


.main .serviceimg 
{
	position: relative;
	float: left;
	width: 31%;
	height: 325px;
	overflow: hidden;
	margin: 0 0 10px 10px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 225px;
	border: 6px solid #efefef;

}


.main .serviceimg:hover .baslik
{
	background: #f8f9f9;

	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;			
}



.main .serviceimg:hover img
{
	max-width: 110% !important;
	width: 110% !important;

	-moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;	
}

.main .serviceimg .divimg 
{
	position: relative;
	height: 280px;
	overflow: hidden;
}

.main .serviceimg .divimg img
{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: auto;
	max-width: 100%;
    vertical-align: middle;
	z-index: 0;


	-moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;	
}


.main .serviceimg .divimg2
{
	position: relative;
	height: 175px;
	width: 75%;
	margin:auto;
	border-radius: 50%;
	overflow: hidden;
}

.main .serviceimg .divimg2 img
{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: auto;
	max-width: 100%;
    vertical-align: middle;
	z-index: 0;


	-moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;	
}



.main .serviceimg .baslik
{
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	z-index: 2;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
    font-weight: bold;
}

.main .serviceimg .baslik a
{
	color : #464646;
	font-size: 20px;
}

.main .serviceimg .bilgi
{
	position: relative;
	width: 95%;
	text-align: left;
	z-index: 3;
	line-height: 25px;
	padding: 10px;
}

.main .serviceimg .devam
{
	position: absolute;
	right: 0;
	bottom:0;
	line-height: 20px;
	background-color: #293452;
	padding: 5px 10px 7px 15px;
	color: #eee;
	z-index: 5;
	border-top-left-radius: 5px;
}

.main .serviceimg .devam:hover
{
	color:#e72625;
}

.main .serviceimg .baslik span
{
	font-size: 10px;
	margin-top: 3px;
	clear: both;
	display: block;
	color:#fff;
}


.main .detailimg
{
	position: relative;
	width: 25%;
	height: auto;
    float: left;
	margin: 20px;
	border:20px solid #eee;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.main .detailimg:hover
{
	border:20px solid #dadada;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */	
}


/***************************************************************************************/
/************************************ HİZMET DETAY STİL ****************************/
/***************************************************************************************/


.main .servicedetail
{
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	/*margin: 20px 15px 20px 15px;*/
    background-color: #fff;
    text-align: left;
    line-height: 125px;
    min-height: 500px;
}

.main .servicedetail:hover .baslik
{
	background: #e72625;

	-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;			
}


.main .servicedetail .salesbtn
{
	width: 200px;
	height: 40px;
	background:#cd2c30;
	color:#fff;
	border:1px solid #eee;
}


.main .servicedetail .baslik
{
	position: relative;
	background-color: #4c4c4c;
	color:#fff;
	width: 99.2%;
	text-align: left;
	height: 25px;
	line-height: 20px;
	padding: 5px;
	z-index: 2;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
}

.main .servicedetail .baslik a
{
	color : #fff;
}

.main .servicedetail .divimg 
{
	position: relative;
	float:left;
	width: 50%;
	/*max-height: 400px;*/
}

.main .servicedetail .divimg img
{
	position: relative;
	max-width: 100%;
	max-height: 300px;
	height: auto;
    vertical-align: middle;
	z-index: 0;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    border:1px solid #000;

	-moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;	
}


.main .servicedetail .divimg .divaltimg
{
	position: relative;
}

.main .servicedetail .divimg .divaltimg img
{
	max-width: 75px;
	float: left;
	margin:10px;
	margin-left:0px;
}

.main .servicedetail .divimg .divaltimg img:hover
{
	border:1px solid #ccc;
}

.main .servicedetail .bilgi
{
	position: relative;
	text-align: left;
	line-height: 25px;
	padding: 10px;
	float:left;
}

.main .servicedetail .keywords a
{
	color:#ccc;
}

.main .servicedetail .keywords a:hover
{
	color:#e72625;
	font-size: 16px;

	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
}


.main .servicedetail .ozellikler
{
	min-height: 350px;
	width: 50%;
	float: right;
}
.main .servicedetail .ozellikler li
{
	list-style: none;
	line-height: 35px;
}

.main .servicedetail .ozellikler li span
{
	font-weight: bold;
}

.main .servicedetail .devam
{
	position: absolute;
	right: 0;
	bottom:0;
	line-height: 20px;
	background-color: #293452;
	padding: 5px 10px 7px 10px;
	color: #eee;
	z-index: 5;
	border-top-left-radius: 10px;
}

.main .servicedetail .devam:hover
{
	color:#e72625;
}

.main .servicedetail .baslik span
{
	font-size: 10px;
	margin-top: 3px;
	clear: both;
	display: block;
	color:#fff;
	float: right;
}

.main .servicedetail .satir 
{
	width: 100%;
	display: block;
	clear: both;
}

.main .servicedetail .satir .baslik
{
	background: #fff;
	float: left;
	width: 30%;
	color:#000;
	text-align: left;
}

.main .servicedetail .satir .alan
{
	float: left;
	width: 60%;
}


.main .servicedetail .satir .alan input[type=text]
{
	width: 90%;
	border: 1px solid #eee;
	padding: 2px;
}

.main .servicedetail .satir .alan input[type=submit]
{
	width: 92%;
	border: 1px solid #999;
	padding: 2px;
	background: #e72625;
	color:#fff;

	-moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;	
}

.main .servicedetail .satir .alan input[type=submit]:hover
{
	background: #900;
}


/***************************************************************************************/
/************************************** REFERANSLAR SAYFA STİL *****************************/
/***************************************************************************************/



.icerik
{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 350px;
	margin: 2% auto;
	display: inline-block;
	/*padding-top:20px;*/
	text-align: left;
	margin-bottom: 40px;
}



.main .referansimg 
{
	position: relative;
	float: left;
	width: 28.8%;
	height: 250px;
	overflow: hidden;
	margin: 20px;
	border:2px solid #eee;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    background-color: #fff;
    line-height: 250px;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;

}


.main .referansimg img
{
	position: relative;
	max-height: 100%;
	max-width: 100%;
    vertical-align: middle;
	z-index: 0;

}

.main .referansimg:hover
{
	border:2px solid #e72625;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */	
    cursor: pointer;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    
}

.main .referansimg .baslik
{
	position: absolute;
	top:-115px;
	width: 100%;
	height: 25px;
	z-index: 2;
	font-weight: bold;
	text-align: right;
}


.main .referansimg .bilgi
{
	position: absolute;
	bottom:-115px;
	left: 10px;
	width: 95%;
	text-align: left;
	z-index: 3;
}



/***************************************************************************************/
/*********************************** İLETİŞİM STİL *****************************/
/***************************************************************************************/


.main .mapdiv
{
	position: relative;
	clear: both;
	display: block;
	border: 0px solid #999;
	height:400px;
	width: 100%;
	z-index: 1;

}

.main .mapdiv .mapdiv-shape
{
	position: absolute;
	height:400px;
	width: 100%;
	z-index: 10 !important;
	background: #eee;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    text-align: center;
    font-size: 30px;
    line-height: 400px;
}

.main .form_title
{
	width: 65%;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 20px auto;
}

.main .form_title .u
{
	width: 62px;
	border-bottom: 2px red solid;
	float: left;
}

.main .contact_form
{
	width: 49%;
	float: left;
	text-align: left;
	margin-right: 1%;
	margin-top: 15px;
}

.main .contact_form .row
{
	clear: both;
	display: block;
	height: 50px;
}


.main .contact_form .row .titled
{
	width: 40%;
	min-height: 25px; 
	float: left;
	color: #999;
}

.main .contact_form .row .inputd
{
	width: 60%;
	float: left;
	font-weight: 300;
}

.main .contact_form .row .inputd input[type=text] , .main .contact_form .row .inputd textarea , .main .contact_form .row .inputd  input[type=submit]
{
	width: 100%;
	float: left;
	border:1px solid #ccc; 
	height: 25px;
	padding: 2px;
}


.main .contact_form .row .inputd select 
{
	width: 32.9%;
	float: left;
	border:1px solid #ccc; 
	height: 35px;
	margin-left: 2px;
}


.main .contact_form .row .inputd input:focus, .main .contact_form .row .inputd textarea:focus
{
	border:1px solid #e72625; 
}


.main .contact_form .row .inputd textarea
{
	height: 75px;
	margin-bottom: 19px;
}

.main .contact_form .row .inputd input[type=submit]
{
	width: 40%;
	float: right;	
	margin-top: 20px;
	color: #fff;
	cursor: pointer;
	background: #e72625;
	height: 40px;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	

}

.main .contact_form .row .inputd input[type=submit]:hover
{
	background: #293452;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	
}

.main .contact_form .row img
{
	width: 400px;
    border: 2px solid #ccc;
}

/***************************************************************************************/
/**************************** ŞUBE İÇERİK STİLİ ****************************************/
/***************************************************************************************/


.main .icerik_sube
{
	width: 99%;
	float: left;
	text-align: left;
	margin-right: 1%;
	/*margin-top: 30px;*/
}


.main .icerik_sube .satir
{
	clear: both;
	display: block;
	height: 50px;
}



.main .icerik_sube .satir .alan
{
	width: 40%;
	float: left;
	font-weight: 300;
}

.main .icerik_sube .satir .harita
{
	width: 59.7%;
	float: left;
	font-weight: 300;
	border:1px solid #999;
}

/***************************************************************************************/
/**************************** BİLGİ FORMU STİLİ ****************************************/
/***************************************************************************************/

.bilgiform
{
	width: 90%;
	min-height: 450px;
	margin:auto;
}

.bilgiform .baslik
{
	width: 30%;
	float: left;
	height: 25px;
	line-height: 25px;
	margin:5px 0 5px 0;
}

.bilgiform .alan
{
	width: 70%;
	float: left;
	min-height: 25px;
	line-height: 25px;
	margin:5px 0 5px 0;
}


.bilgiform .alan textarea
{
	height: 70px;
}

.bilgiform .alan input[type=text] 
{
	width: 100%;
}

.bilgiform .alan .bilgi_img
{
	height: 60px;
}

/***************************************************************************************/
/**************************** SIKÇA SORULAN SORULAR SAYFASI ****************************/
/***************************************************************************************/

.main .sssdiv
{
	/*margin-top: 130px;*/
	min-height: 450px;
}

.main .sssdiv ul
{
	list-style: none;
}

.main .sssdiv ul li 
{
	position: relative;
	padding: 10px;
	padding-left: 25px;
	border:1px solid #eee;
	overflow: hidden;
	padding-top: 60px;
	margin-top: 25px;
}


.main .sssdiv ul li:hover
{
	border:1px solid #990000;
	cursor: pointer;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	
}

.main .sssdiv ul li div
{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	padding:10px; 
	padding-left: 25px;
	clear: both;
	background: #eee;
	font-size: 20px;
	color:#293452;
}


.main .sssdiv form
{
	margin-top: 65px;
}

.main .sssdiv .satir
{
	clear: both;
	display: block;
	height: 50px;
	margin-top: 15px;
}


.main .sssdiv .satir .baslik
{
	width: 25%;
	min-height: 25px; 
	float: left;
	color: #999;
}

.main .sssdiv .satir .alan
{
	width: 75%;
	float: left;
	font-weight: 300;
}

.main .sssdiv .satir .alan input[type=text] , textarea , input[type=submit]
{
	width: 100%;
	float: left;
	border:1px solid #ccc; 
	height: 25px;
}

.main .sssdiv .satir .alan input:focus,textarea:focus
{
	border:1px solid #e72625; 
}


.main .sssdiv .satir .alan textarea
{
	height: 70px;
	margin-bottom: 20px;
}

.main .sssdiv .satir .alan  input[type=submit]
{
	width: 40%;
	float: right;
	margin-top: 20px;
	color: #fff;
	cursor: pointer;
	background: #e72625;
	height: 40px;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	

}

.main .sssdiv .satir .alan  input[type=submit]:hover
{
	background: #293452;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	
}



/***************************************************************************************/
/************************** DUYURULAR / BİLGİLENDİRME STİL  ****************************/
/***************************************************************************************/


.main .bildiv
{
	margin-top: 15px;
	min-height: 250px;
}

.main .bildiv ul
{
	list-style: none;
	margin-top: 25px;
}

.main .bildiv ul li 
{
	position: relative;
	padding: 10px;
	padding-left: 25px;
	border:1px solid #eee;
	overflow: hidden;
	padding-top: 60px;
	margin-top: 25px;

}

.main .bildiv ul li img
{
	position: relative;
	height: 50px;
	float: right;
}


.main .bildiv ul li:hover
{
	border:1px solid #990000;
	cursor: pointer;
	background: #f7fff6;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;	    	
}

.main .bildiv ul li div
{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	padding:10px; 
	padding-left: 25px;
	clear: both;
	background: #eee;
	font-size: 15px;
	color:#293452;
	float: left;
	overflow: hidden;

}

.main .bildiv ul li div p
{
	color:#fff;
	height: 100%;
	width: 175px;
	float: right;
	margin: -10px 10px -14px -25px ;
	padding : 10px;
	text-align: center;
}

.main .bildiv ul li div span
{
	float: right;
	margin-right: 40px;
}

.main .bilgilendirmediv
{
	padding: 15px;
	text-align: left;
	min-height: 400px;

    -webkit-box-shadow: 0px 2px 5px 2px rgba(186, 186, 186, 0.75);
    -moz-box-shadow: 0px 2px 5px 2px rgba(186, 186, 186, 0.75);
    box-shadow: 0px 2px 5px 2px rgba(186, 186, 186, 0.75);
}

.main .bilgilendirmediv .baslik
{
	text-align: right;
	color:#999;
	margin-bottom: 10px;
}

.main .bilgilendirmediv img
{
    min-width: 400px;
    max-width: 95%;
	margin: 25px;
	border:1px solid #000;
}

.main .bilgilendirmediv ul
{
	list-style: none;
	margin-top: 10px;
}

.main .bilgilendirmediv ul li
{
	position: relative;
	padding: 10px;
	border:1px solid #eee;
	overflow: hidden;
	padding-top: 10px;
	margin-top: 5px;
}


/***************************************************************************************/
/************************************ resim galerisi stil ****************************/
/***************************************************************************************/


.main .minigaleri
{
	position: relative;
	width: 30.6%;
	text-align: center;
	margin:40px auto;
	padding: 5px;
	float:left;
	max-height: 368px;
	overflow: hidden;
	border:1px solid #e72625;
}

.main .minigaleri ul
{
	list-style: none;
	min-height: 367px;
}

.main .minigaleri li
{
	float: left;
	width: 100px;
}

.main .minigaleri .baslik
{
	position: absolute;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-align: center;
	bottom:0px;
	left:0px;
	color:#fff;
	background: #e72625;
	z-index: 10;
}

.main .minigaleri .baslik a
{
	color:#fff;
}

.main .minigaleri img
{
	max-width: 90px;
	max-height: 90px;
	min-width: 50px;
	min-height: 50px;
	border:1px solid #ccc;
	float: left;
	margin: 5px;
}

.main .minigaleri img:hover
{
	border:1px solid #e72625;
}

.main .anagaleri
{
	position: relative;
	width: 100%;
	text-align: center;
	margin:15px auto;
	overflow: hidden;
	border:1px solid #e72625;
}

.main .anagaleri ul
{
	list-style: none;
}

.main .anagaleri li
{
	position: relative;
	float:left;
	width: 275px;
	height: 265px;
	text-align: center;
	border:1px solid #ccc;
	margin:10px;
	overflow: hidden;
}

.main .anagaleri .baslik a
{
	color:#fff;
}

.main .anagaleri span
{
	position: absolute;
	bottom:0;
	display: block;
	width: 100%;
	background: #f5f5f5;
	margin:auto;
	padding: 3px;
	color:#000;
}



.main .anagaleri img
{
	height: 300px;
	margin: auto;
}

.main .anagaleri li:hover
{
	border:1px solid #eee;
}



/***************************************************************************************/
/************************************ BULUNAMADI STİL ****************************/
/***************************************************************************************/


.main .bulunamadi
{
	text-align: center;
	height: 250px;
	font-size: 32px;
	color:#a71c17;
	margin-top: 200px;
}

.main .bulunamadi span
{
	font-size: 18px;
	margin-top: 15px;
	clear: both;
	display: block;
}

.main .bulunamadi span a
{
	color:#5288e2;
}


/***************************************************************************************/
/************************************* FOOTER STİL **********************************/
/***************************************************************************************/


.main .bottom-line
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	bottom: 0;
	text-align: left;
	color:#eee;
	background:#e72625;
	display: inline-block;
}

.main .bottom-line .footdiv
{
	float: left;
	font-size: 15px;
	padding: 5px;
	margin: 2%;
}

.main .bottom-line .d7-24
{
    position: absolute;
    top: 175px;
    left: 100px;
    display: block;
}

.main .bottom-line .d7-24 img
{
	height: auto !important;
}

.main .bottom-line .footdiv h3
{
	text-align: center;
	font-size: 20px;
}

.main .bottom-line .footdiv .contact 
{
	margin-top: 12px;
}

.main .bottom-line .footdiv .contact img
{
	vertical-align: middle;
	width: 28px;
    margin-right: 5px;	
}

.main .bottom-line .footdiv .social
{
    width: 60px !important;
    float: left !important;
}

.main .bottom-line .right
{
	text-align: right;
	float:right;
	
}

.main .bottom-line .copyright
{
	background: #fff;
	color:#999;
	width: 100%;
	text-align: right;
	float:left;
    height: 50px;
    line-height: 50px;	
    font-size: 14px;
}

.main .bottom-line .copyright a
{
	color: #999;
}

.main .bottom-line .copyright img
{
	height: 30px;
    vertical-align: middle;
}	

.main .bottom-line a
{
	color:#fff;
}

.main .bottom-line a:hover
{
	color:#000;
}

.main .topbtn
{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 40px;
}



/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/



/* ekranlar */
@media (max-width:480px){

	.container
	{
		position:relative;
		width:95%;
		height: auto;
		margin: auto;
	}

	.main .search input[type=text]
	{
		width: 80%;
	}

	.main .header
	{
		background: #fff;
		height: 250px;
	}

	.main .ust-bar
	{
	    width: 100%;
	    height: 70px;
	    line-height: 30px;
	    background: #000;
	    color: #fff;
	    border-top: 0px;
	    margin-top: 0px;		
	}

	.main .ust-bar .bar-white , .main .ust-bar .bar-triangle
	{
		display: none;
	}

	.main .ust-bar .bar-black
	{
		text-align: center;
		width: 100%;
	}

	.main .ust-bar .bar-black span
	{
		display: block;
	}

	.main .width-33 , .main .width-34
	{
		width: 100%;
	}

	.main .header .logo
	{
		width: 100%;
		text-align: center;
	}

	.main .header .logo img
	{
	    position: relative;
	    margin: 10px auto;
	}

	.main .menu
	{
		display: none;
	}

	.main .menu2
	{
		display: block;
	    position: relative;
	    z-index: 1000;
	    width: 95%;
	    text-align: left;
	    background: #e72625;
	    padding: 10px;
	    color: #fff;
	}

	.main .menu2 img
	{
		vertical-align: middle;
	}

	.main .minimenu
	{
		width: 100%;
		height: 0px;
		background: #0e76f9;
	}

	.main .minimenu ul
	{
		display: none;
	}

	.main .minimenu ul li
	{
		background: #5f5959;
		text-align: center;
		height: 45px;
		border-radius: 4px;
		color:#fff;
		margin-top: 2px;
		font-size: 20px;
		line-height: 45px;
	}

	.main .minimenu ul li a
	{
		color:#fff;
	}

	.main .slider-title
	{
		top: 380px;
	}

	.main .slider-title .t1 , .main .slider-title .t2
	{
		height: 40px;
	}

	.main .text_menu .main-card .card
	{
		width: 100%;
	}

	.main .text_menu .main-card .red .corner1 , .corner2 , .corner3 , .corner4
	{
		display: none;
	}

	.main .text_menu
	{
		width: 95%;
		margin-top: 100px;
	}

	.main .aboutdivtext
	{
		width: 100%;
		padding: 0;
	}

	.main .mainprd2
	{
		height: auto;
	}

	.main .bottom-line .d7-24
	{
	    position: relative;
	    top: 0;
	    left: 38%;		
	}

	.main .contact_form .row .inputd
	{
		width: 100%;
	}

	.main .bottom-line .copyright
	{
		padding-top: 10px;
		width: 100%;
		font-size: 12px;
	}

	.main .bottom-line .copyright img
	{
		height: 25px;
	}

	.main .servicedetail .divimg img
	{
		width: 100% !important;
	}









	.main .container .search
	{
		width: 100%;
		z-index: 101;
		margin-top: 0;
	}

	.main .container .search .header-info
	{
		width: 100%;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}

	.main .search #searchin
	{
		width: 100%;
	}

	.main .container .slogan
	{
		text-align: center;
	    line-height: 50px;
	    height: 50px;		
	}


	.main .slider-bar
	{
		display: none;
	}

	.main .container .mainimg
	{
		height: 960px;
	}

	.main .container .mainimg1
	{
		width: 100%;
		height: auto;
	}

	.main .container .mainimg2
	{
		width: 100%;
		height: auto;
		top:330px;
	}

	.main .container .mainimg3
	{
		width: 100%;
		height: auto;
		top:825px;
	}

	.main .container .mainimg4
	{
		width: 100%;
		height: auto;
		top:495px;
	}

	.main .catmenu
	{
		margin-top: 20px;
	}

	.main .catmenu ul li
	{
		margin: 5px;
	}

	.main .slider
	{
		max-width:98%;
		height: 130px !important;
		margin-bottom: 20px;
	}


	/* hizmetler bölümü ve kadro bölümü stilleri */

	.main .anasolmenu
	{
		width: 98%;
		padding: 3px,
	}

	.main .anasolmenu div
	{
		background: #075dc9;
		color:#fff;
		border-radius: 3px;
	}

	.main .anasolmenu div a
	{
		color:#fff;
	} 




	.main .text_menu h3
	{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}

	.main .text_module
	{
		width: 97%;
		padding: 10px;
	}
	
	.main .text_module .text_img2
	{
		width: auto;
	}

	.main .text_module .text_img
	{
		margin: auto;
	}
	
	.main .tmodule1 
	{
		height: 250px !important;
	}

	.main .tmodule1 h2
	{
		margin-top: 210px !important;
	}

	.main .bilgilendirme
	{
		width: 97%;
		padding-left: 15px;
		padding-top: 0px;
	}

	.main .bildiv ul li div p
	{
		display: none;
	}

	.main .bilgilendirme ul
	{
		width: 97% !important;
	}

	.main .hizli_form .alan
	{
		text-align: center;
	}

	.main .hizli_form .baslik
	{
		height: 75px;

	}

	.main .hizli_form .alan input
	{
		width: 96%;
	    margin: 5px;
	}
	.main .hizli_form .alan #tarih
	{

		width: 96% !important;
	    margin: 5px;
	}
	.main .hizli_form .alan select
	{
		width: 97%;
	    margin: 5px;
	}

	.main .hizli_form .alan textarea
	{
		width: 96%;
	    margin: 5px;
	}

	.main .hizli_form .gonder input[type=submit]
	{
		width: 97%;
	    margin: 5px;
	}


	.main .yanmenu
	{
		border:0;
		width: 100%;
		min-height: 30px;
		text-align: center;
	}
	
	.main .yanmenu ul li 
	{
		float: left;
		margin-left: 5px;
	}

	.main .icsayfa
	{
		width: 97%;
		padding-left:0;
	}

	.main .serviceimg
	{
		width: 95% !important;
	}

	.main .servicedetail .bilgi
	{
		width: 95%;
	}

	.main .servicedetail .divimg
	{
		width: 95%;
	}

	.main .servicedetail .divimg .divaltimg
	{
		position: relative;
	}

	.main .servicedetail .ozellikler
	{
		width: 95%;
	}

	.bilgiform .alan , .bilgiform .baslik
	{
		width: 100%;
	}

	.main .serviceimg .divimg2
	{
		height: 200px;
		width: 200px;
	}

	.main .contact_form
	{
		width: 100%;
	}

	.main .contact_form .row img
	{
		display: none;
	}
	.main .bottom-line .footdiv
	{
		width : 90%;
	}
	.main .aboutdiv
	{
		width : 100%;
	}
	.main .aboutdiv img
	{
		width: 92%;
	}

	.main .main_text
	{
		width: 100%;
		height: 250px;
	}
}



/***************************************************************************************/