/*-----------------------------------------------------------------------------------

	Mustafa Serhat YILDIRIM
	mustafaserhatyildirim@gmail.com

-----------------------------------------------------------------------------------

	1. HEADER
	2. SLIDER
	3. Columns
	4. Typography
	5. Header
	6. Main Content
	7. Footer
	8. Elements

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #00528e;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;	
}


#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
	 }
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
	 }
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
	}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
	} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
	}
	
	
@-webkit-keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }		
	
}		
@keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}	
#loading .img {
    position: relative;
    top: 45%;
    transform: translate(0,-50%);
	text-align: center;
}
.mt25{
	margin-top: 25px!important;
}
.mt50{
	margin-top: 50px!important;
}
#bolum .bolumBaslik{
    color: #b31c27;
    font-size: 40px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 27px;
    margin-top: 25px;
}
#bolum .bolumBaslik span{
	position: relative;
	display: inline-block;
	font-family: 'Titillium Web', sans-serif!important;
	font-weight: 300;
	color: #266e34;
	font-size: 40px;
	padding: 0 30px;
	text-align: center;
}

#bolum .bolumBaslik > span:before,
#bolum .bolumBaslik > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #535f7c;
}
#bolum .bolumBaslik > span:before {
    right: 100%;
    margin-right: 0px;
    margin-top: -1px;
}
#bolum .bolumBaslik > span:after {
    left: 100%;
    margin-left: 0px;
    margin-top: -1px;
}
.devami{
	background: #2b4179!important;
	color: #fff;
	padding: 10px 30px!important;
	margin-bottom: 27px;
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px;
	border-radius: 10px;
}
.devami:hover, .devami:focus{
	background: #266e34!important;
	color: #fff;
	
}
.devami:active:hover{
	background: #1c2a4f;
	color: #fff;
	
}
.devami i{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 5px;
}
#prd .devami{
	margin-bottom: 0px;
	background: rgba(38,118,52,.5)!important;
	border: none;
	margin-top: 10px;
}
#prd .devami:hover{
	margin-bottom: 0px;
	background: rgba(43,65,121,.5)!important;
	border: none;
	margin-top: 10px;
}
.butonAlan{
	text-align: center;
	margin-top: 27px;
}
.Yesilbtn{
	border: 1px solid #fff;
	padding: 10px 30px!important;
	margin-bottom: 0px;
	background: rgba(38,118,52,.5);
	border: none;
	border-radius: 10px;
	display: inline-block;
	
}
.Yesilbtn a{
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px!important;
	color: #fff!important;
	background: none;
	border: none;
	padding: 0;
}
.Yesilbtn:hover{
	background: rgba(43,65,121,.5)!important;
}
.Yesilbtn a:hover, .Yesilbtn a:visited, .Yesilbtn a:focus, .Yesilbtn .btn-default:hover{
	background: none;

}
.Yesilbtn i{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 5px;
}
.butonAlan{
	text-align: center;
	margin-top: 27px;
}


/*-----------------------------------------------------------------------------------*/
/*	1.	HEADER header top/logo/menu/
/*-----------------------------------------------------------------------------------*/
header{
  position: fixed;
  width: 100%;
  z-index:9999;
  background: transparent;
  padding: 0px 0 0;
}
header .headerUst{
	float: right;
	display: block;
}
header .headerUst ul{
	margin: 6px 0;
}
header .headerUst ul li{
	display: inline-block;
	color:  #fff;
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 12px!important;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #fff;
}
header .headerUst ul li:first-child{
	border-left: none;
}
header .headerUst ul li a{
	color:  #fff;
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px!important;
}
header #logo{
	z-index: 120;
	position: absolute;
    top: 27px;
	background: rgba(255, 255, 255, 0.85);
	width: 35.5%;
	height: 82px;
	text-align: right;
	padding-top: 15px;
}
header #logo::before {
    position: absolute;
    top: 0px;
    right: -82px;
    content: '';
    border-width: 41px;
    border-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.85);
    border-left-color: rgba(255, 255, 255, 0.85);
    border-right-color: rgba(0,0,0,0);
    border-top-color: rgba(0,0,0,0);
}
.green::before {
    content: 'green';
    color: green;
}
header #logo .logo{
	text-align: right;
}
header #logo .logo img{
	height: 55px;
}
header .hotline {
    margin-top: 0px;
    position: relative;
    height: 82px;
    background: rgba(43, 65, 121, 0.85);
    display: inline-block;
    float: right;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: bold;
	z-index: 120;
	width: 59.5%;
	right: 0;
	top: 0px;
}
header .hotline::before {
    position: absolute;
    top: 0px;
    left: -82px;
    content: '';
    border-width: 41px;
    border-style: solid;
	border-bottom-color: rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    border-right-color: rgba(43, 65, 121, 0.85);
    border-top-color: rgba(43, 65, 121, 0.85);
}
header .hotline .menuzord-menu{
	margin-top: 22px;
	z-index: 99999;
	float: right;
}
header .hotline .menuzord-menu li:first-child{
	border-left: none;
}
header .hotline .menuzord-menu li{
	border-left: 1px solid #fff;
}
header .hotline .menuzord-menu > li > a{
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 16px!important;
	color: #fff!important;
	font-weight: normal;
	padding: 0px 16px;
}

