

﻿#breadcrumb {
	bottom: 0;
	left: 0;
	width: 100%;
}

.breadcrumb {
	border-radius: 0;
	background: none;
	margin: 0 0 15px;
	padding: 10px 15px; /*border-bottom: 1px #eee solid;*/
	background: rgb(249,249,249);
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 );
	border-left: 5px #E30613 solid;
}

.breadcrumb li a { /*color: #fff;*/
	font-size: 14px;
}

.breadcrumb li:last-child a {
	font-weight: 600;
	color: #E30613;
}

#breadcrumb h1 {
	color: #000;
	font-size: 36px;
	margin: 0;
	position: absolute;
	bottom: 4px;
	right: 15px;
	letter-spacing: -1px;
}

#productBreadcrumb {
	background: rgb(249,249,249);
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 );
}

#productBreadcrumb ol.breadcrumb {
	margin: 0;
	padding: 10px 0;
	border: none;
	background: none;
}

#master {
	padding: 20px 0;
}

#masterLeft h1 {
	font-weight: 600;
	font-size: 36px;
	letter-spacing: -0.75px;
	color: #000;
	margin: 0 0 20px;
}

#masterLeft h3 {
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -0.5px;
	color: #000;
	margin: 0 0 20px;
}

#masterLeft p {
	font-family: 'Ubuntu';/**********/
	font-weight: 400;
	font-size: 14px;/***********/
	letter-spacing: -0.25px;
	color: #000;/*****************/
	margin: 0 0 12px;
	word-break: break-word;
	-moz-word-break: break-word;
	-webkit-word-break: break-word;
	-ms-word-break: break-word;
}

#masterRight ul li {
	border-bottom: 1px #d7d7d7 solid;
	padding: 10px 0 10px 15px;
	background: url("../images/submenu-li-arrow.png") left center no-repeat;
}



#infoleft p {
	font-family: 'Ubuntu';/**********/
	font-weight: 400;
	font-size: 14px;/***********/
	letter-spacing: -0.25px;
	color: #000;/*****************/
	margin: 0 0 12px;
	word-break: break-word;
	-moz-word-break: break-word;
	-webkit-word-break: break-word;
	-ms-word-break: break-word;
}

#inforight ul li {
	padding: 0;
}


#masterRight ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	color: #454545;
}

#masterRight ul li a:hover {
	color: #e30613;
}


#masterRight ul li.active a {
	color: #e30613;
	font-weight: bold;
	margin-left: 10px;
}

#video {
	margin: 30px 0 0;
}

#video h5 {
	font-weight: 600;
	font-size: 14px;
}

#video p {
	color: #6f6f6f;
	font-size: 14px;
}


#video .img .play {
	width: 55px;
	height: 55px;
	border: 5px #fff solid;
	border-radius: 55px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
	background: url("../images/bottom-play.png") center center no-repeat rgba(0,0,0,.4);
	text-indent: -999em;
	top: 37%;
	left: 40%;
	transition: All .2s ease;
	-webkit-transition: All .2s ease;
	-moz-transition: All .2s ease;
	-o-transition: All .2s ease;
	box-shadow: 0 0 0 rgba(255,255,255,.2);
	-moz-box-shadow: 0 0 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 0 0 rgba(255,255,255,.2);
}

#video .img:hover .play {
	border-width: 2px;
	box-shadow: 0 0 30px rgba(255,255,255,.8);
	-moz-box-shadow: 0 0 30px rgba(255,255,255,.8);
	-webkit-box-shadow: 0 0 30px rgba(255,255,255,.8);
}

#video .img:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}

#slideshow {
	margin: 0 0 40px;
	position: relative;
	overflow: hidden;
}

#slideshow.master {
	margin-top: 0;
}

#slideshow .a {
	bottom: 100px;
	left: 100px;
}

#slideshow .a h1 a,
#slideshow .a p a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#slideshow .a h1 a {
	font: 600 64px 'maven';
}

#slideshow .a p a {
	font: 500 17px 'maven';
}


.bilgitoplumu table {
	border: 1px #eee solid;
	border-collapse: separate;
	padding: 0;
	font-size: 13px;
}

