@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,700,700i,800,800i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Raleway:400,400i,500,500i,700,700i,800,800i&subset=latin-ext');
@import url("prettyPhoto.css");
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

	ol,ul {
		list-style:none;
}

	blockquote,q {
		quotes:none;
}

	blockquote:before,blockquote:after,q:before,q:after {
		content:'';
content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	line-height:20px;
	margin:0;
font-family:'Raleway',sans-serif;
font-size:12px;
font-weight:400;
overflow-x:hidden;
background-color:#eaeaea !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'Raleway',sans-serif;
}

a {
	text-decoration:none!important;
}

	p {
		font-family:'Raleway',sans-serif;
}

.header {
	width:100%;
	position:unset;
top:0px;
left:0;
float:left;
border-top:#891574 5px solid;
z-index:55;
}

.header .topbar {
	width:100%;
	float:left;
height:35px;
}

.top-nav {
	float:right;
}

	.top-nav a {
	color:#FFF}

		.topbar .social a {
		color:rgba(255,255,255,.7);
}

.top-nav span {
	color:#FFF;
	padding:8px 10px;
}

.header .nav-wrap {	
	width:100%;
	float:left;
	background:rgb(236, 236, 236);
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;

}

.header .navbar-default,.header .navbar-inverse {
	background:none;
	border:0px;
}

.head-nav {
	margin-left: 40px;
	
}

.header .navbar {
	margin-bottom:0px;
}

.header .navbar-brand {
	height:auto;
	padding-top:5px;
	padding-bottom: 5px;

}


.navbar-brand img {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.navigation-area {
	float:left;
	width:100%;
background-color:#3c505f;
}

.navigation-area .navbar-inverse {
	background-color:transparent;
	border-color:transparent;
	border:0;
	float:left;
}

.navigation-area .navbar {
	margin:0;
	border-radius:0;
}

#nav {
	padding:0;
	list-style:none;
}

#nav ul {
	margin:0;
}

	#nav li {
		float:left;
	position:relative;
}

#nav li:first-child {
	background:none;
}

#nav li a {
	font:400 14px/14px 'Raleway',sans-serif;
	color:#333;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:18px;
	display:block;
	position:relative;
	z-index:20;
	padding-top: 50px;
	background: url("../images/menu_bg.png") repeat-x;
	background-position: 0 -20px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 12px 0 12px;
}

#nav li:hover>a, #nav li.active>a {
	background-position: 0 -10px;
}

.transition {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.top-cart i{
	font-size: 21px;
	margin-right: 15px;
}
.top-cart a:first-child i{
	margin-left: 5px;
}

.top-cart a:hover i{
	color:#31136C;
}


#nav li ul {
position:absolute;
left:0;
top:53px;
width:176px;
background:#fff;
padding:0;
display:none;
list-style:none;
z-index:10;
box-shadow:0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
}

#nav li:hover>ul {
	display:block;
}

	#nav li ul li>ul {
		position:absolute;
	left:176px;
top:0;
width:176px;
padding:0 0 10px;
}

#nav li ul li {
	float:none;
	width:auto;
background:none;
border-top:1px solid #ccc;
}

#nav li ul li:first-child {
	border:0;
}

	#nav li ul li a {
		font:400 12px/12px 'Raleway',sans-serif;
	text-transform:uppercase;
	color:#666;
	display:block;
	padding:16px 0 16px 20px;
	border:0;
}

.regular-menu {
	position:absolute;
	left:0;
	z-index:9999999!important;
	background:#fff;
}

.regular-menu>ul {
	padding:20px 12px!important;
	margin:0;
list-style:none;
float:left;
top:0!important;
box-shadow:none!important;
width:auto!important;
position:static!important;
}

.regular-menu>ul li {
	padding:0 10px!important;
	border:0!important;
}

.regular-menu>ul li strong.title {
	font:400 14px/14px 'Raleway',sans-serif;
text-transform:uppercase;
color:#666;
border-bottom:1px solid #ccc!important;
padding:0 0 10px 0;
display:block;
}

.regular-menu>ul li a {
	font:400 12px/12px 'Raleway',sans-serif;
text-transform:inherit!important;
color:#666;
display:block;
padding:8px!important;
}

#nav li:hover .regular-menu>ul {
	display:block;
}

	.regular-menu>ul li p {
		margin:10px 0 12px 0!important;
}

	.fluid-width-video-wrapper {
		padding:0;
	position:relative;
width:100%;
margin-bottom:-3px;
}

.player .video-wrapper {
	background:none repeat scroll 0 0 #000000;
	height:100%;
position:absolute;
width:100%;
}

.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {
	height:100%;
	left:0;
position:absolute;
top:0;
width:100%;
}

.video-menu-width {
	min-width:600px;
}

	.video-menu {
		min-width:350px;
	float:left;
}

.video-text {
	max-width:250px;
}

	.photo-menu-width {
		min-width:700px;
}

	.regular-menu>ul li img {
		margin:0 0 4px 0;
}

	.main-slider {
		position:relative;
	width:100%;
float:left;
}

.hp2 {
	width:100%;
	float:left;
border-top:5px solid #1b1b1b;
border-bottom:5px solid #1b1b1b;
height:15px;
}

.main-slider-curve {
	width:100%;
	float:left;
height:200px;
position:absolute;
bottom:0px;
left:0px;
}

.curve-img {
	background:url(../images/curves.png) no-repeat top center;
}

	.mslider img {
		width:100%;
	height:auto;
}

.difference {
	background:none repeat scroll 0 0 rgba(0,0,0,0.7);
	bottom:257px;
left:0;
position:absolute;
width:30%;
z-index:99;
color:#fff;
text-align:right;
padding:10px 40px 10px 0;
}

.difference h3 {
	font-family:'Raleway',sans-serif;
font-size:30px;
font-weight:300;
}

.difference h3 span {
	font-weight:700;
	font-size:36px;
}

.slide-info {
	width:35%;
	position:absolute;
	right:0;
	padding:10px 0 25px;
	bottom:206px;
	background:rgba(137,21,116,0.8);
}

.main-slider.hp-option2 .bx-controls {
	bottom:205px;
	position:absolute;
	left:27%;
	width:67px;
	z-index:999;
}

.main-slider .bx-controls {
	bottom:215px;
	position:absolute;
	right:30%;
	width:67px;
	z-index:999;
}

@media (min-width: 1401px) and (max-width: 1800px)  {
	.main-slider .bx-controls {
	right:32%;
}

	.main-slider.hp-option2 .bx-controls {
		left:26.5%;
}

	.hp-option4 .slider-info {
		bottom:170px;
}

}

	.main-slider .bx-wrapper .bx-prev,.main-slider .bx-wrapper .bx-next {
		background:none;
}

	.main-slider .bx-wrapper .bx-controls-direction a {
		text-indent:inherit;
}

	.main-slider .bx-wrapper .bx-prev,.main-slider .bx-wrapper .bx-next {
		width:23px;
		height:23px;
	font-size:0;
	text-align:center;
	line-height:23px;
}

.main-slider .bx-wrapper .bx-prev:after,.main-slider .bx-wrapper .bx-next:after {
	color:#FFF;
	content:"";
	font-family:"FontAwesome";
	font-size:18px;
	line-height:20px;
}

.main-slider .bx-wrapper .bx-next:after {
	content:"";
}

.hp-option4 .bx-controls {
	top:50%;
	bottom:auto;
position:absolute;
right:auto;
left:auto;
width:100%;
z-index:999;
}

.slide-info .left {
	padding:0 0 0 30px;
	float:left;
	color:#fff;
	font-size:12px;
	text-align:left;
}

