@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
  scroll-behavior: smooth;
}

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: no-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;
	cursor: pointer;
}



/***************************************************************************************/
/************************************* 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%; }

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center !important;
}

.grey-text {
	color: #999;	
}

.main .slick-prev , .main .slick-next
{
	width: auto !important;
	height: auto !important;
	background: #fff0 !important;
	border: 0px !important;
	border-radius: 0px !important;
	color: #0000 !important;
	font-size: 12px !important;
}

.main .slick-prev:hover , .main .slick-next:hover
{
	width: auto !important;
	height: auto !important;
	background: #fff0 !important;
	border: 0px !important;
	border-radius: 0px !important;
	color: #0000 !important;
	font-size: 12px !important;
}

/* the slides */
.slick-slide {
  margin: 0 17px;
}

/* the parent */
.slick-list {
  margin: 0 -17px;
}

/***************************************************************************************/
/************************************* HEADER STİLLER **********************************/
/***************************************************************************************/

.main .header
{
    width: 100%;
    height: 150px;
}

.main .ust-bar
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #000;
    border-top: 5px solid #b07e39;
    margin-top: -1px;
    font-weight: bold;
    background : #fff;
}

.main .ust-bar a
{
    color: #000;
}

.main .ust-bar a:hover
{
    color: #f68428;
}

.main .ust-bar .bar-div
{
	position: relative;
	padding: 0 12px;
	float: left;
	border-right:   1px solid #e5e5e5;
	z-index: 2;
}


.main .ust-bar .bar-div .mem-login
{
    background: #f68428;
    border: 1px solid #ccc;
    border-radius: 25px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
}

.main .ust-bar .bar-div .mem-login a
{
	color: #fff;
}

.main .ust-bar .bar-div .mem-login a:hover
{
	color: #000;
}

.main .ust-bar img
{
	width: 25px;
	vertical-align: middle;
    margin: -3px 3px 3px;	
}

.main .ust-bar img:hover
{
	width: 26px;
}

/***************************************************************************************/
/******************************************* LOGO **************************************/
/***************************************************************************************/

.main .logo 
{
	position: absolute;
	z-index: 1000;
	float: left;
	text-align: left;
}

.main .logo img
{
	height: 200px;
	border:0px;
	margin-top: 0px;
}

/*

.main .logo img
{
	height: 120px;
	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;		
}


*/

/***************************************************************************************/
/****************************************** ARAMA **************************************/
/***************************************************************************************/


.main #searchin
{
	position: relative;
	width: 40%;
    height: 30px;
    float: right;
}


.main #searchin div
{
	float: left;
}


.main #searchin div img
{
	height: 35px;
	float: left;
}

.main #searchin input[type=text]
{
    position: relative;
    width: 300px;
    height: 15px;
    font-size: 14px;
    float: right;
    padding: 5px 20px 5px 20px;
    border: 1px solid #ddd;
    background: #ffffff;
    margin: 11px -20px 0;
    border-radius: 10px;
    z-index: 1;
}


.main #searchin #search_button
{
	position: relative;
    width: 40px;
    background-color: #f68428;
    height: 40px;
    border: 0px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    float: right;
    z-index: 2;
    margin-top: 5px;
}

.main #searchin #search_button img
{
	width: 25px;
}

.main #searchin #search_button img:hover
{
	cursor: pointer;
	width: 30px;
}


/********************************* genel arama sayfa *************************************/

.main .searchpage
{
	background: #fff;
}

.main .searchpage ul
{
	list-style: none;
}

.main .searchpage ul li 
{
	padding: 5px;
}

.main .searchpage ul li img 
{
	width: 50px;
	vertical-align: middle;
	margin: 5px;
}


.main .searchpage ul li div 
{
	font-weight: bold;
}

.main .searchpage ul li span
{
	margin-left: 65px;
}