.bilgitoplumu table th {
	border: none !important;
	background: rgb(227,6,19);
	background: -moz-linear-gradient(top, rgba(227,6,19,1) 0%, rgba(188,5,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,6,19,1)), color-stop(100%,rgba(188,5,14,1)));
	background: -webkit-linear-gradient(top, rgba(227,6,19,1) 0%,rgba(188,5,14,1) 100%);
	background: -o-linear-gradient(top, rgba(227,6,19,1) 0%,rgba(188,5,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,6,19,1) 0%,rgba(188,5,14,1) 100%);
	background: linear-gradient(to bottom, rgba(227,6,19,1) 0%,rgba(188,5,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30613', endColorstr='#bc050e',GradientType=0 );
	color: #fff;
}

/*.bilgitoplumu table td:first-child {
width: 200px;
}*/


.kariyer h3 {
	color: #000;
	margin: 10px 0 15px;
	font-weight: 600 !important;
font-size: 26px !important; /*border-bottom: 1px #eee solid;
padding-bottom: 20px;*/
}

.kariyer label {
	font-size: 14px;
	font-weight: 500;
	color: #444e4e;
	background: url("../images/dots-small.png") 0 center no-repeat;
	padding-left: 12px;
}

.kariyer table {
	border: 1px #ccc solid;
	padding: 0;
	border-collapse: separate;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.kariyer table label {
	color: #7e8a8a;
	margin: 0 15px 0 3px;
	background: none;
	padding: 0;
}

.kariyer table th {
	background: #f1f4ef;
	background: -moz-linear-gradient(top, #f1f4ef 0%, #dee4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4ef), color-stop(100%,#dee4e4));
	background: -webkit-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -o-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -ms-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: linear-gradient(to bottom, #f1f4ef 0%,#dee4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4ef', endColorstr='#dee4e4',GradientType=0 );
	color: #7e8a8a;
	border: none !important;
	font-weight: 400;
}

.kariyer p {
	margin-top: 10px;
}

.kariyer .form-group table {
	padding: 5px 0 5px 10px;
	border-color: #eee;
}

.kariyer .form-group table.table {
	padding: 0;
	border-color: #ccc;
}

.control.panel {
	margin: 10px 0 0;
	background: #f1f4ef;
	background: -moz-linear-gradient(top, #f1f4ef 0%, #dee4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4ef), color-stop(100%,#dee4e4));
	background: -webkit-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -o-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -ms-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: linear-gradient(to bottom, #f1f4ef 0%,#dee4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4ef', endColorstr='#dee4e4',GradientType=0 );
	color: #7e8a8a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.kariyerSolMenu {
	border: 1px #e6e6e6 solid;
	padding: 0;
	border-collapse: separate;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.kariyerSolMenu li {
	background: none !important;
	padding: 9px 10px !important;
	cursor: pointer;
	font-size: 13px;
}

.kariyerSolMenu li.selected {
	background: #f1f4ef !important;
	background: -moz-linear-gradient(top, #f1f4ef 0%, #dee4e4 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4ef), color-stop(100%,#dee4e4)) !important;
	background: -webkit-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%) !important;
	background: -o-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%) !important;
	background: -ms-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%) !important;
	background: linear-gradient(to bottom, #f1f4ef 0%,#dee4e4 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4ef', endColorstr='#dee4e4',GradientType=0 ) !important;
	color: #7e8a8a;
}

.kariyerSolMenu li span {
	background: rgb(10,164,144);
	background: -moz-linear-gradient(top, rgba(10,164,144,1) 0%, rgba(2,122,106,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,164,144,1)), color-stop(100%,rgba(2,122,106,1)));
	background: -webkit-linear-gradient(top, rgba(10,164,144,1) 0%,rgba(2,122,106,1) 100%);
	background: -o-linear-gradient(top, rgba(10,164,144,1) 0%,rgba(2,122,106,1) 100%);
	background: -ms-linear-gradient(top, rgba(10,164,144,1) 0%,rgba(2,122,106,1) 100%);
	background: linear-gradient(to bottom, rgba(10,164,144,1) 0%,rgba(2,122,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa490', endColorstr='#027a6a',GradientType=0 );
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 3px 0 0;
	margin-right: 5px;
}

.kariyerSolMenu li.selected span {
	background: rgb(204,0,0);
	background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
}

.careerInfo, .form {
	padding: 15px 20px;
	background: #f1f4ef;
	background: -moz-linear-gradient(top, #f1f4ef 0%, #dee4e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f4ef), color-stop(100%,#dee4e4));
	background: -webkit-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -o-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: -ms-linear-gradient(top, #f1f4ef 0%,#dee4e4 100%);
	background: linear-gradient(to bottom, #f1f4ef 0%,#dee4e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f4ef', endColorstr='#dee4e4',GradientType=0 );
	color: #7e8a8a;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #dee4e4 solid;
}

.form {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
	margin-bottom: 20px;
}

.form label {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px;
}

.form hr {
	margin: 10px 0;
}

#jobApplication h2 {
	margin-top: 0;
	color: #E30613;
}


.step {
	background-image: url("../images/kariyer-step-arrow.jpg");
	background-position: -moz-calc(100% - 20px) -moz-calc(100% - 10px);
	background-position: -webkit-calc(100% - 20px) -webkit-calc(100% - 10px);
	background-position: calc(100% - 20px) calc(100% - 10px);
	background-repeat: no-repeat;
	min-height: 200px;
	border-left: 1px #eee solid;
}

.step h3 {
	color: #666 !important;
}


.dealers {
	padding: 20px;
	background: #f9f9f9;
	margin-bottom: 10px;
}

#mapsvg-2 {
	margin: 0 auto;
}

#eventCarousel span {
	font-weight: 600;
}

#eventCarousel p {
	margin: 0;
}

#eventCarousel .fb-share-button {
	padding-top: 4px !important;
	padding-bottom: 0;
}

#eventCarousel .item .wrapper {
	overflow: hidden;
}

#eventCarousel .panel {
	overflow: hidden;
}

#eventCarousel .panel-heading {
	background: #fcfbf7;
	border: none;
	color: #333;
	border-top: 5px #F0EDE0 solid;
}

#eventCarousel .event .panel {
	border-radius: 5px;
	overflow: hidden;
	border-bottom-width: 4px;
}

#eventCarousel .event .panel .list-group-item {
	background: #efefef;
	position: relative;
	font-weight: 600;
	font-size: 14px;
}

