@charset "utf-8";
/* CSS Document */


/* Team Section */
#tf-team{
}
#tf-team .overlay{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto !important;
	padding: 30px 0 !important;
}
.section-title h2,
.section-title.center h2{
	font-weight: 300 !important;
	color:#000 !important;
	font-size:42px !important;
	text-align:center !important;
	float:none !important;
}
.section-title.center .line{
	border-top: 4px solid #2c799e !important;
	height: 10px !important;
	width: 60px !important;
	text-align: center !important;
	margin: 0 auto !important;
}

.section-title.center hr {
	border-top: 4px solid rgba(44, 121, 158, 0.34) !important;
	width: 40px !important;
	text-align: center !important;
	margin-top: 10px !important;
	position: relative !important;
	left: 17% !important;
}
#team{ margin: 0 auto}
#team .item{
    padding: 0 !important;
    margin: 30px !important;
    color: #FFF !important;
    text-align: center !important;
}

img.img-circle.team-img {
	width: 185px;
	height: 180px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#tf-team .item .thumbnail:hover>img.img-circle.team-img{
	border: 4px solid #5182ab;
}
#tf-team .thumbnail {
	background: transparent;
	border: 0;
}

#tf-team .thumbnail .caption {
	padding:0px 9px 9px 9px;
	color: #000;
	width:185px;
	margin:0 auto;
}

#urunbaslik {
	text-align:center;
	font-size:16px;
}

#urunfiyatetiketi {
	text-align:center;
	font-size:11px;
	font-weight:400;
	margin-top:15px;
}

#urunfiyati_yeni {
	text-align:center;
	font-size:24px;
	font-weight:700;
	color:#d91b5c;
}

#urunfiyati_indirim {
	text-align:center;
	font-size:12px;
	margin-bottom:20px;
	background-color:#d91b5c;
	color:#FFF;
	padding:2px;
	max-width:90px;
	margin:0 auto;
}

#urunfiyati {
	text-align:center;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

#urunsatinal {
	text-align:center;
	font-size:17px;
	color:#FFF;
	background-color:#5182ab;
	padding:8px 20px;
	max-width:120px;
	margin:0 auto;
	margin-top:20px;
}

#urunsatinal:hover {
	background-color:#2c799e;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #FFFFFF;
	transition: all 0.5s;
}

#tf-team .owl-theme .owl-controls.clickable .owl-page span {
	background: #2c799e !important;
}

#tf-team .owl-theme .owl-controls .owl-page.active span, 
#tf-team .owl-theme .owl-controls .owl-page:hover span {
	background: #2c799e !important;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #2c799e;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #2c799e;
}

@media (max-width: 768px){
  .content {
	padding: 40% 0 0;
	}
}

@media (max-width: 603px){
#tf-menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.79);
	}
#tf-works li.pull-right, #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
}
label{
    float: none !important
}
.pull-left.fnav,
.pull-right.fnav {
    float: none !important;
    text-align: center;
}

.hover-bg .hover-text {
    padding: 12% 10%;
}
}
@media (max-width: 360px){
.hover-bg .hover-text {
    padding: 22% 10%;
}
}