@charset "utf-8";
body {
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#333;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

#wrapper {
	width:75%;
	margin-left:auto;
	margin-right:auto;
}

p {line-height:normal;}

a,img,input,select,textarea {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

a {color:#333;text-decoration:none;}

input,select,textarea {
	font-family: 'Titillium Web', sans-serif;
	outline:none;
	width:96%;
	padding:5px;
	font-size:15px;
	color:#333;
	border:1px solid #ccc;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

table tr td {
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: dotted;
border-bottom-style: dotted;
border-right-color: #CCC;
border-bottom-color: #CCC;
height: 36px;
padding:5px;
}

.notice {color:orange;font-weight:bold;}
.error {color:red;font-weight:bold;}
.complete {color:green;font-weight:bold;}

.tescilsonuc .error {
    color: red;
    font-weight: bold;
    text-align: center;
    width: 100%;
    float: left;
}

.clear {clear:both;}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-weight:normal;
	line-height: normal;
}

h1 {font-size:32px;}
h2 {font-size:28px;}
h3 {font-size:26px;}
h4 {font-size:20px;}
h5 {font-size:18px;}

.menu ul {padding:0;margin:0;}
.menu  li{
	float: left;
	position: relative;
	list-style-type: none;
    }
.menu li a{
	float: right;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	line-height: 65px;
	font-weight: bold;
	font-size:18px;
    }
	

.menu ul li ul li:hover a {
background: #f5245f;
}

	
.menu li:hover a {
background: rgba(0, 0, 0, 0.7);
}

.menu  ul li ul{
	width: 200px;
	float: left;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 1;
	display: none;
	margin: 0px;
	padding: 0px;
    }
.menu ul li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.menu  ul li ul li a{
	background: none;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C0C0C;
	float: none;
	text-align:left;
	display: block;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
    }
	

.menu  li:hover >  ul{
	display: block;
    }

.menu  ul li ul li ul{
	width: 200px;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 180px;
	z-index: 1;
	display: none;
    }
	
	.menu  ul li ul li ul li a:hover{
	background-color: #3a3a3a;
    }
	
	
	.sayfalama {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 17px;
}
.sayfalama span a {
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #CCC;
	text-shadow: 0.06em 0.06em #fff;
}
.sayfalama span a:hover {
	background-color: #ccc;
}
.sayfalama .sayfalama-active a {
	background-color: #ccc;
}

.iletisimtable {
	float: left;
	width: 49%;
}
.iletisiminfo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.iletisimtable h4 {
	color: #a93030;
}
.gonderbtn {
	color: #202930;
	border: 1px solid #1F282F;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
.gonderbtn:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #202930;
}

.iletisimbilgileri iframe {
	box-shadow: 0px 0px 15px #ccc;
}

.list_carousel {
	width: 100%;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
	float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
.logo {
	float: left;
	margin-left:5%;
}
.header {
	position: absolute;
	z-index: 755;
	width:100%;
	margin-top:50px;
}
.headlinks {
	float: right;
	text-align: right;
	margin-top: -25px;
	margin-right:7%;
}
.headlinks a {
	float: right;
	margin-left: 30px;
	color: #fff;
}
.headlinks a:hover {

	color: #fff;
}

.headlinks i {
	margin-right:5px;
}
.diller {
	float: right;
	margin-left:25px;
	color: #c4c4c4;
}
.diller span {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.diller a {

	margin-right: 5px;
	margin-left: 5px;
}
.menu {
	float: right;
	margin-right:7%;
	margin-top:15px;
}
.diller a strong {
	color: #FFF;
}
.hakkimizda {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.anaslogan {
	float: left;
	width: 50%;
	margin-top: 35px;
}
.hakkkmzdainfo {
	float: right;
	width: 50%;
}
.anaslogan h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left:25px;
}
.anaslogan h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 68px;
	font-style: italic;
	color: #cecece;
	margin-top: -25px;
}
.anaslogan h1 {
	color: #f5245f;
	font-weight: bolder;
	font-size: 68px;
	margin-top: -35px;
}
.hakkkmzdainfo h3 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
.hakkkmzdainfo h2 {
	font-size: 24px;
	font-weight: bold;
	color: #f5245f;
}
.neleryapariz {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bloktitle {

}
.bloktitle {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.bloktitleline {
	background-color: #CCC;
	height: 1px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.bloktitle h1 {
	margin-bottom: 10px;
}
.hizmlist {
	text-align: center;
	float: left;
	width: 23%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	height: 255px;
}
.hizmlist h4 {
	font-weight: bold;
	font-size:20px;
	margin-bottom: 5px;
}
.hizmlist p {
	padding:0;
	margin:0;
}
.hizmlist i {
	font-size:50px;
	width: 100px;
	border: 1px solid #f5245f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 23px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-bottom: 20px;
	color: #f5245f;
}


.hizmlist:hover i {
	color: #fff;
	background-color: #f5245f;
}.myorumlar {
	background-image: url(../images/yorumlarbg.jpg);
	background-repeat: repeat;
	background-position: center top;
	float: left;
	width: 100%;
	height: 425px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.myorumlar .bloktitle {
	margin-top: 30px;
	color: #FFF;
}
.myorumlar .list_carousel {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.myorumlar .list_carousel li h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 33px;
}
.myorumlar .list_carousel .fa.fa-quote-left {
	font-size: 55px;
	font-weight: bolder;
	color: #FFF;
	position:absolute;
	margin-left:-70px;
	
}
.musteri {
	color: #FFF;
	float: left;
	margin-top: 20px;
	font-size: 18px;
}
.musteri span {
	color: #f5245f;
}

.pager {
	float: left;
	margin-top: 35px;
			}
			.pager a {
				margin: 0 5px;
				width:20px;
				height:20px;
				float:left;
				text-decoration: none;
				color:transparent;
				border:1px solid #fff;
				-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
			}
			.pager a.selected {
				background-color:#fff;
			}
.sonprojeler .list_carousel li {
	width: 300px;
	margin: 15px;
}
.sonprojeler .list_carousel  img {
	height: 255px;
	width: 300px;
	-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
box-shadow: 0px 0px 10px #999;
}
.sonprojeler .list_carousel  img:hover {
	box-shadow: 0px 0px 15px #666;

}
.myorumlar .list_carousel li {
	height: 150px;
}
.sonprojeler .list_carousel li h4 {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
.leftrightbtn {
	float: right;
	margin-top: -70px;
}
.leftrightbtn a {
	font-size: 24px;
	float: left;
	margin-left:10px;
	color:#CCC;
}
.leftrightbtn a:hover {
	margin-top:-2px;
	color:#333;
}.blog {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/shards_pattern.jpg);
	background-repeat: repeat;
}
.blog .list_carousel li {
	background-color: #FFF;
	width:300px;
	margin:15px;
	-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.blog .list_carousel li:hover {
	box-shadow: 0px 0px 10px #999;
}
.blog .list_carousel li a img {
	width: 100%;
	height: 245px;
}
.blog .list_carousel li h4 a {
	font-size: 16px;
	font-weight: bold;
	color: #25bfd0;
}
.blog .list_carousel #foo4 li h4 {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 15px;
	line-height: 22px;
}
.blog #wrapper .list_carousel #foo4 li p {
	margin-right: 5px;
	margin-left: 20px;
}
.blog .list_carousel #foo4 li .fa.fa-caret-up {
	font-size: 50px;
	position: absolute;
	color:#fff;
	    margin-top: 212px;
    margin-left: 20px;
}
.referanslogolar {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.referanslogolar img {
	float: left;
	height: 140px;
	width: 200px;
	border: 1px solid #CCC;
	margin-top: -1px;
	margin-left: -1px;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.referanslogolar img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);

}
.referanslogolar .bloktitle {
	margin-bottom: 35px;
}
.hostingpaketleri {
	background-image: url(../images/hostingbg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom:20px;

}
.hostingpaketleri .bloktitle {
	color: #FFF;
	margin-top: 20px;
}
.hostslogan {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
	width: 65%;
	margin-right:auto;
	margin-left:auto;
}
.hostlist {
	margin: 1%;
	float: left;
	width: 27%;
	height: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 15px #000;
	padding: 20px;
	padding-bottom:25px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.hostlist h4 {
	font-size: 24px;
	font-weight: bold;
	color: #00a19a;
}
.hostlist h5 {
	background-color: #f5245f;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hostlist span {
	float: left;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(228, 228, 228);
    font-size: 16px;
}
.hostlist .gonderbtn {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 18px;
}

.hostlist:hover {
	margin-top:-5px;
}
.footerslogan {
	background-color: #f5245f;
	float: left;
	width: 100%;
	margin-top: 15px;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerslogan h3 {
	margin-top: 35px;
}
.footer {
	float: left;
	width: 100%;
	background-color: #16171d;
	color: #FFF;
}
.footblok {
	float: left;
	height: auto;
	width: 29%;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.footlogo {
	margin-bottom: 15px;
}
.footinfo h4 {
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	margin-bottom: 20px;
}
.footinfo h1 {
	font-weight: bold;
}
.footinfo h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footinfo i {
	width: 40px;
	font-size: 28px;
	
}
.footinfo h5 .fa.fa-map-marker {
	margin-bottom: 20px;
	float:left;
}
.footlinks a {
	float: left;
	width: 100%;
	color: #A8ABBD;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #272934;
}
.foottitle {
	margin-bottom: 20px;
}
.footlinks a:hover {
	color: #FFF;
	padding-left: 5px;
}
.footmesaj input {
	background-color: #2d2f3b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	padding: 13px;
	color: #FFF;
	font-size: 16px;
}
.footmesaj textarea {
	background-color: #2d2f3b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	padding: 13px;
	color: #FFF;
	font-size: 16px;
}
.footmesaj input:hover {
	box-shadow: 0px 0px 15px #000;
}
.footmesaj textarea:hover {
	box-shadow: 0px 0px 15px #000;
}
.footmesaj .gonderbtn {
	width: 87%;
	border: 1px solid #2D2F3B;
	color: #9295a8;
	float: left;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	
	
}
.copyright {
	float: right;
	text-align: right;
	color: #9295a8;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom:15px;
}
.copyright a {
	color: #9295a8;
}


.slidedetaylink {
	color: #FFF;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 35px;
	border: 1px solid #FFF;
	font-size: 20px;
	font-weight: lighter;
	position: relative;
	z-index: 999;

}
.slidedetaylink:hover {
	background-color: #FFF;
	color: #333;
	
}

.slides-container li .container h1 {
	font-size: 46px;
	font-weight: normal;
}
.slides-container li .container p {
	font-size: 20px;
	font-weight: normal;
	margin-bottom:40px;
}
.menuAc {
    /* background-color: #3d3d3d; */
    padding: 5px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    display: none;
    font-size: 24px;
	width:100%;
	float:left;
    
	
}
.headlinkler {
	float: left;
}
#footleftinfo {
	width: 33%;
}

.mobclear {clear:both;display:none;}



.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 5% auto;
	padding: 8px 20px 30px 20px;
	border-radius: 10px;
	background: #fff;
	text-align:center;
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
	
	
	
	.accountlinks a {
	color: #FFF;
	float: right;
	line-height: 45px;
	font-size: 15px;
	font-weight: 600;
	padding-right: 15px;
	padding-left: 15px;
}
.accountlinks i {
	margin-right: 7px;
}
.accountlinks a:hover {
	text-decoration: none;
	background-color: #007575;
}
.close:hover {
	text-decoration: none;
}


.giris:hover {
	color: #FFF;
	background-color: #009d9d;
}
.girisbilgi {
	padding:10px;
}

.girisbilgi h3 {
	color:#f5245f;
	margin-bottom:15px;
}
.girisbilgi input {
	float: left;
	width: 93%;
	padding: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
	border: 1px solid #AFAFAF;
}
.girisbilgi .hatirlatbtn {
	width: 100%;
	margin-top:10px;
}
.sifreunutmus {
	text-decoration: none;
	color: #666;
	font-size: 16px;
}
#checkbox {
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #555;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #555;
}
#checkbox i{
	line-height: 30px;
}
.checktext {
	font-size: 18px;
	color: #333;
	margin-right: 20px;
}
.hatirlatbtn {
	width: 103%;
	float: left;
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5245f;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
    cursor: pointer;
	outline:none;
    font-family: 'Titillium Web', sans-serif;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.hatirlatbtn:hover {
	background-color: #333;

}


.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
	float:left;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #AFAFAF;
    display: inline-block;
	line-height:20px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #f5245f;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}
.hsapyokslogan {
	text-align: center;
	float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
.kaydollink {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 100%;
}
.girisbilgi .gonderbtn {
	margin-bottom:25px;
	font-size:16px;

}

.headbg {
	background-image: url(../images/background13.jpg);
	background-repeat: repeat;
	background-position: center center;
	float: left;
	height: 200px;
	width: 100%;
	opacity:0.4;
	filter:alpha(opacity=40);
	background-color: #000;
}
.content {
	float: left;
	width: 100%;
	min-height: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.contentucgen {
	background-image: url(../images/contentucgen.png);
	background-repeat: repeat-x;
	float: left;
	height: 7px;
	width: 100%;
	margin-top: -7px;
	    z-index: 555;
    position: relative;
}
.sidebar {
	float: left;
	width: 25%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
}
.sidebar a {
	float: left;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3%;
	font-weight: normal;
}
.sidebar h3 {
	color: #f5245f;
	margin-bottom: 20px;
	font-size: 22px;
}
.sidebar a:hover {
	background-color: #EAEAEA;
}
.icerik {
	float: right;
	width: 69%;
	min-height: 250px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #EEE;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.icerik p img {
	margin: 10px;
}
.icerik ul li {
	margin-bottom: 10px;
}
.sosyal {
	float: right;
}
.title h2 {
	line-height: 34px;
}
.list {
	float: left;
	width: 98%;
	padding: 10px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

}
.list a img {
	float: left;
	margin-right: 17px;
	width: 200px;
	height: 150px;
	box-shadow: 0px 0px 5px #b1b1b1;
}
.list h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.incelelink {
	font-weight: bold;
	color: #F90;
}
.list h3 a:hover {
	text-decoration: underline;
}
.incelelink:hover {
	text-decoration: underline;
}

.hostingaciklama {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top:20px;
}
.ozelhosting {
	color: #FFF;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
.ozelhosting .gonderbtn {
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 16px;
}
.ozelhosting h3 {
	margin-bottom: 10px;
}
.ozelhosting .gonderbtn:hover {
	color: #3A4851;
	background-color: #FFF;
	
}
.hostingpage {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #333;
}
.hostingpage .hostslogan {
	color: #333;
}
#hostingpage {
	padding-top: 35px;
}
.iletisimpage {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.iletiinfo {
	float: left;
	width: 48%;
}
.iletiinfo table tr td h4 {
	color: #f5245f;
	font-weight: bold;
}
.iletisimform {
	float: right;
	width: 48%;
}

.iletisimform table tr td h4 {
	color: #f5245f;
	font-weight: bold;
}.iletisimform table tr td .gonderbtn {
	float: right;
}
.iletisimpage iframe {
	margin-top: 10px;
	box-shadow: 0px 0px 15px #b1b1b1;
}
.hesapfoto {
	float: right;
	width: 45%;
	text-align: center;
}
.hesapfoto img {
	    box-shadow: 0px 0px 15px #b1b1b1;
    margin-top: 15px;
    width: 80%;
    height: auto;
}
.sitemio-hesapcontent {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.hesapbilgiler {
	float: left;
	width: 50%;
	margin-left:50px;
}
.hesapbilgiler table tr td h4 {
	color: #f5245f;
	font-weight: bold;
}
.sitemio-zorunlu {
	color: #F00;
	margin-left: 5px;
	font-size:16px;
}
.mushesapsidebar {
	float: left;
	width: 25%;
	margin-top: 25px;
}
.mushesapsidebar a {
	padding: 15px;
	float: left;
	width: 95%;
	background-color: #F0F0F0;
	margin-bottom: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
}
.mushesapsidebar a:hover {
	background-color: #dcdcdc;
	border: 1px solid #999;

}
#musaktiflink {

	background-color: #dcdcdc;
	border: 1px solid #999;

}
.mushesapsidebar i {
	margin-right: 5px;
}
.mushosmsj {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	font-size:16px;
}
.mushesapcontent {
	float: right;
	width: 67%;
	padding: 20px;
	min-height: 420px;
	box-shadow: 0px 0px 10px #ccc,inset 0px 0px 20px 10px #F2F2F2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:15px;
	word-wrap:break-word;

}

.mushesapcontent table {
	font-size:15px;

}


.musconbaslik {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #f5245f;
}
.hesapinfospan {
	float: right;
	margin-top: 25px;
}
#odemeyapbtn {
	color: #090;
	border: 1px solid #090;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#odemeyapbtn:hover {
	color: #fff;
	background-color: #090;
}

#gorbtn {
	color: #666;
	border: 1px solid #666;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#gorbtn:hover {
	color: #fff;
	border: 1px solid #202930;
}.odemeyontem {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	margin-top: 20px;
}
.destekpagetitle {
	color: #f5245f;
}
.destekyanit {
	float: left;
	width: 80%;
	padding: 15px;
	background-color: #FFC;
	margin-top:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.destekyanit h5 span {
	float: right;
	font-size: 14px;
}
.destekyanit h5 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#nobg:hover {
	background-color: #FFF;
}
#yetkilimsj {
	float: right;
	margin-top: 10px;
	background-color: #DFF;
}
#projeler {
	float: left;
	width: 100%;
}
#projeler img {
	width: 80%;
	height: auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px #666;
	text-align: center;
}
.mushosinfo {
	font-size: 16px;
	line-height: 32px;
}

#musmobinfo {display:none;}

.headbgcolor {
	    background-color: #000;
    float: left;
    width: 100%;
	}

.headsocials a {
	margin-left: 10px;
	font-size:18px;
}

.headsocials {
	float: right;
}
.sonprojeler .hostslogan {
	color: #333;
	width: 100%;
}


#alanaditescil .bloktitle h4 {
	margin-top: 15px;
}
.domaintescil {
	float: left;
	width: 100%;
	text-align: center;
}
.domaintescil input {
	border: 1px solid #333;
	padding: 10px;
	font-size: 18px;
}
.domaintescil select {
	border: 1px solid #333;
	padding: 10px;
	font-size: 18px;
}
.domaintescil .gonderbtn {
	font-size: 18px;
	margin-top: 20px;
}
#alanaditescil {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	float: left;
	width: 100%;
	padding-bottom:20px;
	margin-bottom:15px;
}
.tescilsonuc {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tescilsonuc table tr td i {
	margin-right: 5px;
}
#tesclsure {
	width: 78%;
	border: 1px solid #CCC;
}

#domaintuzanti {
	width: 15%;
}


.webpaketler {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#webpaketler .bloktitle h4 {
	margin-top: 15px;
}
#webpaketler {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
.paketfiyat {
	font-weight: bold;
	position: absolute;
	font-size: 20px;
	background-color: #f5245f;
	color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: -8px;
	margin-top: 185px;
}
.tescilucretleri {
	width: 75%;
	margin-top: 35px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.tescilucretleri span {
	float: left;
	width: 125px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tescilucretleri h4 {
	margin-bottom: 15px;
}
.tescilsonuc {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.paketkategoriler {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
}
.paketdetay  {
	float: left;
	width:100%;
}
.paketdetay img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px #999;
	margin-left: 100px;
}
#urundemolink {
	border: 1px solid #d88d19;
	color: #d88d19;
	font-weight: bold;text-shadow: NONE;
	width:100px;text-align:center;
	margin-top:28px;
	margin-bottom:15px;
}
#urundemolink:hover {
	background-color: #d88d19;
	color:#fff;
}
#urunsatinlink {
	border: 1px solid #090;
	color: #090;margin-top:0px;
	font-weight: bold;text-shadow: NONE;
	width:100px;text-align:center;
}
#urunsatinlink:hover {
	background-color: #090;
	color:#fff;
}
.paketaciklamalar {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 15px;
}


