/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

body {
	width: 100%;
	height: 100%;
}
html {
	height: 100%;
}
p, a {
	font-family: 'Roboto Condensed', sans-serif;
}

.mt-15 {
	margin-top:15px;
}
.mt-30 {
	margin-top:30px;
}
.mb-15 {
	margin-bottom: 15px;
}

.header-menu {
	padding: 0;
	margin:0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:20px;
	height: 50px;
}
.header-menu li {
	list-style: none;
	text-align: center;
	border-left: 2px solid #ea272a;
	position: relative;
	height: 50px;
}
.header-menu li a {
	display: block;
	color: #231f20;
	padding: 5px 30px;
	transition: all 300ms ease;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	letter-spacing: 0.06em;
}
.header-menu li a:hover {
	text-decoration: none;
	color: #7d7d7d;
}
.header-menu li:last-child {
	border-right: 2px solid #ea272a;
}



.topnav {
	overflow: hidden;
	z-index: 9999;
	height: 50px;
	margin-top:20px;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 0 16px;
	text-decoration: none;
	border-left: 1px solid #ea272a;
	height: 50px;
}
.topnav a:last-child {
	border-right: 1px solid #ea272a;
}

.active {
	background-color: #4CAF50;
	color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}










.header-logo {
	float: left;
}

.topnav {
	float: left;
}



.blok-tweenmax {
	position: relative;
}
.blok-tweenmax span {
	font-family: 'Roboto', sans-serif;
}


.t-red {
	color: #ea272a;
}
.t-white {
	color: #ffffff;
}
.t-border-w {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 8px;
}


.blok-ilk {
	height: calc(100vh - 90px);
	min-height: 500px;
}
.blok-ilk span {
	position: absolute;
}


.bg-rope {
	display: none;
	position: absolute;
	left: 43%;
	transform: translateX(-57%);
}

.sorulan-sorular {
	display: inline-block;
}
.sorulan-sorular img {
	float: left;
}
.sorular-caption {
	max-width: 480px;
	float:left;
	margin-left: 10px;
}
.sorulan-sorular h2, .sorulan-sorular h3 {
	color: #ea272a;
	margin:5px 0;
}
.sorulan-sorular h3 {
	font-family: 'Bree Serif', serif;
	letter-spacing: 0.04em;
}
.sorulan-sorular p {
	color: #ffffff;
	font-size: 0.9em;
}


.footer {
	background-color: #262428;
	padding: 60px 0;
	border-top: 2px solid #ffffff;
}
.footer a {
}


.footer2 {
	background-color: #070909;
}
.footer2 p {
	margin:15px 0;
	color: #ffffff;
	font-size: 0.8em;
}

.footer-menu {
	padding: 0;
	margin:0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:40px;
	height: 50px;
}
.footer-menu li {
	list-style: none;
	text-align: center;
	border-left:1px solid #ea272a;
	position: relative;
	height: 50px;
}
.footer-menu li a {
	display: block;
	color: #ffffff;
	padding: 0 30px;
	transition: all 300ms ease;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	font-weight: 300;
	letter-spacing: 0.06em;
}
.footer-menu li a:hover {
	text-decoration: none;
	color: #7d7d7d;
}
.footer-menu li:last-child {
	border-right: 1px solid #ea272a;
}




.content-header {

}

.detail-page {
	padding-bottom: 30px;
}
.detail-page h1 {
	text-align: center;
	color: #43479d;
	font-size: 2em;

	font-family: 'Bree Serif', sans-serif;
}

.detail-page h2 {
	color: #5559b7;
	font-size: 1.6em;
	font-family: 'Bree Serif', sans-serif;
}
.detail-page p {
	line-height: 1.75em;
}
.detail-page hr {
	border-top:8px solid #9b9b9f;
}

.detail-box {
	box-sizing: border-box;
	padding-bottom: 15px;
	display: inline-block;
	margin-top:15px;
}
.detail-box p {
	line-height: 1.2em;
	font-size: 0.9em;
}
.detail-box h3 {
	color: #ea272a;
	text-align: right;
	font-size: 1.1em;
	font-family: 'Bree Serif', sans-serif;
}
.detail-left {
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	padding-left: 30px;
	box-sizing: border-box;
	border-right: 2px solid #9b9b9f;
	width: 35%;
}
.detail-right {
	float:left;
	width: 55%;
	padding-right: 30px;
	box-sizing: border-box; 
}

.ref-logolar {
	padding-bottom: 15px;
}

.no-gap {

	padding-left: 0;
	padding-right: 0;
}



