/* general styles
----------------------------------------*/
html {
}

body {
	margin:0;
	padding:0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #222222;
    font-weight:400;
    font-size: 15px;
}

a {
	color: #ed1c24;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
    line-height: 24px;
    color:#222222;
    margin: 0 0 30px;
    padding: 0;
    text-align: justify;
}

h1, h2, h3, h4, h5{
	color:#e3000f;
	margin-bottom:20px;
}

h1{
	font-size:40px;
}

h2{
	font-size:30px;
}

h3{
	font-size:26px;
}
h4{
	font-size:22px;
}

	
/* HEADER -------------*/
.header-bg {
	width: 100%;
	height:94px;
	background:#fff;
	position: absolute;
	top:0;
	z-index: 998;
}
.header-top {
	width: 100%;
	line-height:30px;
	background:#eee;
	position: absolute;
	top:0;
	z-index: 998;
}

.header-top .mail {
    background: url(../images/icon-mail.png) no-repeat left center;
    display: inline-block;
    margin-left: 0px;
    min-width: 100px;
    padding-left: 20px;
    font-weight:300;
    line-height: 30px;
    color:#888888;
}
.header-top .lang {
    float: right;
    min-width: 50px;
}
.header-top .lang ul {
    margin: 0;
    padding: 0;
}
.header-top .lang ul li {
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 24px;
    margin-left:2px 0 2px 5px;
    padding: 0;
    text-align: center;
    
}
.header-top .lang ul li a {
    color: #888888;
    font-size: 14px;
    font-weight:700;
    letter-spacing: 1px;
    width: 26px;
    display: block;
}
.header-top .lang ul li a:hover {
    color: #e3000f;
}

.header {
	width: 100%;
	background:transparent;
	position: absolute;
	top:40px;
	z-index: 999;
}

.header .logo{
	background: transparent;
}

.header .logo img{
	width: 100%;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .0);
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;	
}

.gall-slide {
	width: 100%;
	display: block;
	margin-bottom: 50px;
	padding:80px 0;
	background:#f1f1f1;
	border-radius:0 0 100% 100%;
}

.gall-slide .title {
	padding:0;
	margin:0 0 80px 0;
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	font-weight: 300;
	color: #e3000f;
	text-align: center;
	letter-spacing:5px;
}


/* Header Menu ---------------*/
.btn-navbar,
.slides-navigation {
	display: none!important;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
.navbar-nav {
	float: none;
}
.navbar-nav li {
	width: 14.2%;
	padding:0;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	background: transparent;
}
.navbar-nav li a{
	color: #222;
	font-size:16px;
	line-height: 42px;
	display: inline-block;
	background:transparent;
	width: 100%;
	outline: none;
	text-decoration: none;
	padding:0px 10px;
	text-shadow: 0 0px 0 rgba(255, 255, 255, .0);
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;	
}
.navbar-nav > li > a:hover{
	color: #e3000f;
	text-decoration: none;
	background:transparent;
}

.nav > li > a:focus {
	background: transparent;
}

/* Dropdown Style */
ul.nav li.dropdown:hover > ul.dropdown-menu{
	display:block; 
	width: 100%!important;
	overflow: hidden!important;
	box-shadow:0px; 
	-webkit-box-shadow: none;
	box-shadow:none;
	border-radius: none;
	border-radius:0px;
	margin-left:0px;
	margin-top:0px;
	border-top:1px solid #fff;
	padding: 0;
	line-height: 40px;
}

ul.dropdown-menu li {
	width:100%;
	background:#124477;
	padding:0px 0px;
	line-height: 40px;
	
}

ul.dropdown-menu li a {
	font-family: 'DINNextLTPro-Light';
	background:#e3000f;
	color: #54c5d0 !important;
	padding:5px 10px;
	line-height:40px;
}


ul.dropdown-menu > li > a:hover {
	color: #e3000f !important;
	background: #54c5d0;
	padding:5px 10px;
}

/* CONTENT -------------*/
.page-title {
	width: 100%;
	display:block;
	margin:94px 0 60px 0;
	padding:0;
	border-bottom: 1px solid #eee;
}

.page-title h1{
	color:#e3000f;
	font-family: 'Roboto Slab', serif;
	font-size:40px;
	font-weight: 300;
	text-align: center;
	letter-spacing:5px;	
	padding:50px 0 20px 0;
}

.breadcrumb {
	background-color:transparent;
    border-radius:0px;
    list-style: outside none none;
    margin-bottom:30px;
    padding:0px 15px;
    text-align: center;
    font-family: 'DINNextLTPro-Regular';
    color:#e3000f;
}

.breadcrumb > li + li::before {
    color: #e3000f;
    content: "/ ";
    padding: 0 5px;
}



.services {}
.services .item{
	width: 100%;
	display: block;
	padding:20px;
	margin-bottom:20px;}
.services .item .box1 {
	background: url(../images/icon-certificates.png) no-repeat left top;
	background-size: 32px 32px;
	padding:0 10px 20px 40px;
	font-size:20px;
	font-weight:400;
	letter-spacing: 2px;}
.services .item .box2 {
	background: url(../images/icon-address.png) no-repeat left top;
	background-size: 32px 32px;
	padding:0 10px 20px 40px;
	font-size:20px  !important;
	font-weight:400;
	letter-spacing: 2px;}
.services .item .box3 {
	background: url(../images/icon-movie.png) no-repeat left top;
	background-size: 32px 32px;
	padding:0 10px 20px 40px;
	font-size:20px;
	font-weight:400;
	letter-spacing: 2px;}

/* == contents == */

.contents {
	padding:50px 0;
}
.contents .img img {
	width: 100%;
	border-radius: 100%;
	padding: 10px;
	background: #fff;
	border:1px solid #ed1c24;
}

.contents .gallery {
}

.contents .gallery img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border:1px solid #ed1c24;
	border-radius:10px;
	padding: 10px;
	background: #fff;
}

