html {
	overflow-x: hidden;
}
.text-white {
	color:#FFFFFF !important;
}
.temamavi {
	color:#00AEC8;
}
.footer ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer ul > li {
	width:100%;
	float:left;
	display:block;
	padding:3px;
    font-weight: 600;
    font-family: "Open Sans";
}
.footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.footer ul > li:before {
	font-family:"FontAwesome";
	content: "\f054";
	color:#FFFFFF;
	margin-right:5px;
}
.footer ul > li:hover:before {
	font-family:"FontAwesome";
	content: "\f054";
	color:#FFFFFF;
	margin-right:5px;
	padding-left:5px;
}
ul, ol {
	padding:0px;
	margin:0px;
	list-style:none;
}
#ticker-area ul > li {
	width:100%;
	overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
#slider .item img{
  display: block;
  width: 100%;
  height: auto;
  cursor: -webkit-grab;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #00AEC8;
}
#progressBar{
  width: 100%;
  background: #FFFFFF;
}
#slider .owl-next {
	position: absolute;
	top:40%;
	right:20px;
	background: #00AEC8;
	padding:5px;
}
#slider .owl-prev {
	position: absolute;
	top:40%;
	left:20px;
	background: #00AEC8;
	padding:5px;
}
#slider .owl-controls {
	margin:0px;
}
#slider .sliderdetay {
	position:absolute;
	bottom:0px;
	background-color: rgba(000, 000, 000, 0.5);
	padding:5px 10px;
	width:100%;
}
#slider .sliderdetay .sliderbaslik {
	width:100%;
	font-family: "PT Sans Narrow";
	font-size: 22px;
	color: #00AEC8;
	display: block;
	float:left;
	font-weight: bolder;
	text-align:center;
	margin-bottom: 10px;
	overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}
#slider .sliderdetay .slidericerik {
	width:99%;
	display: block;
	float:left;
	font-family: "Open Sans";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: justify;
	padding: 10px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.ustkisim {
	width: 100%;
	min-height: 40px;
	text-align: left;
	color:#FFF;
	background-color:#484C51;
}
.ustkisim .container {
	padding-bottom:0px !important;
}
.ustbilgi {
	width: auto;
	line-height: 40px;
	margin: 0px;
	margin-right: 40px;
	display: inline-block;
	font-family:"Open Sans";
	font-size:14px;
	font-weight:400;
}
ul.sosyal-butonlar {
  width: auto;
  float: right;
  margin: 0px;
  padding: 0px;
}
ul.sosyal-butonlar li {
  width: auto;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  margin-left: 1px;
}
ul.sosyal-butonlar li a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  line-height: 50px;
  height: 40px;
  float: left;
  color: #fff;
  background-color: rgba(000, 000, 000, 0.2);
  text-align: center;
  transition-style: linear;
  transition-duration: 0s;
}
ul.sosyal-butonlar li a .thumbnail {
  border: none !important;
  background-color: transparent !important;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.whitebg {
	background-color:#FFFFFF !important;
	display:block;
	float:left;
	width:100%;
}
.aktifdil {
	background-color:#FFFFFF !important;
}
.aktifdil a{
	background-color:#FFFFFF !important;
}
ul.sosyal-butonlar .whitebg i.fa {
	color:#3498db !important;
}
.temarenk {
	color:#484C51 !important;
}
.temaarkaplan {
	background-color:#3498db !important;
}
.logo{
	padding:10px 0px;
	margin:0 auto;
	text-align:center;
}
.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card{
    font-family: 'Roboto', sans-serif; 
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
    padding: 10px;    
}

.card .card-content .card-title, .card-reveal .card-title{
    font-size: 24px;
    font-weight: 200;    
}

.card .card-action{
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.card .card-action a{
    font-size: 15px;
    color: #ffab40;
    text-transform:uppercase;
    margin-right: 20px;    
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card .card-action a:hover{    
    color:#ffd8a6;
    text-decoration:none;
}

.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}

.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
}
.bankahesap {
	margin:10px 0;
}
.bankahesap .panel-heading {
	font-family:"Oswald";
}
.bankahesap .panel-body {
	font-family:"Open Sans";
	font-size:15px;
	font-weight:600;
	color: #00AEC8;
}
.bankahesap .panel-body .fa {
	margin-right:10px;
}
.bankahesap .panel-body span {
	font-family:"Open Sans";
	font-weight:400;
	color: #FFFFFF;
}
.textwhite {
	color: #FFFFFF !important;
}
.harita {
	height:250px;
	width:100%;
	overflow:hidden;
}
.harita > * {
	width:100%;
	height:100%;
}
 /* Required Cart Styles */
.cart-div .table > thead > tr {
    background-color: #00AEC8;
	color: #fff;
}

.cart-div .table > thead > tr > th, .cart-div .table > tbody > tr > th, 
.cart-div .table > tfoot > tr > th, .cart-div .table > thead > tr > td, 
.cart-div .table > tbody > tr > td,.cart-div .table > tfoot > tr > td {
    padding:15px;
}

.cart-total {
    text-align:right;
    padding-right:20px;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 20px 0;
  background-color: rgba(0,0,0,0.2);
}
.profile-bakiye {
	border-top: 1px solid #f0f4f7;
	padding:10px 5px 0px 5px;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: "Open Sans";
}

.profile-usertitle-job {
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}
 
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}