/***************************************************************************************/
/******************************************* 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: #9f8354 !important;
	color:#fff !important;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
}


.main .menu
{
    position: relative;
    float: left;
    width: 65%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #454545;
    margin-top: 75px; 
    margin-left: 175px;
    z-index: 1;

	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	box-shadow: 40px 15px 30px 0px rgb(214 214 214);

}

.main .menu img
{
	height: 30px;
	vertical-align: middle;
}

.main .menu ul
{
	list-style: none;
	z-index: 2;
}

.main .menu ul a li {
    float: left;
    text-align: center;
    color: #606060;
    font-size: 14px;
    width: 25%;
    -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:hover h1{
    -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;

	text-decoration: underline;
	text-decoration-thickness: 4px;	
	text-decoration-color: #efd3a4 ;
}

.main .menu ul a li:hover {
	background: #f3f3f3;
}


.main .menu ul a .selected h1{
	text-decoration: underline;
	text-decoration-thickness: 4px;	
	text-decoration-color: #9f8354 ;

}

.main .menu ul a li h1
{
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
}

.main .menu ul li a
{
	color:#454545;
}

.main .menu .bar-triangle
{
    border-color: #ffffff00 #ffffff00 #ffffff white;
    border-style: solid;
    border-width: 20px 20px;
    height: 0px;
    width: 0px;
    float: right;
    margin-right: -40px;
}

.main .menu2
{
	display: none;
}



/***************************************************************************************/
/******************************************* SLİDER **************************************/
/***************************************************************************************/
.main .slider
{
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 800px;
	overflow: hidden;
}

.main .slider .slider-img
{
	position: absolute;
	border-radius: 50%;
	min-width: 900px;
	min-height: 900px;
	width: 60%;
	height: 110%;
	background: #fff;
	right: -150px;
	top: -150px;
	z-index: -1;
	overflow: hidden;
}

.main .slider .slider-img img
{
	min-width: 100%;
	min-height: 100%;
}


.main .slider .slider-img-shadow
{
	position: absolute;
	border-radius: 50%;
	min-width: 900px;
	min-height: 900px;	
	width: 60%;
	height: 110%;
	background: #a99d50;
	right: -145px;
	top: -130px;
	z-index: -2;
}


.main .slider-title
{
    position: relative;
    text-align: left;
    z-index: 5;
    font-weight: bold;
    margin: 75px 0;
    min-height: 400px;
    
    text-shadow: 0px 0px 5px #ffffff;
}

.main .slider-title .t1
{
	color: #000;
	font-size: 35px;
	height: 60px;
	font-style: italic;
}

.main .slider-title .t2
{
	color: #f68428;
	font-size: 35px;
	height: 60px;
	font-style: italic;
	font-weight: 100;
}

.main .slider-title .t3
{
	color: #000;
	font-size: 35px;
	height: 60px;
	font-style: italic;
}

.main .slider-title .t4
{
	color: #000;
	font-size: 18px;
	font-style: italic;
	font-weight: 100;
}

.main .slider-title hr
{
	background: #f68428;
	height: 3px;
	width: 250px;
	margin: 40px 0;
}

.main .slider-title button
{
	background: #f68428;
	color: #fff;
	border-radius: 25px;
	width: 150px;
	height: 30px;
	margin: 40px 0;
	border: 0;
}



/***************************************************************************************/
/************************************** ANA SAYFA ÜRÜNLER ******************************/
/***************************************************************************************/

.main .container .product-title
{
	position: absolute;
	left: 200px;
	top: -30px;
	font-size: 12px;
	color: #998;
}

.main .container .product-title a
{
	color: #998;
}

.main .container .product-title a:hover
{
	color: #000;
}

.main .container .services
{
	position: relative;
	width: 100%;
	min-height: 350px;
}