.slide-info .left h3 {
	font-size:33px;
	font-weight:300;
	color:#fff;
	font-family:'Raleway',sans-serif;
}

.slide-info .left h3 span {
	font-size:33px;
	font-weight:700;
font-family:'Raleway',sans-serif;
}

.slide-info .left p {
	margin:0;
	text-align:left;
	font-size: 15px;
}

.slide-info .right {
	width:400px;
	float:left;
color:#fff;
font-size:12px;
text-align:left;
margin-left:30px;
}

.slide-info .right h4 {
	font-size:18px;
	font-family:'Raleway',sans-serif;
margin:0 0 10px 0;
font-weight:normal;
letter-spacing:1px;
}

.slide-info .right .date {
	display:block;
	font-size:12px;
margin-bottom:10px;
}

.slide-info .right p {
	margin:0;
}

	.slider-info {
	width:45%;
	position:absolute;
right:0;
padding:10px 0 25px;
bottom:256px;
}

.slider-info h3 {
	font-size:55px;
	font-family:'Raleway',sans-serif;
font-weight:200;
color:#fff;
display:inline-block;
padding:5px 15px;
}

.slider-info h3 span {
	font-weight:600;
}

	.slider-info h4 {
		font-size:40px;
	font-family:'Raleway',sans-serif;
font-weight:200;
color:#fff;
display:inline-block;
padding:5px 15px;
background:rgba(0,0,0,.8);
}

.slider-info p {
	width:75%;
	color:#FFF;
font-size:14px;
}

.slider-info button,#paralax button {
	border-radius:5px;
	font-size:18px;
font-family:'Raleway',sans-serif;
font-weight:600;
color:#fff;
text-transform:uppercase;
border:0px;
padding:5px 15px;
}

.pro-slider-hp3 {
	width:100%;
	float:left;
position:relative;
margin-top:30px;
}

.welcome-section {
	width:100%;
	float:left;

}

.welcome-section h1 {
	font-size:40px;
	font-family:'Raleway',sans-serif;
font-weight:200;
color:#891574;
line-height:100%;
margin:0px 0 30px;
padding:0px;
}

.welcome-section strong {
	margin-bottom:20px;
}

	.pro-slider {
		width:100%;
	float:left;
position:relative;
}

.pro-bx-slider {
	background:#000;
	width:100%;
float:left;
}

.pro-slider-wrap {
	width:80%;
	float:left;
}

.pbxslider li {
	background:url(../images/carausalbg.png) no-repeat top center;
	background-size:cover;
}

.slider-readmore {
	float:left;
	width:20%;
position:relative;

background:url(../images/ps-more.jpg) no-repeat;
height:272px;
text-align: center;
padding-top: 62px;
}

.slider-readmore strong {
	font-family:'Raleway',sans-serif;
	font-weight:200;
	font-size:48px;
	display:block;
	color:#fff;
}

.slider-readmore a {
	color:#FFF;
	font-size:14px;
	font-weight:600;
}

.stitle h2 {
	font-family:'Raleway',sans-serif;
	font-weight:200;
	font-size:40px;
	color:#383838;
	margin-bottom:20px;
	font-weight: 600;
	color:#891574;
	margin-top: 0px;
}

.new-collection {
	padding:60px 0 30px;
	width:100%;
	float:left;
	position:relative;
}