header .hotline .menuzord-menu > li:last-child > a{
	padding-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	SLIDER
/*-----------------------------------------------------------------------------------*/
.home-pattern {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: url(../images/home-pattern.png);
    background-repeat: repeat;
    opacity: .7;
}
.banner_large_text{
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 70px!important;
	font-weight: bold;
	color: #fff;
	line-height: 90px!important;
	text-align: center;
	text-shadow: none;
	font-style: normal;
}
.banner_sm_text_left {
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 22px!important;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin: 30px 0;
	font-style:normal
}


/*-----------------------------------------------------------------------------------*/
/*	3.	ABOUT US
/*-----------------------------------------------------------------------------------*/
#aboutus{
	margin-top: 15px;
	text-align: center;
}

#aboutus .hakkimizdaAciklama{
	color: #2b4179;
	font-size: 22px;
	text-align: center;
	font-family: 'Titillium Web', sans-serif!important;
	line-height: 28px;
}
#aboutus p{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 27px 0;
}

#aboutusDetails .hakkimizdaAciklama{
	color: #2b4179;
	font-size: 22px;
	font-family: 'Titillium Web', sans-serif!important;
	line-height: 28px;
	margin: 0 -15px;
}
#aboutusDetails p{
	font-size: 16px;
	line-height: 22px;
	margin: 27px -15px;
	text-align: justify;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	GALLERY
/*-----------------------------------------------------------------------------------*/
#gallery{
	background: #f8f8f8;
}
.skw-container > ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	3.	PRODUCTS
/*-----------------------------------------------------------------------------------*/
#prd {
    background-image: url(../images/productsBG.jpg);
    color: #fff;
    background-color: #0A0A13;
    padding: 30px 0 30px;
}
#prd .baslik{
	font-size: 30px;
}
#prd p{
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0px;
	text-align: justify;
}
#prd .devami{
	margin-bottom: 0px;
	background: rgba(38,118,52,.5);
	border: none;
	margin-top: 10px;
}
.kpr{
	width: 44.66666667%;
    margin-right: 50px;
	float:left
}

#rfr{
	padding: 25px;
}
.logo-showcase-gray{
	margin-bottom: 40px;
	margin-top: 20px;
}
.logo-showcase-gray .util-item .item{
	padding-left: 22px;
}