.main .container .services .mainprd
{
    position: relative;
    width: 26.8%;
    height: auto;
    float: left;
    padding: 2%;
    margin: 1%;
	border: 2px solid #fff;
	text-align: center;
	background: #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 .container .services .mainprd:hover
{
	cursor: pointer;
	border: 2px solid #ff96379e;
}

.main .container .services .mainprd:hover button
{
	cursor: pointer;
	background: #f68428;
	color: #fff;		
}

.main .container .services .mainprd img
{
  	width: auto;
    min-height: 250px;
    margin: auto;

    -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 .container .services .mainprd_img
{
	height: 250px;
	overflow: hidden;
	margin-bottom: 25px;
}

.main .container .services .price
{
	font-size: 17px;
	font-weight: bold;
	color: #a50008;
	height: 50px;
}

.main .container .services .oldprice
{
    height: 15px;
    text-decoration: line-through;
    color: #535353;
}

.main .container .services .mainprd h2
{
	font-size: 14px;
	color: #454545;
	overflow: hidden;
	height: 53px;
}

.main .container .services .mainprd_btn
{
    width: 97%;
    height: 30px;
    border: 1px solid #898989;
    color: #f68428;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
    bottom: 5px;
    left: 5px;
}


.main .container .services .mainprd_btn:hover
{
	cursor: pointer;
	background: #f68428;
	color: #fff;	
}

/************************************ sipariş ekranı stili ****************/


.main .cardpaymenttt
{
	text-align: center;
	height: 850px;
	background: #fff;
}

.main .cardpaymenttt .error
{
	padding-top: 100px;
	font-size: 20px;
	color: #ca0000;	
}


.main .cardpaymenttt .payinfo
{
	margin-top: 30px;
	font-size: 20px;
}

.main .cardpaymenttt .payinfo img
{
	width: 300px;
}

.main .container .services .orderprd
{
    width: 97%;
    height: auto;
    padding: 1%;
    margin: 1%;
}

.main .container .services .orderprd .mainprd_img
{
	height: 50px;
	width: 50px;
	float: left;
	margin-bottom: 0px;

}

.main .container .services .orderprd .prd_name
{
	float: left;
	margin: 15px;
	width: 45%;
	text-align: left;
}

.main .container .services .orderprd .title
{
	float: left;
	margin: 10px;
	width: 25%;
	text-align: left;
}


.main .container .services .orderprd .mainprd_img img
{
	min-height: 50px;
}

.main .container .services .orderprd div
{
	float: left;
	width: 11%;
	margin: 10px 5px;

}

.main .container .services #orderbtn
{
	width: 300px;
	float: right;
}

.main .container .services .orderprd .price , .sumdiv .price
{
	float: right;
	text-align: right;
	color: #000;
}

.main .container .services .orderprd .del
{
	float: right;
	width: 3%;
	opacity: 0.6;
}

.main .container .services .orderprd .del:hover
{
	opacity: 1;
}


.main .container .services .orderprd .del img
{
	min-width: auto	;
	min-height: auto;
	width: 20px;
}

.main .container .services hr
{
	border-top: 2px solid #f68428;
	margin: 10px 0;
}


.main .container .services .orange
{
	background: #f68428 !important;
	color: #fff;
}
.main .container .services .orange:hover
{
	background: #fff !important;
	color: #f68428;
}


.main .container .services .sumdiv 
{
	padding: 1%;
	width: 96%;
}


.main .container .services .sumdiv .sum_name
{
    float: left;
    width: 84%;
    text-align: right;
    font-weight: bold;	
}

.main .container .services .orderpayment
{
	display: none;
	visibility: hidden;
	margin: 0 2% 1% 2%;
    width: 95%;
    background: #f5f5f5;    
}

.main .container .services .orderpayment .row
{
	width: 100%;
	text-align: left;	
}

.main .container .services .orderpayment .row .title
{
	width: 250px;
}

.main .container .services .orderpayment .row div
{
	width: auto;
}


.main .container .services input[type=text] 
{
	border: 1px solid #ddd;
	height: 25px;
	width: 300px;
	padding: 2px;
}


.main .container .services textarea
{
	border: 1px solid #ddd;
	width: 300px;
	padding: 2px;
}


.main .container .services .orderpayment .row select 
{
	border: 1px solid #ddd;
	height: 30px;
	width: 148px;
	padding: 2px;
	color: #999;
}

.main .container .services .orderprd .prd_name label
{
	font-weight: bold;
}



.main .container .services .orderpayment .row .cardn
{
	width: 63px;
}


/**************************************************************************/

.main .categories
{
	width: 100%;
	background: #e4e4e4;
	min-height: 300px;
}

.main .categories .cats
{
	position: relative;
	height: 100px;
    line-height: 100px;
    font-size: 23px;
    background: #575757e0;
    width: auto;
    float: left;
    margin: 10px;
    padding: 15px;
    color: #fff;
    text-align: center;
    background-position-y: 50%;
    background-size: 100%;
    z-index: 0;
}

.main .categories .cats span
{
	z-index: 1;
}

.main .categories .cats a
{
	color: #fff;
}



.main .categories .cats .cat_text
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #1f1f1fe0;
	z-index: -1;

    -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 .categories .cats:hover .cat_text
{
	cursor: pointer;
	opacity: 0.6;
}


/******************************** SAYFA BAŞLIKLARI **********************************/


.main .maintitle
{
    position: relative;
    width: 96%;
    padding: 20px;
    text-align: left;
    font-size: 17px;
    margin: 20px auto;
}

.main .maintitle h2
{
	font-size: 28px;
    color: #303030;
    height: 30px;
}

.main .maintitle .h2-shadow
{
	font-size: 50px;
    color: #cecece;
    position: absolute;
    top: 4px;
    left: 60px;
    z-index: -1;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: left;
    width: 95%;
    letter-spacing: 10px;
}


/***************************************************************************************/
/******************************** KURUMSAL SAYFA STİL **********************************/
/***************************************************************************************/


.main .pagediv
{
	width: 74%;
    height: auto;
    min-height: 400px;
    float: left;
    margin-bottom: 10px;
    z-index: 90;
    padding: 20px;
    background: #fff;
    box-shadow: 45px 0px 40px 0px rgb(222 222 222 / 30%);
}

.main .pagediv img
{
	position: relative;
	border:1px solid #fff;
}

.main .pagediv .keywords 
{
	color:#ccc;
	margin-top:25px;
}

.main .pagediv .keywords a
{
	color:#ccc;
}

.main .pagediv .keywords a:hover
{
	color:#999;
}

.main .pagemenu
{
    width: 20%;
    height: auto;
    min-height: 200px;
    line-height: 35px;
    float: left;
    z-index: 100;
    background: #f8f8f8;
    padding: 15px;
    box-shadow: -5px 10px 20px 0px rgb(220 220 220 / 70%);
    margin-top: 50px;
}

.main .pagemenu a
{
	color:#000;
	font-size: 15px;
}

.main .pagemenu a:hover
{
	color:#f68428;
	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 .pagemenu .selected a
{
	color:#f68428;
	padding-left: 5px;
}

.main .pagemenu li
{
	list-style: none;
	border-bottom: 1px solid #e6e0d1;
}



/***************************************************************************************/
/************************** hizmetlerimiz sayfası için *********************************/
/***************************************************************************************/

.main .servicediv 
{
	position: relative;
	float: left;
	margin-top:15px;
	width: 100%;
	min-height: 150px;
	height: auto;

}

.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: 18px;
}

.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: 30px;
    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 .ozellikler .price
{
    height: 45px;
    font-size: 25px;
	font-weight: bold;
	color: #a50008;
}

.main .servicedetail .ozellikler .oldprice
{
    height: 25px;
    font-size: 18px;
    text-decoration: line-through;
    color: #535353;
}

.main .servicedetail .ozellikler input[type=submit] , .main .servicedetail .ozellikler button
{
	float: left;
	width: 50%;
	height: 30px;
	border: 1px solid #898989;
	background: #f68428;
	color: #fff;	
	border-radius: 5px;
	font-weight: bold;
}


.main .servicedetail .ozellikler input[type=submit]:hover , .main .servicedetail .ozellikler button:hover
{
	cursor: pointer;
	color: #f68428;
	background: #fff;
}

.main .servicedetail .ozellikler .amountdiv
{
	float: left;
	width: 80px;
	margin: 0 20px;	
}

.main .servicedetail .ozellikler .amountdiv input[type=text]
{
	width: 40px;
	border: 1px solid #eee;
	height: 25px;
	text-align: center;
}

.main .servicedetail .ozellikler .amountbtn
{
	cursor: pointer;
	color: #f68428;
	background: #fff;	
	width: 50px;
}

.main .servicedetail .ozellikler .amountbtn:hover
{
	background: #f68428;
	color: #fff;		
}


.main .servicedetail .divimg img
{
	position: relative;
	max-width: 90%;
	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 .k_img
{
	float: left;
	width: 75px;
	height: 75px;
	margin: 10px 10px 0 0;
	overflow: hidden;
}

.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;
}

.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;
}

/***************************************************************************************/
/******************************** SEPET SİPARİŞ SAYFA STİL *****************************/
/***************************************************************************************/


.main .ust-bar .basketdiv
{
	position: absolute;
	display: none;
	width: 550px;
	min-height: 280px;
	border: 2px solid #999;
	z-index: 2;
	background: #fffdf3;
	padding: 10px;
	font-weight: 200;
	line-height: 35px;
	z-index: 6;
	text-align: center;
}

.main .ust-bar .basketdiv ul 
{
	list-style: none;
	margin-bottom: 40px;
}

.main .ust-bar .basketdiv ul li 
{
	border-bottom: 1px dotted #888;
	height: 35px;
	line-height: 35px;	
}

.main .ust-bar .basketdiv ul li div
{
	float: left;
} 

.main .ust-bar .basketdiv ul li .pic img
{
	max-width: 30px;
	max-height: 30px;
}

.main .ust-bar .basketdiv ul li .prc 
{
	float: right;
	width: 75px;
	text-align: right;
}

.main .ust-bar .basketdiv ul li .del 
{
	width: 25px;
	opacity: 0;
}
.main .ust-bar .basketdiv ul li:hover .del
{
	opacity: 1;
}


.main .ust-bar .basketdiv button
{
	width: 40%;
	height: 30px;
	border: 1px solid #898989;
	border-radius: 5px;
	font-weight: bold;
	background: #f68428;
	color: #fff;	
}


.main .ust-bar .basketdiv button:hover
{
	cursor: pointer;
	background: #fff;
	color: #f68428;
}

.main .ust-bar .basketnotify
{
	position: absolute;
	background: red;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	line-height: 15px;
	color: white;
	text-align: center;
	top: 5px;
	right: 7px;
}


/***************************************************************************************/
/*********************************** İ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: 18px;
	font-weight: bold;
	text-align: left;
	margin: 20px auto;
}

.main .form_title .u
{
	width: 62px;
	border-bottom: 2px red solid;
	float: left;
}

.main .page_form
{
	width: 75%;
	float: none;
	text-align: left;
	margin: auto;
}

.main .page_form h2
{
	margin-bottom: 20px;
}


.main .page_form .row
{
	clear: both;
	display: block;
	height: 50px;
}


.main .page_form .row .titled
{
	width: 30%;
	min-height: 25px; 
	float: left;
	color: #999;
}

.main .page_form .row .inputd
{
	width: 60%;
	float: left;
	font-weight: 300;
}


.main .page_form .reader
{
	background: #eff8f6;
    border-radius: 25px;
    height: 60px;
}

.main .page_form .writer
{
	background: #f8f8ef;
    border-radius: 25px;
    height: 60px;
}

.main .page_form .row .inputd input[type=text] , .main .page_form .row .inputd input[type=password] , .main .page_form .row .inputd textarea , .main .page_form .row .inputd  input[type=submit] , .main .page_form .row .inputd button
{
	width: 100%;
	float: left;
	border:1px solid #ccc; 
	height: 25px;
	padding: 2px;
	margin: 0 5px 0 0;
}


.main .page_form .row .inputd select 
{
	width: 32.9%;
	float: left;
	border:1px solid #ccc; 
	height: 35px;
	margin-left: 2px;
}


.main .page_form .row .inputd input:focus, .main .page_form .row .inputd textarea:focus
{
	border:1px solid #f68428; 
}


.main .page_form .row .inputd textarea
{
	height: 75px;
	margin-bottom: 19px;
}

.main .page_form .row .inputd input[type=submit] , .main .page_form .row .inputd button
{
	width: 50%;
	height: 30px;
	border: 1px solid #898989;
	color: #f68428;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;

}

.main .page_form .row .inputd input[type=submit]:hover , .main .page_form .row .inputd button:hover
{
	cursor: pointer;
	background: #f68428;
	color: #fff;	
   	
}

.main .page_form .row img
{
	width: 400px;
    border: 2px solid #ccc;
}


.main .member_form
{
	text-align: center !important;
}

/***************************************************************************************/
/************************************ 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;
}


.main .notfound
{
	width: 100%;
	height: 470px;
	line-height: 115px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	background: url('../images/not-found.png') no-repeat 70%;

}

/***************************************************************************************/
/************************************* FOOTER STİL **********************************/
/***************************************************************************************/


.main .bottom-line
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	bottom: 0;
	text-align: left;
	color:#eee;
	/*background:# af7e3b;*/
	background: #f68428;
	display: inline-block;
}