#eventCarousel .event .panel .list-group-item:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #eeeeee transparent;
	position: absolute;
	top: -15px;
	left: 25px;
}

#eventCarousel .event .panel .list-group-item a {
}

#eventCarousel .event .img {
	position: relative;
}

#eventCarousel .event .hover {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
}

#eventCarousel .event:hover .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#eventCarousel .event:hover .paylas2 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#eventCarousel .event:hover .paylas2 a {
	font-size: 32px;
	color: #fff;
	vertical-align: top;
}

#eventCarousel .event:hover .paylas2 a i {
	border: 1px #fff solid;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

#eventCarousel .event:hover .paylas2 a:hover {
	color: #E3000F;
}

#eventCarousel .event:hover .paylas2 a:hover i {
	border-color: #E3000F;
}

#eventCarousel .event:hover .paylas2 .vt {
	margin-left: 15px;
}

#eventCarousel .event:hover .paylas2 a span {
	position: relative;
	top: -6px;
	font-size: 14px;
}

.paylas {
	margin: 15px 0;
}

.paylas a {
	height: 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	color: #666;
	margin: 0 0 0 5px;
	padding: 0 10px 0 0;
	line-height: 18px;
	transition: background .5s linear;
	-moz-transition: background .5s linear;
	-webkit-transition: background .5s linear;
	-o-transition: background .5s linear;
	border: 1px #ccc solid;
	overflow: hidden;
}

.paylas a.fb {
	background: #3b579d;
}

.paylas a.tw {
	background: #5ea9dd;
}

.paylas a.gp {
	background: #df4b38;
}

.paylas a.ap {
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
}

.paylas a.vt {
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 );
}

.paylas a i {
	margin: 0 8px 0 5px;
	display: inline-block;
	text-align: center;
	width: 10px;
	position: relative;
	top: -1px;
}