.pro-holder {
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.sale-tag {
	color:#fff;
	font-size:14px;
	font-weight:700;
	left:-27px;
	padding:5px 5px 5px 22px;
	position:absolute;
	text-transform:uppercase;
	top:5px;
	transform:rotate(-42deg);
	width:125px;
}

.new-tag {
	position:absolute;
	background:url(../images/new-tag.png);
text-align:center;
width:52px;
height:53px;
line-height:53px;
font-size:14px;
color:#FFF;
font-weight:700;
text-transform:uppercase;
margin:15px;
}

.pro-holder img {
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}

.pro-holder:hover img {
	-webkit-transform:translateY(-10%);
	-moz-transform:translateY(-10%);
-ms-transform:translateY(-10%);
-o-transform:translateY(-10%);
transform:translateY(-10%);
opacity:.9;
}

.pro-holder .pro-content {
	position:absolute;
	opacity:0;
visibility:hidden;
width:100%;
height:auto;
display:block;
bottom:0;
left:0;
-webkit-transform:perspective(600px) rotateX(90deg);
-moz-transform:perspective(600px) rotateX(90deg);
-ms-transform:perspective(600px) rotateX(90deg);
-o-transform:perspective(600px) rotateX(90deg);
transform:perspective(600px) rotateX(90deg);
-webkit-transform-origin:center bottom 0;
-moz-transform-origin:center bottom 0;
-ms-transform-origin:center bottom 0;
-o-transform-origin:center bottom 0;
transform-origin:center bottom 0;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
-o-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}

.pro-holder:hover .pro-content {
	opacity:1;
	visibility:visible;
-webkit-transform:perspective(600px) rotateY(0deg);
-moz-transform:perspective(600px) rotateY(0deg);
-ms-transform:perspective(600px) rotateY(0deg);
-o-transform:perspective(600px) rotateY(0deg);
transform:perspective(600px) rotateY(0deg);
}

.pro-holder:hover .pro-content h2.pro-title {
	background:rgba(255,255,255,1);
	font-size:18px;
font-weight:600;
font-family:'Raleway',sans-serif;
padding:10px;
color:#333;
margin-bottom: 0px;
}

.pro-holder:hover .pro-content li {
	float:left;
	width:50%;
	text-align:center;
	padding:3px;
}

.pro-holder:hover .pro-content a {
	color:#fff;
	font-family:'Raleway',sans-serif;
font-size:15px;
font-weight:500;

}

.addcart {
	background:#2e2e2e;
}


	.pro-footer {
		display:block;
	float:left;
width:100%;
}

.footer-one {
	width:100%;
	float:left;
background:url(../images/footeronebg.jpg);
padding:20px;
}

.footer-two {
	width:100%;
	float:left;
background:url(../images/footer-bg.jpg) no-repeat top center;
position:relative;
padding:30px 0 167px;
}

.footer-curve {
	background:url(../images/footer-curve.png) no-repeat top center;
	width:100%;
float:left;
position:absolute;
bottom:0;
left:0px;
width:100%;
height:167px;
}

.blogbtn {
	background:url(../images/blog-btn.png) no-repeat;
	width:168px;
height:168px;
margin:65px auto 0;
display:block;
text-indent:-999px;
overflow:hidden;
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
}

.blogbtn:hover {
	-webkit-transform:rotate(360deg) scale(1.3);
	-moz-transform:rotate(360deg) scale(1.3);
-o-transform:rotate(360deg) scale(1.3);
-ms-transform:rotate(360deg) scale(1.3);
transform:rotate(360deg) scale(1.3);
}

.footerbox h3 {
	font-size:60px;
	color:#fff;
font-family:'Raleway',sans-serif;
font-weight:200;
margin-bottom:20px;

}

.footerbox strong {
	color:#fff;
	font-size:14px;
font-weight:600;
}

.footerbox p {
	color:#e2e2e2;

}

.footerbox a,.footer-box li a,.skype_c2c_text_span {
	color:#fff;
}

	.testim-slider p {
		color:#e2e2e2;
	font-size:12px;
margin:0 0 30px;
}

.author-name {
	background:url(../images/testimonials.png) no-repeat right top;
	display:block;
}

.footer-three {
	width:100%;
	float:left;
}

.footerbox h4 {
	font-size:40px;
	font-weight:200;
color:#232323;
font-family:'Raleway',sans-serif;
margin-bottom:20px;
}

.footerbox h4 span {
	font-size:14px;
	display:block;
font-weight:400;
color:#333;
}

.footerbox .form-control {
	width:100%;
	border-radius:0px;
border:#cbcac5 solid 1px;
resize:none;
}

.footerbox .btn {
	font-size:12px;
	font-weight:600;
color:#FFF;
border-radius:0px;
border:0px;
text-transform:uppercase;
}

.fslider img {
	border:7px solid rgba(144,144,144,.20);
}

	.footerbox .bx-wrapper .bx-pager.bx-default-pager a {
		border-radius:0;
	height:12px;
width:12px;
background:#575757;
margin:0 1px;
}

.footerbox .bx-wrapper .bx-pager {
text-align:left}

	.footer-two p {
	color:#333;
}

	.footer-box li {
		display:inline-block;
		font-size:14px;
		color:#FFF;
		margin-right:5px;
}

.footer-box h4 {
	font-size:40px;
	color:#FFF;
font-family:'Raleway',sans-serif;
font-weight:200;
}

.footer-box li .fa {
	margin-right:5px;
}

	.footer-social li {
		display:inline-block;
	margin-right:10px;
}

.footer-social strong {
	color:#FFF;
	margin-bottom:20px;
display:block;
font-weight:600;
}

.footer-social a {
	background:#fff;
	height:24px;
	width:24px;
	text-align:center;
	line-height:24px;
	display:block;
	border-radius:100%;
}

.footer-social a:hover {
	background-color: #323D49;
	color:#efefef;
}



.footer-four {
	background:url(../images/footeronebg.jpg);
	width:100%;
float:left;
padding:15px;
color:#FFF}

.footer-four a {
	color:#FFF;
}

	.pro-holder2 {
		position:relative;
}

	.pro-holder2 .pro-overlay {
		background:none repeat scroll 0 0 rgba(0,0,0,0.5);
	bottom:0;
display:block;
height:100%;
left:0;
opacity:0;
position:absolute;
right:0;
top:0;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
width:100%;
}

.pro-holder2:hover .pro-overlay {
	opacity:1;
}

	.pro-holder2 .pro-icon span {
		position:absolute;
}

	.pro-holder2 .pro-icon span:nth-of-type(1),.pro-holder2 .pro-icon span:nth-of-type(3) {
		top:0;
	left:50%;
margin:-20px 0 0 -42px;
visibility:hidden;
opacity:0;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}

.pro-holder2 .pro-icon span:nth-of-type(2),.pro-holder2 .pro-icon span:nth-of-type(4) {
	bottom:0;
	right:50%;
margin:0 -42px -20px 0;
visibility:hidden;
opacity:0;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}

.pro-icon a {
	color:#333;
}

.pro-holder2:hover .pro-icon span:nth-of-type(1),.pro-holder2:hover .pro-icon span:nth-of-type(3) {
	top:50%;
	visibility:visible;
opacity:1;
}

.pro-holder2:hover .pro-icon span:nth-of-type(2),.pro-holder2:hover .pro-icon span:nth-of-type(4) {
	bottom:50%;
	visibility:visible;
opacity:1;
}

.pro-icon span {
	background:#FFF;
	height:40px;
width:40px;
text-align:center;
line-height:40px;
border-radius:100%;
font-size:16px;
}

.most-popular {
	width:100%;
	float:left;
}

.most-popular .sec-border,.most-popular2 .sec-border {
	border-bottom:3px solid;
	padding-bottom:30px;
}

.most-popular h2 {
	font-size:60px;
	font-weight:200;
font-family:'Raleway',sans-serif;
margin-bottom:30px;
}

.mp-box {
	background:#FFF;
	border:#CCC solid 1px;
padding:11px;
border-radius:3px;
}

.mp-box img {
	width:100%;
}

	.mp-box h4 {
		font-weight:600;
}

	.most-popular2 {
		margin-top:20px;
	width:100%;
float:left;
}

.most-popular2 .mp-box {
	background:none;
	padding:0px;
border:0;
}

.sec-border2 {
	border-bottom:3px solid;
	border-top:3px solid;
padding:30px 0;
margin:30px 0;
}

.pro-slider-hp3 h2 {
	font-family:'Raleway',sans-serif;
font-size:40px;
font-weight:200;
margin-bottom:20px;
}

.hpp3-slider {
	position:relative;
	width:100%;
float:left;
}

.hpp3-slider .bx-wrapper .bx-prev {
	right:50px;
	left:inherit;
}

.hpp3-slider .bx-wrapper .bx-prev,.hpp3-slider .bx-wrapper .bx-next {
	background:none;
	height:30px;
width:30px;
text-align:center;
background:#fff;
border-radius:100%;
box-shadow:rgba(0,0,0,.2) 0 0 5px;
}

.hpp3-slider .bx-wrapper .bx-prev:after,.hpp3-slider .bx-wrapper .bx-next:after {
	content:"";
font-family:FontAwesome;
font-size:18px;
line-height:30px;
}

.hpp3-slider .bx-wrapper .bx-next:after {
	content:"";
}

.hpp3-slider .bx-wrapper .bx-controls-direction a {
	top:-40px;
	text-indent:inherit;
font-size:0;
}

#paralax {
	background:url(../images/paralax-bg.png) 50% 0 no-repeat fixed #970142;
	height:600px;
padding:100px 0 0 0;
width:100%;
float:left;
}

#paralax h2 {
	font-family:'Raleway',sans-serif;
font-size:40px;
font-weight:400;
color:#FFF;
margin-bottom:20px;
}

#paralax p,#paralax li {
	font-size:14px;
	font-weight:400;
color:#FFF;
line-height:24px;
}

.inner-slider {
	max-height:400px;
	overflow:hidden;
}

.about {
	width:100%;
	float:left;
}

.about-main {
	text-align:justify;
}

	.about-main img {
		border-radius:5px;
	max-width:100%;
margin-bottom:14px;
}

.about h2,.p404 h2,.faq-page h2,.team-page h2,.img-gallery h2,.contact h2,.blog-page h2 {

	font-size:40px;
	font-weight:200;
	font-family:'Raleway',sans-serif;
}