.logo-showcase-gray .util-item:first-child a img{
	border-left: none;
}
.logo-showcase-gray .util-next, .logo-showcase-gray .util-prev {
	position: absolute;
	top: 50%;
	line-height: 50px;
	width: 40px;
	margin: 0;
	margin-top: -25px;
	padding: 0;
	background-color: transparent;
	font-size: 90px;
	color: #777;
	font-weight: lighter;
}
.logo-showcase-gray .util-next:hover, .logo-showcase-gray .util-prev:hover {
	background-color: transparent;
}
.logo-showcase-gray .util-next {
	right: -35px;
}
.logo-showcase-gray .util-prev {
	left:  -45px;
}
.logo-showcase-gray .util-prev:hover, .logo-showcase-gray .util-next:hover {
    color: #266e34;
}
.logo-list {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    border-right: none;
    border-bottom: none;
	margin-left: -15px;
	margin-right: -15px;
	background: #fff;
}
.logo-list:after {
	content: '';
	display: table;
	clear: both;
}
.logo-list ul{
	text-align:center;
	margin: 0 -15px;
	padding-top: 20px;
}
.logo-list ul li {
	width: 24.2%;
	display:inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.logo-list ul li .logo-wrapper {
    width: 100%;
    height: 100%;
    display:inline-block;
    vertical-align: middle;
}
.logo-list ul li .logo-wrapper img{
   
}

#ftr {
    background-image: url(../images/footerBG.jpg);
    color: #fff;
    background-color: #0A0A13;
    padding: 17px 0;
	margin-top: 0px;
}
#ftr .footersosyal{
	display: block;
	margin-top: 0px;
	float: right;
}
#ftr .footersosyal li{
	display: block;
	vertical-align: middle;
	line-height: 30px;
	margin-right: 7px;
}
#ftr .footersosyal li a{
	font-size: 19px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s ease;
	display: block;
}
#ftr .footersosyal li:hover a{
	opacity: .5;
}
#ftr .footermenu{
	padding-top: 0px;
	float: right;
}
#ftr .footermenu li{
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 5px;
}
#ftr .footermenu li:first-child{
	border-left: none;
}
#ftr .footermenu li a{
	color:  #fff;
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px;
}

#ftr .footersosyal{
	display: block;
	margin-top: 15px;
	float: right;
}
#ftr .footersosyal li{
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin-right: 7px;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	background: rgba(32,81,42.5);
	text-align: center;
	line-height: 28px;
}
#ftr .footersosyal li a{
	font-size: 19px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s ease;
	display: block;
}
#ftr .footersosyal li:hover a{
	opacity: .5;
}
#ftr .footeradres{
	display: block;
	margin-top: 0px;
	float: left;
}
#ftr .footeradres li{
	display: block;
	vertical-align: middle;
	line-height: 20px;
	margin-right: 7px;
}
#ftr .footeradres li a{
	font-size: 19px;
	color: #fff;
	opacity: 1;
	transition: all 0.5s ease;
	display: block;
}
#ftr .footeradres li:hover a{
	opacity: .5;
}
#ftr .adres p{
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px;
	text-align: right;
	padding-bottom: 5px;
}
.copy{
	margin-left: -15px;
}
.by{
	float: right;
	margin-right: -15px;
}
.by a{
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
}
.borderbottom{
	border-top: 1px solid #fff;
	margin-top: 17px;
	padding-top: 22px;
}
.responsive-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsive-youtube iframe,
.responsive-youtube object,
.responsive-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sayfaResim {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 200px;
}
.sayfaBaslik {
    float: right;
    margin-top: 15px;
    text-align: right;
}

.tek {
    padding-top: 200px;
    padding-bottom: 20px;
}
.sayfaBaslik h1 {
    font-size: 85px;
    font-weight: 600;
    color: #fff;
    opacity: .2;
}
.sayfaBaslik h4 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: -62px;
}
.sayfaResim::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8)100%,rgba(0,0,0,.9) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%,rgba(0,0,0,.9) 100%);
}

.solMenu{
	float: left;
	margin-top: 6px;
}
.solMenu .devami{
	background: #2b4179!important;
	color: #fff;
	padding: 10px 50px!important;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif!important;
	font-size: 15px;
	border-radius: 10px;
	float: left;
	margin-left: -15px;
	width: 100%
}
.solMenu .devami:hover, .devami:focus{
	background: #266e34!important;
	color: #fff;
	
}
.solMenu .devami:active:hover{
	background: #1c2a4f;
	color: #fff;
	
}
.solMenu .devami i{
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 5px;
}
.solMenu ul.galleryMenu{
	background: #eee;
    padding: 10px;
    margin-top: -23px;
    margin-left: -15px;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 15px;
}
.solMenu ul.galleryMenu li{

}
.solMenu ul.galleryMenu li a{
	font-family: 'Titillium Web', sans-serif!important;
    font-size: 15px;
    color: #2b4179!important;
    padding: 10px;
    border-bottom: 1px solid #fff;
    display: block;
}
.solMenu ul.galleryMenu li:last-child a{
	border: none;
}
#aboutus .sagYazi{
	margin-bottom: 15px;
	padding-left: 15px;
}
#aboutus .sagYazi p{
	text-align: justify;
	
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: -15px;
}
.sayfaBaslikAlan {
    border-bottom: 1px solid #266e34;
    padding-bottom: 23px;
    margin-bottom: 23px;
}
.sayfaBaslikAlan h4{
	font-family: 'Titillium Web',sans-serif!important;
	font-weight: 300;
	color: #266e34;
	font-size: 40px;
	padding: 0 30px 0 0px;
	text-align: left;
}
.sayfaBaslikAlan h6{
	font-family: 'Titillium Web',sans-serif!important;
	font-weight: 300;
	color: #266e34;
	font-size: 20px;
	padding: 0 30px 0 0px;
	text-align: left;
}
.paylas{
	margin-top: 15px;
}