.paylas a:hover {
	background: #eee;
}

#fairGallery h4 {
	background: rgb(227,0,15);
	background: -moz-linear-gradient(top, rgba(227,0,15,1) 0%, rgba(186,0,3,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,0,15,1)), color-stop(100%,rgba(186,0,3,1)));
	background: -webkit-linear-gradient(top, rgba(227,0,15,1) 0%,rgba(186,0,3,1) 100%);
	background: -o-linear-gradient(top, rgba(227,0,15,1) 0%,rgba(186,0,3,1) 100%);
	background: -ms-linear-gradient(top, rgba(227,0,15,1) 0%,rgba(186,0,3,1) 100%);
	background: linear-gradient(to bottom, rgba(227,0,15,1) 0%,rgba(186,0,3,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000f', endColorstr='#ba0003',GradientType=0 );
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	margin: 0;
}

#fairGallery img:hover {
	border-color: #E3000F;
}

.newsItem .wrapper {
	background: #fff;
	border: 1px #eee solid;
	border-top: 5px #f0ede0 solid;
	margin-bottom: 30px;
	transition: box-shadow .5s ease;
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	overflow: hidden;
}

.newsItem .wrapper .head {
	padding: 10px 20px;
	text-align: center;
	background: #fcfbf7;
	height: 70px;
}

.newsItem .wrapper .head a,
.newsItem .wrapper .head h1 {
	font-size: 15px;
	font-weight: 500;
	color: #333;
	display: block;
	transition: color .5s ease;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-o-transition: color .5s ease;
	margin: 0;
}