.about a.active {
background:#db748c}

	.full-tabs {
	margin-top:30px;
}

	.about .full-tabs .nav-tabs {
		margin-left:127px;
}

	.about .full-tabs .nav-tabs>li {
		margin-right:1px;
}

	.about .nav-tabs {
		border-bottom:#f4b7c8 solid 0px;
}

	.about .tab-pane {

	border-radius:0 0 5px 5px;
}

.about .nav-tabs>li {
	margin:0px;
}

.about .nav-tabs>li>a {
	border:0px;
}







.about2 .team2 img {
	border:0px;
	width:85%;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.tab-content .flist {
	margin-top:25px;
}

	.about-prograss>div {
		margin-bottom:11px;
}

	.about-prograss h2 {
		margin-bottom:20px;
}

	.about-prograss h3 {
		margin-bottom:9px;
}

	.experts {
		width:100%;
	float:left;
margin-top:30px}

.experts h2 {
	font-size:40px;
	margin-bottom:20px;
}

.experts img {
	border-radius:3px;
	width:100%;
position:relative;
}

.team h3 a,.partner-logos h3 {
	color:#222;
	font-size:16px;
font-weight:600;
margin-top:10px;
}

.team span {
	font-size:11px;
}

	.team p {
		font-family:13px;
}

	.tsocial li {
		float:left;
	margin-right:10px;
background:#CCC;
border-radius:3px;
width:35px;
height:35px;
text-align:center;
line-height:35px;
font-size:16px;
}

.tsocial li a {
	color:#222;
}

	.partner-logos {
		width:100%;
	float:left;
margin-top:30px;
margin-bottom:30px;
}

.partner-logos img {
	width:100%;
	border:#CCC solid 1px;
border-radius:3px;
}

.partner-logos h3 {
	margin-left:15px;
	margin-bottom:20px;
}

.p404,.faq-page,.team-page,.img-gallery,.contact {
	width:100%;
	float:left;
position:relative;
margin-bottom:40px;
}

.p404 input[type="text"] {
	border:#CCC solid 1px;
	border-radius:0px;
padding:5px;
}

.p404 button {
	border-radius:0px;
	border:0px;
color:#FFF;
font-size:14px;
font-weight:600;
padding:5px 10px;
}

.faq-page {
}

	.faq-container .panel-default {
	padding:10px 10px 8px 10px;
}

	.faq-container .panel-group .panel+.panel {
		margin:0px;
}

	.faq-container .panel-group .panel,.faq-container .panel {
		border-radius:0px;
	box-shadow:none;
background:none;
border:0px;
}

.faq-container .panel-default>.panel-heading {
	background:#f5f5f5;
	border-radius:0px;
height:45px;
line-height:45px;
position:relative;
padding:0 0 0 10px;
}

.faq-container .panel-default>.panel-heading h3 a {
	font-family:'Raleway',sans-serif;
font-weight:400;
font-size:18px;
text-decoration:none;
line-height:45px;
}

.faq-container .panel-default>.panel-heading h3 a:hover {
	color:#000;
}

	.faq-container .panel-body {
		background:#fff;
}

	.faq-container h3.panel-title a.collapsed:before,.faq-container h3.panel-title a:before {
		background:#fff;
	color:#555555;
content:"";
float:right;
font-family:FontAwesome;
font-size:12px;
position:relative;
z-index:111;
height:25px;
width:25px;
line-height:24px;
text-align:center;
border-radius:100%;
border:#dbdbdb solid 1px;
margin:10px 10px;
}

.faq-container h3.panel-title a:before {
	color:#FFFFFF;
	content:"";
}

.team-page img {
	width:100%;
	height:auto;
border-radius:3px;
}

.prograss-sec {
	width:100%;
	float:left;
margin-bottom:10px;
}

.prograss-sec .progress-bar-info {
	background-color:#999;
}

	.prograss-sec .progress {
		background-color:#ccc;
	border-radius:1px;
box-shadow:none;
height:2px;
margin-bottom:5px;
overflow:hidden;
}

.prograss-sec label {
	font-size:11px;
	font-weight:400;
margin-bottom:2px;
}

.team-exp2 {
	margin-top:60px;
	width:100%;
float:left;
}

.team-exp2 img {
	border-radius:100%;
border:5px solid rgba(0,0,0,.0)}

	.team-exp2 .pro-holder2 .pro-overlay {
		border-radius:100%;
border:5px solid rgba(0,0,0,.5)}

	.team-exp2 .pro-holder2 .pro-icon span:nth-of-type(1) {
		left:35%!important;
}

	.team-exp2 .pro-holder2 .pro-icon span:nth-of-type(2) {
		left:37%!important;
}

	.team-exp2 .pro-holder2 .pro-icon span:nth-of-type(3) {
		left:72%!important;
}

	.team-exp2 .pro-holder2 .pro-icon span:nth-of-type(4) {
		left:75%!important;
}

	.team-exp1 strong {
		font-size:11px;
	margin:10px 0;
display:block;
}

.team-exp1 p {
	font-size:13px;
}

	.image-block {
		display:block;
	overflow:hidden;
position:relative;
margin-bottom:30px;
}

.image-block img {
	display: block;
	position: relative;
	margin: 0 auto;
}

.prod-slider a {
	box-shadow: 3px 2px 5px 0px rgba(0,0,0,5);
	-moz-box-shadow: 3px 2px 5px 0px rgba(0,0,0,5);
	-webkit-box-shadow: 3px 2px 5px 0px rgba(0,0,0,5);
	-o-box-shadow: 3px 2px 5px 0px rgba(0,0,0,5);
}

.prod-slider li:before {
	content: ' ';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}



.prod-slider li .resimKapsa {
	background-color: #fff;
}

.prod-slider li img {

	margin: 0 auto;
}

.portfolio-hover .pcontent {
	position:absolute;
	visibility:hidden;
width:100%;
height:100%;
display:block;
top:-100%;
left:0;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
text-align:center;
border-radius:2px;
z-index:6;
}

.portfolio-hover:hover .pcontent {
	visibility:visible;
	top:0;
}

.portfolio-hover .pcontent .hover-content {
	position:absolute;
	top:40%;
padding:0 50px;
color:#fff;
width:100%;
text-align:center;
}

.portfolio-small .portfolio-hover .pcontent .hover-content {
	top:20%;
	padding:0 10px;
}

.portfolio-small .hover-content .view-large a {
	margin-bottom:20px;
	color:#fff;
}

.hover-content .view-large a {
	background:rgba(255,255,255,.5);
	height:50px;
width:50px;
margin:0 auto;
text-align:center;
line-height:50px;
display:block;
border-radius:5px;
font-size:22px;
color:#FFF;
box-shadow:0px 0px 5px rgba(0,0,0,.2);
text-shadow:0px 0px 5px rgba(0,0,0,.4);
margin-bottom:40px;
}

.hover-content .view-large a:hover {
	background:rgba(0,0,0,.8);
}

	.cp-gallery img {
	width:100%}

		.cp-gallery figure {
		float:left;
	background:#fff;
overflow:hidden;
margin:0 2px 4px;
}

.isotope .isotope-item {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
transition-duration:0.8s;
-webkit-transition-property:-webkit-transform,opacity;
-moz-transition-property:-moz-transform,opacity;
transition-property:transform,opacity;
}




address li {
	margin-bottom:20px;
}

address li i{
	float: left;
	padding-top: 4px;
}

address li a{
	color:#333;
}


address li a:hover{
	color:#891574;
}

	address p.first {
		margin-left:0;
}

	address p {
		margin-left:30px;
}

	.contact-form .col-md-6:first-child {
		padding-left:0;
}

	.contact-form .col-md-6:last-child {
		padding-right:0;
}

	.contact-form .form-group {
		border:1px solid #ccc;
	border-radius:3px;
float:left;
margin-bottom:30px;
width:100%;
}

.contact-form .form-control {
	border:0 none;
	box-shadow:none;
min-height:40px;
}

.contact-form .input-group-addon {
	background:none repeat scroll 0 0 rgba(0,0,0,0);
	border:0 none;
}

.contact-form .input-group.textarea {
	display:block;
	float:left;
width:100%;
}

.contact-form .form-control {
	resize:none;
	width:100%;
border-radius:3px;
}

#map_canvas {
	width:100%;
	height:400px;
margin:40px 0;
border-radius:5px;
box-shadow:0 0 5px rgba(0,0,0,.1)}

#siteNotice>h2 {
	font-weight:600;
	font-size:18px;
margin-bottom:20px;
background:#CCC;
padding:5px;
border-radius:2px;
}

.contact .p {
	margin:20px 0;
}

	.contact .btn-info {
		font-size:14px;
	color:#FFF;
font-weight:700;
border:0;
text-transform:uppercase;
}

.products h2 {
	font-size:60px;
	font-family:'Raleway',sans-serif;
font-weight:200;
margin-bottom:30px;
}

.products {
	width:100%;
	float:left;
position:relative;
}