.contents h2{
	font-size:32px;
	font-weight: 700;
	padding:0px;
	margin:0 0 20px 0;
	color: #222;
	letter-spacing: 5px;
}

.contact {
	width: 100%;
	padding-bottom:60px;
}

.contact .address{
	width:100px;
	height: 100px;
	background: url(../images/contact-address.png) no-repeat center center;
	border:1px solid #ed1c24;
	border-radius:100px;
	margin:0 auto;
}

.contact .phone{
	width:100px;
	height: 100px;
	background: url(../images/contact-phone.png) no-repeat center center;
	border:1px solid #ed1c24;
	border-radius:100px;
	margin:0 auto;
}

.contact .mail{
	width:100px;
	height: 100px;
	background: url(../images/contact-mail.png) no-repeat center center;
	border:1px solid #ed1c24;
	border-radius:100px;
	margin:0 auto;
}

.contact h2 {
	font-size:20px;
	padding:20px 0;
	margin: 0px;
	font-weight:600;
	color: #222;
	letter-spacing:3px;
	text-align: center;
}
.contact .text {
	text-align: center;
}


#map_contact {
	width: 100%;
	height: 400px;
	display: block;
	background:#fff;
	margin:50px 0 0 0;
}

/* FOOTER -------------*/
.footer {
	width: 100%;
	display: block;
	background:#e3000f;
	padding:20px 0 20px 0;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color:#000;
	text-decoration: none;
}
.footer .presentation {
	width: 100%;
	display: inline-block;
	letter-spacing:1px;
	color:#fff;
	line-height: 30px;
	text-align: center;
}
.footer .phone{
	width: 100%;
	text-align:left;
	line-height: 30px;
	color:#fff;
	letter-spacing:1px;
	padding-left: 26px;
	background: url(../images/icon-phone.png) no-repeat left center;
}

.footer .copy{
	width: 100%;
	display: inline-block;
	letter-spacing:1px;
	color:#fff;
	line-height: 30px;
	text-align: left;
}