.paketkategoriler .gonderbtn {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
	
	#wrapper {width:100%;}
	.menuAc { display: block;width:100%; background-color:#333;position: relative;}
	.menu ul { display: none; position:relative;}
	.menu ul li { float: none }
	.menu ul li a {border-bottom: 1px solid #555 }
	 .slides-container li .container h1 {
	font-size: 30px;
	font-weight: normal;
}
.logo {
   float: none; 
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
	text-align: center;
}

.menu {
    float: none; 
    margin: 7%;
    margin-top: 20px;
}

.menu li  {
    float: left;
	width:100%;
}
.menu li a {
    float: left;
    width: 86%;
	font-size: 20px;
	background-color:#333;
	line-height:50px;
	
}

.menu ul li ul {
    width: 100%;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    margin: 0px;
    padding: 0px;
	background-color:#222;
}
.menu li:hover a {
background-color:#222;
}
.menu ul li ul li a {

    width: 98%;
}

.mobslider {
	position:absolute;
	width:100%;
	height:100%;
	z-index:890;
	}
	
	
	.slidedetaylink {display:none;}
	
	.anaslogan {
    float: none;
    width: 70%;
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.hakkkmzdainfo {
    float: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.hizmlist {
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 8%;
    margin-left: 1%;
    height: auto;
}
.myorumlar .list_carousel li h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 23px;
}

.myorumlar .list_carousel li {
	height: 185px;
}
.referanslogolar {

	text-align: center;

}
.referanslogolar img {
    float: none;
    height: 140px;
    width: 190px;
    border: 1px solid #CCC;
    margin-top: -6px;
    margin-left: -1px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;

}
.hostlist {
    float: none;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}
.footer {
    height: auto;

}
#footleftinfo {
    width: 90%;
}
.footblok {
    float: none;
    height: auto;
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.mobclear {clear:both;display:block;}
#modalDialogmobil {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: left;
  
}
.modalDialog > div {
        width: 80%;  
}

.girisbilgi .gonderbtn {
    margin-left: auto;
    margin-bottom: 25px;
    font-size: 16px;
    margin-right: auto;
}
.icerik {
    float: none;
    width: 90%;
    min-height: 250px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #EEE;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.mobcontentmenu {margin-top:48px;}
.sidebar {
    float: none;
    width: 90%;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #F3F3F3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
.hostingpage {
   
    margin-top: 70px;
}
.hesapbilgiler {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.hesapfoto {
    float: none;
    width: 100%;
    text-align: center;
}
.hostslogan {

    width: 100%;

}
.hostingaciklama {
    float: none;
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.iletiinfo {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.iletisimform {
    float: none;
	margin-top:15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.list a img {
    width: 95%;
    height: auto;

}

.mushosmsj {
    text-align: center;font-size:18px;
	margin-top:50px;
}
.mushesapsidebar {

    width: 95%;

}
.hesapinfospan {display:none;}
.mushesapcontent {
    float: left;
    width: 90%;
}
#musmobinfo {
	    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.close {
    right: 6px;
    top: 5px;

}

#mobiltd {display:none;}

.domaintescil select {
	padding-left:0px;padding-right:0px;
}

#tesclsure {
	padding-left:0px;padding-right:0px;width:100%;
}

#domaintuzanti {
	width: 25%;
}


.paketdetay img {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #999;
    margin-left: 0px;
}

.paketdetay {
    text-align:center;
}

#alanaditescil, #webpaketler {margin-top:75px;}
	
}