.products .pro-box {
	text-align:center;
	transition:all 0.3s ease-in-out 0s;
overflow:hidden;
margin-bottom:30px;
background:#fff}



.products .pro-box .pro-img {
	margin-bottom:11px;
	position:relative;
	background-color: #fff;
}

.products .pro-box .pro-img:after {
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/urun_maske.png") no-repeat;
	background-size: 100% 100%;
}

.kategoriListesi .image-block:after {
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/urun_maske.png") no-repeat;
	background-size: 100% 100%;
}

.products .pro-box .pro-rating {
	font-size:16px;
	margin-bottom:8px;
}

.products .pro-box h3,.products .pro-box strong {
	font-size:18px;
	font-weight:600;
font-family:'Raleway',sans-serif;
margin-top: 15px;
margin-bottom: 15px;
display:block;
}

.products .pro-box h3 a {
	color:#222;
}

	.products .pro-box strong {
		font-size:22px;
	font-weight:400;
margin-bottom:10px;
}

.pro-hover {
	position:absolute;
	left:0px;
top:0px;
text-align:center;
width:100%;
height:100%;
z-index:3;
border:5px solid;
opacity:0;
transition:all 0.3s ease-in-out 0s;
}

.pro-box:hover img {
opacity:1}

	.pro-box:hover .pro-hover {
	opacity:1;
background:rgba(255,255,255,.8)}

	.pro-hover a.pcart {
		width:90px;
	height:90px;
display:block;
border-radius:100%;
font-size:40px;
color:#FFF;
text-align:center;
line-height:90px;
margin:30% auto;
opacity:0;
transform:translateY(-200px);
transition:all 0.6s ease-in-out 0s;
}

.pro-box:hover .pro-hover a.pcart {
	opacity:1;
	transform:scale(1);
transition-delay:0.2s;
}

.pro-hover p a {
	font-size:13px;
	text-align:center;
line-height:30px;
text-transform:uppercase;
}

.pro-hover p {
	opacity:0;
	transform:translateY(200px);
transition:all 0.4s ease-in-out 0s;
}

.pro-box:hover p {
	opacity:1;
	transform:scale(1);
transition-delay:0.2s;
}

.products .pro-box:hover .pro-rating,.products .pro-box:hover h3 a,.products .pro-box:hover strong {
	color:#FFF;
}

	.pro-cat {
		width:100%;
	float:left;
margin-bottom:30px;
position:relative;
}

.pro-cat .bx-wrapper .bx-controls-direction a {
	top:-60px;
	text-indent:inherit;
font-size:0px;
}

.pro-cat .bx-wrapper .bx-prev {
	left:inherit;
	right:50px;
}

.pro-cat .bx-wrapper .bx-prev,.pro-cat .bx-wrapper .bx-next {
	background:none;
	width:35px;
height:35px;
border:solid 2px;
border-radius:100%;
text-align:center;
line-height:30px;
}

.pro-cat .bx-wrapper .bx-prev:after,.pro-cat .bx-wrapper .bx-next:after {
	content:"";
font-size:15px;
text-align:center;
line-height:30px;
font-family:FontAwesome;
}

.pro-cat .bx-wrapper .bx-next:after {
	content:"";
}

.pro-cat h3 {
	font-size:40px;
	font-family:'Raleway',sans-serif;
font-weight:200;
border-bottom:#dedede 1px solid;
margin-bottom:30px;
padding-bottom:10px;
}

.list-pro {
	width:100%;
	float:left;
margin-bottom:30px;
border-bottom:#CCC solid 1px;
padding-bottom:30px;
}

.list-pro img {
	width:100%;
}

	.list-pro h3 {
		font-size:30px;
	font-family:'Raleway',sans-serif;
font-weight:300;
margin-bottom:15px;
}

span.stock {
	display:block;
	margin-bottom:15px;
color:#7db91b;
}

span.outstock {
	display:block;
	margin-bottom:15px;
color:#838383;
}

.list-pro .price {
	font-size:30px;
	font-weight:600;
margin-bottom:15px;
display:block;
}

.hot-deal-options,.paging {
	width:100%;
	float:left;
margin-bottom:20px;
}

.hot-deal-options li {
	float:left;
	margin-right:20px;
}

.pro-list-footer li {
	float:left;
	margin-right:5px;
}

.pro-list-footer li:last-child {
	margin:0px;
}

	.pro-list-footer li a {
		background:#fbfbfb;
	display:block;
color:#CCC;
padding:10px 14px;
font-size:16px;
font-weight:700;
text-transform:uppercase;
color:#222;
transition:all 0.4s ease-in-out 0s;
}

.pro-list-footer li a:hover {
	color:#FFF;
}

	.paging {
		text-align:center;
}

	.sidebar h3 {
		font-size:30px;
	font-weight:200;
margin-bottom:20px;
}

.sidebar .category li {
	line-height:30px;
	border-bottom:#CCC solid 1px;
}

.sidebar .category li a {
	color:#000;
}

	.sidebar .category li span {
		float:right;
}

	.widget {
		width:100%;
	float:left;
margin-bottom:40px;
position:relative;
}

.fp-item {
	width:100%;
	float:left;
border-bottom:#CCC solid 1px;
padding-bottom:10px;
margin-bottom:10px;
}

.fp-item img {
	float:left;
	width:55px;
margin-right:10px;
border:#CCC solid 1px;
padding:1px;
}

.fp-item h4 {
	font-size:14px;
	font-weight:600;
margin:0px;
}

.fp-item p {
	font-size:12px;
}

.fp-item a {
	float:right;
	font-size:12px;
	font-weight:700;
}

.pro-details-sec .pro-head {
	margin-bottom:15px;
}
.pro-details-sec .pro-head a.kat_baslik {
	color:#333;

	font-weight: bold;
}

	.pro-details-sec h3 {
		font-size:30px;
	font-family:'Raleway',sans-serif;
font-weight:700;
color:#891574;
margin-bottom:15px;
}

.points li {
	list-style:disc inside;
}

	.quantity {
		width:100%;
	float:left;
margin:20px 0;
}

.quantity .numeric-stepper button.plus,.quantity .numeric-stepper button.minus,.quantity .numeric-stepper .qty {
	background:#fff;
	border:#CCC solid 1px;
height:40px;
width:40px;
line-height:40px;
text-align:center;
font-size:25px;
float:left;
margin-right:-1px;
}

.quantity .numeric-stepper .qty {
	width:75px;
}

	.quantity .addtocart {
		margin-left:20px;
	height:40px;
padding:0 20px;
border:0px;
color:#FFF;
font-size:16px;
font-weight:700;
text-transform:uppercase;
}

.tabs-details {
	width:100%;
	float:left;
margin-top:40px;
clear:both;
margin-bottom:40px;
}

.tabs-details .nav-tabs>li>a {
	background:#fff;
	color:#222;
}

.tabs-details .nav-tabs>li.active>a, .tabs-details .nav-tabs>li:hover>a{
	color:#FFF;
	background-color: #891574;
}

	.tabs-details .tab-content {
		background:#fff;
	padding:15px;
border-radius:0 0 5px 5px;
}



	.tabs-details .nav-tabs {
		border:0px;
}

	.pro-details-slider .bx-wrapper {
		margin-bottom:1px;
}

.pro-details-slider #bx-pager a {
	float:left;
	margin-right:2px;
	background:#fff;

	border:2px solid #fff;
}

.pro-details-slider #bx-pager a:last-child {
	margin-right:0px;
}

.pro-details-slider #bx-pager .active {
	border:2px solid #c5c5c5;
}

.pro-details-slider #bx-pager .active img{
	opacity:.5;
}

	.blog-item {
		margin-bottom:30px;
	width:100%;
float:left;
}