.medyaon {
	min-width: 100px;
	float: right;
	line-height: 30px;
	margin:0;
	padding:0;
	background:#e3000f;
	display:block;
	
}
.medyaon a{
	height:16px;
	width: 100%;
	display: inline-block;
	background: url(../images/logo-medyaon.png) no-repeat center top;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.medyaon a:hover{background: url(../images/logo-medyaon.png) no-repeat center bottom ; cursor: pointer;}


/* Form Style ------------*/
.form-control {
	border: 1px solid #fab5ba;
	background:#fff;
	border-radius: 5px;
	min-height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ddd;
	box-shadow:none;
}
.form-control:focus {
	border: 1px solid #222222;
	background:#fff;
	border-radius: 5px;
	box-shadow:none;
	color:#222222;
	font-weight: 400;
}

.form-control::-moz-placeholder {
    color: #ddd;
}

.styled-select select {
   background: transparent;
   width: 100%;
   color: #ddd;
   outline: none;
   border: 0;
   line-height: 1;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
}
  
.styled-select {
	min-height: 50px;
	width: 100%;	
	padding: 10px 10px;
	display: inline-block;
	margin:0;
	overflow: hidden;
	border: 1px solid #fab5ba;
	border-radius: 5px;
	background: #fff url(../images/bg-select.html) no-repeat 97%;
	box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-primary {
	width:26%;
	padding:0 20px;
	float: right;
	font-size:24px;
	font-weight:400;
	letter-spacing:1px;
	color: #e3000f;
	height: 50px;
	line-height: 50px;
	background:transparent;
	border-radius: 5px;
	border:1px solid #e3000f;
	text-shadow:0 0px 0 rgba(255, 255, 255, .0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border:1px solid #222222;
	background: transparent;
	color:#222222;
	
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
input{
	width: 100%;
}
.custom-file-input::before {
  content: 'Dosya Seçin';
  width: 100%;
  height: 40px;
  text-align: center;
  display: inline-block;
  background:#fff;
  line-height:20px;
  border: 1px solid #999;
  border-radius:0px;
  padding:10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 300;
  font-size:14px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}




/* === SLIDER OWL ===*/

#owl-demo .item {
	border-radius: 100%;
	background:#fff;
	padding:10px;
	border:1px solid #e3000f;
}

#owl-demo .item img {
	border-radius: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
	width: 30px;
	height: 30px;
    background-color:#e3000f;
    background-image: url(../images/slide-arrow.png);
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin:0;
    padding:0 10px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity:0.5;
	text-decoration: none;
}

.owl-buttons {
	position: absolute;
	width: 100%;
	height: 30px;
	top:50%;
	margin-top: -15px;
}
.owl-prev {
	width:30px;
	height: 30px;
	left:-40px;
	position: absolute;
    background-position: left center !important;
}
.owl-next {
	width:30px;
	height: 30px;
	right:-40px;
	position: absolute;
	background-position: right center !important;
}



@media(max-width: 767px) {
	
	.header-top {
		position: absolute;
		width: 100%;
		top:0px;
		z-index: 998;
		background: transparent;
	}
	
	.header-top .mail {
		display: none;
	}
	
	.header {
		display: inline-block;	
		width: 100%;
		height:68px;
		background: transparent;
	}
	
	.header .logo{
		display: none;
	}
	
	.header-responsivelogo {
		width: 148px;
		height: 80px;		
		position: absolute;
		left:0px;
		top:-34px;
		background: url(../images/logo-hilalagro-kare.png) no-repeat center center;
		background-size:148px 80px;
	}
	
	.header-responsivelogo a {
		width: 100%;
		height: 80px;
		display: inline-block;
	}
	
	.owl-buttons {
		display: none;
	}
	
	.gall-slide {
		border-radius:0px;
		padding: 30px;
	}
	.gall-slide .title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.slider {
		margin-top:94px;
	}
	
	.home-box h2 {
		font-size: 22px;
	}
	.home-box .icon {
		padding:0 10px;
	}
	.home-box .icon img {
		width: 80%;
	}
	
	.footer .copy {
		text-align: center;
	}
	.medyaon {
		float: none;
		margin-top: 10px;
	}

	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
		margin-top:0px;
		z-index: 998;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		-webkit-overflow-scrolling: touch;
		transition: all .5s ease;
		-webkit-transition: all .5s ease;	
	}
	
	.navbar-nav {
		z-index: 3;
		width:100%;
		height:auto;
		margin:53px 0 0 0;
		padding:0;
		right:0px;
		float: none;
	}
	
	.navbar-nav li {
		padding:0;
		width:100%;
		margin-left:0px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		background: transparent;
		line-height: 40px;
		margin-bottom: 1px;
	}	
	
	.navbar-nav li a{
		color: #fff;
		font-size:20px;
		line-height: 42px;
		letter-spacing:0.5px;
		display: inline-block;
		background:#e3000f;
		width: 100%;
		outline: none;
		text-decoration: none;
		padding:0px;
		text-shadow: 0 0px 0 rgba(255, 255, 255, .0);
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-ms-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out;	
	}
	.navbar-nav > li > a:hover{
		color: #000;
		text-decoration: none;
		background:#fff;
	}
	
	.btn-navbar {
		width: 40px;
		height: 40px;
		position: absolute;
		display: inline-block!important;
		right: 20px; 
		top:0px;
		background: transparent;
		padding: 0px;
		z-index: 999;
	}

	.btn-navbar:hover,
	.btn-navbar:focus {
		box-shadow: none;				
	}

	.btn-navbar span {
		display: block;
		width: 40px;
		height: 3px;
		background: #222;
		margin: 4px 0;
	}
	
	.projects-detail .type {
		margin-top: 30px;
	}
	
	.footer .phone {
		text-align: center;
		color: #e3000f;
	}
	.footer .phone a{
		color: #e3000f;
	}
	
	.footer .copy {
		line-height:24px;
	}
	
	.footer .social {
		width: 196px;
		margin: 0 auto;
		float: none;
	}
	
	.social .link {
		float: none;
		list-style: none;
		display: inline-block;
	}
	
	.footer .social .face a {
    background: url("../images/facebook%402.html") no-repeat scroll center top;
    background-size: 34px 68px;
	}
	
	.footer .social .twit a {
	    background: rgba(0, 0, 0, 0) url("../images/twitter%402.html") no-repeat scroll center top;
	    background-size: 34px 68px;
	}
	
	.footer .social .inst a {
	    background: rgba(0, 0, 0, 0) url("../images/instagram%402.html") no-repeat scroll center top;
	    background-size: 34px 68px;
	}

	.footer .social .youtube a {
	    background: rgba(0, 0, 0, 0) url("../images/youtube%402.html") no-repeat scroll center top;
	    background-size: 34px 68px;
	}
	
	
	.medyaon a{
		background: url(../images/logo-medyaon%402.png) no-repeat center top;
		background-size: 90px 32px;
	}
	.medyaon a:hover{
		background: url(../images/logo-medyaon%402.png) no-repeat center bottom;
		background-size: 90px 32px;
	}
	
}

@media(max-width: 1024px) {
	

}

@media(min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 1.5) {


	@media (min-width: 990px) {
		.header-top .mail {
		    background: url(../images/icon-mail%402.png) no-repeat left center;
		    background-size: 16px 16px;
		}

	}

	@media(max-width: 480px){

	}
}






















/* === INDEX SLIDE STYLES === */

.slider {
	width: 100%;
	background:#fff;
	padding:0px;
}


#full-width-slider { 
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.bContainer {
	width: 100%;
} 
.rsABlock {
	width: 100%;
} 
.infoBlock {
  position: absolute;
  top: 30px;
  left: auto;
  height: 100%;
  padding-bottom: 0;
  background: #FFF;
  background:transparent;
  overflow: hidden;
  padding: 20px;
}
.infoBlock .title {
	position: absolute;
	min-width: 200px;
	width: auto;
	top:250px;
	left:auto;
	right:20px;
	padding:10px 20px 5px 20px;
	font-size: 34px;
	line-height: 34px;
	color:#fff;
	text-align:right;
	background-color:rgba(84, 197, 208, 0.8);
	font-family: 'DINNextLTPro-Light';
}

.infoBlock .detailtext {
	position: absolute;
	top:300px;
	left:auto;
	right:20px;
	min-width: 200px;
	max-width: 500px;
	padding:10px 20px 5px 20px;
	font-size: 18px;
	line-height: 20px;
	color:#fff;
	text-align:right;
	background-color:rgba(238, 28, 36, 0.8);
	font-family: 'DINNextLTPro-Light';
}
.infoBlock h3 {
	min-width: 300px;
	right:0px;
	left: auto;
	padding:5px 20px;
	position: absolute;
	margin:180px 0 0 0;
	background: rgba(0,0,0,0.6);
	font-size:40px;
	font-weight:100;
	color:#fff;
	text-align: right;
	
}
.rsMinW .rsBullets {
    bottom: 15px;
    height: auto;
    left: 50%;
    margin-left: -96px;
    overflow: hidden;
    right: auto;
    text-align: center;
    width: 192px;
    z-index: 35;
}
.rsMinW .rsBullet {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 22px;
    margin: 0 5px;
    padding: 3px;
    width: 22px;
}
.rsMinW .rsBullet span {
    border-radius: 50%;
    box-shadow: none;
    display: block;
    height: 14px;
    width: 14px;
}

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}
.rsMinW .rsArrowLeft {
	bottom:20px;
	right: 54px;
}

.rsMinW .rsArrowRight {
	bottom:20px;
	right: 20px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background: url(../images/slide-left.html) no-repeat center center;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background: url(../images/slide-right.html) no-repeat center center;
}

.rsMinW .rsArrow {
	width:30px;
	height:30px;
	border-radius:30px;
	background:#fff;
}

.rsMinW .rsArrowIcn {
	width:30px;
	height:30px;
	margin:0px;
	padding: 0px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height:auto;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 400px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}