.gr-mavi {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fc4ef+0,15153f+91 */
	background: rgb(47,196,239); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(47,196,239,1) 0%, rgba(21,21,63,1) 91%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(47,196,239,1) 0%,rgba(21,21,63,1) 91%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(47,196,239,1) 0%,rgba(21,21,63,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc4ef', endColorstr='#15153f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gr-laci {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#374c9e+0,11113b+91 */
	background: rgb(55,76,158); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(55,76,158,1) 0%, rgba(17,17,59,1) 91%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(55,76,158,1) 0%,rgba(17,17,59,1) 91%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(55,76,158,1) 0%,rgba(17,17,59,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374c9e', endColorstr='#11113b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gr-bordo {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b1246+0,281228+91 */
	background: rgb(91,18,70); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(91,18,70,1) 0%, rgba(40,18,40,1) 91%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(91,18,70,1) 0%,rgba(40,18,40,1) 91%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(91,18,70,1) 0%,rgba(40,18,40,1) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b1246', endColorstr='#281228',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



.bounce {
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-moz-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}


@media only screen and (max-width: 939px) {
	body {
		overflow-x: hidden;
	}
	.ss-01, .ss-02, .ss-03, .ss-04, .ss-05, .ss-06, .ss-07 {
		margin-top:15px;
		margin-bottom: 15px;
	}
	.ss-01 p, .ss-02 p, .ss-03 p, .ss-04 p, .ss-05 p, .ss-06 p, .ss-07 p {
		font-size: 1.3em;
	}
	#fixed-right-nav {
		display: none;
	}


.p1-bulut-1 {
	position: relative;
	left:30%;
	top:100px;
	z-index: 100;
}
.p1-bulut-2 {
	position: absolute;
	top:90px;
	left: 15%;
	z-index: 60;
}
.p1-bulut-3 {
	position: absolute;
	top:140px;
	left:69%;
}
.p1-laptop {
	position: absolute;
	top:310px;
	left:36%;
	z-index: 150;
}
.p1-server {
	position: absolute;
	top:110px;
	left:27%;
	z-index: 160;
}
.p1-disk {
	display: none;
}
.p1-t1 {
	right: 20px;
	top:160px;
	z-index: 200;
	font-size: 2.5em;
	font-weight: 300;
	text-align: right;
}
.p1-t2 {
	font-size: 1.3em;
	top:30px;
	left: 0;
	z-index: 300;
}
.p1-t3 {
	font-size: 1.3em;
	top:144px;
	left:0;
	background-color: rgba(41,41,41,0.6);
	z-index: 99;
}
.p1-t4 {
	font-size: 1.3em;
	top:200px;
	left:0;
	color: #ffffff;
	background-color: rgba(41,41,41,0.6);
	z-index: 999;
}
.p1-t5 {
	font-size: 1.3em;
	left: 0;
	top:85px;
	z-index: 200;
	background-color: rgba(41,41,41,0.6);
}
.p1-t6 {
	font-size: 1.3em;
	left:78%;
	top:180px;
}
.p1-t7 {
	font-size: 1.3em;
	left:0;
	top:256px;
	z-index: 999;
	background-color: rgba(41,41,41,0.6);
}
.p1-sss {
	font-size: 2em;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 500;
	width: 100%;
	text-align: center;
}
.p1-sss:hover {
	color:#d8d7d7;
}
.p1-sss img {
	display: inline;
}

.p1-folders {
	z-index: 180;
	position: absolute;
	left: 50px;
	top:360px;
}

.p1-users {
	z-index: 180;
	position: absolute;
	left: 81%;
	top:318px;
}

}

@media only screen and (min-width: 940px) {


.p1-bulut-1 {
	position: relative;
	left:30%;
	top:100px;
	z-index: 100;
}
.p1-bulut-2 {
	position: absolute;
	top:90px;
	left: 15%;
	z-index: 60;
}
.p1-bulut-3 {
	position: absolute;
	top:140px;
	left:69%;
}
.p1-laptop {
	position: absolute;
	top:310px;
	left:36%;
	z-index: 150;
}
.p1-server {
	position: absolute;
	top:110px;
	left:27%;
	z-index: 160;
}
.p1-disk {
	z-index: 180;
	position: absolute;
	left: 61%;
	top:110px;
}
.p1-t1 {
	font-size: 1.3em;
	left:41%;
	top:180px;
	z-index: 200;
	font-size: 3.5em;
	font-weight: 300;
}
.p1-t2 {
	font-size: 1.3em;
	top:30px;
	left: 35%;
	z-index: 300;
}
.p1-t3 {
	font-size: 1.3em;
	top:205px;
	left: 12%;
}
.p1-t4 {
	font-size: 1.3em;
	top:370px;
	left:18%;
	color: #ffffff;
}
.p1-t5 {
	font-size: 1.3em;
	left: 61%;
	top:85px;
	z-index: 200;
}
.p1-t6 {
	font-size: 1.3em;
	left:78%;
	top:180px;
}
.p1-t7 {
	font-size: 1.3em;
	left:63%;
	top:387px;
}
.p1-sss {
	font-size: 2em;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 300ms ease;
	z-index: 500;
}
.p1-sss:hover {
	color:#d8d7d7;
}
.p1-sss img {
	display: inline;
}

.p1-folders {
	z-index: 180;
	position: absolute;
	left: 16%;
	top:280px;
}

.p1-users {
	z-index: 180;
	position: absolute;
	left: 81%;
	top:318px;
}



	#fixed-right-nav {
		position: fixed;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#fixed-right-nav ul {
		padding: 0;
		margin:0;
	}
	#fixed-right-nav li {
		margin:5px;
		border-radius: 5px;
		padding: 5px;
		cursor: pointer;
		background-color: transparent;
		border:1px solid #ea272a;
		list-style: none;
		transition: all 300ms ease;
	}
	#fixed-right-nav li.active {
		background-color: #ea272a;
	}
	#fixed-right-nav li:hover {
		background-color: #ea272a;
	}


	.blok-iki {
		height: 710px;
	}
	.blok-uc {
		height: 745px;
	}
	.blok-dort {
		height: 730px;
	}


	.ss-01 {
		position: relative;
		left:560px;
		top:20px;
	}
	.ss-02 {
		width: 910px;
	}
	.ss-02 .sorular-caption {
		max-width: none !important;
	}
	.ss-02 .pull-left {
		width: 440px;
	}
	.ss-02 .pull-right {
		padding-left: 30px;
	}

	.ss-04 {
		position: relative;
		top:73px;
		left: 243px;
	}
	.ss-04 .sorular-caption {
		max-width: none;
		width: 720px;
	}
	.ss-04 .pull-left  {
		width: 420px;
	}

	.ss-05 {
		position: relative;
		top:280px;
		left:276px;
	}
	.ss-05 .sorular-caption {
		max-width: none;
		width: 820px;
	}
	.ss-05-caption {
		width: 420px;
	}
	.ss-06 {
		position: relative;
		top:65px;
		left:240px;
	}
	.ss-06-caption {
		width: 420px;
	}

	.ss-07 {
		position: relative;
		top:160px;
		left: 287px;
	}

	.ss-07-caption {
		width: 375px;
	}
	.bg-rope {
		display: block;
	}



	.ss-02 {
		position: relative;
		top:83px;
		left:233px;
	}

	.ss-03 {
		position: relative;
		top:118px;
		left:570px;
	}



}