.blog-item .quote {
	font-size:16px;
	font-weight:600;
font-style:italic;
}

.blog-item .highlight {
	color:#FFF;
	padding:0 5px;
}

.blog-item img {
	width:100%;
	height:auto;
}

.video-holder iframe {
	width:100%;
	height:420px;
}

.image-holder {
	position:relative;
}

	.audio-track iframe {
		border:0px;
	width:100%;
}

.image-holder span.date {
	position:absolute;
	left:20px;
top:20px;
float:left;
width:55px;
height:55px;
color:#FFF;
text-align:center;
padding:5px;
font-size:15px;
border-radius:1px;
}

.blog-title {
	width:100%;
	float:left;
margin-top:15px;
margin-bottom:15px;
border-bottom:1px solid}

.blog-title span.comments {
	float:right;
	border-radius:5px;
width:38px;
height:20px;
text-align:center;
position:relative;
line-height:20px;
color:#FFF;
font-size:12px;
}

.blog-title span.comments:after {
	width:0;
	height:0;
border-left:6px solid transparent;
border-right:6px solid transparent;
border-top:7px solid;
content:"";
position:absolute;
left:14px;
bottom:-7px;
}

.blog-title h2 {
	font-size:25px;
	font-weight:200;
text-transform:uppercase;
float:left;
}

.blog-item p {
	font-size:13px;
	line-height:24px;
}

.blog-footer {
	width:100%;
	float:left;
border-top:1px solid;
border-bottom:1px solid;
background:#FFF;
}

.blog-footer .fa {
	font-size:16px;
}

	.blog-footer li {
		float:left;
	padding:15px;
border-right:solid 1px #f3f3f3;
font-size:14px;
}

.blog-footer li:last-child {
	margin-right:0px;
	border-left:solid 1px #f3f3f3;
border-right:solid 0px #fff;
}

.blog-share {
	text-align:center;
	display:block;
border-bottom:#ccc dotted 2px;
height:100px;
margin-top:30px;
}

.blog-share .title {
	text-align:center;
	background:url(../images/title-dots.png) repeat-x center 25px;
}

.blog-share .title strong {
	text-align:center;
	font-weight:400;
font-size:12px;
font-family:'Roboto',sans-serif;
border:#CCC solid 1px;
background:#FFF;
border-radius:5px;
padding:10px 20px;
display:inline-block;
margin-top:7px;
}

.blog-share .social {
	text-align:center;
	margin:5px auto;
width:97%;
}

.blog-share .social a {
	color:#cccccc;
	font-size:24px;
}

.blog-share .social [title]:after {
content:""}

	.about-auther strong,.blog-comments strong {
	color:#666666;
	font-size:14px;
font-family:'Roboto',sans-serif;
font-weight:500;
}

.blog-comments {
width:100%}

	.blog-comments h2,.comment-form h2 {
	font-weight:400;
	font-size:20px;
color:#666666;
}

.bdetails .blog-comments img {
	border:5px solid #fff;
	border-radius:51px!important;
box-shadow:0 5px 5px #CCCCCC;
}

.comments-list {
	margin:0;
	list-style:none;
}

.comments-list p {
	font-size:12px;
	color:#777;
margin:0;
}

.comments-list li {
	overflow:hidden;
	margin:0 0 40px 0;
position:relative;
}

.comments-list li .comm-title {
	display:block;
	margin:10px 0 10px 0;
color:#999999;
font-size:12px;
}

