body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
	
}

#services a{
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;	
	
}

#services a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;	
	
}
a {
	color: #888;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 2px 0 0 0;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
#menu a.navbar-brand {
	

}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 16px;
	font-weight: 700;
	padding: 40px 0px 35px 10px; 
	border-radius: 0;
	margin: 9px 2px 0 5px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #ce2a36;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ce2a36 !important;
	background-color: transparent;
}


.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: red;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: dimgray;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* ==========================================================================
    3.0 banner css
   ========================================================================== */
.banner.carousel-fade {
  height: 720px; }
.banner.carousel-fade .carousel-inner {
    height: 100%; }
.banner.carousel-fade .carousel-inner .item {
      transition-property: opacity; }
.banner.carousel-fade .carousel-inner .item, .banner.carousel-fade .carousel-inner .active.left, .banner.carousel-fade .carousel-inner .active.right {
      opacity: 0; }
.banner.carousel-fade .carousel-inner .active, .banner.carousel-fade .carousel-inner .next.left, .banner.carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
.banner.carousel-fade .carousel-inner .next, .banner.carousel-fade .carousel-inner .prev, .banner.carousel-fade .carousel-inner .active.left, .banner.carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
.banner.carousel-fade .banner-content {
    padding-top: 105px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
.banner.carousel-fade .banner-content .banner-text {
      width: 100%;
      max-width: 600px;
      position: relative;
      font-size: 16px;
      line-height: 1.6;
      color: #000; }
.banner.carousel-fade .banner-content .banner-text.f-w {
        margin: 0 auto; }
.banner.carousel-fade .banner-content .banner-text.w-color {
        color: #fff; }
.banner.carousel-fade .banner-content .banner-text h1, .banner.carousel-fade .banner-content .banner-text h2 {
        color: #fff;
        font-size: 50px;
	font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
        display: block; }
.banner.carousel-fade .banner-content .banner-text h1.w-heading, .banner.carousel-fade .banner-content .banner-text h2.w-heading {
          color: #fff; }
.banner.carousel-fade .banner-content .banner-text p {
        color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: rgba(0,0,0,.45);
	border-radius: 10px;
}
.banner.carousel-fade .banner-content .banner-text .animated {
        animation-delay: 350ms;
        animation-duration: 1s; }
.banner.carousel-fade .banner-content .banner-text .btn-banner {
        margin-top: 20px; }
.banner.carousel-fade .banner-content .banner-text .btn-banner a {
          font-weight: 700;
          text-transform: uppercase;
          margin-right: 20px; }
          .banner.carousel-fade .banner-content .banner-text .btn-banner a:last-child {
            margin-right: 0px; }
.banner.carousel-fade:hover > .carousel-control {
    opacity: 1;
    visibility: visible; }

.carousel, .item, .active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

.carousel-control {
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0; }
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none; }
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    background: rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    padding-top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-family: 'FontAwesome';
    text-shadow: none;
    font-size: 40px; }
.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
      background: rgba(0, 0, 0, 0.5); }
.carousel-control .glyphicon-chevron-left {
    left: 10%; }
.carousel-control .glyphicon-chevron-left:before {
      content: '\f104'; }
.carousel-control .glyphicon-chevron-right {
    right: 10%; }
.carousel-control .glyphicon-chevron-right:before {
      content: '\f105'; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    transform: none; } }
#cart-panel {
  position: fixed;
  right: -122px;
  top: 70%;
  z-index: 1000;
  font-size: 24px;
  height: 40px;
  transition: 0.5s;
  background: #e53935;
  padding-top: 5px; }
  #cart-panel:hover {
    right: 0px;
    background: #cf0a06; }
  #cart-panel a {
    display: block;
    color: #fff; }
    #cart-panel a i {
      padding: 0 10px;
      display: inline-block;
      height: 100%; }
    #cart-panel a span {
      padding: 0 10px;
      display: inline-block;
      height: 100%; }

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }


/* Get Touch Section */
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #ce2a36;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #fff;
	background-color: dimgrey;
	border: 2px solid #fff;
}
/* About Section */
#about {
	padding: 110px 0;
	background: #f6f6f6;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#about .about-text li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #e52f3c;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
#about img {
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	background: #fff;
	border-right: 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
}
#about p {
	line-height: 24px;
	margin: 30px 0;
}

#hizmetler .blogleft li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#hizmetler .blogleft li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #e52f3c;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}
/* Services Section */
#services {
	padding: 100px 0;
}
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#services .service-media img:hover {
	color: black;
	z-index: 10;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* Portfolio Section */
#portfolio {
	padding: 100px 0;
	background: #f6f6f6;
}
#hizmetler {
	padding: 100px 0 50px 0;
	background: #f6f6f6;
}
.portfolio-item {
	margin: 15px 0;
	
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(148, 0, 0, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	padding: 100px 0;
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}
.testimonial {
	position: relative;
	padding: 20px;
}
.testimonial-image {
	float: left;
	margin-right: 15px;
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 150px;
	height: 150px;
}
.testimonial-content {
	position: relative;
	overflow: hidden;
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/* Contact Section */
#contact {
	padding: 30px 0 30px 0;
	background-color: black;
	color: rgba(255,255,255,.65);
}

#contact h4 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: red;
	background: #fff;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .contact-item {
	margin: 10px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	margin-top: 30px;
	text-align: center;
}

#contact .footerlink li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0;
}
#contact .footerlink li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #e52f3c;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px;
}

.blogright{
width:27%;
border:0px solid #eaeaea;
margin-top:0px;
margin-bottom:0px;
float:right;
}

.catline{
margin-top:10px;
margin-bottom:10px;
padding:0px;
height:1px;
width:100%;
background:#ececec;
}

.sidemenu{}
.sidemenu li{border-bottom:1px solid #efefef;list-style-position:inside;padding:7px; font-size:14px; color:#666;  padding-left:10px;}
.sidemenu li a{color:#666;}
.sidemenu li:hover{background:#dedede; }
.sidemenu  li.selected a{color:#e52f3c !important;}

li.li13 {list-style-position:inside; list-style-image: url('../img/li11.png');} 
li.li13:hover a{color:#e52f3c;}

.title2{
font-family: 'Open Sans', sans-serif;
Font-size:16px;
color:#333333;
font-weight:700;
}

.blogleft{
width:65%;
border:0px solid #eaeaea;
margin-top:0px;
margin-bottom:0px;
min-height:100px;
float:left;
text-align: justify;
}

.bigblogpicture{position:relative;}

.bigblognews{}
.bigblognews img{background:#efefef; width:100%; border:0px; padding:0px; margin:0px; border-radius: 10px;}

.clearfix {
	float: none;
	clear: both;
}

@media (max-width: 768px) {
#about img {
	margin: 50px 0;
}
	
	
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0px 0px 10px; 
	border-radius: 0;
	margin: 0px 0px 0px 0px;
}
	
	#menu {
	padding: 0px 0 50px 0;
	transition: all 0.8s;
}
	
	#menu a.navbar-brand {
		padding: 15px 5px 0px 10px;
	

}
	
	.blogright{ float:none;
				margin-top:0px;
				width:100%;
	}
.blogrightinput{width:270px;}
	.smallblogright{float:none; width:100%}
	.blogleft{width:100%;}
	
}