#aboutus .sagYazi .devami{
	margin-bottom: 0px;
	background: rgba(38,118,52,1)!important;
	border: none;
	margin-top: 10px;
	margin-left: 10px;
}
#aboutus .sagYazi .devami:hover{
	background: rgba(43,65,121,1)!important;
}
.gallery{
	margin: 0 -16px;
}
.gallery a img {
    margin: 8px;
    width: 150px;
	height: 102px;
}
.video{
	margin: 0 -16px;
}
.video a img {
    margin: 8px;
    width: 267px;
	height: 182px;
	float: left;
}
.video a img:hover {
	cursor: pointer
}
.modal{
	z-index: 9999;
}
.iletisimBilgileri{
	margin-left: -15px;
}

.iletisimBilgileri ul li, .iletisimBilgileri ul li a{
    display: block;
    vertical-align: middle;
    line-height: 28px;
    margin-right: 7px;
	font-family: 'Titillium Web',sans-serif!important;
	font-size: 18px;
	color: #000;
}

/* ----------------------------------------------------------------------
Forms
-------------------------------------------------------------------------*/

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 1.33333;
    padding: 12px 18px;
}
.form-control:focus {
    box-shadow: none;
}
.form-control.input-lg {
    resize: none;
    font-size: .9em
}
.form-control.rounded {
    border-radius: 4px
}
.form-control,
.input-group-addon {
    border: 2px solid #ebebeb;
}
.form-group label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
}
.form-inline button {
    margin: 0px;
}
.form-group > label {
    display: block;
}
.has-feedback label ~ .form-control-feedback {
    top: 44px;
}
.form-gray-fields .form-control {
    background-color: #f2f2f2;
    border-color: #e9e9e9;
    color: #333
}
.form-gray-fields .form-control:focus {
    background-color: #eee
}
.form-transparent-fields .form-control {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
}
.form-transparent-fields .form-control:focus {
    background-color: rgba(0, 0, 0, 0.7);
}
.form-transparent-light-fields .form-control {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
}
.form-transparent-light-fields .form-control:focus {
    background-color: rgba(255, 255, 255, 0.7);
}
label.error {
    color: #b71828;
    display: none !important;
    font-weight: 400;
}
.form-control.error,
.sm-form-control.error {
    border-color: #b71828;
}
.form-control.error {
    color: #b71828;
}
.form-control::-moz-placeholder {
    color: #bbbbbb;
}
.form-control::-ms-input-placeholder {
    color: #bbbbbb;
}
.form-control::-webkit-input-placeholder {
    color: #bbbbbb;
}

/*form select*/

select {
    border: 1px solid #e3e3e3;
    color: #777;
    cursor: pointer;
    display: block;
    line-height: 14px;
    max-width: 100%;
    min-width: 100%;
    padding: 14px;
}
.order-select > h6 {
    margin-bottom: 0;
}
.order-select p {
    font-size: 13px;
}
.form-group {
    margin-bottom: 12px;
    margin-top: 8px;
}
div.pp_pic_holder {

    z-index: 9999999!important;
}
div.pp_overlay {

    z-index: 9999999;
}

.demo .scroll{
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
#section10 .scroll{
    padding-top: 60px;
}
#section10 .scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#section10 .scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



@media (min-width:1601px){
	header .hotline .menuzord-menu{
		margin-top: 22px;
		z-index: 99999;
		float: right;
		margin-right: 120px;
	}
}