.comments-list li .comm-title a {
color:#999999}

	.comments-list .sp {
	border-bottom:#333333 solid 1px;
	margin:0px;
}

.comments-list li ul {
	margin:35px 0 0 80px;
	float:left;
}

.comments-list li li li,.comments-list li li {
	margin-bottom:0;
}

	.comm-rep {
		position:absolute;
	right:0;
top:0;
color:#ffc000;
}

.comment-form .form-list {
	display:block;
	width:94%;
}

.about-auther {
	clear:both;
	display:block;
border-bottom:#ccc dotted 2px;
padding-top:10px;
margin-bottom:10px;
width:100%;
float:left;
}

.about-auther ul {
display:block}

	.about-auther h2,.blog-comments h2,.comment-form h2 {
	line-height:60px;
	font-size:25px;
}

.auther-img {
	float:left;
	margin-right:28px;
width:70px;
}

.auther-details {
	float:left;
	width:86%;
}

.follow a {
	font-size:12px;
color:#999999}

	.follow:before {
		content:"";
font-family:FontAwesome;
color:#00abf0;
font-size:16px;
padding-right:10px;
}

.comm-sp {
	margin-left:20px;
	margin-right:20px;
}

.cdate:before,.replay:before {
	content:"";
font-family:FontAwesome;
font-size:11px;
color:#999999;
margin-right:5px;
}

.replay:before {
	content:"";
}

.comment-form li {
	margin-bottom:26px;
}

	.comment-form input[type="text"],.comment-form textarea {
		width:100%;
	border:#cccccc solid 1px;
border-radius:5px;
padding:12px 19px;
resize:none;
}

.comment-form input[type=text]:focus,.comment-form textarea:focus {
	border:0px;
	border-bottom:#cccccc solid 1px;
transition:all 0.5s ease;
border-radius:0px;
}

.comment-form .btn {
	color:#fff;
	text-transform:uppercase;
font-weight:600;
border-radius:3px;
}

.testimonials-bg {
	width:100%;
	background:url(../images/testimonial-bg.png);
float:left;
padding:86px 0;
margin-bottom:40px;
}

.testimonials-bg .content_slider_text_block_wrap h3 {
	margin-top:20px;
	display:block;
}

.testimonials-bg .content_slider_text_block_wrap h3,.testimonials-bg .content_slider_text_block_wrap span,.testimonials-bg .content_slider_text_block_wrap p {
	color:#FFF;
	font-family:'Raleway',sans-serif;
line-height:24px;
}

.testimonials-bg .content_slider_wrapper {
	height:auto!important;
}

	.test-wrap {
		text-align:center;
	margin-bottom:80px;
}

.test-wrap .fa {
	font-size:40px;
}

	.test-wrap p {
		font-size:18px;
	font-weight:600;
font-family:'Raleway',sans-serif;
line-height:30px;
margin:20px 0;
color:#222}

.test-wrap img {
	width:100px;
	height:100px;
border-radius:100%;
margin:0 auto;
border:#FFF solid 5px;
box-shadow:0 0 8px rgba(0,0,0,.5);
margin-bottom:15px;
}

.test-wrap strong {
	font-weight:400;
}

	.register {
		margin-bottom:40px;
	width:100%;
float:left;
}

.register-account li {
	margin-bottom:14px;
}

	.register-account input[type="text"],.register-account .form-control {
		width:100%;
	border:#cccccc solid 1px;
height:40px;
line-height:40px;
padding-left:10px;
border-radius:0px;
box-shadow:none;
}

.register-account label {
	text-transform:uppercase;
	margin-bottom:5px;
letter-spacing:1px;
font-size:12px;
}

.login-box {
	width:100%;
	box-shadow:0 0 7px rgba(0,0,0,.25);
border-radius:5px 5px 0 0;
border-bottom:#cccccc solid 4px;
overflow:hidden;
}

.login-box h3 {
	display:block;
	text-align:center;
height:53px;
line-height:53px;
color:#FFF;
}

.login-form {
	padding:40px 30px;
}

	.login-form .input-group-addon {
		background:none;
	font-size:20px;
color:#666666;
border:0px;
border-right:solid 1px #CCCCCC}

.login-form .form-control {
	border:0px;
	box-shadow:none;
}

.login-form .input-group {
	border:#cccccc 1px solid;
	border-radius:5px;
padding:9px;
}

.register .btn-info {
	text-transform:uppercase;
	letter-spacing:1px;
padding:0 17px;
border:0px;
height:40px;
line-height:40px;
}

.login-box {
	background:#fff;
}

	.login-box .btn-info {
		margin-bottom:40px;
	margin-top:15px;
}

.login-box span {
	font-size:12px;
	letter-spacing:1px;
text-transform:uppercase;
margin-top:30px;
}

.login-box input.css-checkbox[type="checkbox"] {
	border:0 none;
	clip:rect(0px,0px,0px,0px);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
}

.login-box input.css-checkbox[type="checkbox"]:checked+label.css-label {
	background-position:0 -15px;
}

	.login-box input.css-checkbox[type="checkbox"]+label.css-label {
		background-repeat:no-repeat;
	cursor:pointer;
display:inline-block;
font-size:15px;
height:15px;
line-height:15px;
padding-left:25px;
vertical-align:middle;
font-size:12px;
}

.login-box .lite-gray-check {
	background-image:url("../images/lite-gray-check.png");
}

.login-page {
	width:33%;
	margin:0 auto;
background:#FFF;
margin-bottom:40px;
}

.panel-tabs {
	position:relative;
	bottom:30px;
clear:both;
border-bottom:1px solid transparent;
}

.panel-tabs>li {
	float:left;
	margin-bottom:-1px;
}

.panel-tabs>li>a {
	margin-right:2px;
	margin-top:4px;
line-height:.85;
border:1px solid transparent;
border-radius:4px 4px 0 0;
color:#ffffff;
}

.panel-tabs>li>a:hover {
	border-color:transparent;
	color:#ffffff;
background-color:transparent;
}

.panel-tabs>li.active>a,.panel-tabs>li.active>a:hover,.panel-tabs>li.active>a:focus {
	color:#fff;
	cursor:default;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
background-color:rgba(255,255,255,.23);
border-bottom-color:transparent;
}



.urunSlide {

}

.urunResim {
	position: absolute;
	width: 100%;
	text-align: center;
	background-color:#fff;
	position: relative;
}


.urunResim:after {
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/urun_maske.png") no-repeat;
	background-size: 100% 100%;
}

* a {
	outline:none !important;
}

.pro-holder a.eye {
	outline: none;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:40%;
	left: 50%;
	width: 53px;
	height: 31px;
	margin-top: -31px;
	margin-left: -26px;
	cursor: pointer;
	background: url("../images/eye.png") no-repeat;
	display: none;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;

}

.pro-holder:hover a.eye {
	display: block;
}

.urunResim img {
   margin: 0 auto;
   display: inline !important;
    padding-right: 18px;
    padding-left: 13px;
}


.urunResim img.kucuk {
	height: auto;
	padding: 0px;

}

@media (max-width: 680px)  {
	.urunResim img {

	   height: auto;

	}
}

@media (max-width: 860px)  {
	.urunResim img {

	    padding-right: 55px;
   		padding-left: 15px;

	}
}

@media (max-width: 600px)  {
	.urunResim img {

	    padding-right: 55px;
   		padding-left: 45px;

	}
}

@media (max-width: 510px)  {
	.urunResim img {

	    padding-right: 55px;
   		padding-left: 35px;

	}
}


.sol_cizgi {
	border-bottom:2px solid #891574;
	margin-top: 20px;
}

@media (max-width: 1024px)  {
	.new-collection {
		padding-top: 0px;
	}
	.stitle h2 {
		margin-top: 20px;
		font-size: 28px;
	}

	.sol_cizgi:last-child {
		
		margin-bottom: 20px;
	}

	.stitle {
		padding-right: 10px !important;
	}
}

.pp_social {
	display:none;
}

.form-control {
	margin-bottom: 15px;
	padding: 20px !important;
}
.haberResim img {
	width: 100%;
	border:2px solid #ccc;
}

.haberBaslik{
	font-weight: bold;
	font-size: 27px;
}

.haberDetay {
	font-size: 15px;
	line-height: 1.4em;
	padding-top: 15px;
}

.haberDevam:hover{
	background-color: #333 !important;
	color:#fff !important;
}





.footerMagaza {
	color:#fff;
}

.footerMagaza ul {
	margin-top: 20px;
}

.footerMagaza li a {
	display: block;
	color:#fff;
	padding-left: 30px;
	padding-top: 2px;
}

.footerMagaza li.sahibinden {
	background: url("../images/sahibinden.png") no-repeat;
	height: 26px;
	margin-bottom: 7px;
}

.footerMagaza li.gidiyor {
	background: url("../images/gidiyor.png") no-repeat;
	height: 26px;
	margin-bottom: 7px;
}

.footerMagaza li.n11 {
	background: url("../images/n11.png") no-repeat;
	height: 26px;
}

.dukkanlar {
	float: left;
}

.footerAdres {
	margin-right: 20px;
}

.footer-links a:hover {
	color:#fff;
}

.main-title {
	margin-top: 0px;

}

.icSlider img {
	width: 100%;
}
.sayfaBaslik {
	color:#fff;
	background: rgba(137,21,116, 1);
	padding: 10px 25px;
	color:#fff;
	font-family: "Raleway", sans-serif;
	font-size: 32px;
	font-weight: 200;
}


.solMenu {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.solMenu li {
	background-color: #303e48;
		-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
	border-bottom:1px solid #535e66;

}

.solMenu li:hover, .solMenu li.active{
	background-color: #891574;
}

.solMenu li a{
	color:#fff;
	font-family: 'Roboto',sans-serif;
	font-size: 15px;
	display: block;
	padding: 15px 20px;
	background: url("../images/li_bg.png") right center no-repeat;
	background-position: 95%;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}

.solMenu li a.acik {
	background: url("../images/li_aktif_bg.png") right center no-repeat;
	background-position: 95%;
}

.solMenu .alt_menu {
	display: none;

}

.solMenu .alt_menu.active {
	display: block;
}

.solMenu .alt_menu li {
	background-color: #2a3238;
	border-bottom:1px solid #616a70;
}

.solMenu .alt_menu li:hover, .solMenu .alt_menu li.active {
	background-color: #23282b;
	border-bottom:1px solid #535e66;
}

.solMenu .alt_menu li.active a, .solMenu .alt_menu li:hover a{
	background-position: 25px;
	padding: 15px 40px;
}

.solMenu .alt_menu li:last-child {
	border-bottom: none;
}

.solMenu .alt_menu li a{
	font-size: 14px;
	color:#e4e4e4;
	padding: 15px 30px;
	background: url("../images/alt_li.png") right center no-repeat;
	background-position: 15px;
}

.sayfaİcerik {
	margin-bottom: 20px;
}

.sayfaİcerik ul li{
	list-style: none;
	background: url("../images/sayfa_li.png") left top no-repeat;
	padding-left: 15px;
	background-position: 0 7px;
	margin-bottom: 5px;
}

.sayfaResim {
	margin-bottom: 20px;
}

.sayfaResim .pro-icon span {
	margin:-20px 0 0 -20px !important;
}
.sayfaResim .pro-icon span a  {
	color:#333;
}

.sayfaİcerik .list-pro {
	border-top:1px solid #ccc;
	padding:0px;
	border-bottom: 0;
	margin-bottom: 0;
	padding-top: 15px;
	margin-top: 0px;
}

.about-main h3, .urunPage h3 {
	margin-top: 0px; margin-bottom:20px; color:#891574; font-weight: bold; font-size:25px;  font-family:'Open Sans',sans-serif;
}

.pdetails ul {
	margin-left: 18px;
}
.pdetails ul li{
	list-style: square;
}

.renkBaslik {
	display: block;
	font-size: 17px;

	color:#fff;
	background-color: #323D49;
	padding:10px 20px;
}
.renkListesi {
	margin-left: 0px !important;
	margin-top: 10px;
}
.pdetails .renkListesi li {
	list-style:none !important;
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border:4px solid #fff;
}

.pdetails .renkListesi li span.renkAciklama {
	display: block;
	position: absolute;
	padding: 7px 15px;
	background-color: #323D49;
	margin-top:45px;
	display: none;
	color:#fff;
	border-radius: 4px;
}

.pdetails .renkListesi li span.renkAciklama:before{
	content: " ";
	background: url("../images/renkOk.png") center center no-repeat;
	width: 11px;
	height: 7px;
	position: absolute;
	top:-7px;

	margin-left: -6px;
}


.baslikContainer {
	position: absolute !important;
	bottom:120px;
	z-index: 1;
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}



.stickytop #nav ul li:last-child a{
	margin-top:24px !important;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.referansListe img{
	width: 100%;
	border-radius: 4px;
}


.referansResim:after {
	content:" ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/urun_maske.png") no-repeat;
	background-size: 100% 100%;
}

.diger_haberler{
  margin-bottom: 10px;
}



.diger_haberler a {
   color:#333;
}

.diger_haberler a:hover {
   color:#891574;
}

@media (max-width:1290px){
	.baslikContainer{
		bottom: 95px;
	}
}

@media (max-width:1260px){
	.slide-info .left h3 span {
		font-size: 28px;
	}
	.slide-info .left h3 {
		margin: 0px !important;
	}
}


@media (max-width:1230px) and (min-width: 767px){
	.talepBaslik {
		text-align: center;
	}
}
@media (max-width:1200px){
	.kurumsalResim{
		width: 40%;
		float: left;
	}
}



@media (max-width:1165px){
	.baslikContainer{
		bottom: 75px;
	}
}

@media (max-width:1150px){
	.wrapper .header {
		position: relative;
	}


	.baslikContainer{
		bottom: 150px;
	}


}

@media (max-width:1120px){
	.slide-info h3{
		display: none;
	}

	.slide-info {
		bottom: 150px;
	}

	.main-slider .bx-controls {
		bottom: 157px;
	}
	
}


@media (max-width:1100px){
	
	.main-slider .bx-controls {
		position: static;
	}
	.head-nav {
		margin: 0px;
	}
}

@media (max-width:1057px){
	.variable .slick-prev, .variable .slick-next{
		top:-43px !important;
	}
	.new-collection {
		padding-top: 20px;
	}
}

@media (max-width:1024px){
	.sol_cizgi:first-child {
		display: none;
	}
	.variable .slick-prev, .variable .slick-next{
		top:-58px !important;
	}

	.kategoriListesi {
		width: 33% !important;
	}

	.text-area {
		padding-left: 0px !important;
	}

	#submit {
		margin-top: 0 !important;
		float: right;
	}

	.formLoading {
		margin-top: 45px !important;
		
	}

	.formLoading img{
		float:right !important;
	}

	.alert {
		margin-top: 40px !important;
		margin-bottom: 0px !important;
	}

	.urunAlt .slick-prev {
		left: -28px !important;
	}
	.galeri .image-block img {
		width: 100%;
		height: auto;
	}
}


@media (max-width:1040px){
	.slider-readmore {
		display: none;
	}
	.pro-slider-wrap {
		width: 100%;
	}
}

@media (max-width: 970px)  {
	
	.header .topbar{
		position: absolute;
	}

	.navbar-toggle {
		margin-top: 50px !important;
	}
	
	#nav li:last-child a
	{
			margin-top:10px !important;
			margin-bottom:15px;
	}
	
	
}

@media (max-width: 965px)  {
	.kurumsal_resim {
		position: absolute;
		left: -40px;
	}
	
}


@media (max-width: 930px)  {
	.menu_bar {
		float: left;
	}
	.navbar-brand > img {
		margin:0 auto;
	}
	
	
}
@media (max-width: 930px)  {
	.baslikContainer{
		bottom: 120px;
	}

}
@media (max-width:855px){ 
	
	.kurumsal_1 {
		display: none;
	}

	.kurumsal_resim {
		position: relative;
		float: none !important;
		display: block;
		width: auto;
   		margin: auto;
	}
}

@media (max-width:780px){

	.head-nav {
		padding-top: 12px;
	}
	
	
	.head-nav #nav li, .video-menu iframe, .video-menu img, #nav li ul, .welcome-section img {
		width: 100%;
	}

	#nav li:hover>a, #nav li.active>a {
		background-position: 0 78px;
	}

	.difference, .main-slider-curve, .slider-readmore{
		display: none;
	}

	.slide-info {
		width: 100%;
		bottom:0px;
		padding-bottom: 10px;
	}
	
	#nav li a {
		background: none;
		border-bottom: 1px solid #efefef;
		padding-top: 18px;
		padding-left: 20px;
		margin: 0px;
	}

	.navbar-collapse {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	#nav li:hover a, #nav li.active a {
		background-color: #891574;
		color:#fff;
	}

	.welcome-section {
		padding:20px 0;
	}

	.welcome-section h1 {
		margin-bottom: 10px;
	}
	.kurumsal_resim {

		left: 0px;
	}

	.solMenu {
		margin-top: -30px;
	}

	.baslikContainer {
		position: relative !important;
		
	}

}

