/*
    Theme Name: Encon Çevre ve Danışmanlık
    Theme URL: http://www.mandalina.com.tr
    Description: Encon Lab Web Sitesi
    Author: DWT Mandalina
    Author URI: http://www.mandalina.com.tr | hasan@mandalina.com.tr
    Version: v1.0
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200&subset=latin-ext);
/* CSS Document */
/*General Styles*/
* {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
body {
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	transform-style: preserve-3d;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline:none !important;
}
a {
	color: #2c4f98;
}
/*End General Style*/


/*Start Slider*/

.mySlider {
	width: 100%;
	height: 950px;
}
.carousel {
	height: 100%;
}
.carousel-control {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	font-size: 36px;
	line-height: 80px;
	margin-top: 450px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	opacity: 1.0;
}
.carousel-inner {
	height: 100%;
}
.carousel-inner .item {
	background-size: cover !important;
	background-color: #fff;
	height: 100%;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-caption {
	text-align: left;
	margin-bottom: 12%;
	font-size: 24px;
}
.slider-title {
	font-size: 52px;
}
.slider-subtitle{
	font-weight:400;
}
.green-btn {
	padding: 15px;
	background-color: #2c4f98;
	color: #fff;
	text-shadow: none;
	font-weight: 400;
}
.green-btn:hover, .green-btn:focus {
	background-color: #fff;
	color: #2c4f98;
	text-decoration: none;
}
.referenceSlider {
	width: 100%;
	height: 250px;
	background-color: #fff;
}
.reference-logo {
	width: 140px;
	height: 140px;
	border: 2px #ececec solid;
	margin: 0 15px;
}
.carousel-slide .carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px #2c4f98 solid;
	border-radius: 0;
	margin-right: 15px;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	border: 1px #2c4f98 solid;
	border-radius: 0;
	margin-right: 15px;
	background-color: #2c4f98;
}

@media(max-width:990px) {
.mySlider {
	height: 640px;
}
.carousel-control {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	margin-top: 250px;
}
.slider-title {
	font-size: 32px;
}
.referenceSlider {
	height: 150px;
}
.reference-logo {
	width: 70px;
	height: 70px;
	border: 2px #ececec solid;
	margin: 0;
}
.reference-logo img {
	width: 100%;
	height: auto;
}
.carousel-caption {
	font-size: 18px;
	margin-bottom: 25%;
}
}
/*End Slider*/



/*Start NavMenu*/

/****** JavaScript is not working in Firefox must be fixed from stickymenu.js file ******/

.navbar-default {
	height: 70px;
	background-color: #2c4f98;
	font-size: 16px;
	border: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	line-height: 35px;
	background: none;
	border-top: #FFFFFF 5px solid;
	color: #fff;
}
.navbar-default .navbar-nav>li>a {
	line-height: 40px;
	color: #fff;
	font-weight: 400;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #323232;
}


/*End NavMenu*/


/*Start Home*/
.content {
	padding-bottom: 30px;
}
.service-icon {
	background-color: #2c4f98;
	text-align: center;
	padding: 50px 0;
	margin: 0 -15px;
}
.service-icon:hover {
	background-color: #323232;
}
.service-description {
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}
.service-description h3 {
	text-transform: uppercase;
}
/*End Home*/

/*Start Parallax BG*/
.parallax {
	position: relative;
	padding: 30px 7.5px;
	min-height: 50vh;
	width: 103%;
	box-sizing: border-box;
}
.parallax:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.parallax:nth-child(2n) .title {
	margin-left: 0;
	margin-right: auto;
}
.parallax:nth-child(2n+1) .title {
	margin-left: auto;
	margin-right: 0;
}
.parallax, .parallax:before {
	background: 50% 15% / cover;
}
#slide1, #slide2 {
	background-attachment: fixed;
}
#slide1:before, #slide2:before {
	background-image: none;
	background-color: #fff;
	transform: translateZ(-1px) scale(2);
	-ms-transform: translateZ(-1px) scale(2);
	-webkit-transform: translateZ(-1px) scale(2);
	z-index: -1;
}
#slide2:before {
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
}
.white-bg {
	background-color: #fff;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	opacity: 0.8;
	padding: 15px;
}
/*End Parallax BG*/

/*Start Pages CSS*/
.top-title {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	box-shadow: 10px 10px 0 #2c4f98;
	background-color: #fff;
	padding: 5px;
}
.page-menu {
	top: -35px;
}
.page-title {
	width: 100%;
	min-height: 250px;
	background-position: 100% 100% / center cover;
	background-size: cover;
}
.page-title img {
	width: 100%;
	height: auto;
}
.titles {
	text-align: center;
}
.titles-white {
	text-align: left;
	color: #fff;
}
.line {
	width: 100px;
	height: 5px;
	background-color: #000;
	margin: 15px auto;
}
.line-white {
	width: 100px;
	height: 5px;
	background-color: #fff;
	margin: 15px 0;
}
.white {
	color: #fff !important;
}
.bg-green {
	background-color: #2c4f98;
	padding: 15px;
	margin-top: 30px;
}
.bg-white {
	background-color: #fff;
	padding: 15px;
	margin-top: 30px;
}
.activity-areas {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.activity-areas li {
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #2c4f98;
	margin-bottom: 15px;
	padding:5px;
}
.activity-areas li:hover {
	background-color: #323232;
}
.activity-areas li a {
	color: #fff;
	line-height: 30px;
}
.activity-areas li a:hover {
	text-decoration: none;
}
.half-image {
	width: 100%;
	height: 100%;
}
/*End Pages CSS*/

/*Start Projects*/
.no-gap {
	margin: 0 -15px;
}

.service-white {
	height: 390px;
	background-color: #fff;
	font-size: 18px;
	padding: 30px;
	margin: 0 -15px;
}
.panel {
	background-color: #ececec;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #2c4f98;
	border: 0;
}
.grey-btn {
	font-weight: 400;
    background-color: #a1a1a1;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}
.grey-btn:hover {
	color: #fff;
	text-decoration: none;
}
/*End Projects*/


/*Start Footer*/
.panel-footer {
	background-color: #323232;
	border-top: none;
	color: #fff;
}
.panel-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.panel-footer li a {
	text-decoration: none;
	color: #fff;
}
.copyright {
	color: #828282;
	float: left;
	margin: 15px;
}

/*Responsive CSS*/
@media(max-width:1024px) {
.carousel-caption {
	margin-bottom: 26%;
}
a.navbar-brand img {
	width: 160px !important;
	height: auto;
}
}

@media(max-width:990px) {
.service-description {
	padding: 35px 10px;
	font-size: 12px;
}
.service-icon {
	padding: 20px 0;
}
.panel-collapse img{
	width:175px;
	height:auto;
	margin-top:15px;
}
}
@media(max-width:767px) {
.navbar-brand {
	padding: 20px 15px;
}
.navbar-toggle {
	margin-right: 15px;
	margin-top: 15px;
}
.lang {
	float: left;
	margin-top: -35px;
	line-height: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #2c4f98;
	z-index: 99;
	text-align: center;
	border: 0;
}

.full-img{
	width:100%;
	height:auto;
}
.no-gap{
	margin:0;
}
.service-white{
	margin:0;
}
}
@media (max-width:640px) {
.reference-logo {
	width: 50px;
	height: 50px;
	margin: auto -15px;
}
}
