@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background-color:#ffffff;
	background-image:url(images/page_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Arial, sans-serif !important;
}

#mainwrapper{
	background-image:url(images/page_top_bg.png);
	background-repeat:repeat-x;
	height:100%;
	min-height:266px;
	background-size: 100% 200px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#logosag {
	text-align:center !important;
}

.yuzdeyuzimg{
	width:100%;
	height:auto;
}

#mobilemenubutton{
	margin:auto;
	text-align:center;
}

#mobilemenubutton, #ustmenu {

}

#ustmenuul, #ustmenuul li {
	margin:0;
	padding:0;
	list-style:none;
}

#ustmenuul li a{
	font-family: 'Sriracha', cursive;
	display:block;
	float:left;
	font-size:21px;
	padding-left:18px;
	padding-right:18px;
}

#ustmenuul li a:hover{
	text-decoration:none;
	background-color:#7BD800;
	border-radius:32px;
	color:#ffffff;
}

.um1 {
	color:#00A3FF;
}

.um2 {
	color:#C000FF;
}

.um3 {
	color:#FF9600;
}

.um4 {
	color:#43D100;
}

.um5 {
	color:#FF0067;
}

#ustmenuul li a i{

}



#ustmenu{
	margin-top:6px;
	
}


#content{
	
}

#footercontent {
	border:1px solid #EFEFEF;
	border-radius:24px;
	padding:18px;
	background-image:url(images/footer_bttm_right.png);
	background-color:#FFFFFF;
	background-position:bottom right;
	min-height:122px;
	background-repeat:no-repeat;
	box-shadow:3px 13px 16px rgba(22,44,57,0.1);
	margin-top:60px;
	background-size:30%;
	margin-bottom:36px;
}

#footer_bttm_right {

}


h1.baslik {
	background-image:url(images/h1_bg.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom left;
	padding-bottom:20px;
	padding-left:20px;
	font-size:40px;
	font-family: 'Sriracha', cursive;
	font-weight:normal !important;
	color:#50A800;
	margin-top:36px;
	
}

.sol_content{
	padding:14px;
}

.sol_content h2{
	color:#0098E1;
}

.sag_alan{
	margin-top:40px;
	margin-bottom:36px;
}

#girismesajtd{
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(135deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}

#survivorpaketlerul{
	margin:0;
	padding:0;
}
#survivorpaketlerul li{
	margin:0;
	padding:0;
	display:block;
	margin-bottom:7px;
	list-style:none;
	border:1px solid #DDE1BE;
	border-radius:5px;
	padding:14px;
	background: #fefff7;
	background: -moz-linear-gradient(top, #fefff7 0%, #f3ffe8 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #fefff7), color-stop(100%, #f3ffe8));
	background: -webkit-linear-gradient(top, #fefff7 0%, #f3ffe8 100%);
	background: -o-linear-gradient(top, #fefff7 0%, #f3ffe8 100%);
	background: -ms-linear-gradient(top, #fefff7 0%, #f3ffe8 100%);
	background: linear-gradient(to bottom, #fefff7 0%, #f3ffe8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefff7', endColorstr='#f3ffe8', GradientType=0 );
	
}

#survivorpaketbaslik{
	background: #2095e3;
	background: -moz-linear-gradient(top, #2095e3 0%, #33bcd4 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2095e3), color-stop(100%, #33bcd4));
	background: -webkit-linear-gradient(top, #2095e3 0%, #33bcd4 100%);
	background: -o-linear-gradient(top, #2095e3 0%, #33bcd4 100%);
	background: -ms-linear-gradient(top, #2095e3 0%, #33bcd4 100%);
	background: linear-gradient(to bottom, #2095e3 0%, #33bcd4 100%);
	border-radius:5px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2095e3', endColorstr='#33bcd4', GradientType=0 );
	text-align:center !important;
	color:#ffffff !important;
	padding:14px;
}


.contentrow{
	box-shadow:0 4px 8px hsla(0,0%,0%,0.1) !important;
	border-radius:16px;
	background-color:#FFFFFF;
	padding-bottom:24px;
}

#rezdiv{
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f2f8fa 47%, #e8eef0 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f2f8fa), color-stop(100%, #e8eef0));
background: -webkit-linear-gradient(top, #ffffff 0%, #f2f8fa 47%, #e8eef0 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f2f8fa 47%, #e8eef0 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f2f8fa 47%, #e8eef0 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f2f8fa 47%, #e8eef0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8eef0', GradientType=0 ); background-color:hsla(192,33%,94%,1.00);
padding:16px;
border-radius:14px;
}


#mobilemenubuttona{
	display:block;
	font-size:21px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #deedf2 100%);
	background: -webkit-linear-gradient(top, #ffffff 1%,#deedf2 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#deedf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#deedf2',GradientType=0 );	
	padding:10px;
	border-bottom:1px solid hsla(185,42%,76%,1.00); 
	text-decoration:none;

}

#mobilemenubuttona:hover{
	text-decoration:none;
}


/* MOBILE (XS) */
@media screen and (max-width: 767px) {
	
	#ustmenu{
		display:none;
	}
	
	#ustmenuul li a{
		display:block;
		padding:12px;
		float:none;
		border-bottom:1px solid hsla(0,0%,94%,1.00);
	}

	#mainwrapper {
		background:none;
	}
	
	body {
		background-image:none !important;
	}
	
}

/* SM */
@media (min-width: 768px) {

	#ustmenu{
		display:block !important;
	}
	
	#mainwrapper {
		background-size:100% 170.5px;
	}
	#ustmenuul li a{
		padding:12px ;
		font-size:17px;
		padding-left:10px;
		padding-right:10px;
	}	
}

/* MD */
@media (min-width: 992px) {
	#ustmenu{
		display:block !important;
	}
	
	#mainwrapper {
		background-size:100% 220.516px;
	}

	#ustmenuul li a{
		padding:12px ;
		font-size:21px;
		padding-left:16px;
		padding-right:16px;
	}	
}

/* LG */
@media (min-width: 1200px) {
	#ustmenu{
		display:block !important;
	}
	
	#mainwrapper {
		background-size:100% 266px;
	}

	#ustmenuul li a{
		padding:12px ;
		font-size:21px;
		padding-left:26px;
		padding-right:26px;
	}	
	
	
}