@media (max-width:768px){ 

	.talep_formu_kapsa {
		margin-top: 0px !important;
		padding-left: 0px !important;
	}

	.footer-curve{
		display: none;
	}
	.footer-two {
		padding:30px 0 43px;
	}


	.sayfaResim {
		width: 33%;
		float: left;
	}
	.kategoriListesi {
		width: 50% !important;
		float: left;
	}

	.kategoriSayfasi .main-title{
		margin-top: 15px;
	}
	
	.kisa_aciklama {
    	clear: both;
    	padding-top: 20px;
    	padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.resimSlide {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.urunAltResim {
		margin-bottom:  0px !important;
	}

	.mobileNone {
		display: none;
	}

	.urunAlt .slick-prev {
		left: 20px !important;
		margin-top: 0px !important;
	}

	.urunAlt .slick-next {
		right: 20px !important;
	margin-top: 0px !important;
	}

	.referansBlok {
		width: 50%;
		float: left;
	}
	
}
.stickytop {
		position:fixed;
	    top:0;
	    z-index: 999;
	    background-color:#e2e2e2 !important;
	  
	    -webkit-box-shadow: 0px 13px 40px -16px rgba(0,0,0,1);
		-moz-box-shadow: 0px 13px 40px -16px rgba(0,0,0,1);
		box-shadow: 0px 13px 40px -16px rgba(0,0,0,1);
	}
	.stickytop .navbar-brand img {
		width: 70%;
	}
	.stickytop #nav ul li a {
		padding-top: 35px;
	}
	.stickytop .navbar-toggle {
		margin-top: 20px !important;
	}

@media (min-width: 768px){

	
}

@media (max-width: 610px){
	.baslikContainer {
		bottom: 95px;
	}
	.sayfaBaslik {
		padding: 10px 15px;
		font-size: 24px;
	}

	.solMenu {
		margin-top: -10px;
	}
}

@media (max-width: 580px){
	.sayfaResim {
		width: 50%;
		float: left;
	}

	.kategoriListesi {
		width: 100% !important;

	}
	.referansBlok {
		width: 100%;
		float: left;
	}
}

@media (max-width: 480px){
	.sayfaResim {
		width: 100%;
	}

	
}