.main .bottom-line .footdiv
{
	max-width: 300px;
	float: left;
	font-size: 15px;
	padding: 5px;
	margin: 2%;
}

.main .bottom-line .footdiv #bottom-logo
{
	height: 200px;
}

.main .bottom-line #footerkeywords
{
	float: right;
}

.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: 18px;
}

.main .bottom-line .footdiv .contact 
{
	margin-top: 8px;
}

.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 .bottom-line #foot-socialicon
{
	display: none;
}

.main .topbtn
{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 40px;
}

.main .bottom-line .footdiv .contact .mastervisa
{
	width: 350px !important;
	margin-left: -5px;
	margin-top: -15px;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/



/* ekranlar */
@media (max-width:1024px){

	body
	{
		background: none;
		font-size: 18px;
	}

	.container
	{
		position:relative;
		width:95%;
		height: auto;
		margin: auto;
	}

	.main .search input[type=text]
	{
		width: 80%;
	}

	.main .header
	{
		background: #fff;
		height: 255px;
	}

	.main .ust-bar
	{
		width: 100%;
	    height: 170px;
	    background: #f68428;
	    color: #000;
	    margin-top: 0px;		
	}

	.main .ust-bar a
	{
		color: #fff;
	}

	.main .ust-bar #socialicon,	.main .ust-bar #mailicon
	{
		display: none;
	}

	.main .ust-bar .bar-div
	{
		text-align: center;
		padding: 0;
		min-width: 80px;
		border-right: 0px;
	}

	.main .ust-bar .bar-div img
	{
		width: 35px;
		margin: 5px;
	}

	.main .ust-bar #newmember
	{
		float: right;
	}

	.main #searchin #search_button
	{
		width: 60px;
		height: 60px;

	}

	.main #searchin
	{
		width: 100%;
	}


	.main #searchin input[type=text]
	{
	    width: 85%;
	    height: 35px;
	    font-size: 18px;
	    border-radius: 30px;
	    margin: 11px -50px 0;
	}

	.main .ust-bar .basketnotify
	{
	    right: 15px;
	    width: 20px;
	    height: 22px;
	    line-height: 20px;
	    top: 2px;
	    left: 55%;
	}


	.main .header .logo img
	{
	    position: relative;
	    height: 250px;
	}

	.main .width-33 , .main .width-34
	{
		width: 100%;
	}

	.main .header .logo
	{
		width: 100%;
		text-align: center;
	}


	.main .menu
	{
		display: none;
	}

	.main .menu2
	{
		display: block;
	    position: relative;
	    z-index: 1000;
	    width: 95%;
	    text-align: left;
	    background: #f68428;
	    padding: 10px;
	    color: #fff;
	}

	.main .menu2 img
	{
		height: 40px;
		vertical-align: middle;
	}

	.main .minimenu
	{
		width: 100%;
		background: #f68428;
	}

	.main .minimenu ul
	{
		display: none;
	}

	.main .minimenu ul li
	{
		background: #b75c13;
		text-align: center;
		height: 50px;
		border-radius: 4px;
		color:#fff;
		margin-top: 10px;
		font-size: 25px;
		line-height: 50px;
	}

	.main .minimenu ul li a
	{
		color:#fff;
	}

	.main .slider-title
	{
		margin: 25px 0;
	}

	.main .categories
	{
		width: 95%;
	}

	.main .categories .cats
	{
		width: 88% !important;
	}

	.main .maintitle
	{
		padding: 0;
	}

	.main .maintitle .h2-shadow
	{
		display: none;
		visibility: hiddens;
	}

	.main .page_form .row .titled
	{
		width: 100%;
		height: 50px;
		margin: 10px 0;
	}

	.main .bottom-line #footerkeywords
	{
		float: left;
	}


	.main .bottom-line #foot-socialicon
	{
		display: block;
		width: 100%;
		text-align: center;
	}

	.main .bottom-line #foot-socialicon img
	{
		width: 50px;
	}	

	.main .bottom-line .footdiv
	{
		max-width: 100%;
		font-size: 18px;
	}

	.main .page_form .row .inputd
	{
		width: 100%;
	}

	.main .bottom-line .copyright
	{
		padding-top: 10px;
		width: 100%;
	    font-size: 18px;
	    line-height: 23px;
	}


	.main .servicedetail .divimg img
	{
		width: 100% !important;
	}

	.main .slider
	{
		display: none;
		max-width:98%;
		height: 130px !important;
		margin-bottom: 20px;
	}

	.main .bottom-line .footdiv h3
	{
		font-size: 23px;
	}

	.main .topbtn
	{
		width: 50px;
	}

	/*********************************************/
	/* hizmetler bölümü ve kadro bölümü stilleri */
	/*********************************************/
	/*********************************************/

	.main .pagemenu
	{
		border:0;
		width: 100%;
		min-height: 30px;
		text-align: center;
		padding: 10px 0;
	}

	.main .pagemenu #orderul
	{
		display: none;
	}


	.main .pagemenu li
	{
		height: 50px;
	}

	.main .pagemenu a
	{
		font-size: 18px;
	}

	.main .pagediv
	{
		width: 100%;
		padding: 0;
	}

	.main .container .services .mainprd
	{
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
		height: auto;
	}

	.main .container .services .prddiv
	{
		height: 520px;
	}

	.main .container .services .mainprd h2
	{
		font-size: 18px;
	}

	.main .container .services .mainprd_img	
	{
		height: auto;
	}

	.main .container .services .oldprice
	{
		height: auto;
		text-align: center;
	}

	.main .container .services .price
	{
		height: auto;
		font-size: 18px;
		text-align: center;
	}

	.main .container button
	{
		height: 50px;
		font-size: 18px;
	}

	.main .page_form .row .inputd input[type=submit], .main .page_form .row .inputd button 
	{	
		height: 50px;
		width: 100%;
		font-size: 18px;
	}

	.main .page_form .row .inputd input[type=text], .main .page_form .row .inputd input[type=password], .main .page_form .row .inputd textarea, .main .page_form .row .inputd input[type=submit], .main .page_form .row .inputd button
	{
		height: 50px;
		width: 97% !important;
		font-size: 18px;
		background: #f2f2f2;
	}	

	.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 .container .product-title
	{
		width: 100%;
		left: 0;
		top: 0;
	}
	
	.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 .page_form
	{
		width: 100%;
	}

	.main .page_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;
	}

	.main .container .services .mainprd img
	{
		min-width: auto;
		min-height: 300px;
	}

	/*********************************************/
	/* sepet sipariş falan */
	/*********************************************/

	.main .ust-bar #topbsk
	{
		position: relative;
		z-index: 1001;
	}

	.main .ust-bar .basketdiv	
	{
		position: fixed;
		left: 0;
		width: 96%;
		z-index: 1001;
		min-height: 90%;
	}
	.main .ust-bar .basketdiv ul li .prc	
	{
		width: 85px;
	}
	.main .ust-bar .basketdiv button
	{
		width: 100%;
		height: 50px;
	}

	.main .container .services .mainprd_btn
	{
		height: 50px;
	}

	.main .servicedetail .ozellikler input[type=submit], .main .servicedetail .ozellikler button	
	{
		width: 100%;
		height: 50px;
		margin: 10px 0;		
	}

	.main .servicedetail .ozellikler .amountdiv
	{
		width: 150px;
		height: 50px;
		line-height: 50px;
		margin: 10px 0;
	}

	.main .servicedetail .ozellikler .amountdiv input[type=text]
	{
		width: 80px;
		height: 50px;
		background: #f2f2f2;
		font-size: 18px;
	}

	.main .ust-bar .basketdiv a
	{
		height: 40px;
		color : #000;
	}

	.main .ust-bar #divshopn
	{
		display: none;
	}

	.main .ust-bar .basketdiv ul li
	{
		height: auto;
	    display: inline-block;
	    width: 100%;
	    min-height: 45px;
	}

	.main .container .services .orderprd div , .main .container .services .orderprd .title
	{
		width: 95%;
	}

	.main .ust-bar .basketdiv ul li .prd
	{
		width: 65%;
		height: 35px;
		overflow: hidden;
	}

	.main .ust-bar .basketdiv ul li .del
	{
		opacity: 1;
	}

	.main .container .services .orderprd .mainprd_img
	{
		width: 100px;
		height: 100px;
	}

	.main .container .services .orderprd #prd_name
	{
		width: 70% !important;
		height: 80px;
	}

	.main .container .services .orderprd .prd_name
	{
		width: 95%;
	}



	
	
	.main .container .pagediv .services .orderprd .amount , .main .container .pagediv .services .oldprice , .main .container .pagediv .services .price
	{
		width: 25% !important;
	}

	.main .container .mainprd .oldprice , .main .container .mainprd .price
	{
		width: 100% !important;
	}


	.main .container .services .orderprd .amount select
	{
		font-size: 18px;
	}

	.main .container .services .orderprd .del 
	{
		width: 6%;
	}

	.main .container .services .orderprd .del img
	{
		width:  40px;
	}

	.main .container .services .sumdiv .sum_name
	{
		width: 70%;
	}

	.main .container .services #orderbtn
	{
		width: 100%;
		height: 50px;
		margin: 10px 0;
	}

	.main .container .services input[type=text] , .main .container .services .orderpayment .row select , .main .container .services textarea
	{
		height: 50px;
		width: 90%;
		font-size: 18px;
	}

	.main .container .services .orderpayment .row .title
	{
		width: 100%;
	}

	.main .container .services .orderpayment .row div
	{
		width: 95%;
	}

	.main .container .services .orderpayment .row .cardn
	{
		width:  100px;
	}

	.main .servicedetail .ozellikler
	{
		float: left;
	}

	.main .servicedetail .ozellikler div
	{
		text-align: center;
		height: 50px;
	}


	.main .cardpaymenttt .payinfo img
	{
		width: 100%;
	}

	.main .slider .slider-img
	{
		display: none;
	}

	.main .slider .slider-img-shadow
	{
		display: none;
	}

	.main .bottom-line .footdiv .contact .mastervisa
	{
		width: 95% !important;
		margin-top: 0px;
		margin-left: 0px;
	}

	/* the slides */
	.slick-slide {
	  margin: 0;
	}

	/* the parent */
	.slick-list {
	  margin: 0;
	}

}



/***************************************************************************************/