.info-box .progress {
    margin: 0;
}

.info-box .info-box-icon {
    float: right;
}

.info-box .info-box-icon i {
    font-size: 31px;
}

.info-box .info-box-stats {
    float: left;
    margin-top: 5px;
}

.info-box .info-box-stats p {
    font-size: 28px;
    margin-bottom: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

.info-box .info-box-stats span.info-box-title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #B0B0B0;
    font-family: "Open Sans";
}

.info-box .info-box-progress {
    clear: both;
}
.breadcrumb {
    border: 1px solid #00AEC8;
	z-index:9999999;
	margin-bottom:20px !important;
}
.breadcrumb > li + li:before {
	font-family: 'FontAwesome';
    padding: 0 5px;
    color: #00AEC8;
    content: "\f0da";
}
.breadcrumb li.active{
	font-weight:bolder !important;
}
.bg-primary,
.bg-success,
.bg-danger,
.bg-info,
.bg-warning,
.gray,
.dark,
.inverse,
.bg-gray {
    color: #fff!important
}
.bg-info a:hover, 
.bg-success a:hover, 
.bg-danger a:hover, 
.bg-warning a:hover {
	color:#FFFFFF !important;
}
.bg-primary.note .close,
.bg-success.note .close,
.bg-danger.note .close,
.bg-info.note .close,
.bg-warning.note .close,
.gray.note .close,
.dark.note .close,
.inverse.note .close,
.bg-gray.note .close,
.bg-primary.alert .close,
.bg-success.alert .close,
.bg-danger.alert .close,
.bg-info.alert .close,
.bg-warning.alert .close,
.gray.alert .close,
.dark.alert .close,
.inverse.alert .close,
.bg-gray.alert .close {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff
}
.bg-primary {
    background-color: #00AEC8!important;
    border-color: #00AEC8!important
}
.bg-success {
    background-color: #72af46!important;
    border-color: #72af46!important
}
.bg-warning {
    background-color: #EE7E2A!important;
    border-color: #EE7E2A!important
}
.bg-danger {
    background-color: #bd362f!important;
    border-color: #bd362f!important
}
.bg-info {
    background-color: #466baf!important;
    border-color: #466baf!important
}
.dark,
.inverse {
    background-color: #414141!important;
    border-color: #414141!important
}
.text-gray {
    color: #999!important
}
.bg-gray {
    background-color: #555!important
}
.light {
    background-color: #f2f2f2!important;
    border-color: #f2f2f2!important;
    color: #555!important
}
.gritter-close {
    left: auto;
    right: 10px;
    top: 7px;
    background: none!important;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 0;
    display: block!important;
    color: #f2f2f2;
}
.gritter-close:before {
    content: 'x'!important;
    font-size: 19px!important;
    text-indent: 0!important;
    position: absolute!important;
    text-align: center!important;
    right: 0!important;
    top: 0!important;
    color: #fff;
}
.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-wrapper {
    margin-bottom: 0;
    position: relative;
}
.service-wrapper .service {
    position: relative;
    margin-bottom: 20px;
    margin-top:20px;
    font-family:"Open Sans";
    color: #FFFFFF;
}
.service h4 {
    margin-bottom: .5em;
    font-family:"Oswald";
}
/* style1 */
.service-wrapper.service-style1 .service-icon {
    color:#069;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    display: block;
    border-radius: 100em;
}
.service-wrapper.service-style1 .service {
    padding-left: 60px;
}
/* style2 */
.service-wrapper.service-style2 {
    text-align: center;
}
.service-wrapper.service-style2 .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 52px;
    margin: 0 auto 10px;
    display: block;
    color:#0096B8;
}
.panel-body {
    color: #FFFFFF;
    padding: 10px;
}
#stickyheader {
    width: 100%;
    height: 10px;
    z-index: 9999;
}
#stickyalias {
    display: none;
    height: 10px;
}
.aylik {
    display: none;
}
.hvr-float-shadow .panel-body {
    overflow: hidden;
}
.availability {
    border-radius: 0;
    float: left;
    color: #fff;
    background: #a61c1c;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    height: 54px;
    padding: 2px 15px;
    border: 2px solid #a61c1c;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.availability:hover {
    background: rgba(0, 0, 0, 0.3)
}
.hosting-availability-board {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    padding: 33px 0;
    display: table;
    position: relative;
    z-index: 99
}
.hosting-availability-board .bootstrap-select {
    width: 100% !important;
    border-radius: 0;
}
.hosting-availability-board.padding-top20 {
    padding-top: 20px
}
.hosting-availability-board .btn {
    border-radius: 0;
    background: #f2f2f2;
    color: #2d2d2d;
    line-height: 1;
    border: 0;
    font-size: 18px;
    height: 54px;
    font-weight: 700;
    margin: 0;
    padding: 10px 21px;
}
.hosting-availability-board .form-control {
    width: 68%;
    height: 54px;
    border: none;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1;
    padding: 10px 21px;
    float: left;
    border-radius: 0;
    background: #ffffff;
    font-weight: 500;
}
.hosting-availability-board .form-horizontal {
    z-index: 2;
    position: relative;
}
.hosting-availability-board .bootstrap-select .btn:hover, .hosting-availability-board .bootstrap-select .btn:active {
    background: #f2f2f2;
    color: #2d2d2d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tag-line {
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 1.2;
    margin: 30px 0;
    word-spacing: 8px;
}
.hosting-name {
    max-width: 107px;
    width: 100%;
    float: left;
    border-radius: 0;
    min-width: 107px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    background: url(../images/dr-arrow.png) center center no-repeat;
    border: 0;
    width: 18px;
    height: 8px;
}
@media only screen and (max-width: 1199px) {
    .hosting-availability-board .form-control {
        width: 60%
    }
    .hosting-name {
        width: 15%;
        max-width: 100%
    }
    .availability {
        width: 25%
    }
}
@media only screen and (max-width: 767px) {
    .hosting-availability-board .form-control {
        width: 70%
    }
    .hosting-name {
        width: 30%;
        max-width: 100%
    }
    .availability {
        width: 100%;
        float: none;
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 479px) {
    .hosting-availability-board .form-control {
        width: 100%
    }
    .hosting-name {
        width: 100%;
        margin: 10px 0 0;
    }
}
nav.sidebar.navbar {
    border-radius: 0px;
}

nav.sidebar, .main{
    -webkit-transition: margin 200ms ease-out;
    -moz-transition: margin 200ms ease-out;
    -o-transition: margin 200ms ease-out;
    transition: margin 200ms ease-out;
}

/* Add gap to nav and right windows.*/
.main{
    padding: 10px 10px 0 10px;
}

/* .....NavBar: Icon only with coloring/layout.....*/

/*small/medium side display*/
@media (min-width: 768px) {

    /*Allow main to be next to Nav*/
    .main{
        position: absolute;
        width: calc(100% - 40px); /*keeps 100% minus nav size*/
        margin-left: 40px;
        float: right;
    }

    /*lets nav bar to be showed on mouseover*/
    nav.sidebar:hover + .main{
        margin-left: 200px;
    }

    /*Center Brand*/
    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0px;
        font-family:"Oswald";
    }
    /*Center Brand*/
    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
        text-align: center;
        width: 100%;
        margin-left: 0px;
    }

    /*Center Icons*/
    nav.sidebar a{
        padding-right: 13px;
        font-family:"PT Sans Narrow";
        letter-spacing: 0.2px;
        font-size: 120%;
        font-weight: normal;
    }

    /*adds border top to first nav box */
    nav.sidebar .navbar-nav > li:first-child{
        border-top: 1px #e5e5e5 solid;
    }

    /*adds border to bottom nav boxes*/
    nav.sidebar .navbar-nav > li{
        border-bottom: 1px #e5e5e5 solid;
    }

    /* Colors/style dropdown box*/
    nav.sidebar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*allows nav box to use 100% width*/
    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
        padding: 0 0px 0 0px;
    }

    /*colors dropdown box text */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    /*gives sidebar width/height*/
    nav.sidebar{
        height: 100%;
        float: left;
        z-index: 8000;
        margin-bottom: 0px;
    }

    /*give sidebar 100% width;*/
    nav.sidebar li {
        width: 100%;
    }

    /* Move nav to full on mouse over*/
    nav.sidebar:hover{
        margin-left: 0px;
    }
    /*for hiden things when navbar hidden*/
    .forAnimate{
        opacity: 0;
    }
}