@media only screen and (max-width: 600px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
	.footer-menu {
		display: none;
	}
	.footer {
		padding:0;
	}
}

.row.equal {
	display: flex;
	flex-wrap: wrap;
}
.equal {
	display: flex;
	flex-wrap: wrap;
}


.paketler {
	padding:30px 0;
	background-color: #f1f1f1;
}
.paketler h2 {
	color: #ea272a;
	font-family: 'Bree Serif', serif;
	text-align: center;
	margin:30px 0;
}
.paketler .col-lg-3 {
	margin-top:15px;
}
.paketler [class*=col-] h3 {
	font-weight: 300;
	text-align:center;
	margin:0;
	padding:20px 0;
	letter-spacing: 0.105em;
}
.paketler div > div:nth-child(2) > div > h3 {
	font-weight: 500;
	color: #4c7737;
}
.paketler div > div:nth-child(3) > div > h3 {
	font-weight: 500;
	color: #ffbb42;
}
.paketler div > div:nth-child(4) > div > h3 {
	font-weight: 500;
	color: #e13c4c;
}
.paketler div > div:nth-child(5) > div > h3 {
	font-weight: 500;
	color: #3f4bb8;
}
.paketler ul {
	padding: 0;
	margin:0;
}
.ul-eko li {
	border-top: 2px solid #4c7737;

}
.ul-business li {
	border-top: 2px solid #ffbb42;
	
}
.ul-pro li {
	border-top: 2px solid #e13c4c;
	
}
.ul-extreme li {
	border-top: 2px solid #3f4bb8;
	
}
.paketler li {
	list-style: none;
	padding:15px;
	text-align: center;
}
.price {
	font-weight: 500;
	font-size: 1.3em;
	letter-spacing: 0.1em;
}
.paketler .paket-inset {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(148,148,148,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(148,148,148,1);
	box-shadow: 0px 0px 5px 2px rgba(148,148,148,1);
	transition: all 300ms ease;
	background-color: #ffffff;
}
.paketler .paket-inset:hover {
	-webkit-box-shadow: 0px 0px 9px 6px rgba(148,148,148,1);
	-moz-box-shadow: 0px 0px 9px 6px rgba(148,148,148,1);
	box-shadow: 0px 0px 9px 6px rgba(148,148,148,1);
}
.paket-not {
	margin-top:30px;
}



.ortak-ozellikler {
	margin: 15px 0;
}
.ortak-ozellikler h3 {
	color: #396caa !important;
	letter-spacing: 0em !important;
	text-align: left !important;
}
.ortak-ozellikler p {
font-weight: bold;
}
.ortak-ozellikler li {
	text-align: left;
	padding: 13px;
}
.ortak-ozellikler li:before {
	content: '✓ ';
	margin-right: 10px;
}