/* whatsapp */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* whatsapp */



	/* ortak siniflar */
.ortala {margin: 0 auto}
.db {display:block}
.dib {display:inline-block}
.fl {float:left}
.fr {float:right}
.tc {text-align: center}
.tl {text-align:left}
.tr {text-align:right}
.pa {position:absolute}
.pr {position:relative}
.pf {position:fixed}
.temizle {clear:both; }
.radius {border-radius:100px;}
strong {font-weight: bold;}

/* fontlar */
@font-face {
    font-family: 'Roboto Slab';
    src: url(../fonts/robotoslab/robotoslab-bold-webfont.woff) format('woff'), url(../../fonts/robotoslab/robotoslab-bold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'Roboto Slab';
    src: url(../fonts/robotoslab/robotoslab-thin-webfont.woff) format('woff'), url(../../fonts/robotoslab/robotoslab-thin-webfont.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'Roboto Slab';
    src: url(../fonts/robotoslab/robotoslab-light-webfont.woff) format('woff'), url(../../fonts/robotoslab/robotoslab-light-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'Roboto Slab';
    src: url(../fonts/robotoslab/robotoslab-regular-webfont.woff) format('woff'), url(../../fonts/robotoslab/robotoslab-regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #19B5FE;
}

::selection {
    color: #fff;
    background: #19B5FE;
}

html {
	width: 100%;
	height: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.boyut {
	width: 1170px;
}

/* top */
.top {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    z-index: 10;
}


.top .telefon {
	float: left;
	font-size: 12px;
	color: #666;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/topicon/telefon.png) no-repeat left center;
	padding-left: 30px;
}
.top .telefon span {
	font-weight: 600;
	letter-spacing:  1px;
	padding-left: 5px;
}
.top .telefon span a {
	color: #666;
}

.top .topNav {
	float: right;
}
.top .topNav ul {
	margin-left: -20px;
	margin-right: -20px;
}
.top .topNav ul li {
	float: left;
	position:  relative;
}
.top .topNav ul li a {
    font-size: 12px;
    color: #9b9fa9;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0 18px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover {
	color: #19B5FE;
}
.top .topNav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 3px;
	background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 3px;
	background: #19B5FE;
}
.top .topNav ul li a i.hakkimizda {
    background-image: url(../img/topicon/topSprites.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.hakkimizda {
    background-position: 0 -16px;
}
.top .topNav ul li a i.panel {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -16px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.panel {
    background-position: -16px -16px;
}

.top .topNav ul li a i.tv {
    background-image: url(../img/tv.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.top .topNav ul li a i.webmail {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -32px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.webmail {
    background-position: -32px -16px;
}
.top .topNav ul li a i.seo {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -48px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.seo {
    background-position: -48px -16px;
}
.top .topNav ul li a i.destek {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -64px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.destek {
    background-position: -64px -16px;
}
.top .topNav ul li a i.odeme {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -80px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.odeme {
    background-position: -80px -16px;
}
.top .topNav ul li a i.profil {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -96px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.profil {
    background-position: -96px -16px;
}
.top .topNav ul li a i.hesabim {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -112px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.hesabim {
    background-position: -112px -16px;
}
.top .topNav ul li a i.cikis {
    background-image: url(../img/topicon/topSprites.png);
    background-position: -128px 0;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    line-height: 50px;
    vertical-align: text-top;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .topNav ul li a:hover i.cikis {
    background-position: -128px -16px;
}
/* headerNav */
.headerNav {
	position: absolute;
	top: 100px;
    left: 0;
    width: 100%;
    z-index: 101;
}

/* logo */
.headerNav .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
    height: 50px;
}

.headerNav .logo a {
    display: block;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat top center;
    width: 100%;
    height: 32px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.headerNav .logo a:hover {
    background-position: center -32px;
}

/* menu */
.headerNav .menu {
	float: left;
	width: 100%;
}
.headerNav .menu > ul.sol {
    margin-left: -25px;
    margin-right: -25px;
    float: left;
}
.headerNav .menu > ul.sag {
    margin-left: -25px;
    margin-right: -25px;
    float: right;
}
.headerNav .menu > ul > li {
	float: left;
	position: relative;
}
.headerNav .menu > ul > li > a {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 25px 0 25px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
}
.headerNav .menu > ul > li > a:hover {
	color: #19B5FE;
}
.headerNav .menu > ul > li > a.secili {
	color: #19B5FE;
}

/* subMenu */
.subMenu {
    position: absolute;
    left: 50%;
    top: 50px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    margin-left: -100px;
	display: none;
}
.subMenu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}
.subMenu li {
	float: left;
	width: 100%;
}
.subMenu li a {
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #888;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-align: center;
	border-bottom: 1px solid #f5f5f5;
    font-family: 'Open Sans', sans-serif;
}
.subMenu li:hover a {
	background: #19B5FE;
	color: #fff;
}
.subMenu li:first-child a {
	border-radius: 6px 6px 0 0;
}
.subMenu li:last-child a {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
.subMenu.subscroll {
	top: 60px;
	background: #19B5FE;
}
.subMenu.subscroll:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #19B5FE;
	border-width: 5px;
	margin-left: -5px;
}
.subMenu.subscroll li a {
	color:  #fff;
	border-bottom: 1px solid #2FBDFF;
}
.subMenu.subscroll li:last-child a {
	border-bottom: none;
	border-radius: 0 0 6px 6px;
}
.subMenu.subscroll li:hover a {
	background: #232323;
	color: #fff;
}

/* mainSlider */
.mainSlider {
	float: left;
	width: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
    z-index: 20;
	background: url(../img/slider.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainSlider:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
}
.mainSlider:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 4px;
	height: 32px;
	background: #e8eff2;
	z-index: 99;
	border-radius: 6px 6px 0 0;
}


.mainSlider .slogan {
	display: table;
	position: absolute;
    z-index: 98;
    width: 100%;
    height: 100%;
    text-align: center;
}
.mainSlider .slogan .sloganYazi {
	display: table-cell;
	vertical-align: middle;
}
.mainSlider .slogan .sloganYazi h1 {
	text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 4px;
    font-size: 32px;
	font-family: 'Lato', sans-serif;
    font-weight: 800;
	color: #fff;
	padding-bottom: 20px;
	padding-top: 110px;
}
.mainSlider .slogan .sloganYazi p {
	font-size: 18px;
	font-family: 'Roboto Slab',serif;
    font-weight: 300;
	color: #fff;
}
.mainSlider .slogan .sloganYazi a {
    border: 2px solid #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 200px;
    margin-top: 30px;
    cursor: pointer;
    float: none;
    border-radius: 100px;
	height: 50px;
	line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.mainSlider .slogan .sloganYazi a:hover {
    border: 2px solid #19B5FE;
	background: #19B5FE;
}

/* mainOnYazi */
.mainOnYazi {
    float: left;
    width: 100%;
    background: #e8eff2;
    position: relative;
    z-index: 20;
}
.mainOnYazi:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 4px;
    height: 32px;
    background: #fff;
    z-index: 99;
    border-radius: 6px 6px 0 0;
}
.mainOnYazi .onYazi {
    float: left;
    width: 100%;
    padding: 50px 0 60px 0;
    text-align: justify;
}
.mainOnYazi .onYazi p {
    color: #666;
    font-size: 18px;
    font-family: 'Roboto Slab',serif;
    font-weight: 500;
    line-height: 26px;  
}



/* scrollMenu */
.scrollMenu {
    width: 100%;
	height: 70px;
	position: fixed;
	top: -70px;
    left: 0;
    z-index: 102;
	background: #fff;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}
.scrollMenu.sticky {
	top:0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

/* logo */
.scrollMenu .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: table;
    text-align: center;
    z-index: 1;
}
.scrollMenu .logo a {
    display: block;
    text-indent: -9999px;
    background: url(../img/logo2.png) no-repeat top center;
    width: 100%;
    height: 32px;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.scrollMenu .logo a:hover {
    background-position: center -32px;
}

/* menu */
.scrollMenu .menu {
	float: left;
	width: 100%;
}
.scrollMenu .menu > ul.sol {
    margin-left: -25px;
    margin-right: -25px;
    float: left;
    position: relative;
    z-index: 2;
}
.scrollMenu .menu > ul.sag {
    margin-left: -25px;
    margin-right: -25px;
    float: right;
    position: relative;
    z-index: 2;
}
.scrollMenu .menu > ul > li {
	float: left;
	position: relative;
}
.scrollMenu .menu > ul > li > a {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #666;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 25px 0 25px;
    line-height: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: block;
}
.scrollMenu .menu > ul > li > a:hover {
	color: #19B5FE;
}
.scrollMenu .menu > ul > li > a.secili {
	color: #19B5FE;
}

/* mainHosting */
.mainHosting {
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
    z-index: 20;
}
.mainHosting:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 4px;
	height: 32px;
	background: #e8eff2;
	z-index: 99;
	border-radius: 6px 6px 0 0;
}
.mainHosting .hosting {
	padding: 60px 0;
	float: left;
	text-align: center;
}
.mainHosting .hosting ul {
	margin-left: -30px;
}
.mainHosting .hosting ul li {
	float: left;
	border: 5px solid #e8eff2;
	width: 370px;
	height: 375px;
	border-radius: 10px;
	margin-left: 30px;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainHosting .hosting ul li:hover {
	border: 5px solid #19B5FE;
}
.mainHosting .hosting ul li .paketHeader {
	float: left;
	width: 100%;
}
.mainHosting .hosting ul li .paketHeader .icon {
    display: table-cell;
    vertical-align: middle;
}
.mainHosting .hosting ul li .paketHeader .icon img {
	width: 50px;
}
.mainHosting .hosting ul li .paketHeader .baslik {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 2px;
	color: #232323;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	width: 105px;
	padding-left: 20px;
	text-align: left;
}
.mainHosting .hosting ul li .paketHeader .fiyat {
    padding-left: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #19B5FE;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 45px;
}
.mainHosting .hosting ul li .paketHeader .fiyat span {
	font-size: 14px;
}
.mainHosting .hosting ul li .detaylar {
	padding-top: 30px;
	float: left;
	width: 100%;
	text-align: left;
}
.mainHosting .hosting ul li .detaylar p {
	font-size: 14px;
    line-height: 1.8em;
    color: #666;
    font-family: 'Roboto Slab',serif;
}
.mainHosting .hosting ul li a.satinAl {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
    background: #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.mainHosting .hosting ul li a.satinAl:hover {
	background: #18a8ec;
}

.mainHosting .hosting a.tumu {
    border: 2px solid #19B5FE;
    color: #666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
	padding:0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
	margin-top: 50px;
}
.mainHosting .hosting a.tumu:hover {
	background: #19B5FE;
	color: #fff;
}

/* mainBaslik */
.mainBaslik {
	width: 100%;
	text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 4px;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
	padding-top: 60px;
	position: relative;
	z-index: 99;
}
.mainBaslik:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e8eff2;
	z-index: 99;
}
.mainBaslik:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	width: 4px;
	height: 32px;
	background: #e8eff2;
	z-index: 99;
}
.mainBaslik.beyaz {
	color: #fff;
}
.mainBaslik.beyaz:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	z-index: 99;
}
.mainBaslik.beyaz:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	width: 4px;
	height: 32px;
	background: #fff;
	z-index: 99;
}
.mainBaslik.gri {
	color: #232323;
}
.mainBaslik.gri:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	z-index: 99;
}
.mainBaslik.gri:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	width: 4px;
	height: 32px;
	background: #fff;
	z-index: 99;
}


/* domain */
.mainDomain {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
    z-index: 20;
	background: url(../img/domain.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mainDomain:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
}
.mainDomain:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 4px;
	height: 32px;
	background: #fff;
	z-index: 99;
	border-radius: 6px 6px 0 0;
}

.mainDomain .domain {
	float: left;
	width: 100%;
	padding: 60px 0 80px 0;
	position: relative;
	z-index: 99;
}
.mainDomain .domain form#sorgulama {
}
.mainDomain .domain form#sorgulama .input {
	float: left;
	width: 100%;
	position: relative;
}
.mainDomain .domain form#sorgulama .input input {
	width: 100%;
	height: 60px;
	border: none;
	background: #fff;
	border-radius: 100px;
	text-indent: 30px;
	color: #666;
	font-size: 16px;
	font-family: 'Roboto Slab',serif;
	outline: none;
    border: none;
    padding: 0;
}
.mainDomain .domain form#sorgulama .input .buton {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	background: #19B5FE;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
	z-index: 99;
    border-radius: 0 100px 100px 0;
	text-indent: 0;
	height: 60px;
    line-height: 60px;
	border: none;
	outline: none;
	cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	font-size: 14px;
    letter-spacing: 1.2px;
    padding:0;
}
.mainDomain .domain form#sorgulama .input .buton:hover {
	background: #18a8ec;
}

.mainDomain .domain .domainler {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.mainDomain .domain .domainler li {
	float: left;
	margin-right: 119px;
}
.mainDomain .domain .domainler li:last-child {
	margin-right: 0;
}
.mainDomain .domain .domainler li h1 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    color: #fff;
	padding-bottom: 5px;
}
.mainDomain .domain .domainler li p {
    color: #19B5FE;
    line-height: 1;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

/* projeler */
.mainProjeler {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
    z-index: 20;
	background: #fff;
}
.mainProjeler:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	width: 4px;
	height: 32px;
	background: #e8eff2;
	z-index: 99;
	border-radius: 6px 6px 0 0;
}
.neden-biz-text {
    margin-top: 30px;
	text-align: center;
}
.neden-biz-text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    font-family: 'Roboto Slab',serif;
    font-weight: 300;
}
.projeler {
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.projeler ul {
}
.projeler ul li {
	float: left;
	width: 33.3%;
	height: 290px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.projeler ul li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: scale3d(0);
}
.projeler ul li:hover img {
	opacity: 0.2;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.projeler ul li:hover .detay {
	opacity: 1 !important;
	z-index: 99 !important;
}
.projeler ul li .detay {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: table;
    width: 100%;
    height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.projeler ul li .detay .detayNav {
	display: table-cell;
	vertical-align: middle;
}
.projeler ul li .detay .detayNav h1 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.projeler ul li:hover .detay .detayNav h1 {
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.projeler ul li .detay .detayNav p {
	font-size: 16px;
	color: #aaa;
	font-family: 'Roboto Slab',serif;
	font-weight: 300;
	font-style:italic;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.projeler ul li:hover .detay .detayNav p {
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.projeler ul li .detay .detayNav a.link {
    border: 2px solid #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.projeler ul li:hover .detay .detayNav a.link {
    transition: opacity .5s ease .3s,-webkit-transform .5s ease .3s;
    transition: opacity .5s ease .3s,transform .5s ease .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.projeler ul li .detay .detayNav a.link:hover {
    background: #19B5FE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.projeler a.tumu {
    border: 2px solid #19B5FE;
    color: #666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    margin-top: 50px;
}
.projeler a.tumu:hover {
    background: #19B5FE;
    color: #fff;
}

/* maineTicaret */
.maineTicaret {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background: url(../img/eticaret2.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.maineTicaret:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}
.maineTicaret:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 4px;
    height: 32px;
    background: #e8eff2;
    z-index: 99;
    border-radius: 6px 6px 0 0;
}
.maineTicaret .e-ticaret {
    padding: 20px 0 60px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Slab',serif;
    font-weight: 500;
    z-index: 99;
    position: relative;
}
.maineTicaret .e-ticaret a {
    color: #19B5FE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.maineTicaret .e-ticaret a:hover {
    color: #fff;
}

/* mainMutlu */
.mainMutlu {
	float: left;
	width: 100%;
	background: #e8eff2;
    position: relative;
    z-index: 20;
}
.mainMutlu .mutlu {
	float: left;
	width: 100%;
	padding: 60px 0;
}

.musteri {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.musteri .resmi {
    display: inline-block;
    border-radius: 100%;
    position: relative;
    vertical-align: top;
    width: 6%;
}
.musteri .resmi img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
}
.musteri .aciklama {
	width: 91%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2%;
	position: relative;
}
.musteri .aciklama .gonderen-kisi {
	padding-bottom: 15px;
}
.musteri .aciklama .gonderen-kisi a {
	color: #19B5FE;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
	padding-right: 10px;
}
.musteri .aciklama .gonderen-kisi span.sirket {
	color: #888;
	padding-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.musteri .aciklama .mesaji {
    font-size: 16px;
    font-family: 'Roboto Slab',serif;
	color: #888;
    font-weight: 300;
	line-height: 26px;
	background: #fff;
	padding: 30px;
	border-radius: 8px 100px 100px 100px;
	position: relative;
}

/* stat */
.statistics-inner {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.statistics-inner .stat {
    float: left;
    width: 25%;
    text-align: center;
}
.statistics-inner .stat span {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.statistics-inner .stat span:last-child {
    padding-bottom: 0;
}
.statistics-inner .stat .stat-icon {
    margin-bottom: 20px;
}
.statistics-inner .stat .stat-icon img {
    width: 80px;
}
.statistics-inner .stat .number {
    font-size: 50px;
    letter-spacing: 2px;
    color: #19B5FE;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.statistics-inner .stat .count-title {
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* mainBilgi */
.mainBilgi {
	float: left;
	width: 100%;
	height: 110px;
	background: #19B5FE;
    position: relative;
    z-index: 20;
}
.mainBilgi .mh {
	float: left;
}
.mainBilgi .mh .telefon {
	background: url(../img/mh.png) no-repeat left center;
	font-size: 19px;
	font-family: 'Roboto Slab',serif;
	padding-left: 55px;
	display: block;
	color: #fff;
	line-height: 110px;
	font-weight: 500;
}
.mainBilgi .mh .telefon span {
	font-size: 22px;
	color: #fff;
	font-family: 'Roboto Slab',serif;
	font-weight: 600;
	line-height: 110px;
	padding-left: 10px;
}
.mainBilgi .mh .telefon span a {
color: #fff;
}

.mainBilgi .sosyalNav {
	float: right;
}
.mainBilgi .sosyalNav .sosyal {
	float: right;
    display: table;
    height: 110px;
}
.mainBilgi .sosyalNav .sosyal ul {
	margin-left: -5px;
    display: table-cell;
    vertical-align: middle;
}
.mainBilgi .sosyalNav .sosyal ul li {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-left: 5px;
}
.mainBilgi .sosyalNav .sosyal ul li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
}
.mainBilgi .sosyalNav .sosyal ul li.facebook a {
	background: #fff url(../img/fb.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.facebook a:hover {
	background: #123b99 url(../img/fb2.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.twitter a {
	background: #fff url(../img/tw.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.twitter a:hover {
	background: #0092ff url(../img/tw2.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.google a {
	background: #fff url(../img/gp.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.google a:hover {
	background: #be542c url(../img/gp2.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.instagram a {
	background: #fff url(../img/ins.png) no-repeat center;
}
.mainBilgi .sosyalNav .sosyal ul li.instagram a:hover {
	background: #783d0b url(../img/ins2.png) no-repeat center;
}

.footerFix {
    height: 509px;
    float: left;
}

/* footer */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
	width: 100%;
}
footer .footerBir {
	float: left;
	width: 100%;
	background: #1e1e1e;
	padding: 60px 0;
}
footer .footerBir ul {
    margin-left: -130px;
    display: inline-block;
}
footer .footerBir ul li {
    float: left;
    margin-left: 130px;
}

footer .footerBir ul li h1 {
	font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 20px;
}
footer .footerBir ul li a {
	font-size: 15px;
	color: #aaa;
	line-height: 28px;
	font-family: 'Roboto Slab',serif;
	font-weight: 500;
	display: block;
	width: 100%;  
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer .footerBir ul li a:hover {
	color: #19B5FE;
}

footer .footeriki {
	float: left;
	width: 100%;
	background: #171717;
	padding: 35px 0;
}
footer .footeriki .footerikiSol {
	float: left;
    background: url(../img/lock.png) no-repeat left center;
    display: block;
    padding-left: 30px;
    font-size: 13px;
    color: #aaa;
    line-height: 40px;
    font-family: 'Roboto Slab',serif;
    font-weight: 500;
}
footer .footeriki .footerikiSag {
	float: right;
}
footer .footeriki .footerikiSag ul {
	margin-left: -20px;
}
footer .footeriki .footerikiSag ul li {
	float: left;
	margin-left: 20px;
}
footer .footeriki .footerikiSag ul li a {
    font-size: 13px;
    color: #aaa;
    line-height: 40px;
    font-family: 'Roboto Slab',serif;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer .footeriki .footerikiSag ul li a:hover {
	color: #19B5FE;
}

/* solFixed */
.solFixed {
	position: fixed;
	left: 30px;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	background: #19B5FE;
	border-radius: 100px;
	z-index: 99;
}
.solFixed ul {
}
.solFixed ul li {
	float: left;
	width: 40px;
	height: 40px;
	border-top: 1px solid #23B9FF;
	border-bottom: 1px solid #17B2FB;
	position: relative;
}
.solFixed ul li:last-child {
	border-bottom: none;
}
.solFixed ul li:first-child {
	border-top: none;
}
.solFixed ul li a {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
}
.solFixed ul li.fixed1 {
	background: url(../img/fixed1.png) no-repeat center;
}
.solFixed ul li.fixed2 {
	background: url(../img/fixed2.png) no-repeat center;
}


.solFixed ul li.fixed1:hover .fixedBubble {
	display: block;
}
.solFixed ul li.fixed1 .fixedBubble {
    position: absolute;
    width: 120px;
    height: 40px;
    border-radius: 100px;
    left: 50px;
    top: 0;
    z-index: 99;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.solFixed ul li.fixed1 .fixedBubble:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
	margin-right: -2px;
}

.solFixed ul li.fixed2:hover .fixedBubble {
	display: block;
}
.solFixed ul li.fixed2 .fixedBubble {
    position: absolute;
    width: 120px;
    height: 40px;
    border-radius: 100px;
    left: 50px;
    top: 0;
    z-index: 99;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.solFixed ul li.fixed2 .fixedBubble:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fff;
	border-width: 5px;
	margin-top: -5px;
	margin-right: -2px;
}

/* icerikSlider */
.icerikSlider {
    float: left;
    width: 100%;
    height: 147px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    background: url(../img/slider.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.icerikSlider:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* icerik */
.icerik {
    float: left;
    width: 100%;
    position: relative;
    z-index: 20;
    background: #fff;
}

/* kategori */
.kategori {
    float: left;
    width: 100%;
    height:  60px;
    background: #e8eff2;
}
.kategori ul {
    margin-left: -20px;
}
.kategori ul li {
    float: left;
    margin-right: 14px;
}
.kategori ul li a {
    font-size: 13px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    display: block;
    background: url(../img/arr.png) no-repeat left center;
    line-height: 60px;
    padding-left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.kategori ul li a:hover {
    color: #19B5FE;
}
.kategori ul li:first-child a {
    background: none;
}

/* sayfa */
.sayfa {
    width: 810px;
    float: left;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 60px;
}
.sayfa.sayfaGenis {
    width: 100% !important;
}
.sayfa h1.baslik {
     text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.sayfa h1.baslik:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #19B5FE;
}
.sayfa h1.baslik.orta {
    text-align: center;
}
.sayfa h1.baslik.orta:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #19B5FE;
}
.sayfa p {
    font-family: 'Roboto Slab',serif;
    font-size: 14px;
    color: #444;
    line-height: 24px;
    margin-bottom: 10px;
}
.sayfa p.buyuk {
    font-size: 16px;
    line-height: 26px;
}
.sayfa a.link {
    color: #19B5FE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sayfa a.link:hover {
    text-decoration: underline;
}

/* icerikMenu */
.icerikMenu {
    float: right;
    border: 5px solid #e8eff2;
    border-radius:  10px;
    width: 300px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.icerikMenu ul {
    padding: 30px;
    display: inline-block;
}
.icerikMenu ul li {
    float: left;
    width: 100%;
}
.icerikMenu ul li a {
    font-size: 14px;
    color: #444;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-left: 30px;
    margin: 1px 0;
}
.icerikMenu ul li a.secili {
    background: #19B5FE;
    border-radius: 100px;
    color: #fff;
    padding-left: 30px;
}
.icerikMenu ul li a:hover {
    background: #19B5FE;
    border-radius: 100px;
    color: #fff;
    padding-left: 30px;
}

/* icerikKariyer */
#icerikKariyer {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/kariyer.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikKariyer:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* icerikTfb */
.banka {
    width: 540px;
    border: 5px solid #e8eff2;
    border-radius: 10px;
    float: left;
    margin-top: 30px;
    margin-right: 30px;
}
.banka ul {
    padding: 40px;
    display: inline-block;
}
.banka ul .resim {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    min-height: 65px;
}
.banka ul .resim img {
    width: 160px;
}
.banka ul .resim img.denizbank {
    width: 200px;
}
.banka ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.banka ul li:last-child {
    margin-bottom: 0;
}
.banka ul li h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
    position: relative;
    padding-bottom: 10px;
}
.banka ul li p {
    font-size: 16px !important;
}

/* hizmetlerimiz */
.hizmetler {
    text-align: center;
}
.hizmetlerBox {
    padding: 0;
}
.hizmetlerBox li {
    display: inline-block;
    width: 33%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hizmetlerBox li:hover {
    background-color: #19B5FE;
}
.hizmetlerBox li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.hizmetlerBox li:hover .fancy-icon {
    color: #fff;
    font-size: 80px;
}
.hizmetlerBox li:hover .hizmetAciklama, .hizmetlerBox li:hover .hizmetBaslik {
    color: #fff;
}
.fancy-icon {
    font-size: 60px;
    color: #19B5FE;
    line-height: 150px!important;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.hizmetDetay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.hizmetBaslik {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    letter-spacing: 1.5px;
    color: #232323;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 24px;
    padding-bottom: 20px;
}
.hizmetAciklama {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto Slab',serif;
    color: #666;
    line-height: 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* sayfaAlan */
.sayfaAlan {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.sayfaAlan .sayfaDetay {
    padding: 60px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index:  98;
    height: 100%;
    display: table;
}
.sayfaAlan .sayfaDetay h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 44px;
}
.sayfaAlan .sayfaDetay h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #19B5FE;
}
.sayfaAlan .sayfaDetay .yazi {
    float: left;
    width: 46%;
    min-height: 300px;
    margin-right: 4%;
}
.sayfaAlan .sayfaDetay .yazi.gns {
    width: 100%;
    margin-right: 0;
}
.sayfaAlan .sayfaDetay .yazi.genis {
    width: 100%;
}
.sayfaAlan .sayfaDetay .yazi h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #19B5FE;
    position: relative;
    margin: 30px 0;
    padding-bottom: 0;
}
.sayfaAlan .sayfaDetay .yazi p {
    font-family: 'Roboto Slab',serif;
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 10px;
}
.sayfaAlan .sayfaDetay.beyaz h1 {
    color: #232323;
}
.sayfaAlan .sayfaDetay.beyaz .yazi h2 {
    color: #19B5FE;
}
.sayfaAlan .sayfaDetay.beyaz .yazi p {
    color: #444;
}
.sayfaAlan .sayfaDetay .buton {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
}
.sayfaAlan .sayfaDetay .buton a {
    border: 2px solid #19B5FE;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 30px;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    float: right;
}
.sayfaAlan .sayfaDetay .buton a:hover {
    background: #19B5FE;
}
.sayfaAlan .sayfaDetay .buton.beyaz a {
    color: #666;
}
.sayfaAlan .sayfaDetay .buton.beyaz a:hover {
    color: #fff;
}

#icerikWebtasarim {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/webtasarim.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikWebtasarim:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}
#icerikSeo {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/seo.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikSeo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}
#icerikGrafiktasarim {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/grafiktasarim.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikGrafiktasarim:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}
#icerikSosyalmedya {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/sosyalmedya.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikSosyalmedya:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* numara */
.numara {
text-align: center;
padding-bottom: 20px;
margin-top: 60px;
clear: both;
float: left;
width: 100%;
}
.numara ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.numara li {
  display: inline;
}
.numara a {
  margin: 1px 2px;
  padding: 6px 10px;
  display: inline-block;
  text-decoration: none !important;
  color: #666 !important;
  font-size: smaller !important;
  border: 3px solid #e8eff2;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
.numara a:first-child, .paginate a.first {
  margin-left: 0;
}
.numara a:last-child, .paginate a.last {
  margin-right: 0;
}
.numara a:hover, .paginate a:focus {
  border-color: #19B5FE !important;
  border-color: #fff;
  background-color: #19B5FE;
  color: #fff !important;
}
.numara a.more:hover, .paginate a.more:focus {
    color: #000 !important;
}
.numara a.more {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  background: transparent !important;
  margin-left: 0;
  margin-right: 0;
}
.numara a.active {
  border-color: #19B5FE !important;
  color: #fff !important;
  background-color: #19B5FE;
}

/* haberler */
nav#haber {
    margin-top: 20px;
    float: left;
    width: 100%;
}
nav#haber ul li .oval {
    background: url(../img/news_bg.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -75px;
}
nav#haber ul {
    padding-left: 26px;
}
nav#haber ul li {
    position: relative;
    padding-left: 50px;
    border-left: 2px solid #e8eff2;
    padding-bottom: 40px;
}
nav#haber ul li a {
    display: block;
}
nav#haber ul li:last-child { padding-bottom: 0; }
nav#haber ul li h1 {
    padding-bottom: 10px !important;
    padding-top: 12px;
    display: inline-block;
    font-size: 16px !important;
    color: #232323;
    line-height: 24px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
}
nav#haber ul li span {
    line-height: 18px;
    font-size: 14px;
    color: #19B5FE;
    background: url(../img/arr.png) no-repeat left center;
    padding-left: 14px;
    text-decoration:underline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
/* end haberler */

/* haber resim */
#news_images {
  width: 223px;
  padding: 7px 0 0 7px;
  margin: 0 0 20px 30px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
  border: 2px solid #e8eff2;
  border-radius: 10px;
}

#news_images ul.slides_container li {
  width: 223px;
  height: 152px;
  float: left; 
}

#news_images ul.slides_container li img {
    border-radius: 10px;
}
#news_images ul.pagination {
  width: 223px;
  height: 20px;
  margin: 10px 0;
  display: inline-block; 
  text-align: center;
 }

#news_images ul.pagination li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 4px 4px 0;
  display: inline-block;
  background: #fff;
  border: 2px solid #e8eff2;
  border-radius: 10px;
 }

#news_images ul.pagination li a {
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: -100px; }

#news_images ul.pagination li.current {
  border: 2px solid #19B5FE;
  background: #19B5FE; 
}

/* iletisimBilgileri */
.iletisimBilgileri {
    float: left;
    width: 100%;
}
.bilgiler {
    padding: 0;
}
.bilgiler li {
    float: left;
    width: 33.3%;
    min-height: 1px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bilgiler li:hover {
    background-color: #19B5FE;
}
.bilgiler li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.bilgiler li:hover .fancy-icon {
    color: #fff;
    font-size: 80px;
}
.bilgiler li:hover .iletisimAciklama, .bilgiler li:hover .iletisimBaslik {
    color: #fff;
}
.fancy-icon {
    font-size: 60px;
    color: #19B5FE;
    line-height: 150px!important;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.iletisimDetay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.iletisimBaslik {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 0;
    letter-spacing: 1.5px;
    color: #232323;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 24px;
    padding-bottom: 20px;
}
.iletisimAciklama {
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto Slab',serif;
    color: #666;
    line-height: 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* icerikHarita */
.icerikHarita {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}
#map {
    width: 100%;
    height: 400px;
}

/* iletisim formu */
.iletisim-formu {
    width: 100%;
    position: relative;
}
.iletisim-formu.ikForm {
    background: #fff;
}
.iletisim-formu.ikForm .form {
    width: initial;
}
.iletisim-formu .form {
    position: relative;
    width: initial;
}
.iletisim-formu .form.adres {
    width: initial;
}
.iletisim-formu .form .f {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.iletisim-formu .form .f span {
    font-size: 14px;
    color: #444;
    display: block;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.iletisim-formu .form .f input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    color: #9d9d9d;
    font-size: 14px;
    padding: 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
}
.iletisim-formu .form .f select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff url(../img/asagi-ok.png) no-repeat right center;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    color: #888;
    font-size: 14px;
    padding: 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@-moz-document url-prefix() {
.iletisim-formu .form .f select{
    text-indent: 10px;
  }
}
.iletisim-formu .form .f input::-webkit-input-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input:-moz-placeholder, .iletisim-formu .form .f textarea::-moz-placeholder { color: #888; opacity: 1; position:relative}
.iletisim-formu .form .f input::-moz-placeholder, .iletisim-formu .form .f textarea:-moz-placeholder { color: #888; opacity: 1; position:relative}
.iletisim-formu .form .f input:-ms-input-placeholder, .iletisim-formu .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.iletisim-formu .form .f input:focus, .iletisim-formu .form .f textarea:focus {border-color:#19B5FE}
.iletisim-formu .form .f .guvenlik-kodu {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 70px;
}
.iletisim-formu .form #gonder {
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    display: block;
    border: none;
    outline: none;
    background-color: #19B5FE;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    float: left;
}
.iletisim-formu .form #gonder:hover {
    background: #1AABEF;
    color: #fff;
}
.iletisim-formu .form .f textarea {
    width: 100%;
    height: 60px;
    line-height: 20px;
    border: none;
    color: #9d9d9d;
    background: #fff;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    font-size: 14px;
    padding: 10px 0 0 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    overflow: hidden;
}

.iletisim-formu .form label.error {
    background: #ee403f;
    clear: both;
    width: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

/* icProjeler */
.icProjeler {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.icProjeler.icProje {
    padding: 30px 0;
}
.icProjeler ul {
}
.icProjeler ul li {
    float: left;
    width: 33.3%;
    height: 290px;
    overflow: hidden;
    position: relative;
    background: #000;
    display: none;
}
.icProjeler ul li img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale3d(0);
}
.icProjeler ul li:hover img {
    opacity: 0.2;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.icProjeler ul li:hover .detay {
    opacity: 1 !important;
    z-index: 99 !important;
}
.icProjeler ul li .detay {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.icProjeler ul li .detay .detayNav {
    display: table-cell;
    vertical-align: middle;
}
.icProjeler ul li .detay .detayNav h1 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.icProjeler ul li:hover .detay .detayNav h1 {
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.icProjeler ul li .detay .detayNav p {
    font-size: 16px;
    color: #aaa;
    font-family: 'Roboto Slab',serif;
    font-weight: 300;
    font-style:italic;
    -webkit-transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.icProjeler ul li:hover .detay .detayNav p {
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.icProjeler ul li .detay .detayNav a.link {
    border: 2px solid #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    text-decoration: none;
}
.icProjeler ul li:hover .detay .detayNav a.link {
    transition: opacity .5s ease .3s,-webkit-transform .5s ease .3s;
    transition: opacity .5s ease .3s,transform .5s ease .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.icProjeler ul li .detay .detayNav a.link:hover {
    background: #19B5FE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.icProjeler .devami {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.icProjeler .devami a {
    border: 2px solid #19B5FE;
    color: #666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.icProjeler .devami a:hover {
    background: #19B5FE;
    color: #fff;
}

/* isBasvuruFormu */
.icerik .sayfa .Form {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    float: left;
}
.icerik .sayfa .Form .FormTopMenu {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-radius: 100px;
    overflow: hidden;
}
.icerik .sayfa .Form .FormTopMenu ul {
    width: 100%;
}
.icerik .sayfa .Form .FormTopMenu ul li {
    height: 80px;
    width: 20%;
    float: left;
    display:table;
    background-position:center 30px;
    background-repeat:no-repeat;
    background-color:#19B5FE;
    position: relative;
}
.icerik .sayfa .Form .FormTopMenu ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #45C4FF;
}
.icerik .sayfa .Form .FormTopMenu ul li:last-child {
    border: none;
}
.icerik .sayfa .Form .FormTopMenu ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    line-height: 14px;
    position: relative;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}
.icerik .sayfa .Form .FormTopMenu ul .person a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #17AAEF;
}
.icerik .sayfa .Form .FormTopMenu ul .phone a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #17AAEF;
}
.icerik .sayfa .Form .FormTopMenu ul .instruction a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #17AAEF;
}
.icerik .sayfa .Form .FormTopMenu ul .work a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #17AAEF;
}
.icerik .sayfa .Form .FormTopMenu ul .refences a.Selected:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #17AAEF;
}

.icerik .sayfa .Form .FormDetail {
    margin-left: -2%;
}
.icerik .sayfa .Form .FormDetail form .Valid {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 2%;
    font-weight: 100;
    color: #343434;
    font-size: 14px;
    float: left;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
}

.icerik .sayfa .Form .FormDetail form .Valid:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 16px;
    background:url(../img/Validate.png) no-repeat;
    width: 19px;
    height: 19px;
}

.icerik .sayfa .Form .FormDetail form .Valid .ContText {
    width: 100%;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    color: #343434;
    padding: 0;
    border: none;
    outline: none;
    font-size: 13px;
}
.icerik .sayfa .Form .FormDetail form .Valid .ContText.input-validation-error {
    box-shadow: inset 0px 0px 0px 3px #ce2100;
    border-radius: 100px;
}

.icerik .sayfa .Form .FormDetail form .ValidDrp {
    width: 48%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #343434;
    font-size: 13px;
    background-image: url(../img/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: #f4f4f4;
    border-radius: 100px;
}

.icerik .sayfa .Form .FormDetail form .ValidDrp span,.icerik .sayfa .Form .FormDetail form .BigValidDrp span {
    font-size: 13px;
    color: #888;
    height: 50px;
    display: block;
    position: absolute;
    line-height: 40px;
    overflow: hidden;
    text-indent: 20px;
    margin-top: 5px;
    font-weight:100;
}
.icerik .sayfa .Form .FormDetail form .ValidDrp select {
    width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #343434;
    font-size: 14px;
    text-indent: 20px;
    min-height: 50px;
    line-height: 50px;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaNext {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom:13px;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaNext .Next {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-left: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border-radius: 100px;
    padding-left: 20px;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaNext .Next .textnext {
    color: #fff;
    float: left;    
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight:100;
    margin-top: 18px;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaNext:hover .Next {
    background-color: #f7b822;
    
}
.icerik .sayfa .Form .FormDetail form .BigValid {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #343434;
    font-size: 14px;
    float: left;
    margin-left: 2%;
}
.icerik .sayfa .Form .FormDetail form .BigValid .ContText {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    color: #343434;
    border: none;
    outline: none;
    font-size: 13px;
    
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaBefore {
    height: 50px;
    width: 150px;
    float: left;
    margin-top: 17px;
    margin-bottom:13px;
    margin-left: 2%;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaBefore .Before {
    color: #fff;
    float: left;
    background-color: #737574;
    height: 50px;
    width: 150px;
    text-align: right;
    padding-right:30px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/before_icon.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    border-radius: 100px;
}

.icerik .sayfa .Form .FormDetail form .ButtonAreaBefore .Before .textbefore {
    color: #fff;
    float: right;   
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    font-weight:100;
    margin-top: 18px;
}
.icerik .sayfa .Form .FormDetail form .ButtonAreaBefore:hover .Before {
    background-color: #f7b822;
}
.icerik .sayfa .Form .FormDetail form h2 {
    margin-bottom: 13px;
    margin-left: 2%;
    font-size: 16px;
    color: #231f20;
    font-weight:bold;
    padding: 10px 0;
}
.icerik .sayfa .Form .FormDetail form span {
    font-size: 14px;
    color: #343434;
    
    font-weight:bold;
    }
   
.icerik .sayfa .Form .FormDetail form .Valid .LevelText {
    width: 300px;
    height: 50px;
    background: transparent;
    line-height: 40px\9;
    text-indent: 20px;
    color: #343434;
    background-color:#f4f4f4;
}

.icerik .sayfa .Form .FormDetail form .BigValidArea {
    width: 98%;
    margin-bottom: 13px;
    float: left;
    margin-left: 2%;
}
.icerik .sayfa .Form .FormDetail form .BigValidArea .ContText {
    color: #343434;
    font-size: 13px;
    width: 100%;
    height: 180px !important;
    text-indent:  20px;
    padding-top: 20px;
    background-color:#f4f4f4;
    background-repeat:no-repeat;
    border: none;
    outline: none;
    resize: none;
    border-radius: 20px;
}
.icerik .sayfa .Form .FormDetail form .BigValidDrp {
    width: 98%;
    height: 50px;
    margin-bottom: 10px;
    font-weight: 100;
    color: #343434;
    font-size: 13px;
    background-image: url(../img/DrpArrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    float: left;
    margin-left: 2%;
    background-color: #f4f4f4;
    border-radius: 100px;
}
.icerik .sayfa .Form .FormDetail form .BigValidDrp select {
        width: 100%;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #343434;
    font-size: 14px;
    text-indent: 20px;
}
.icerik .sayfa .Form .FormDetail form .ButtonArea {
    height: 50px;
    width: 150px;
    float: right;
    margin-top: 17px;
    margin-bottom: 13px;
}
.icerik .sayfa .Form .FormDetail form .ButtonArea .Send {
    color: #fff;
    float: right;
    background-color: #737574;
    height: 50px;
    width: 150px;
    margin-right: 13px;
    text-align: left;
    text-indent: 21px;
    font-size: 14px;
    cursor: pointer;
    background-image: url(../img/access_icon.png);
    background-repeat: no-repeat;
    background-position: 109px center;
    border: none;
    outline: none;
    border-radius: 100px;
}
.icerik .sayfa .Form .FormDetail form .ButtonArea:hover .Send {
    background-color:#f7b822;
}
.icerik .sayfa .Form .FormDetail form .Message {
    clear: both;
    float: left;
    width: 613px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #FFF;
    line-height: 50px;
    text-indent: 50px;
}
.icerik .sayfa .Form .FormDetail form .Message.Success {
    background-color: #f7b822;
    background-image: url(../img/FormSucces.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.icerik .sayfa .Form .FormDetail form .Message span {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
}
.icerik .sayfa .Form .FormDetail form .Message.Error {
    background-color: #737574;
    background-image: url(../img/formEror.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.icerik .sayfa .Form .FormDetail form .section {
    float: left;
    width: 150px;
    margin-top: 17px;
}
.icerik .sayfa .Form .FormDetail form .section .RangeBg {
    background: transparent url(../img/slider-bg.jpg) no-repeat;
    border: none;
    height: 50px;
    width: 150px !important;
    position: relative;
    float: left;
    margin-bottom: 10px;
    border-radius: 0px !important;
}
.icerik .sayfa .Form .FormDetail form .section .RangeBg #slider-range-max {
    background: transparent;
    border-radius: 0px !important;
    border: none;
    height: 50px;
    width: 120px !important;
}
.icerik .sayfa .Form .FormDetail form .section .RangeBg a.ui-slider-handle {
    top: 0 !important;
    background: transparent url(../img/slider-handler.jpg) 0 0 no-repeat  !important;
    border: none !important;
    width: 40px !important;
    height: 50px !important;
    margin: 0 !important;
    outline: none;
    border-radius: 0px !important;
}
.icerik .sayfa .Form .FormDetail form .section .RangeBg .FormSecure {
    position: absolute;
margin-top: -30px;
margin-left: 165px;
}
.icerik .sayfa .Form .FormDetail form .section > .securi {
    font-size: 14px;
    color: #343434;
    font-style: normal;
    font-weight: 100;
    white-space: nowrap;
    margin-bottom:0px !important;
}
.icerik .sayfa .Form .FormDetail form .section > .securi2 {
    font-size: 14px;
    color: #343434;
    font-style: normal;
    font-weight: 100;
    white-space: nowrap;
      margin-bottom:0px !important;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}
input:-moz-placeholder, textarea:-moz-placeholder { color: #888; opacity: 1; position:relative}
input::-moz-placeholder, textarea::-moz-placeholder { color: #888; opacity: 1; position:relative}
input:-ms-input-placeholder, textarea::-webkit-input-placeholder { color: #888; position:relative}

/* musteriler */
.musteriler {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.musteriler ul {
    margin-left: -50px;
    margin-bottom: -50px;
    display: inline-block;
}
.musteriler ul li {
    float: left;
    width: 153px;
    height: 153px;
    background: #fff;
    border-radius: 50%;
    margin-left: 50px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: none;
}
.musteriler ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border: 4px solid #e8eff2;
    box-sizing: border-box;
}
.musteriler ul li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #19B5FE;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}

.musteriler ul li a {
    position: absolute;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    left: 50%;
    margin-left: -40px;
}
.musteriler ul li a img {
    width: 80px;
}

.musteriler .devami {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.musteriler .devami a {
    border: 2px solid #19B5FE;
    color: #666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.musteriler .devami a:hover {
    background: #19B5FE;
    color: #fff;
}


/* icerikSorgu */
#icerikSorgu {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/kariyer.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikSorgu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

.domainSayfa {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    position: relative;
    z-index: 99;
}
.domainSayfa form#sorgulama {
}
.domainSayfa form#sorgulama .input {
    float: left;
    width: 100%;
    position: relative;
}
.domainSayfa form#sorgulama .input input {
    width: 100%;
    height: 60px;
    border: none;
    background: #fff;
    border-radius: 100px;
    text-indent: 30px;
    color: #666;
    font-size: 16px;
    font-family: 'Roboto Slab',serif;
    outline: none;
    border: none;
    padding: 0;
}
.domainSayfa form#sorgulama .input .buton {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    background: #19B5FE;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    z-index: 99;
    border-radius: 0 100px 100px 0;
    text-indent: 0;
    height: 60px;
    line-height: 60px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding: 0;
}
.domainSayfa form#sorgulama .input .buton:hover {
    background: #18a8ec;
}

.domainSayfa .domainlerSayfa {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.domainSayfa .domainlerSayfa li {
    float: left;
    margin-right: 119px;
}
.domainSayfa .domainlerSayfa li:last-child {
    margin-right: 0;
}
.domainSayfa .domainlerSayfa li h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding-bottom: 5px;
}
.domainSayfa .domainlerSayfa li p {
    color: #19B5FE !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 0 !important;
    line-height: normal !important;
    font-size: 16px !important;
}

/* fiyatTablo */
.fiyatTablo th h3 {
      text-align: left;
      color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}

.fiyatTablo td {
      font-weight: normal;
      font-size: 1em;
      color: #666;
      font-family: 'Roboto Slab',serif;
}

.fiyatTablo {
      text-align: left;
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
  display: table;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    margin-top: 20px;
}

.fiyatTablo td, .fiyatTablo th {
      padding-bottom: 2%;
      padding-top: 2%;
      padding-left:2%;  
}

/* Background-color of the odd rows */
.fiyatTablo tr:nth-child(odd) {
      background-color: #e8eff2;
}

/* Background-color of the even rows */
.fiyatTablo tr:nth-child(even) {
      background-color: #DAE3E6;
}

.fiyatTablo th {
      background-color: #19B5FE;
}

.fiyatTablo td:first-child {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #232323;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.fiyatTablo tr:hover {
   background-color: #C6CFD2;
}

.fiyatTablo td:hover {
  background-color: #FFF842;
  color: #403E10;
  font-weight: bold;
  
  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
      transition-duration: 0.4s;
      transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {
.fiyatTablo td:nth-child(4),
.fiyatTablo th:nth-child(4) { display: none; }
}

/* uye giris */
.girisKayit {
    float: left;
    margin-left: -40px;
}
.girisKayit.profilGuncelle {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
.girisKayit.profilGuncelle .uyeGirisi {
    width: 100%;
    border: none;
    padding: 0;
    margin-left: 0;
}
.girisKayit.profilGuncelle .uyeGirisi .giris-detay .kayitHover {
    display: block !important;
}
.girisKayit .uyeGirisi {
    border-radius:20px;
    width: 475px;
    border: 5px solid #e8eff2;
    z-index: 11000;
    color: #6d6d6d;
    padding: 40px;
    float: left;
    margin-left: 40px;
}
.girisKayit .uyeGirisi .giris-header {
    float: left;
    width: 100%;
}
.girisKayit .uyeGirisi .giris-header h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.girisKayit .uyeGirisi .giris-header h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #19B5FE;
}
.girisKayit .uyeGirisi .giris-detay { padding: 0; }
.girisKayit .uyeGirisi .giris-detay p { font-size: 14px;  color: #6a7276; padding-bottom: 10px;}
.girisKayit .uyeGirisi .giris-detay p.kisa { font-size: 14px;  color: #ced1d5; font-family: 'Roboto Slab',serif; margin-bottom: 8px; line-height: 18px; }
.girisKayit .uyeGirisi .giris-detay p a { font-size: 14px; color: #6a7276; }
.girisKayit .uyeGirisi .giris-detay p a:hover { color: #403e3e; } 
.girisKayit .uyeGirisi .giris-detay .kayitHover {
    display: none;
}
.girisKayit .uyeGirisi .giris-detay div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.girisKayit .uyeGirisi .giris-detay input[type=text], .girisKayit .uyeGirisi .giris-detay input[type=password] {
    border: 2px solid #e8eff2;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #9d9d9d;
    margin-bottom: 15px;
    outline: none;
    position: relative;
    z-index: 1;
    background: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
}
.girisKayit .uyeGirisi .giris-detay input[type="text"]:disabled {
    background-color: #f8f8f8;
    color: #bebebe;
    -webkit-appearance: none;
}
.girisKayit .uyeGirisi .giris-detay select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff url(../img/asagi-ok.png) no-repeat right center;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    color: #888;
    font-size: 14px;
    padding: 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@-moz-document url-prefix() {
.girisKayit .uyeGirisi .giris-detay select{
    text-indent: 10px;
  }
}
.girisKayit .uyeGirisi .giris-detay textarea {
    border: 2px solid #efefef;
    border-radius: 10px;
    height: 100px;
    line-height: 20px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .1s ease;
    color: #9d9d9d;
    outline: none;
    resize: none;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    overflow: hidden;
}
.girisKayit .uyeGirisi .giris-detay label.error {
    background: #ee403f;
    clear: both;
    width: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
    opacity: 0;
}

.girisKayit .uyeGirisi .giris-detay input::-webkit-input-placeholder{ color: #999;     font-family: 'Open Sans', sans-serif; position:relative}
.girisKayit .uyeGirisi .giris-detay input:-moz-placeholder{ color: #999; font-family: 'Open Sans', sans-serif; position:relative}
.girisKayit .uyeGirisi .giris-detay input::-moz-placeholder{ color: #999; font-family: 'Open Sans', sans-serif; position:relative}
.girisKayit .uyeGirisi .giris-detay input:-ms-input-placeholder{ color: #999; ont-family: 'Open Sans', sans-serif; position:relative}
.girisKayit .uyeGirisi .giris-detay input:focus{border-color:#19B5FE}

.girisKayit .uyeGirisi .giris-detay .buton.action:hover {
    background-color: #18a8ec;
    color: #fff;
    -webkit-appearance: none;
}

.girisKayit .uyeGirisi .giris-detay .buton.action {
    background-color: #19B5FE;
    -webkit-appearance: none;
}

.girisKayit .uyeGirisi .giris-detay .buton {
    background-color: #19B5FE;
    -webkit-appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    border: none;
    height: 50px;
    color: white;
    -webkit-font-smoothing: antialiased;
    cursor:pointer;
    outline: none;
    margin-top: 0px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size:18px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.girisKayit .uyeGirisi .giris-alt {
    border-top: 2px solid #e8eff2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.girisKayit .uyeGirisi .giris-alt a {
    font-size: 14px;
    color: #ced1d5;
    display: block;
    padding: 20px 0 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
}
.girisKayit .uyeGirisi .giris-alt a:hover {
    color: #19B5FE;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sifremiUnuttum {
    display: none;
}

/* password */
.strength_meter {
    position: absolute !important;
    left: 0px;
    top: 1px;
    width: 100% !important;
    height: 48px;
    z-index: 0;
    padding-right: 0px;
    float: initial !important;
}
.button_strength {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    display:none;
}
.strength_meter div {
    width: 0%;
    height: 48px;
    text-align: right;
    color: #000;
    line-height: 48px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 0px;
    float: initial !important;
    position: initial !important;
    border-radius: 100px;
}
.strength_meter div p {
    background: #2ecc71;
    clear: both;
    color: #fff !important;
    font-size: 13px !important;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    line-height: normal !important;
    right: 9px;
    top: 9px;
    padding: 8px !important;
    width: 74px;
}
.strength_meter div p:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(206, 209, 213, 0);
    border-right-color: #2ecc71;
    border-width: 4px;
    margin-top: -4px;
}
.veryweak {
    background-color: #FFA0A0;
    border-color: #F04040!important;
    width: 25%!important;
    border-radius: 10px 0 0 10px;
}
.weak {
    background-color: #FFB78C;
    border-color: #FF853C!important;
    width: 50%!important;
    border-radius: 10px 0 0 10px;
}
.medium {
    background-color: #FFEC8B;
    border-color: #FC0!important;
    width: 75%!important;
    border-radius: 10px 0 0 10px;
}
.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C!important;
    width: 100%!important;
    border-radius: 10px;
}

/* sss */
    
.itemsContainer { margin-top: 10px; clear: both; }

.headlineTitle {
    font-weight:bold;
    padding:5px 0;
}

.item {
    margin:0 0 0.5em 0;
    border-radius: 4px;
}

.itemContents {
    display: none;
    margin: 10px 0 0 0;
    padding: 20px;
    background: #e8eff2;
    border-radius: 20px;
}

.itemTitle {
    background: #fff;
    border: 3px solid #e8eff2;
    cursor:pointer;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border-radius: 100px;
    padding-left: 20px;
}
.itemTitle h3 {
    background: url(../img/yan-ok.png) no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    padding-bottom: 0 !important; 
    padding-top: 0 !important; 
}

.openedContent {
    display:block;
}
.acik { 
    background:url(../img/asagi-ok2.png) no-repeat left center !important;
    padding-left: 20px !important;
}

/* icerikDestek */
#icerikDestek {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/destek.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#icerikDestek:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* icerikHosting */
#icerikBireysel {
    float: left;
    width: 100%;
    background: #e8eff2;
}
.icerikHosting {
    padding: 30px 0 0 0;
    float: left;
    text-align: center;
}
.icerikHosting ul {
    margin-left: -30px;
}
.icerikHosting.beyaz ul li {
    border: 5px solid #fff;
}
.icerikHosting ul li {
    float: left;
    border: 5px solid #e8eff2;
    width: 270px;
    height: 530px;
    border-radius: 10px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.icerikHosting ul li:hover {
    border: 5px solid #19B5FE;
}
.icerikHosting ul li .paketHeader {
    float: left;
    width: 100%;
}
.icerikHosting ul li .paketHeader .icon {
    display: table-cell;
    vertical-align: middle;
}
.icerikHosting ul li .paketHeader .icon img {
    width: 50px;
}
.icerikHosting ul li .paketHeader .baslik {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: 2px;
    color: #232323;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 105px;
    padding-left: 20px;
    text-align: left;
}
.icerikHosting ul li .paketHeader .fiyat {
    padding-left: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #19B5FE;
    font-size: 24px;
    line-height: 1;
    position: relative;
    margin-top: 10px;
}
.icerikHosting ul li .paketHeader .fiyat span {
    font-size: 14px;
}
.icerikHosting ul li .detaylar {
    padding-top: 30px;
    float: left;
    width: 100%;
    text-align: left;
}
.icerikHosting ul li .detaylar p {
    font-size: 14px !important;
    line-height: 1.8em !important;
    color: #666 !important;
    font-family: 'Roboto Slab',serif;
    text-align: center;
}
.icerikHosting ul li a.satinAl {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.icerikHosting ul li a.satinAl:hover {
    background: #18a8ec;
}

/* odemeForm */
.odemeForm {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
}
.odemeForm #odemeForm {
    margin-left: -4%;
}
.odemeForm .form {
    position: relative;
    width: 46%;
    float: left;
    margin-left: 4%;
}
.odemeForm .form.formGenis {
    width: 100%;
}
.odemeForm .form h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
    padding-bottom: 30px;
}
.odemeForm .form.adres {
    width: initial;
}
.odemeForm .form .f {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}
.odemeForm .form .f span {
    font-size: 14px;
    color: #444;
    display: block;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.odemeForm .form .f input[type=text] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    color: #9d9d9d;
    font-size: 14px;
    padding: 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
}
.turu {
    margin-bottom: 25px !important;
    margin-top: 10px;
}
.odemeForm .form .f label {
    color: #888;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
    line-height: 22px;
    float: left;
}
.odemeForm .form .f input[type=checkbox] {
    font-size: 22px;
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 1em;
    height: 1em;
    vertical-align: top;
    background: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    margin-right: 8px;
}
.odemeForm .form .f input[type=checkbox]:checked::after {
    position: absolute;
    content: '';
    left: 23%;
    top: 31%;
    height: 35%;
    width: 55%;
    border-bottom: 3px solid #24a4f6;
    border-left: 3px solid #24a4f6;
    -webkit-transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.odemeForm .form .f input[type=checkbox].border {
    font-size: 18px;
    border: 2px solid #e8eff2;
}
.odemeForm .form .f select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff url(../img/asagi-ok.png) no-repeat right center;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    color: #888;
    font-size: 14px;
    padding: 0;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
}
.odemeForm .form .f input::-webkit-input-placeholder, .odemeForm .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.odemeForm .form .f input[type="text"]:-moz-placeholder, .odemeForm .form .f textarea::-moz-placeholder { color: #888; opacity: 1; position:relative}
.odemeForm .form .f input[type="text"]::-moz-placeholder, .odemeForm .form .f textarea:-moz-placeholder { color: #888; opacity: 1; position:relative}
.odemeForm .form .f input:-ms-input-placeholder, .odemeForm .form .f textarea::-webkit-input-placeholder { color: #888; position:relative}
.odemeForm .form .f input:focus, .odemeForm .form .f textarea:focus {border-color:#19B5FE}
.odemeForm .form .f .guvenlik-kodu {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 70px;
}
.odemeForm #gonder {
    width: 96%;
    margin-left: 4%;
    float: left;
    height: 50px;
    line-height: 50px;
    display: block;
    border: none;
    outline: none;
    background-color: #19B5FE;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    margin-top: 30px;
}
.odemeForm #gonder:hover {
    background: #1AABEF;
    color: #fff;
}
.odemeForm .form .f textarea {
    width: 100%;
    height: 100px;
    line-height: 20px;
    border: none;
    color: #9d9d9d;
    background: #fff;
    border: 2px solid #e8eff2;
    outline: none;
    text-indent: 20px;
    font-size: 14px;
    padding: 10px 0 0 0;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    overflow: hidden;
    resize:none;
}

.odemeForm .form label.error {
    background: #ee403f;
    clear: both;
    width: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-right: 0;
    line-height: inherit;
    float: none;
}
.kredikart{
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.guvenli-alisveris {
    float: right;
}
.guvenli-alisveris img {
    width: 170px;
}


#icerikHesaplar {
    float: left;
    width: 100%;
    background: #e8eff2;
}
#icerikHesaplar .banka {
    border: 5px solid #fff;
}

.puyari {
    padding-left: 24px;
    background: url(../img/uyari.png) no-repeat left 2px;
}

/* odemeBilgiler */

.odemeBilgiler {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.odemeBilgiler ul {
    float: left;
    width: 100%;
}
.odemeBilgiler ul li {
    width: 100%;
    float: left;
    padding: 12px 0 12px 0;
    clear: both;
    border-bottom: 2px solid #e8eff2;
}
.odemeBilgiler ul li:last-child {
    border: none
}
.odemeBilgiler ul li.none {
    border: none
}
.odemeBilgiler ul li h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #232323;
    float: left;
    width: 280px;
    line-height: 20px;
    padding: 0 !important;
}
.odemeBilgiler ul li span {
    float: right;
    font-size: 14px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 18px;
}

/* kosullar */
.kosullar {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 3px solid #e8eff2;
    height: 300px;
    overflow-x: hidden;
    border-radius: 20px;
}
.kosullar .kosullarPad {
    padding: 30px;
}

.sozlesmeOnayButon {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.sozlesmeOnayButon {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.sozlesmeOnayButon label {
    color: #444;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    float: left;
    position: relative;
}
.sozlesmeOnayButon label.error {
    background: #ee403f;
    clear: both;
    width: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: -80px;
    top: -9px;
    padding: 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-right: 0;
    line-height: inherit;
    float: none;
}
.sozlesmeOnayButon label input[type=checkbox] {
    font-size: 22px;
    position: relative;
    border: none;
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 1em;
    height: 1em;
    vertical-align: top;
    background: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: none;
    margin-right: 15px;
}
.sozlesmeOnayButon label input[type=checkbox]:checked::after {
    position: absolute;
    content: '';
    left: 23%;
    top: 31%;
    height: 35%;
    width: 55%;
    border-bottom: 3px solid #24a4f6;
    border-left: 3px solid #24a4f6;
    -webkit-transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sozlesmeOnayButon label input[type=checkbox].border {
    font-size: 18px;
    border: 2px solid #e8eff2;
}

.onayladim {
    float: right;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    display: block;
    border: none;
    outline: none;
    background-color: #19B5FE;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    -webkit-appearance: none;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    margin-top: 30px;
}
.onayladim:hover {
    background: #1AABEF;
    color: #fff;
}

/* hostingSepet */
.hostingSepet {
    float: left;
    width: 100%;
    border: 3px solid #e8eff2;
    border-radius: 20px;
    margin: 30px 0;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hostingSepet .hostingSepetSol {
    float: left;
}
.hostingSepet .hostingSepetSol .icon {
    float: left;
    margin-right: 30px;
}
.hostingSepet .hostingSepetSol .aciklamalar {
    float: left;
}
.hostingSepet .hostingSepetSol .aciklamalar h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #232323;
    padding-bottom: 20px;
}
.hostingSepet .hostingSepetSol .aciklamalar p:last-child {
    margin-bottom: 0;
}


.hostingSepet .hostingSepetSag {
    float: right;
    text-align: right;
}
.hostingSepet .hostingSepetSag p.eski {
    text-decoration: line-through;
    color: #888;
}
.hostingSepet .hostingSepetSag h3 {
    font-family: 'Roboto Slab',serif;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

/* dnsBilgi */
.dnsBilgi {
    float: left;
    width: 100%;
    background: #e8eff2;
    border-radius: 20px;
    margin-bottom: 10px;
}
.dnsBilgi .dnsBilgiPad {
    padding: 30px;
} p {
  :last-child  margin-bottom: 0;
}
.dnsBilgi .dnsBilgiPad p.kalin {
    font-weight: 600;
}
.dnsBilgi .dnsBilgiPad p:last-child {
    margin-bottom: 0;
}

/* uyariAlan */
.uyariAlan {
    float: left;
    width: 100%;
    margin: 60px 0;
    text-align: center;
}
.uyariAlan h1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 80px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #232323;
    position: relative;
    margin-bottom: 20px;
}
.uyariAlan a {
    border: 2px solid #19B5FE;
    color: #666;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.uyariAlan a:hover {
    background: #19B5FE;
    color: #fff;
}

/* eTicaretNedir */
#eTicaretNedir {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/eticaret2.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#eTicaretNedir:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* eTicaretEgitim */
#eTicaretEgitim {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/eticaret.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#eTicaretEgitim:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* nasilYapilir */
#nasilYapilir {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../img/eticaret3.jpg) no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#nasilYapilir:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
}

/* hesapTablo */
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.hesapAciklama {
    position: relative;
    cursor: pointer;
}
.hesapAciklama:hover .aciklama {
    display: block;
}
.hesapAciklama .aciklama {
    display: none;
    position: absolute;
    width: 220px;
    border-radius: 20px;
    background: #19B5FE;
    color: #fff;
    padding: 20px;
    line-height: 22px;
    font-size: 14px;
    top: 40px;
    z-index: 99;
}
.hesapAciklama .aciklama:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #19B5FE;
    border-width: 5px;
    margin-left: -5px;
}
.yenile {
    width: 100%;
    background: #19B5FE;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    float: none;
    border-radius: 100px;
    height: 26px;
    line-height: 28px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-spacing: 1.7px;
    text-transform: uppercase;
}
.yenile:hover {
    background: #18a8ec;
}
.numberInput {
  width: 45px;
  height: 24px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.numberInput input {
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px 0px 5px;
    font-size: 14px;
    box-sizing: border-box;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.yilOk {
  background: #F2F2F2;
  height: 50%;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
}
.yilOk:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  transform: translate(-50%,-50%);
}
.yilOk:hover{
  background: #BABABA;
}
.yilOk:active {
  background: #CCC;
}
.yilOk.down {
  bottom: 0;
  top: auto;
  border-top: 1px solid #D6D6D6;
}
.yilOk.up:after {
  border-bottom: 4px solid #AFAFAF;
}
.yilOk.down:after {
  border-top: 4px solid #AFAFAF;
}
.yilOk:hover:after {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
}
.hesapTablo {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #ffffff;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.hesapTablo > thead > tr,
.hesapTablo > tbody > tr,
.hesapTablo > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hesapTablo > thead > tr > th,
.hesapTablo > tbody > tr > th,
.hesapTablo > tfoot > tr > th,
.hesapTablo > thead > tr > td,
.hesapTablo > tbody > tr > td,
.hesapTablo > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hesapTablo > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.hesapTablo > caption + thead > tr:first-child > th,
.hesapTablo > colgroup + thead > tr:first-child > th,
.hesapTablo > thead:first-child > tr:first-child > th,
.hesapTablo > caption + thead > tr:first-child > td,
.hesapTablo > colgroup + thead > tr:first-child > td,
.hesapTablo > thead:first-child > tr:first-child > td {
  border-top: 0;
  color: #444;
    font-weight: 600;
}
.hesapTablo > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.hesapTablo .hesapTablo {
  background-color: #ffffff;
}
.hesapTablo .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #ffffff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
  }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
  }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
    background-color: #f3e5f5;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
    background-color: #e1bee7;
  }
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
    background-color: #ede7f6;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
    background-color: #d1c4e9;
  }
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
  background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
  }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e1f5fe;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
    background-color: #b3e5fc;
  }
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
  background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
    background-color: #e0f7fa;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
    background-color: #b2ebf2;
  }
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
  background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
    background-color: #e0f2f1;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
    background-color: #b2dfdb;
  }
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
  background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
    background-color: #d0f8ce;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
    background-color: #a3e9a4;
  }
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
  background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
    background-color: #dcedc8;
  }
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
  background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
    background-color: #f9fbe7;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
    background-color: #f0f4c3;
  }
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
  background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
    background-color: #fffde7;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
    background-color: #fff9c4;
  }
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
  background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
    background-color: #fff8e1;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
    background-color: #ffecb3;
  }
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
  background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fff3e0;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
    background-color: #ffe0b2;
  }
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
    background-color: #fbe9e7;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
    background-color: #ffccbc;
  }
}

/* top */
.to-top {
  position: fixed;
  font-size: 1em;
  bottom: 4%;
  right: -4.285714285714286em;
  margin: -2.142857142857143em 0em 0em 0em;
  width: 48px;
  height: 48px;
  padding: 0;
  background: url(../img/top.png) 0 0 no-repeat;
  border: none;
  z-index: 99;
  cursor: pointer;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-indent: -9999em;
  outline: none;
}
.to-top:hover {
  background: url(../img/top-hover.png) 0 0 no-repeat;
}
.to-top.visible {
  right: 1.4285714285714286em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.to-top {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}