body {
  color: #757575;
font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
	background-color: #0C0C12;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Oswald', sans-serif;
}
h3 {
  font-size: 27px;
  line-height: 30px;
}
a, .btn {
  text-decoration:none; color: #6f95b6;
}
a:link, a:visited {

    color: #6f95b6;
    text-decoration: none;

}
.nav.atif-nav {}
.nav.atif-nav a.nav-link {
    color: #ddd;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #322848;
    margin-right: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.nav.atif-nav a.nav-link:hover {
 color: #fffbfb;
    background-color: #000;
    border-color: #000;
}
.nav.atif-nav a.nav-link:before {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
color: #ff9a03;
    margin-right: 10px;
}
.contact-us-form .form-control {
   
    background-color: #2a2939;
    color: #fff;
    border-color: #8f1f1f;
}
.logo-cont {
	text-align: right;
	border-right: 1px solid #101427;
}
.logo h1 {
    color: #fff;

}
.logo h1 .cevat {
    display: block;
    font-size: 26px;
    line-height: 30px;
}
.logo h1 .aslan {
    display: block;
    font-size: 40px;
    line-height: 40px;
}
.logo p {
    color: #fff;
}
.nav.sosyal-nav .nav-item .nav-link {
    color: #fff;
    padding: 4px 8px;
}
.nav.sosyal-nav {-ms-flex-pack: end ;
justify-content: flex-end ;
}
.container.ilet-cont {
    max-width: 800px;
    padding-top: 5%;
    padding-bottom: 5%;
}
.detaybaslik { padding-top: 3%;
}
.hizmet-cont {
    min-height: 80vh;
    padding-top: 3%;
    padding-bottom: 3%;
}
section.cover {
    background-image: url(../../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.dbg {
    background-image: url(../../img/dbg.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
height: 61px;width: 100%;
}
.cover-mask {
    background-color: rgba(0, 0, 0, 0.92);
		min-height: 100vh;-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}.page-about .cover-mask {
    background-color:rgba(20, 18, 53, 0.92);
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
header.header {
	    background-image: url(../../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.header-mask {
    background-color: rgba(0, 0, 0, 0.79);
}
.nav.menu li.nav-item .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;border-bottom: 1px solid;
	 border-color: transparent;
}
.nav.menu li.nav-item.active .nav-link {
 border-color: aqua;
}
.vertical-cover {	min-height: 100vh;}
.vertical-coverd {
    padding-top: 5%;
}
.editor table {   margin-bottom: 20px;
    max-width: 100%; border-collapse: collapse;
    border-spacing: 0;
	border:none;
    width: 100%; background-color: transparent;}

.btn-about {
	position: absolute;
	right: 0;
	top: 0;
}
.page-main {    visibility: visible;
    height: auto;}
body.page-about .page-main {    visibility: hidden;
    height: 0;}
	.page-hakkimda {
    visibility: hidden;
    height: 0;
}
body.page-about .page-hakkimda {
	position: relative;
    visibility: visible;
    height: auto;
}
footer.footer {
    background-color: #0b090f;
    padding: 25px 0;
    text-align: center;
}
.footer-social .social-footer {
  display: inline-block;
  padding: 15px;
	color: #fff;
}
.detayicerik {
  min-height: 100vh;
}

form#contactForm {
  margin: auto;
  max-width: 303px;
}
.form-control {

  border-color: #929292;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
}


.alert.success.alert-dismissible {
  background-color: #6fbf5e;
  color: #fff;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 30%;
  z-index: 999999999;
}

.alert.error.alert-dismissible {
  background-color: #BF5E5E;
  color: #fff;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 30%;
  z-index: 999999999;
}
.main legend {
  margin: auto auto 25px;
  max-width: 560px;
}

.pazaryeri .container { 
	position: relative; 

	margin: 0 auto; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
}
 .pazaryeri #portfolio {  
    margin: 1rem 0;

   
}
 .pazaryeri .tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
	 	 float: left;
	 display: block;
width: 33.33333333333333%;

}
.pazaryeri .tile:hover { 

}

.pazaryeri .scale-anm {
  transform: scale(1);
}

.pazaryeri p{ 
  padding:10px; 
  border-bottom: 1px #ccc dotted; 
  text-decoration: none; 
  font-family: lato; 
  text-transform:uppercase; 
  font-size: 12px; 
  color: #333; 
  display:block; 
  float:left;
}

.pazaryeri p:hover { 
  cursor:pointer; 
  background: #333; 
  color:#eee; }

.pazaryeri .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  
}

.pazaryeri .btn {
border-radius: 0;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}
ol.breadcrumb {
    background-color: transparent;
    justify-content: center;
    padding: 0;
}
.pazaryeri .btn:hover {
  text-decoration: none;
}

.pazaryeri .btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.tile > .label {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #2D2D2D;
  display: table;
  font-size: 100%;
  margin-top: -10px;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
	.text-title { float: left;
    width: 70%;line-height: 35px;
font-weight: 400;} 
	a.pazarlink {
  background: rgba(0, 0, 0, 0) url("../../img/arrow-right.png") no-repeat scroll center center / 12px 8px;
  border: 1px solid #ddd;
  border-radius: 51%;
  color: #2b2b2b;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 600;
  height: 35px;
  line-height: 1;
  padding: 14px 15px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 35px;
}
	.btn.fil-cat.active {
  background-color: #000;
  color: #fff;
}
.blogkat-cont {
    border-left: 1px solid #293344;
}
.blogkat-cont .nav .nav-item .nav-link {
    color: #fff;
    padding-left: 5px;
    font-size: 15px;
    text-transform: uppercase;
}
a.blog-cont {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #101427;
    color: #bbc1c9;
}
.kat-projbas {
    background-color: #191921;
    margin-bottom: 20px;
    padding: 10px;
}
  @media only screen and (max-width : 991px) {

    }
    @media only screen and (max-width : 768px) {
        body.anasayfa .page-main ul.nav.menu {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
}
        .cover-mask {
    display: flex;
    align-items: center;
                overflow: hidden;
}
		.logo-cont {
	text-align: center;
	border-right: none;
}
		.nav.sosyal-nav {-ms-flex-pack: center ;
justify-content: center;
}
.vertical-cover {	min-height: 100%;}
    }


    @media only screen and (max-width : 576px) {
		.blog-text p {
			display: none;
		}
.blogkat-cont {
    border-left: none;
}
    }