/* .....NavBar: Fully showing nav bar..... */

@media (min-width: 1330px) {

    /*Allow main to be next to Nav*/
    .main{
        width: calc(100% - 200px); /*keeps 100% minus nav size*/
        margin-left: 200px;
    }

    /*Show all nav*/
    nav.sidebar{
        margin-left: 0px;
        float: left;
    }
    /*Show hidden items on nav*/
    nav.sidebar .forAnimate{
        opacity: 1;
    }
}

nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #CCC;
    background-color: transparent;
}

nav:hover .forAnimate{
    opacity: 1;
}
section{
    padding-left: 15px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.03);
    -webkit-box-shadow: inset 0px -5px 0px -5px #00AEC8;
    -moz-box-shadow: inset 0px -5px 0px -5px #00AEC8;
    box-shadow: inset 0px -5px 0px -5px #00AEC8;
}
.popover-title {
    color: #151515;
    font-family:"Oswald";
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
    font-family: "Open Sans" !important;
    font-size: 60%;
}
.modal, .modal-backdrop {
    z-index: 999999999999999999999999999;
}
.yukleniyorgif {
    display: none;
}
.fiyatdetayi {
    position: absolute;
    top:30px;
    right: 15px;
    display: inline-block;
}
form#sorgu {
    font-family:'Open Sans';
}
.homeArea .homeImg {
    height: 530px;
    padding-top: 35px; }