.newsItem .wrapper .head a {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsItem .wrapper small {
	display: block;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	background: #E3000F;
	width: 100% !important;
	margin: 0;
	padding: 5px 0;
}

.newsItem .wrapper:hover,
.newsItem .wrapper.shadow {
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.newsItem .wrapper:hover .head a {
	color: #D80100;
}

.newsItem .arrow {
	left: 0;
	top: 0;
	width: 100%;
	height: 7px;
	background: url("../images/newsitem-arrow.png") center top no-repeat;
}

.newsItem .text {
	padding: 25px;
}

.newsItem .wrapper {
	text-align: center;
}

.newsItem .wrapper img {
	width: 100%;
	display: inline-block;
	max-width: none;
}

.newsItem .wrapper .wrap {
	height: 170px;
	overflow: hidden;
	position: relative;
}

.news h3 {
	margin-bottom: 5px !important;
}

.news hr {
	margin: 10px 0;
}

.news small {
	font-size: 11px;
}


.photoGalleryTitle {
	background: linear-gradient(to bottom, #fff 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #dee4e4;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 0;
	padding: 5px 10px;
}

.photoGalleryTitle span { /*background: url("/images/phot-gallery-icon.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
padding-left: 48px;*/
}

.photoGalleryTitle ul {
	margin-top: -2px;
}

.photoGalleryTitle ul li {
	color: #98aca9;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}

.photoGalleryTitle ul li a {
	background: none repeat scroll 0 0 #98aca9;
	border-radius: 2px;
	color: #fff;
	display: block;
	padding: 0 5px;
}

.photoGalleryTitle ul li a:hover, .photoGalleryTitle ul li a.active {
	background: none repeat scroll 0 0 #e30613;
}

.photoGalleryTitle ul li:first-child {
	margin-right: 5px;
}

.photoGallery .img {
	text-align: center;
}

.photoGallery .img .img-thumbnail {
	display: inline-block;
	margin-top: 20px;
	max-height: 100px;
}

.photoGallery .col-md-4.img .img-thumbnail {
	max-height: 150px;
}

.photoGallery .img-thumbnail:hover, #vimeo .item .panel:hover, #vimeo .item.active .panel {
	border-color: #e30613;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.book {
	display: inline-block;
	box-shadow: 5px 5px 20px #333;
	margin: 10px;
}

.book img {
	vertical-align: middle;
}

.csstransforms3d .books {
	-moz-perspective: 100px;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.csstransforms3d .book {
	position: relative;
	-moz-perspective: 100px;
	-moz-transform: rotateY(-1deg);
	-webkit-transform: perspective(100) rotateY(-1deg);
	outline: 1px solid transparent;
	box-shadow: none;
	margin: 0;
}

.csstransforms3d .book img {
	position: relative;
	max-width: 100%;
	border: 1px #ddd solid;
	z-index: 3;
}

.csstransforms3d .book:before,
.csstransforms3d .book:after {
	position: absolute;
	top: 2%;
	height: 96%;
	content: ' ';
	z-index: 1;
}

.csstransforms3d .book:before {
	width: 83%;
	height: 94%;
	left: 11%;
	top: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
	z-index: 3;
}

.csstransforms3d .book:after {
	width: 7%;
	left: 88%;
	background-color: #EFEFEF;
	box-shadow: inset 0 0 5px #aaa;
	-moz-transform: rotateY(20deg);
	-webkit-transform: perspective(100) rotateY(20deg);
	z-index: 3;
}

.books h2 {
	line-height: 17px;
}

.books h2 a {
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.books .holder:hover h2 a {
	color: #E30613;
}


.accessoriesTitle {
	color: #e30613;
	font-size: 24px;
	margin: 0 0 20px;
	background: url("../images/accessories-line-bg.png") 0 center repeat-x;
}

.accessoriesTitle span {
	background: #fff;
	padding: 0 10px 0 0;
	display: inline-block;
}

.product .img {
	/*background: url("/images/loader.gif") center center no-repeat;*/
	min-height: 200px;
}

.alphabetical .form-control {
	display: inline-block;
	width: auto;
	padding-left: 35px;
	font-size: 13px;
}

.alphabetical label {
	font-weight: normal;
}

#productSocial {
	margin-top: 17px;
}

#productSocial .gp,
#productSocial .tw {
	margin-left: 10px;
}

#productSocial .gp #___plusone_0,
#productSocial .gp #___plusone_0 iframe {
	/*width: auto !important;*/
	overflow: hidden;
	max-width: 34px;
}

#productSocial .tw iframe {
	/*width: auto !important;*/
	overflow: hidden;
	max-width: 60px;
}

.blogItem {
	margin-top: 60px;
}

.blogItem .wrapper {
	padding: 20px;
	margin-bottom: 40px;
}

.blogItem .wrapper small {
	font-size: 16px;
	font-weight: 500;
	color: #888;
}

.blogItem .wrapper .title {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 20px;
}

.blogItem .wrapper .desc {
	font-size: 16px;
}

.blogItem .image {
	text-align: center;
	border: 1px #eee solid;
	overflow: hidden;
}

.blogItem .image img {
	height: 280px;
	display: inline-block;
}

/*.paging {
margin-bottom: 70px;
overflow: hidden;
display: block;
border-top: 1px #eee solid;
padding-top: 70px;
}*/

.paging input {
	border: none;
	background: no-repeat;
	font-size: 22px;
}

.paging input.older {
	float: left;
}

.paging input.newer {
	float: right;
}

.paging input[disabled=disabled] {
	color: #ddd;
}

.paging input[disabled=disabled]:hover {
	color: #ddd;
}

.paging input:hover {
	color: #000;
}

#blogDetail {
	width: 80%;
	position: relative;
	margin: 50px auto 0;
}

#blogDetail .wrapper {
	padding: 50px 100px;
}

#blogDetail .wrapper img {
	width: 100% !important;
	height: auto !important;
	margin: 20px 0 0;
}

#blogDetail .more {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #666;
}

#navblog {
	bottom: 0;
	position: absolute;
	right: 15px;
	text-align: right;
	list-style: none;
}

#navblog li {
	display: inline-block;
	margin: 0 0 25px 10px;
}

#navblog li a {
	font-size: 14px;
	font-weight: 500;
}

#navblog li:hover a {
	color: #E3000F;
}

@media (max-width: 767px) {

	#slider.master img.img-responsive {
		min-height: 150px;
		max-width: inherit;
	}

	#breadcrumb h1 {
		font-size: 35px;
	}

	#slideshow {
		display: none;
	}

	#masterLeft h1 {
		font-size: 21px;
		right: 0;
	}

	#masterLeft h3 {
		font-size: 15px;
	}

	#magazalar {
		max-height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
