@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 16px !important;
	
	/*font-weight: 300; */
	/*font-style: normal; */
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.polikar_clear {
	clear: both;
}

.product-section{
    min-height: 500px;
    margin-bottom: 24px;
    padding-top: 22px;    
}

.product-section:nth-child(2n){
    box-shadow: 0px 0px 20px 20px #f1f1f1;
    background: #f6f6f6;
}

.product-section .product-title {
    text-align:center;
}

.product-section .product-title hr {
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    z-index: 0;
    border-top: 2px solid #dfdfdf;
}

.product-section .product-title::before{
    /*
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
    */
}

.product-section .product-title span {
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    position: relative;
}

.product-section:nth-child(2n) .product-title span{
    background: #f6f6f6;
}

/*  URUN FOTOGRAFLARI */
.product-section .product-image-list {
    list-style-type:none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-section .product-image-list li {
    float: left;
    margin: 10px auto;
    border: 1px solid #d2d2d2;
    /* padding: 2px; */
    border-radius: 2px !important;
    cursor: pointer;
}

.product-section .product-image-list li:hover {
    border: 1px solid #4b4b4b;
}

.product-section .product-image-list li div {
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.carousel-control{
    font-size:48px !important;
    z-index:99;
}

.carousel-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 500px;
    align-content: center;
}

#cssmenu {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: left;
  min-height:120px;
  background-color:#ffffff;
  z-index: 5000;
  width:100%;

}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ece6e8; 
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8; 
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover { 
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #747474;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #ff7700;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}

@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #ff7700;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}



/*  ************************************************************  MENU  **************************************************************   */

.height30 {
	height: 30px;
}

.polikar-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.polikar-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.polikar-top-menu .navbar-toggle {
    margin-top: 38px;
}

.polikar-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

/* ------ Carousel ----- */

#polikar-carousel {
    background: url('../images/carousel/carousel-bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#polikar-carousel .carousel-caption {
    z-index: 10;
    position: initial !important;
    width: 794px !important;
}

.carousel-indicators{
    /*background: rgb(180 180 180 / 90%);*/
    /*border-radius: 6px !important;*/
}

.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #545454 !important;
    background-color: #b4b4b4;
    border-radius: 2px !important;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display:flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#polikar-carousel .carousel-caption h1 {
    background: rgb(180 180 180 / 90%);
    border-radius: 6px !important;
    padding: 6px 0px;
}

#polikar-carousel .item {
    /*height: 500px;*/
    /*width:1920px;*/
    width:100%;
    height:100%;
    
}
#polikar-carousel .carousel-inner > .item > img {
    /*position: absolute;*/
    /*min-width: 100%;*/
    /*height: 500px;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 794px;
    height: 251px;
    filter: drop-shadow(2px 2px 6px #888888);
}

@media (min-width: 768px) {
    
    
    
    #polikar-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;       
    }

    #polikar-carousel .carousel-caption {
        /*padding-bottom: 140px;*/
        /*right: 10%;*/
        /*left: 10%;*/
        bottom: -100px;
    }   
}

@media (max-width: 768px) {

    .carousel-control{
        font-size: 20px !important;
    }
    
    #polikar-carousel .carousel-caption {
        padding-bottom: 120px;
    }    
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.polikar-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.polikar-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #333333;
}

.polikar-home {
    margin-bottom: 100px;
    margin-top: 100px;
}

.polikar-home-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.polikar-home-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}

.btn-orange {
    background-color: #ff7600;
    border-bottom:2px solid #d35400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff7600;
    color:#fff;
}


.nav > li > a {
    color: #929292;
}

.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff7600;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.polikar-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
}

.polikar-header-orange {
    background-color:#ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 37%; 
    float: left;
}

.team_hr_left {
    margin-right: 20px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.polikar-team {
    /*background: url('../images/background.png') ;*/ 
    font-family:  'Open Sans', sans-serif;
    min-height:280px;
    color:#ffffff;

}

.polikar-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}

.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
    color:#8996a0;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.polikar-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.polikar-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.project-overlay hr {
    width : 70%;
	
}

.polikar-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px; 
    color:#929292;
}

.polikar-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    text-align: justify; 
    font-size: 14px; 
    margin-top: 20px;
}

#polikar-contact {
	margin-top:100px; 
	border-top: 1px solid #cccccc; 
	font-size:14px;
}

.polikar-contact-map {
    margin-bottom: 15px;
    height: 400px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}

.polikar-partners {
	border-top: 2px solid #cccccc;
}

.polikar-partners .polikar-partner-item {
    margin-bottom: 5px;
}

.polikar-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.polikar-project-gallery  li  a img:hover {
    border: 3px solid #ff7600;
}

.polikar-gallery-category a {
	color:#333333; 
}

.polikar-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.polikar-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.polikar-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}

.polikar-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}

.polikar-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}

.polikar-project-gallery li img {
  cursor: pointer;
}

.polikar-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {

    .polikar-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .polikar-project-gallery {
        margin-left: -70px;
    }

    .polikar-service-item-header {
        padding: 16px 10px 20px;
    }

    .polikar-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    } 	
}

@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .polikar-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}

@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .polikar-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .polikar-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}

@media (min-width: 768px) {
  /*.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    z-index:5000;
  }*/
  
}

@media (max-width: 768px) {

    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .polikar-btn-read-more {
            float:right;
            margin-bottom :40px; 
      }   

}

@media (max-width: 380px) {

    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.polikar-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.polikar-header-orange {
		min-width: 0px;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {

	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {

	 .team_hr {
		width: 33%;
	}    
}

@media (min-width:585px) and ( max-width: 683px) {

        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
    
}

@media (min-width:536px) and ( max-width: 585px) {

	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {

	 .team_hr {
		width: 21%;
	}

    
}

@media  ( max-width: 410px) {

	 .team_hr {
		width: 11%;
	}
}