.homeArea .homeImg img {
    height: 100%;
    width: auto; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homeArea .homeImg {
        display: none; } }

.homeSlider .singleHomeSlide {
    color: #ffffff;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homeSlider .singleHomeSlide {
        height: 420px;
        text-align: left; }
    .owl-nav{
        display: none;
    }
}
.homeSlider .singleHomeSlide span.topTxt {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px; }
.homeSlider .singleHomeSlide span.h1 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Oswald";
    margin-top: 0;
    line-height: 40px; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .homeSlider .singleHomeSlide span.h1 {
        font-size: 20px;
        line-height: 28px; } }
.homeSlider .singleHomeSlide p {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Titillium Web";
    font-weight: 400;
    line-height: 16px; }
.homeSlider .singleHomeSlide .Btn.homeBtn {
    border: 1px solid #ffffff;
    color: #ffffff;
    min-width: 185px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
.homeSlider .singleHomeSlide .Btn.homeBtn:hover {
    background: #288feb;
    border-color: #288feb; }
.homeSlider .singleHomeSlide .Btn.homeBtn:first-child {
    background: #288feb;
    border-color: #288feb;
    margin-right: 17px; }
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .homeSlider .singleHomeSlide .Btn.homeBtn:first-child {
        margin: 0 0 15px 0; } }
.homeSlider .singleHomeSlide .Btn.homeBtn:first-child:hover {
    background: #6fc5f5; }
@media only screen and (min-width: 0px) and (max-width: 991px) {
    .homeSlider .singleHomeSlide .Btn.homeBtn {
        font-size: 11px;
        min-width: 150px; } }

.home .heroArea.v2 {
    background: #ffffff; }
.home .heroArea.v2:before {
    display: none; }
.homeArea .text-primary {
    color: #00AEC8;
}
.homeArea.v2 .homeImg {
    padding: 60px 0 100px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .homeArea.v2 .homeImg {
        padding: 100px 0 120px; } }
.homeArea.v2 .homeSlider .singleHomeSlide .homeBtns a.homeBtn {
    border-color: #288feb;
    color: #288feb; }
.homeArea.v2 .homeSlider .singleHomeSlide .homeBtns a.homeBtn:first-child, .homeArea.v2 .homeSlider .singleHomeSlide .homeBtns a.homeBtn:hover {
    color: #ffffff; }
.hero_slider .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #288feb;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    left: -100px;
    top: 50%;
    margin-top: -15px;
}
.hero_slider .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #288feb;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    right: -100px;
    top: 50%;
    margin-top: -15px;
}
.homeSlider ul, .homeSlider ol {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}
.homeSlider ul>li, .homeSlider ol>li {
     font-size: 16px;
     margin-bottom: 10px;
     font-family: "Titillium Web";
     font-weight: 400;
     line-height: 16px;
}
.homeSlider ul>li:before, .homeSlider ol>li:before {
    font-family:"FontAwesome";
    content: "\f061";
    margin-right:10px;
    color: #00AEC8;
}
/* Preloader */
.yukleniyor {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #f2f2f2;
    height: 100%;
    width: 100%;
    z-index: 9999999999999999999999999999;
    font-family:"PT Sans Narrow";
    font-size:18px;
}
.yukleniyor img {
    position: absolute;
    width: 200px;
    height: 30px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -20px;
    line-height: 400px;
    text-align: center;
    font-size: 64px;
    border-radius: 400px;
    color: #151515;
}
.yukleniyor span {
    position: absolute;
    width: 200px;
    height: 40px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -80px;
    text-align: center;
    color: #333;
}
.comment-list .row {
    margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border:none;
    /*Panel-heading border radius*/
    border-top-right-radius:0px;
    top: 1px;
}
.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius:0px;
    right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}
.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
    .comment-list .arrow:after, .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    /*****Right Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: inherit;
        border-width: 16px;
    }
    /*Background color effect*/
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
}
.comment-list .comment-post {
    margin-top: 6px;
}
.teksatir {
    width: 100%;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
blockquote {
    color: #FFFFFF !important;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #00AEC8 !important;
}
blockquote pre {
    font-family: "Open Sans" !important;
    font-size: 14px;
    font-weight:600;
}
blockquote.text-right {
    color: #FFFFFF !important;
    padding:10px 20px;
    text-align: right;
    border-right: 5px solid #00AEC8 !important;
    border-left: 0 !important;
}
.navmenu-inverse {
    font-family: "Oswald";
    color: #ffffff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.margintop20 {
    margin-top:20px;
}

.nav-pills li a {
    border-radius: 0px;
}

.nav-stacked li li {
    margin-top: 0px;
    margin-left: 0;
    border-bottom:1px solid #dadada;
    border-left:1px solid #dadada;
    border-right:1px solid #dadada;
}

.active2 {
    border-left:4px solid #428bca;
    text-decoration: none;
    background-color: #404040;
    color: #fff;
}
.hizmetlist {
    margin: 0px;
}
.hizmetlist li {
    font-family: "Open Sans";
    color: #FFFFFF;
    font-weight: 600;
}
.nav-side-menu {
    background-color: #2e353d;
    height: 100%;
    color: #e1ffff;
}
.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 60px;
    display: block;
    text-align: center;
    font-family:"Oswald";
    margin:0px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    font-family: "Titillium Web";
    font-size: 16px;
    font-weight: 600;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
    padding: 3px 0px;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
    color: #00AEC8;
}
.nav-side-menu li:hover {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}
a.text-primary:hover {
    color: #00AEC8;
    opacity: 0.7;
}
.back-to-top {
    position: fixed;
    bottom: 3em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
	color: #FFFFFF;
	font-family:"Open Sans";
	font-size:14px;
	line-height:15px;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
.nomargin { margin:2px 0px !important; }
.margin5 { margin: 5px !important; }
pre a {
	color:#00AEC8;
}
 .large-2 {
	height: 220px;
	overflow-y: scroll;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.force-overflow {
	min-height: 220px;
}

.large-2::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 0px;
	background-color: #FFF;
}

.large-2::-webkit-scrollbar {
	width: 10px;
}

.large-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00AEC8;
}
/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial {
  background-attachment: fixed !important;
  background-image: url("../assets/images/testimonial-1.jpg") !important;
  background-repeat: repeat !important;
  background-size: cover !important;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
  margin: 20px 0px;
}

#testimonial .title-area {
  padding: 0 50px;
}

#testimonial .title-area .title {
  font-size: 30px;
  line-height: 30px; 
  text-align: center;
  font-family:'Oswald';
}

.testimonial-slider {
  display: inline;
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
  font-family:'Open Sans';
}

.single-slider{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
  outline: none;
}

.testimonial-img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}

.testimonial-img img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-content{}
.testimonial-content p{
	font-size: 15px;
}

.testimonial-content h6 {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-content h6 span {
  margin-left: 3px;
}

.testimonial-slider .slick-dots li {
  border-radius: 50%;
  color: #fff;  
}

.testimonial-slider .slick-dots li button::before {
  display: none;
}
#slider{
	display: inline;
	float: left;
	width: 100%;
}

.main-slider {
  display: inline;
  float: left;
  height: 600px;
  margin-bottom: 0;
  width: 100%;
}
.main-slider .slick-list {  
  height: 100%;  
}

.single-slide{
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img{
	width: 100%;
}

.slide-content {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-slider .slick-prev {
  left: 23px;
}

.main-slider .slick-next {
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before {
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots {
  bottom: 10px;  
}

.main-slider .slick-dots li {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before {
  font-size: 25px;
  line-height: 21px;
}

.slide-article {
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 150px;
  width: 100%;
}

.slide-article h1 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 25px;
}

.slide-article p {
  color: #fff;
  margin-bottom: 50px;
}

.read-more-btn{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}
.testimonial-content h6 span {
  color: #2bcdc1;
}
.testimonial-content p {
	text-shadow: 0.5px 0.5px #2bcdc1;
}
.testimonial-slider .slick-dots li {
  border: 1px solid #2bcdc1; 
}
.main-slider .slick-prev:hover,
.main-slider .slick-next:hover{
  background-color: #2bcdc1;
}

.main-slider .slick-dots li button::before {
  color: #2bcdc1;    
}
li.slick-active {
	background-color: #2bcdc1;
}
#invoice{
    padding: 0px;
    color: #222;
    font-family: "Open Sans", sans-serif;
}

.invoice {
    position: relative;
    min-height: 680px;
    padding: 15px
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF
}

.invoice .company-details {
    text-align: right;
    color: #FFFFFF;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .contacts {
    margin-bottom: 20px
}

.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .invoice-details {
    text-align: right
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3989c6
}

.invoice main {
    padding-bottom: 50px
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3989c6
}

.invoice main .notices .notice {
    font-size: 1.2em
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.invoice table td {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff
}
.invoice table th {
    padding: 15px;
    border-bottom: 1px solid #fff;
    background: #466baf !important;
    font-family: "Oswald";
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em
}
.invoice table .qty {
    background: #E85400;
}
.invoice table tfoot {
    color: #FFFFFF;
}
.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: right;
    font-size: 1.2em
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6
}

.invoice table .unit {
    background: #ddd
}

.invoice table .total {
    background: #3989c6;
    color: #fff
}

.invoice table tbody tr:last-child td {
    border: none
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
    border-top: none
}

.invoice table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.4em;
    border-top: 1px solid #3989c6
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #777;
    border-top: 1px solid #aaa;
    padding: 8px 0
}

@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always
    }

    .invoice>div:last-child {
        page-break-before: always
    }
}