/* ------------------------
      Global Settings
--------------------------*/
@import url("css/webexpress.css");
@import url("https://fonts.googleapis.com/css?family=Fira%20Sans");

@font-face {
  font-family: 'MagistralW08-Medium';
  src: url('fonts/MagistralW08-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/MagistralW08-Medium.woff') format('woff'), url('fonts/MagistralW08-Medium.ttf')  format('truetype'), url('fonts/MagistralW08-Medium.svg#MagistralW08-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}




header{ height:170px; background-color:#FFF;} 
.navbar-center{ margin-left:auto; margin-right:auto;}
.menright{ float:right; padding-top:10px; padding-right:0px;}

/* ------------------------
      Global Settings
--------------------------*/
.logo01{ display:block;}
.logo02{ display:none; margin-top:-5px;}

.affix .logo01{ display:none;}
.affix .logo02{ display:block !important;}

.affix-top .logo01{ display:block;}
.affix-top .logo02{ display:none !important;}

.mobilurun{width:100%; text-align:center; display:none;}

body {
 font-family:Fira Sans;
 line-height: 24px;
 background-color: #f4f4f4;
 //background-image:url('Pic@UN=31775&F=SB&Age=-1');
 //background-size:100% 100%;
 background-repeat: repeat;
 background-position: left top;
 font-size:12pt;
 overflow-x: hidden;
}

h1{
	font-size: 26px;
 color:#000;
	/*color:#9fce67;*/
	margin-bottom: 10px;

}


h2, h3, h4, h5, h6 {
	font-size: 26px;
 color:#1c1b1b;
	/*color:#9fce67;*/
	margin-bottom: 10px;
	  
}

.category-header{ margin-bottom:25px;}
.category-header h1{ margin-top:10px;}
.category-header .breadcrumb{ margin-bottom:10px;}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.np {padding:0px}
/* ------------------------
        Buttons
--------------------------*/

.btn-default, .btn-default:visited {
 background:#1c1b1b;
	/*background:#9fce67;*/
	color:#FFFFFF;
 border:1px solid #1c1b1b;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus {
 background:#b22234;
 color:#FFFFFF;
 border:1px solid #b22234
/*border:1px solid #9fce67;*/
	/*background:#9fce67;*/
}
a {
 color:#1c1b1b;
}
a:hover {
 color:#272926;
	text-decoration: none;
}
/* ------------------------
        Header
--------------------------*/

#header-text {
	padding: 30px 0px;
}
#page-title {
	/*background:#666;*/
	padding: 120px 0px 120px;
	text-align: center;
	background-position-x:center;
	background-position-y:top;
}
#page-title h1 {
	color: #fff;
	font-size: 40px;
	  font-family: 'MagistralW08-Medium';
	  letter-spacing:1px;
}

#page-title h2 {
	color: #fff;
	font-size: 40px;
	  font-family: 'MagistralW08-Medium';
	  letter-spacing:1px;
}
/* ------------------------------
	Content Slider
--------------------------------*/


/* -------  Hide content slider arrows / indicators */
// .right.carousel-control, .left.carousel-control { display: none; }
// .carousel-indicators {	display:none; }

.carousel-caption {
	top: 55%;
	transform: translateY(-50%);
	bottom: initial;
	text-align:center;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
#content-slider .item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.carousel-inner { overflow: visible; }


header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text h1 {
	font-size: 40px;
}
header .intro-text p {
	font-size: 75px;
	line-height: 85px;
	margin-bottom: 30px;
}


@media (min-width: 768px) {
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}


}


/* ------------------------
    Social Media Bar
--------------------------*/
ul.socialmediabar {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.socialmediabar li {
	display: inline;
	margin: 0 1px;
}

.social {
	margin-bottom:10px;
}
/* ------------------------
      Breadcrumbs
--------------------------*/

.breadcrumb {
	font-size: 14px;
 background-color:#fff;
	padding-left:5px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.breadcrumb a {
 color:#1c1b1b;
}
.breadcrumb a:hover {
 color:#272926;
	/*color:#9fce67;*/
	text-decoration: none;
}
/*change active color*/
.breadcrumb > .active {
 color:#5B5A5A;
}
.breadcrumb > li + li:before {
	content: "\00BB";
	color: #b2b1b1;
}
/* ------------------------
      Nav 0
--------------------------*/


.nav0 {
	padding-left: 0;
	margin: 0px 0px 0px -5px;
	list-style: none;
	float: right;
}
.nav0 li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	z-index: 1000;
}
.nav0 li a {
	padding: 4px 7px;
	display: inline-block;
 color:#828282;
	font-size: 14px;
}
.nav0 li a:hover, .nav0 li a:focus, .nav0 li a:active {
 color:#b22234;
	text-decoration: none;
}


.nav0 li.label-item {
 padding: 15px 17px;
 display: inline-block;
 color:#272926;
 font-size: 14px;
}




.nav0 li#account ul {
    position: absolute;
    width: inherit;
	background: #fff;
	padding: 0;
  	margin: 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 10em;
	z-index: 1000;
	 visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;

  }

  .nav0 li#account:hover ul {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);

  }

  .nav0 li#account ul li {
    display: block;
	padding:0px;
  }

.nav0 li#account ul li a {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}

.nav0 li#account ul li.label-item {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 15px;
}

.cart-count {
	color: #908D8D;
}
/* ------- Nav 1 theme ------ */


#nav1.sf-menu {
	float:right;
}
.navbar-brand{ padding-top:0px; margin-top:-8px;}
#nav1.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
	background: #fff;
}
ul#nav1.sf-menu li {
 white-space: normal;
 display:inline-block;
}
ul#nav1.sf-menu  li span{ color: #b22234; padding-left:5px; padding-right:5px;}
ul#nav1.sf-menu  li:last-child span{ color: #fff;padding-left:0px; padding-right:0px;}

ul#nav1.sf-menu li a,ul#nav1.sf-menu li span{ display:inline-block;}



ul#nav1.sf-menu li:hover, ul#nav1.sf-menu li.sfHover {
color: #b22234;
/* only transition out, not in */

}
ul#nav1.sf-menu > li:hover > a, ul#nav1.sf-menu > li.sfHover > a {
 color:#b22234; /* Hover text color */
}
/* Active Class */
ul#nav1.sf-menu li.active, ul#nav1.sf-menu li.active a {
 background:#1c1b1b;
 color:#272926;
}
/* Label Class */
#nav1.sf-menu li.label-item, #nav1.sf-menu li.label-item:hover {
 color:#FFFFFF;
 background:#1c1b1b; /* Nav 2 background color */
	padding: 10px 7px;
	border-top: 1px solid #E5E5E5;
}
#nav1.sf-menu a {
 color:#828282; /* Nav 2 text color */
	/* border-top: 1px solid #E5E5E5; */ /* - fallback color must use full shorthand */
	padding: 10px 7px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	font-size: 14px;
}
ul#nav1.sf-menu a:hover {
 color: #272926;
}
/* Second level */
ul#nav1.sf-menu ul li, ul#nav1.sf-menu ul li.label-item, ul#nav1.sf-menu ul li.label-item:hover, ul#nav1.sf-menu ul li a {
	background: #fff;
	color: #676767;
}
ul#nav1.sf-menu ul li:hover, ul#nav1.sf-menu ul li a:hover, ul#nav1.sf-menu > li li:hover > a,		/* Color for parent selected item when go to submenu */ ul#nav1.sf-menu > li li.sfHover > a		/* Color for parent selected item when go to submenu */ {
 color: #272926;
 background:#1c1b1b;
	z-index: 1000;
}
/* Third Level */
ul#nav1.sf-menu ul ul li {
	color: #676767;
	background: #fff;
}
ul#nav1.sf-menu ul ul li:hover, ul#nav1.sf-menu ul ul li.sfHover {
 color:#272926;
 background:#1c1b1b;
}
/*** arrows (for all except IE7) **/
#nav1.sf-arrows .sf-with-ul {
	padding-right: 2.5em;/*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
ul#nav1.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
 border-top-color: #FFFFFF; /* edit this to suit design (no rgba in IE8) */
}
ul#nav1.sf-arrows > li > .sf-with-ul:focus:after, ul#nav1.sf-arrows > li:hover > .sf-with-ul:after, ul#nav1.sf-arrows > .sfHover > .sf-with-ul:after {
 border-top-color: #272926; /* IE8 fallback color */
}
/* ------------------------
      Nav 2
--------------------------*/

.navbar {
	margin: 0px;
}


.navbar-fixed-top {
	z-index: 999;
}

.navbar-default {
	/*background-color:transparent;*/
	margin-bottom: 0px;
	border: none;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.navbar-default .navbar-nav > li.label-item {
 color:#FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 20px;
}
/* link */
.navbar-default .navbar-nav > li > a {
 color: #000;
 background-color:transparent;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px; line-height:55px;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color:#000;
}

.navbar-default .navbar-nav > li > a:hover img{filter: sepia(1) saturate(5) brightness(0.5) hue-rotate(135deg);}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 background-color:#1c1b1b;
 color:#FFFFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
 background-color:#1c1b1b;
 color:#FFFFFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
 background-color:#1c1b1b;
 color:#FFFFFF;
}
/*Dropdown */

.navbar-default .dropdown-menu > li > a {
	display: block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333333;
	white-space: nowrap;
}
.navbar-default .dropdown-menu > li {
	border-top: 1px solid #efefef;
}
.navbar-default .dropdown-menu > li:first-child {
	border-top: 0px;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
 border-top-color: #000;
 border-bottom-color: #000;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
 border-top-color:  #FFFFFF; /* Dropdown icons for mobile */
 border-bottom-color:  #FFFFFF; /* Dropdown icons for mobile */
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
 border-top-color: #FFFFFF; /* Dropdown icons for mobile */
 border-bottom-color: #FFFFFF; /* Dropdown icons for mobile */
}
/* mobile version */
.navbar-header .navbar-toggle {
 border-color: #b22234;
 background-color:#b22234;
 color:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 border-color: #ea5500; /* Hover mobile toggle*/
 background-color:#ea5500; /* Hover mobile toggle */
 color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color:#FFFFFF;
}

@media (min-width: 768px) {
.navbar-default {
	background-color: #f6f6f6;
	padding: 0px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;
	border: none;
}

.navbar-default .navbar-nav > .active > a {
	border-radius: 3px;
}


}
	@media only screen and (max-width : 767px) {
		.navbar-default .navbar-nav > li > a {
	color:#434343 !important;
	}
	
	
.navbar-nav > li{ border-bottom:solid 1px #b7b7b7;}
	
	
    }


/**** Affix Header Settings ****/

.navbar-default.affix {
 background-color: #f6f6f6;
	padding: 0px 0 3px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}


.navbar-default.affix .navbar-nav > li > a {
 	color: #1d1d1b;
	background-color:transparent;
}
.navbar-default.affix .navbar-nav > li > a:hover, .navbar-default.affix .navbar-nav > li > a:focus {
 color:#fff;
}




.navbar-default.affix .navbar-nav > .active > a, .navbar-default.affix .navbar-nav > .active > a:hover, .navbar-default.affix .navbar-nav > .active > a:focus {
  background-color: #1c1b1b;
 color:#272926;
}
.navbar-default.affix .navbar-nav > .open > a, .navbar-default.affix .navbar-nav > .open > a:hover, .navbar-default.affix .navbar-nav > .open > a:focus {
  background-color: #1c1b1b;
 color:#272926;
}
.navbar-default.affix .navbar-nav > .open > a, .navbar-default.affix .navbar-nav > .open > a:focus, .navbar-default.affix .navbar-nav > .open > a:hover {
   background-color: #1c1b1b;
 color:#272926;
}



/* caret */
.navbar-default.affix .navbar-nav > .dropdown > a .caret {
 border-top-color: #1d1d1b;
 border-bottom-color: #1d1d1b;
}
.navbar-default.affix .navbar-nav > .dropdown > a:hover .caret, .navbar-default.affix .navbar-nav > .dropdown > a:focus .caret {
 border-top-color:  #1c1b1b; /* Dropdown icons for mobile */
 border-bottom-color:  #1c1b1b; /* Dropdown icons for mobile */
}
.navbar-default.affix .navbar-nav > .open > a .caret, .navbar-default.affix .navbar-nav > .open > a:hover .caret, .navbar-default.affix .navbar-nav > .open > a:focus .caret {
 border-top-color: #1c1b1b; /* Dropdown icons for mobile */
 border-bottom-color: #1c1b1b; /* Dropdown icons for mobile */
}


/* navbar when fixed on top no scroll */
.affix-top {
	margin-top: 0px;
}


}



/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
/* navbar when fixed on top no scroll */
.affix-top {
	margin-top: 40px;
}



}



 /* Small Devices, Tablets */
    @media only screen and (min-width : 760px) {
	.affix-top {
	margin-top: 30px;
	}
	

}


  @media only screen and (min-width : 1212px) {

	.navbar-right {
    margin-top: 15px;
}

  }





/* Nav 2 (main navbar) Dropdowns */

.navbar-default .navbar-nav .dropdown-menu { /* drop down menu background color */
	background: #fff; min-width:223px;
}
.navbar-default .navbar-nav .dropdown-menu > li > a { /* drop down menu text color */
	color: #676767;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus,  /* drop down menu hover text and background colors */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {  /* drop down menu hover text and background colors (for clicked open) */
 color: #FFFFFF;
 background-color:#1c1b1b;
}
.navbar-default .dropdown-menu > li.label-item { /* Drop down menu label item */
	display: block;
	color: #676767;
	padding: 3px 20px 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	white-space: nowrap;
}

@media all and (max-width:767px) { /* Drop down label item padding tweak for mobile */
.navbar-default .dropdown-menu > li.label-item {
	padding: 5px 15px 5px 25px;
}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

/* drop on hover for large devices */
@media (min-width: 768px) {
#mainNav .dropdown:hover>.dropdown-menu {
	display: block;
}
}
 /* drop on hover for submenus */
#mainNav .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}


.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* Fix navbar right with multi level */
.navbar-right .dropdown-menu {right:auto;}



/* Fix last li dropdown */
.navbar-right li:last-child .dropdown-submenu > .dropdown-menu {
	right: 100%;
}


.navbar-right > li:last-child .dropdown-menu {
left:auto;
right:0;
}

.navbar-right > li:last-child .dropdown-submenu > .dropdown-menu {
right:100%;
}



.affix-top .navbar-right {
   
    margin-top: 20px;
}


#top-menu-wrap {
	background:#fff;
	border-bottom: 0px;
	padding: 0px;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#top-menu-mobile {
	background:#f8f8f8;
}


   .pr-img{ height:280px; text-align:center; line-height:280px;}
    .pr-img img{ max-height:280px;} 


 .katprd .pr-img{ max-height:248px; text-align:center;}
 




@media (max-width: 1200px) {
    .fluid {
        width: 98%; /*this gives it the precise width to match the Bootstrap defaults*/
    }
	
	
	
	.pr-img{ height:230px; text-align:center; line-height:230px;}
    .pr-img img{ max-height:230px;} 
	
	
	#nav1.sf-menu a {
   
    padding: 10px 5px;
 
}
	.nav0 .icon-only{ display:none;}
	
}



@media (max-width: 990px) {
	.pr-img{ height:170px; text-align:center; line-height:170px;}
    .pr-img img{ max-height:170px;} 
	

	
}

@media (max-width: 883px) {
	.pr-img{ height:170px; text-align:center; line-height:170px;}
    .pr-img img{ max-height:170px;} 
	
.nav0 li a {
    padding: 10px 3px;	
}

}
@media (max-width: 680px) {
	.pr-img{ height:140px; text-align:center; line-height:140px;}
    .pr-img img{ max-height:140px;} 
	
}


@media (max-width: 440px) {
	.pr-img{ height:110px; text-align:center; line-height:110px;}
    .pr-img img{ max-height:110px;} 
	
}


/* ------------------------
      Sidebar
--------------------------*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
/* ------- Nav 3 theme ------ */

#nav3.sf-menu li.header h3 {
 color:  #FFFFFF;
 background:#1c1b1b;
	padding: .50em 1.5em .50em 1em;
	font-size: 20px;
	margin: 0px;
}
#nav3.sf-menu li.title {
 color:#FFFFFF;
 background:#1c1b1b;
	padding: .50em 1.5em .50em 1em;
}
#nav3.sf-menu li.title:hover {
	/*Use same tag as above */
	color:#FFFFFF;
 background:#1c1b1b;
}
/* Label Class */
#nav3.sf-menu li.label-item {
 color:#000000;
 background:#FFFFFF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}
#nav3.sf-menu li.label-item:hover {
 color:#000000;
 background:#FFFFFF;
}
#nav3.sf-menu li.spacer {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
#nav3.sf-menu li.spacer:hover {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
/* --  -- */

#nav3.sf-menu {
	float: left;
	margin-bottom: 1em;
}
#nav3.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
ul#nav3.sf-menu li {
 background:#FFFFFF;
 white-space: normal; /* ...unless you support IE7 (let it wrap) */
/*-webkit-transition: background .2s;
	transition: background .2s; */
}
ul#nav3.sf-menu li:hover, ul#nav3.sf-menu li.sfHover {
 background:#1c1c1a;
/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}

ul#nav3.sf-menu li:hover .submen::after {
    border-left-color: #fff;
}

ul#nav3.sf-menu > li:hover > a, ul#nav3.sf-menu > li.sfHover > a {
 color:#FFFFFF; /* Hover text color */
}
/* Active Class */
ul#nav3.sf-menu li.active, ul#nav3.sf-menu li.active a {
 color:#FFFFFF;
 background:#000000;
}
#nav3.sf-menu a {
 color:#000000; /* Nav 3 text color */
	border-top: 1px solid #E5E5E5; /* fallback color must use full shorthand */
	padding: .50em 1.5em .50em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
ul#nav3.sf-menu a:hover {
 color: #FFFFFF;
}
/* second level */
ul#nav3.sf-menu ul li, ul#nav3.sf-menu ul li.label-item, ul#nav3.sf-menu ul li.label-item:hover, ul#nav3.sf-menu ul li a {
	background: #fff;
	color: #676767;
}
ul#nav3.sf-menu ul li:hover, ul#nav3.sf-menu ul li a:hover, ul#nav3.sf-menu > li li:hover > a,		/* Color for parent selected item when go to submenu */ ul#nav3.sf-menu > li li.sfHover > a		/* Color for parent selected item when go to submenu */ {
 color: #FFFFFF;
 background:#000000;
}
/* Third Level */
ul#nav3.sf-menu ul ul li {
	color: #676767;
	background: #fff;
}
ul#nav3.sf-menu ul ul li:hover, ul#nav3.sf-menu ul ul li.sfHover {
 color:#FFFFFF;
 background:#000000;
}
/* Dynamic Arrows */

/*** alter arrow directions ***/
ul#nav3.sf-vertical.sf-arrows > li > .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
 border-left-color:#000000; /* edit this to suit design (no rgba in IE8) */
}
ul#nav3.sf-vertical.sf-arrows li > .sf-with-ul:focus:after, ul#nav3.sf-vertical.sf-arrows li:hover > .sf-with-ul:after, ul#nav3.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
	border-left-color: #676767;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback color */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #676767; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #676767;
}
/* Vertical */

.sf-vertical {
	width: 100%;
}
.sf-vertical ul {
	left: 100%;
	top: 0;
}
.sf-vertical > li {
	float: none;
}
.sf-vertical li {
	width: 100%;
}
#mobile-nav {
 background:#FFFFFF;
	padding: 10px;
}
/* ------------------------
      Nav 4
--------------------------*/

ul.nav4 {
	list-style-type: none;
	padding: 0px;
}
ul.nav4 li.title {
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 0px;
 color:#1c1b1b;
	/*color:#fff;*/
	font-size: 16px;
}
ul.nav4 li.label-item {
	display: block;
	padding: 2px 0px 2px 0px;
 color:#FFFFFF;
	font-size: 13px;
}
ul.nav4 li.spacer {
	display: block;
	height: 14px;
}
ul.nav4 li {
	border-top: none;/*border-top:1px solid #fff */ /* if users want lines between links */
}
ul.nav4 li:first-child {
	border-top: none; /* remove first menu top border */
}
ul.nav4 li a {
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
 color:#FFFFFF;
	font-size: 13px;
}
ul.nav4 li a:hover {
 color:#1c1b1b;
}

/* ------------------------
   Filter Nav
--------------------------*/

#filter-sidebar .show-more {
	border:1px solid #ddd;
	padding:5px;
	text-transform: uppercase;
	font-size:12px;
	color: #666;
	outline: 0;
	text-decoration: none;
}

#filter-sidebar #enabledFilters ul{
	list-style-type: none;
	padding:10px 10px 0px 0px;
}

#filter-sidebar .remove-filter{
	float:right;
	color:#666666;
}

#filter-sidebar .panel{
	box-shadow: none;
}

#filter-sidebar .panel-body {
	max-height: 300px;
	overflow: auto;
	padding:0px;
	border:0px;
}

#filter-sidebar #priceRange .panel-body {
	overflow: visible;
	padding:10px 0px;
}

#filter-sidebar .panel-heading {
	border-bottom:1px solid #ddd;
	padding-left:0px;
}

#filter-sidebar .panel-heading a {
	text-decoration: none;
	color:#000;
	outline: 0;
}

#filter-sidebar .panel-collapse {
	border:0;
}

.filter-sidebar {

  margin-bottom: 25px;

}

.filter-sidebar ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.filter-sidebar ul li {

  position: relative;

  margin-bottom: 3px;

}

.filter-sidebar ul li a.remove-filter {

  position: absolute;

  top: 0;

  right: 0;

  color: #aaa;

}

.filter-sidebar .price-range {

  overflow: hidden;

  margin-top: 5px;

  padding: 3px 0;

}

.filter-sidebar .title
{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
	font-size: 18px;
}


.filter-sidebar ul.filter-list a.title {
	border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5;
	font-size: 18px;
	display: block;
}


.filter-sidebar .toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.filter-sidebar .toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}




/* ------------------------
   Quick Search Bar
--------------------------*/

.quicksearch {
// background:#b2b1b1;
// padding:10px;
}
.quicksearch .btn-default {
 background:#1c1b1b;
	color: #fff;
 border:solid 1px #1c1b1b;
}

@media (max-width: 767px) {
	
	
	
	.carousel-caption .btn {
    padding: 6px 16px;
    
}


	
.quicksearch {
	background: none;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
}
.quicksearch a {
	/*color:#fff;*/
	 color:#1c1b1b;
	text-decoration: none;
	float: left;
	margin-top: 2px;
	margin-left: 20px;
}



.flexslider {
	background: none;
	border: 0px;
}
/* ------------------------
     Product Carousel
--------------------------*/

#pcarousel-container {
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection3&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
padding: 30px 0px;
}
h2.product-title-bar {
 background:#ffffff;
	padding: 5px 10px 5px 10px;
 color:#808080;
	text-align: center;
}
#product-carousel {
	padding: 0px 20px;
}
#product-carousel .item {
	text-align: center;
	background: #fff;
	padding: 0px;
}

#product-carousel .itemx {
border: solid 4px #e9e9e9; margin:20px; padding:10px;
}

#product-carousel .itemz {
margin:20px; padding:10px;
}


#product-carousel .item a {
	text-decoration: none;
	color: #b22234;

	font-size: 16px;
	line-height: 20px;
}
.slide-pic-container {
	width:100%;
	height:auto;
	vertical-align: middle;
	margin-left:auto; margin-right:auto;
}
.slide-caption {
	padding-top: 10px;color: #fff; background-color:#b22234; margin-top:0px
}
.flexslider {
	background: none;
	border: 0px;
}

.slide-line{display: block;
width: 66%;
height: 1px;
margin: 0 auto 15px auto;
background-color: #fff;}

.slide-subtitle{
display: block;
width: auto;
margin: 0 0 15px 0;
padding: 0;
font-size: 13px;
line-height: 20px;
color: #7f7f7f;
text-align: center; font-weight:300; min-height:40px;
}
@media (max-width: 648px) {
#product-carousel .slide-subtitle{min-height:75px;font-size: 12px;}

#product-carousel .slide-caption {
	margin-bottom:10px; font-size: 13px;
}
}

.slide-btn{display: block;
width: 120px;
margin: 0 auto;
padding: 5px 0;
font-size: 13px;
line-height: 22px;
color: #FFF;
background-color: #000;
text-decoration: none;
text-align: center; font-weight:300;}

.slide-btn:hover{background-color: #b22234;}

.slide-pic-container:hover img {
    opacity: 0.8;
}

/* ------------------------
    Similar Carousel
--------------------------*/

#similar-container {
padding: 30px 30px;
}

#similar-carousel {
	padding: 0px 20px;
}
#similar-carousel .item {
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#similar-carousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}





/* ------------------------
    Newsletter Signup
--------------------------*/


#newsletter {
 background:#1c1b1b;
 color:#ffffff;
 //background-size:100% 100%;
background-repeat: no-repeat;
background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
//background-attachment: fixed;
//background-size:cover;
	padding: 30px 0px;
	text-align: center;
}
#newsletter .title {
	font-size: 20px;
	font-weight: bold;
}
/* ------------------------
	Video
--------------------------*/

#featured-video {
	text-align: center;
}
#featured-video .inner {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 20px 20px 20px;
}


.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ------------------------
      Featured Item
--------------------------*/

#featured-item {
	text-align: center;
}
#featured-item .inner {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 20px 20px 20px;
}
#featured-item img {
	margin: 0 auto;
}
#featured-item a {
	text-decoration-line: none;
	text-decoration-style: solid;
	color: #000000;
	font-weight: bold;
}
#featured-item p {
	font-size: 12px;
}
/* ------------------------
    Homepage Links
--------------------------*/


#tlinks-container, #blinks-container {
	padding: 30px 0px 30px 0px;
}
#tlinks-container {
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection2&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}
#blinks-container {
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection6&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}
.link-container {
	margin: 20px 0px 0px 0px;
}
.link-item {
	text-align: center;
}
.link-item img {
	margin: 0 auto;
	padding-bottom: 5px;
}
.link-wrap-1 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
}
.link-wrap-2 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
.link-wrap-3 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 33%;
	margin-bottom: 15px;
}
.link-wrap-4 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 25%;
	margin-bottom: 15px;
}

@media only screen and (max-width : 480px) {
.link-wrap-3 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
.link-wrap-4 .link-item {
	text-align: center;
	float: left;
	margin: auto;
	width: 50%;
	margin-bottom: 15px;
}
}
/* ------------------------
  Signature Stores
--------------------------*/

#sigstores-container {
	padding: 30px 0px;
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection7&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}

#signature {
	padding: 0px 20px;
	text-align: center;
}

#sigstores-container h2 {
  color:#1c1b1b;
	text-align: center;
}

#signatureCarousel .item {
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#signatureCarousel .item img {
	margin: auto;
}
#signatureCarousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
#signatureCarousel {
	margin-top: 20px;
}



/* ------------------------
  Signature Collections
--------------------------*/


#sigCollections-container {
	padding: 0px 0px 0px 0px;
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection7&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}


#sigCollections-container h2 {
  color:#1c1b1b;
	text-align: center;
	margin: 30px 0px 30px 0px;
}






/* ------------------------
       Footer
--------------------------*/

#footer {
 background: #1c1b1b;
	padding: 20px 0px 20px 0px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
 color:#1c1b1b;
}
#footer p {
 color: #FFFFFF;
}
#footer .block-left {
}
#footer #block-right {
	text-align: right;
}
#footer #block-right a {
 color:#FFFFFF;
}
#footer #block-right a:hover {
	color: #1c1b1b;
}
#additional-footer {
	margin-top: 20px;
}
#additional-links a {
 color: #FFFFFF;
}
#additional-links a:hover {
	color: #1c1b1b;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
}
#footer .social {
	float: right;
}

@media (max-width: 767px) {
#footer #block-right {
	text-align: left;
}
#footer .social {
	float: none;
}
}
.credit-cards {
	margin-top: 20px;
}
#footer-map {
	background: #fff;
	padding: 5px;
	border: none;
	margin-top: 10px;
	float: right;
}

@media (max-width: 767px) {
#footer-map {
	background: #fff;
	padding: 5px;
	border: none;
	margin-top: 10px;
	float: left;
}
}
/* ------------------------
 Other Home Page Elements
--------------------------*/

#home-content-top {
	padding: 30px 0px 0px;
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection4&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}
#home-content-bottom {
	padding: 30px 0px;
 background-color: #ffffff;
//background-image:url('Pic@UN=31775&F=HomeSection5&Age=-1');
//background-size:100% 100%;
//background-repeat: repeat;
//background-position: left top;
//background-attachment: fixed;
//background-size:cover;
}
#poweredby {
	padding-right: 30px;
}
.signin-links {
	margin-top: 20px;
}
#hitcounter {
	margin-top: 20px;
	bottom: 5px;
	float: left;
	width: 100px;
}
#cclogos {
	margin-top: 20px;
	bottom: 5px;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#adminbutton {
	margin-top: 20px;
	float: right;
	bottom: 5px;
	width: 100px;
	text-align: right;
}
/* ------------------------
	Contact Us
--------------------------*/

.office-location {
	margin-top: 30px;
}
.office-title {
 color:#FFFFFF;
 background:#0000FF;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 20px;
}
.office-header {
	border-bottom: 1px dotted #D5D5D5;
	font-size: 18px;
	padding-bottom: 5px;
}
.map {
	margin-top: 20px;
	border: 1px solid #D7D7D7;
}
.profile-bio {
	border-top: 2px dotted #E5E4E4;
	padding-top: 10px;
	margin-top: 10px;
}
/* Flexible iFrame */

.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------
 	News & Events
--------------------------*/
.news-event {
 border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
}
.event-title {
 color:#1c1b1b;
	margin-top: 0px;
}
.event-time {
	color: #A6A2A2;
}
.event-description {
}
.news-event img {
	margin: 0 auto;
}
/* ------------------------
 	Specials
--------------------------*/


.special {
 border-bottom: 1px solid #A52A2A;
	margin-bottom: 20px;
	padding: 20px 0px 20px 0px;
}
.special-title {
 color:#1c1b1b;
	margin-top: 0px;
}
.special-time {
	color: #A6A2A2;
}
.special-description {
}
.special img {
	margin: 0 auto;
}
/* ------------------------
  Testimonials
--------------------------*/

.quote {
	float: left;
	padding-right: 10px;
}
.testimonial {
	border-bottom: 1px dotted #BFBFBF;
	padding: 20px 0px 20px 0px;
}
.testimonial li.author {
	font-style: italic;
}
.testimonial li.author::before {
	content: "- ";
}
.testimonial li.company {
	color: #969696;
}
.testimonial li.date {
	color: #969696;
	font-size: 12px;
}
.testimonial li.email {
	font-size: 12px;
}
/* ------------------------
 	Links Page
--------------------------*/

#links-header-txt {
	margin-bottom: 40px;
	margin-right: 20px;
}
a.link-title {
	font-weight: bold;
}
.link-description {
	color: #6B6A6A;
}
hr.link-separator {
 border-top-color: #000000;
}
/* ------------------------
 Blog
--------------------------*/

.blog-post {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.featured-img {
	margin-bottom: 20px;
}
.blog-title {
	margin-bottom: 20px;
}
.blog-date {
	color: #5B5B5B;
	font-size: 14px;
}
.blog-desc {
	margin-bottom: 30px;
}

.blog-thumb {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

ul#blog-tags {
	font-size: 14px;
	color: #5B5B5B;
}
ul.recent-blog-list {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
}
ul.recent-blog-list li {
	margin-bottom: 15px;
}
ul.recent-blog-list h4 {
	margin-top: 0px;
	font-size: 20px;
}
.nav-blog.sf-menu li.header h3 {
 color:  #FFFFFF;
 background:#1c1b1b;
	padding: .50em 1.5em .50em 1em;
	font-size: 20px;
	margin: 0px;
}
.nav-blog.sf-menu li.title {
 color:#FFFFFF;
 background:#1c1b1b;
	padding: .50em 1.5em .50em 1em;
}
.nav-blog.sf-menu li.title:hover {
	/*Use same tag as above */
	color:#FFFFFF;
 background:#1c1b1b;
}
/* Label Class */
.nav-blog.sf-menu li.label-item {
 color:#000000;
 background:#FFFFFF;
	padding: .50em 1.5em .50em 1em;
	border-top: 1px solid #E5E5E5;
}
.nav-blog.sf-menu li.label-item:hover {
 color:#000000;
 background:#FFFFFF;
}
.nav-blog.sf-menu li.spacer {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
.nav-blog.sf-menu li.spacer:hover {
	background: none;
	padding: .50em 1.5em .50em 1em;
}
/* --  -- */

.nav-blog.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.nav-blog.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
ul.nav-blog.sf-menu li {
 background:#FFFFFF;
 white-space: normal; /* ...unless you support IE7 (let it wrap) */
/*-webkit-transition: background .2s;
	transition: background .2s; */
}
ul.nav-blog.sf-menu li:hover, ul.nav-blog.sf-menu li.sfHover {
 background:#000000;
/* only transition out, not in */
	/*-webkit-transition: none;
	transition: none;*/
}
ul.nav-blog.sf-menu > li:hover > a, ul.nav-blog.sf-menu > li.sfHover > a {
 color:#FFFFFF; /* Hover text color */
}
/* Active Class */
ul.nav-blog.sf-menu li.active, ul.nav-blog.sf-menu li.active a {
 color:#FFFFFF;
 background:#000000;
}
.nav-blog.sf-menu a {
 color:#000000; /* Nav 3 text color */
	border-top: 1px solid #E5E5E5; /* fallback color must use full shorthand */
	padding: .50em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
ul.nav-blog.sf-menu a:hover {
 color: #FFFFFF;
}
/* ------------------------
     Layout Sections
--------------------------*/

#main-content {
	margin-top: 20px;
}

.contentd #main-content h1 {
    display: inline-block;

    padding: 0 0 30px 0;
	   margin: 0 0 30px 0;
   
    color: #A0A0A0;
    font-weight: 200;
    border-bottom: 1px solid #b7b7b7;
}

#main-content h1 strong{ color:#b22234;}


.page {
	background: #fff;
	padding-bottom: 30px;
}
.section {
	margin-bottom: 20px;
}
.fill {
	background: #f9f9f9;
}
/* -----------------------
	Layout Assist
-------------------------*/

.clear {
	clear: both;
}
.remove-pad {
	padding: 0 !important;
	margin: 0 !important;
}
.table-none th, .table-none td {
	border-top: none !important;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
	padding-right: 0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
	padding-left: 0;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* inline-block space fix */
	margin-right: -4px;
}

@media only screen and (max-width : 990px) {




#nav2.sf-menu {
	text-align: center;
	float: none;
}
#nav2.sf-menu li {
	text-align: center;
	display: inline-block;
	float: none;
}
#nav2.sf-menu ul {
	text-align: center;
	max-width: 12.5rem;
}
#nav2.sf-menu ul li {
	width: 100%;
	display: block;
}
.social {
	float: none;
}
}

/*------------------
	Media Queries
-------------------*/

/* iPhone Retina */







@media only screen and (max-width : 782px) {
	.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	margin-top:-2px;
}

.navbar-toggle {
   
    margin-top: 20px;
}
	
	
	}
@media only screen and (min-width : 280px) {

.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-height: 60px;
	-webkit-transition: width 2s;
	transition: width 2s; 
}


.carousel .item {
	height: 400px;
}
.carousel-caption h1 {
	font-size: 35px;
	color: #fff;
}
.carousel-caption .btn {
	margin-top: 15px;
}


}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-height: 110px;
	-webkit-transition: width 2s;
	transition: width 2s;
	padding:0px;
}
/* fixed nav */


.navbar-default.affix .navbar-brand,
.navbar-default.affix .navbar-brand img {
	height: 50px;
	padding:0px;
	-webkit-transition: width 2s;
	transition: width 2s;

}

.carousel .item {
	height: 430px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.navbar-default .navbar-brand,
.navbar-default .navbar-brand img {
	max-width: 260px; margin-top:10px;
}


/* fixed nav */
.navbar-default.affix .navbar-brand,
.navbar-default.affix .navbar-brand img {

	-webkit-transition: width 2s;
	transition: width 2s;
}
.carousel .item {
	height: 430px;
}
.carousel-caption h1 {
	font-size: 45px;
	color: #fff;
		font-family: 'MagistralW08-Medium';
		letter-spacing:1px;
}
.carousel-caption .btn {
	margin-top: 50px;
}
}






@media only screen and (min-width : 1880px) {

.carousel .item {
	height: 513px;
}

}



@media only screen and (min-width : 2200px) {

.carousel .item {
	height: 513px;
}

}


/* NAVBAR SEARCH */

.searchBox {
	position: relative;
}


.searchBox .dropdown-menu {
	padding: 10px 15px;
	left: auto !important;
	right: 0px !important;
	background: rgba(0, 0, 0, 0.4);
	border:0;
	border-radius: 0;
	z-index: 9999;
}

@media (max-width: 479px) {
.searchBox .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	width: 300px;
}
}

@media (min-width: 480px) {
.searchBox .dropdown-menu {
	width: 600px;

}
}
.searchBox .dropdown-menu li {
	line-height: 0;
	width: 100%;
}
.searchBox .input-group {
	width: 100%;
	position: relative;
}
.searchBox .input-group .form-control {
	box-shadow: none;
	border-radius: 0;
}


@media (max-width: 767px) /* @grid-float-breakpoint -1 */
{
    .navbar-fixed-top
    {
    position: relative;
    top: auto;

    }


}

@media only screen and (max-width : 1005px) {
		.icon-only {
		display:none;
		}

		.nav0 > li,
		.nav0 > li > a {
			margin-left:5px;
		}

		.navbar-default .navbar-nav > li > a {
	font-size: 14px;


    }
}


#msearch {
	padding:10px 10px 0px 10px;
	margin:0px;
	background:#fff;
}




/* ------- Mega Layout -------------------- */

.sig-theme-mega {
  display: flex;
}
.sig-theme-mega .featured {
	position: relative;
  flex: 2;
}

.sig-theme-mega .aside {
	position: relative;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.aside .nested {
	flex: 100%;
	position: relative;
}

/*.aside .nested:nth-child(1),
.aside .nested:nth-child(2) {
	flex: 100%;
} */



.sig-theme-mega img {
  width: 100%;
  height: auto;
}

.sig-theme-mega h3 {
	position: absolute;
    bottom: 0px;
    left: 0px;
	padding:20px;
	font-size: 36px;
	font-weight: 700;
	width: 80%;
	color:#fff;
	margin: 0;
	width: 100%;
	background: rgb(159, 206, 103, 0.5)
}


/* ---------- LIVE-CHAT ---------- */

/* Small button, before user sees full chat */

#live-chat-btn {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 160px;
	background: #272926;
	border-radius: 5px 5px 0 0;
	color: #1c1b1b;
	cursor: pointer;
	padding: 10px 24px;
	text-align: center;
}

#live-chat-btn.theme-round {
	bottom: 10px;
	font-size: 20px;
	right: 24px;
	position: fixed;
	width:50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	padding: 10px;
}

#live-chat-btn.theme-round .chat-label {
	display: none;
}

/* header once users sees the full chat */

#live-chat header {
	background: #272926;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 24px;
	position: relative;

}

#live-chat header .closeChat {
	position: absolute;
	top:15px;
	right:20px;
	color:#fff;
}

#live-chat-btn p, #live-chat header p  {
	margin: 0px;
}

/*
#live-chat-btn p:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
}*/

#chat-wait {
	text-align: center;
	padding:8px;
}


#chat-intro {
	text-align: center;
	padding: 8px 24px;
}

#chat-intro form {
	margin-top:10px;
}

#live-chat-btn.clicked {
	display: none;
}

#live-chat {
	bottom: 0;
	font-size: 12px;
	right: 24px;
	position: fixed;
	width: 300px;
	min-height: 150px;

}

#live-chat #chat-post-message textarea {
	border-radius: 0;
	margin-top:8px;
	border-left:0;
	border-right:0;
}

#chat-messagethread {
	max-height: 300px;
	overflow-y: scroll;
}


.chat {
	border:1px solid #D0D0D0;
}





/*#live-chat h4:before {
//	background: #1a8a34;
//	border-radius: 50%;
//	content: "";
//	display: inline-block;
//	height: 8px;
//	margin: 0 8px 0 0;
//	width: 8px;
}*/

#live-chat h4 {
	font-size: 12px;
}

#live-chat h5 {
	font-size: 10px;
}

#live-chat form#chat {
	padding: 24px;
}

#live-chat form#chat input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 234px;
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close {
	background: #1b2126;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
	display: none;
}

.chat {
	background: #fff;
}

.chat-history {
	padding: 0px 24px 0px 24px;

}

.chat-history hr {
	margin-top:5px;
	margin-bottom:5px;
}


.chat-message {
	margin: 0px;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}

.chat-message-content {
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback {
	font-style: italic;
	margin: 0 0 0 80px;
}


.product-title-bar{ color:#b22234; text-align:center; font-weight:400; margin-bottom:60px; font-size:40px; text-transform:uppercase;}
.product-title-bar span{ color:#A0A0A0; text-align:center; font-weight:300; font-size:25px;  text-align:center; border-bottom: 1px solid #b7b7b7; padding: 10px 0 10px 0;}



/* ------------------------
 Product Search page
--------------------------*/

/* Set the category dropdown to use the same highlight color as the button color on the site) */
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
	background:#272926;
	color:#FFFFFF;
}

/* ------------------------
 Product Detail
--------------------------*/


#thumbCarousel-container {
	padding:0px 30px 0px 30px;
}


#product-img-controls {
	text-align:center;
}

table#order-grid td {
	padding:10px 10px 10px 0px;
}

ul#share-block {
	font-size:14px;
}


#order-options .btn {
		margin-bottom:10px;
	}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#order-options .btn {
		width:100%;
		display:block;
		margin-bottom:10px;
	}
}


/* Product Reviews */

.product-reviews .fa-star{
	color:#ddd;
}


.product-reviews .fa-star.active{
	color:rgba(236,194,48,1.00);
}


.review {
	margin-bottom:20px;
}

.review .author::before {
  content: url(../../distsite/styles/7/common/images/avatarReview.png);
	margin-right:10px;
	vertical-align: -50%;
}

.review .subject {
	font-weight: 600;
}

.review .timestamp {
	font-size: 12px;
	color:#7C7C7C;
}

.reviewCount {
	text-decoration: none;
	font-size: 14px;
}

.btn-review {
	margin-bottom:20px;
}


/* buttons below product details image */
.btn-white {
	background:#fff;
	color:#000;
	border:1px solid #fff;
}

.btn-white:hover,.btn-white:focus, .btn-white:visited {
	background:#efefef;
	color:#000;
}


a.accordion-toggle {
  display: block;
  padding: 10px  15px;
}


#price-grid {
	color: inherit; /* text color in price/qty table */
}

#price-qty-row {
	background:#efefef;	/* backgroud color of qty price grid  */
}

.product-accordian .panel-heading {
	padding:0px;
}


.product-accordian .panel-heading:hover {
	background-color: #ebe9e9;
}


#product-detail {
	text-align:center;
	margin-bottom:20px;
}

#product-nav {
	margin-top:10px;
}


#product-nav a {
	font-size:12px;
	color:#666;
}

#product-controls {
	margin-top:10px;
}


#product-controls a {
	font-size:12px;
	color:#666;
}


#product-img img {
	margin:0 auto;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


.detail-title
{
  font-size: 16px;
  font-weight: 600;
}


#product-detail-controls {
	margin-top:10px;
	text-align:left;
}


.form-search .combobox-container,
.form-inline .combobox-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.form-search .combobox-container .input-group-addon,
.form-inline .combobox-container .input-group-addon {
  width: auto;
}
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
  display: none;
}
.typeahead-long {
  max-height: 300px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
  border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.success .combobox-container .caret {
  border-top-color: #468847;
}

@media only screen and (max-width : 695px) {
.hidden-vds-mobile {
	display:none;
}
}


/*#related-products {
	border:#ddd;
	padding:20px;
}*/

/* ------------------------
    Similar Carousel
--------------------------*/

#similar-container {
padding: 30px 30px;
}

#similar-carousel {
	padding: 0px 20px;
}
#similar-carousel .item {
	text-align: center;
	background: #fff;
	padding: 20px;
	margin: 0px 5px;
}
#similar-carousel .item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}



.alert.alert-price-msg {
	background:#efefef;
	border:1px solid #ededed;
	color:#000;
	padding:10px;
	display:inline-block;
	font-size:14px;
	border-radius:0;
}


.alert-compliance {
	border:1px solid #A3A3A3;
	padding:10px;
}

.alert-compliance p {
	margin:0px;
}

.alert-compliance .msg {
	margin-top: 0px;
  margin-left: 23px;
}



.warning-icon {
  background: url("../../distsite/styles/7/common/images/warning.png") no-repeat;
  width: 16px;
  height:16px;
	margin-top:3px;
  float: left;
  position: relative;
  top: 0px;
}




iframe#emailprod-iframe {
	border:0px;
	width:100%;
	height:550px;
	overflow-x: hidden;
}

iframe#emailshare-iframe {
	border:0px;
	width:100%;
	height:440px;
	overflow-x: hidden;
}



/* ------------------------
 Product List
--------------------------*/

/* Controls - filters */


.btn-control {
	background:none;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	color:#000;

}

.btn-control.grid {
	margin-left:10px;

}

.btn-control:hover {
	color: #868686;
	background: none;

}

.pr-list-filters .control-label {
	font-size:12px;
}


#list-controls .btn {
	padding:5px;
}

.filter-qty {
	color:#BCBCBC;
}


.pr-showing {
	text-align:right;
	font-size:12px;
}

ul.pagination.sigstores {
	margin:0px;
	float:none;
}

ul.pagination {
	margin:0px;
	margin-left:auto; margin-right:auto; margin-top:25px;
}


ul.pagination li a { margin-right:10px;}
.pagenav{margin-top:10px;}
	
	
ul.pagination li a {
	color:#000;
}

ul.pagination li a:hover {
	color:#000;
	background:#eee;
}

ul.pagination li.active a {
	color:#000;
	background:#DDDDDD;
	border:1px solid #DDD;
}

ul.pagination li.active a:hover, ul.pagination li.active a:focus, ul.pagination li.active a:visited {
	color:#000;
	background:#eee;
	border:1px solid #DDD;
}

ul.per-page {
	margin:0px;
	padding:0px;
}

ul.per-page li {
	display:inline-block;
	border-left:1px solid #efefef;
}

ul.per-page li:first-child {
	border-left:none;
}

ul.per-page li a {
		padding:0px 5px 0px 5px;
		font-size:12px;
		color:#999;
}

ul.per-page li a:hover {
		padding:0px 5px 0px 5px;
		font-size:12px;
		color:#000;
}

ul.per-page li.active a {
		color:#000;
}

.pr-list-grid {
//	border:1px solid #E8E8E8; /* change product border color */
	background:#fff;

	text-align:center;
//	margin-bottom:20px;
}

.pr-list-grid:hover {
	cursor: pointer;
//	color:#149FEC;
//	box-shadow: 2px 2px #CFCFCF;
//    -moz-transition: all .2s ease-in;
//    -webkit-transition: all .2s ease-in;
//    -o-transition: all .2s ease-in;
//    transition: all .2s ease-in;
}

.pr-list-grid img {
	margin:0 auto; padding:25px;
}
.katprd img {
	 padding:10px;
}


.pr-list-grid:hover img {
    opacity: 0.8;
}

.pr-products{ padding:10px; text-align:center;}

.pr-number {
	font-size:14px;
	font-weight:300;
	line-height:16px;
	color:#464646; 
	


}

.pr-price {
	font-size:16px;
	font-weight:600;
	line-height:16px;
	color:#000;
	margin-top:20px;
	margin-bottom:5px; text-align:left; margin-bottom:-10px; 

}



.pr-name {
	font-size:14px;
	font-weight:700;
	line-height:16px;
	margin-top:0px;
	color:#b22234; 
	text-align:center;
}



/* New Product Grid Layout */

.thumbnail-list {
  list-style:none;
  margin:0;
  padding:0;
  font-size:0;
}

.thumbnail-list li a {
//	color:#000;
 
}

.thumbnail-list li
{
display:inline-block;
vertical-align:top;
width:30%;
padding:0;

background-color: #FFF;
margin-right:3.2%; margin-bottom:3.2%;
border: 4px solid #efefef;
}
.pr-number{text-align:left;}
.pr-name{}

.uruncerceve{border: 1px solid #F4F4F4; display:inline-block; margin:10px;}




#top-menu-mobile a{

  color: #b22234 !important;
 
}



/* -- Added css for new look --  */
.pr-list-item {
	border:1px solid #E8E8E8; /* change product border color */
	padding:10px;
	margin-bottom:20px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pr-list-item:hover {
	cursor: pointer;
	box-shadow: 1px 3px #B1B1B1;
	/* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

/* -- End Added css for new look --  */

.pr-list-item p.pr-name{
	font-size:14px;
	font-weight:600;
	line-height:16px;
	display:block;
	padding-bottom:10px;
	color:#464646;
}

.pr-list-item .pr-description{
	font-size:12px;
	font-weight:300;
	line-height:18px;
	color:#464646;
}


.pr-list-item .pr-number {
	font-size:12px;
	font-weight:600;
}








.footer-title {
    font-size: 23px;
    font-weight: 600;
    color: #919699 !important;
    margin-bottom: 10px;
		font-family: 'MagistralW08-Medium'; letter-spacing:1px;
}




.bold{ font-weight:600;}
#footer a { color:#f1f1f1; line-height:29px; }
#footer .footer-top { border-bottom:1px solid #3c3b3b; padding-bottom:8px; margin-bottom:5px; margin-top:10px; color:#dddddd;}
#footer .footer-top .footer-iletisim { float:left; width:33%; font-size:13px; line-height:18px; }
#footer .footer-top .icon { float:left; font-size:52px; margin-right:15px;   }
#footer .footer-top .icon i { float:left; }
#footer .footer-top .danisma-hatti { float:right; width:auto; text-align:right;  }
#footer .footer-top .danisma-hatti .icon i { font-size:58px; margin-top:5px;  }
#footer .footer-top .mail .bilgi { color:#fff; font-size:16px; width:260px;float:left; text-align:right; }
#footer .footer-top .mail .bilgi span { font-size:26px; line-height:1.1; color:#FFF; display:block; width:auto; }


#footer .footer-top .danisma-hatti .bilgi { color:#fff; font-size:16px; width:290px; }
#footer .footer-top .danisma-hatti .bilgi span { font-size:26px; line-height:1.1; color:#FFF; display:block; width:auto; }



#footer .footer-bottom {border-top:1px solid #3c3b3b; padding-top:10px;}
#footer .footer-bottom .copy { float:left; color:#dddddd;  font-size:12px;}
#footer .footer-bottom .imza { float:right;color:#dddddd; font-size:12px; }

.zoomLens{ cursor:pointer;}

.flags{ color:#FFF;}
.flags a{ color:#FFF !important; padding:6px 3px !important;}
.flags a img { border-radius:60px;}



.submen::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-color: #fff;
}

.submen::after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
        border-left-color: transparent;
    border-left-color: #000000;
}
.submen:hover::after{ border-left-color: #fff;}
#product-detail{
border: solid 1px #ddd;
padding: 10px;
}
.urundetay h1 ,.urundetay #product-controls{ margin-top:0px;}
.urundetay{ padding-left:50px;}

.urundetay .btn{
	width:49%;  margin-top:0px;
}



#to_top {
    bottom: 30px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 90;
    background-color: #b22234;
    border-radius: 50%;
}
#to_top span {
    margin: 2px;
    width: 40px;
    height: 40px;
    background: url("../images/icon_gototop.png") no-repeat scroll center center transparent;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
}




   .sticky-actions { display:none;}
   
   

   
   .fotkategori{margin-top:25px;}
      .mobilonly{ display:none;}
   
   
   
	  	  @media only screen and (max-width: 1133px){
			  
			   .navbar-default .navbar-nav > li > a {

	font-size: 12px;
	

}
			  
			  }
			  
			  
		  @media only screen and (max-width: 1215px){	  
			  
		#footer .footer-top .mail .bilgi { font-size:14px;width:180px  }
#footer .footer-top .mail .bilgi span { font-size:18px;  }	  
			  
			  }  
			  
			
			
			  @media only screen and (max-width:1007px){	  
			  
		#footer .footer-top .mail .bilgi { font-size:12px;width:140px  }
#footer .footer-top .mail .bilgi span { font-size:14px;  }	  
			  
			  }    
	  
	  
	  
	    @media only screen and (max-width:680px){	  
			  
		#footer .footer-top .mail .bilgi { font-size:12px;width:140px ; text-align:left; }
#footer .footer-top .mail .bilgi span { font-size:14px;  }	  
			  
			  }    

	  @media only screen and (max-width: 993px){
	  	 .sf-menu a{ font-size:12px; line-height:18px;} 
		  .sf-menu .title{ font-size:12px; line-height:18px;} 
		  
		  
		 
		  
		  
	  }
	  
	  
	  
	    @media only screen and (max-width: 932px){
			  
			   .navbar-default .navbar-nav > li > a {

	font-size: 11px;
	
	 padding: 10px 5px;
	

}
			  
			  }
	  
	  
	  
	  @media only screen and (max-width: 768px){
	.container > .navbar-header {
 
    height: 80px;
}


#page-title h1 {
   
    font-size: 25px;
  
}
#page-title h2 {
   
    font-size: 25px;
  
}




		  .urundetay{ padding-left:20px; padding-right:20px;}
		  
		  #firstnamediv{ margin-bottom:15px;}
	
#sidebar{ width:25%; z-index:2; margin-right:0%; float:left; height:100%;}
.urunlersag{ float:right; width:68%}
	
	#to_top {
    bottom: 100px;
	 right: 10px;
	}

#footer {
  
    padding-bottom: 50px;
}
.footer-bottom{ padding:5px 10px;}

  .sticky-actions {
		display:block;
      position: fixed;
      bottom: 0px; 
     
      margin: 0 auto;
      width: 150px;
	
	  padding:5px 0 5px;
	  width:100%; text-align:center; background:rgba(235,138,24,0.7);
	  
	
	 
      z-index: 9; }
      .sticky-actions .sticky-actions-inner {
        margin-left:auto; margin-right:auto; width:160px;
        
       }
      .sticky-actions a {
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        height: 35px;
        width: 35px;
        display: inline-block;
        margin-right: 10px;
        background-color: #fff;
        cursor: pointer; }
        .sticky-actions a.middle-action {
          position: relative;
          top: -5px; }
        .sticky-actions a .fa-comments {
          font-size: 40px;
          top: 17%;
          left: 17%;
          color: #1c1c1a;
          position: relative;
		  
		 
		  
		  
		   }
        .sticky-actions a .fa-phone {
          font-size: 28px;
         top: 11%;
          left: 18%;
          color: #1c1c1a;
          position: relative;
		  
		  
		  background-position: -147px -553px;
		  width: 25px;
height: 25px;
display: block;
		  
		   }
		  .sticky-actions a .fa-whatsapp {
          font-size: 28px;
          top: 11%;
          left: 18%;
          color: #5dab4e;
          position: relative;
		 
		  background-position: -147px -519px;
		  width: 25px;
height: 25px;
display: block;

		  
		  
		   }
		  
		  
        .sticky-actions a .fa-envelope {
          font-size: 24px;
		 
          top: 2px;
          left: 18%;
          color: #1c1c1a;
          position: relative;
		  
		  background-position: -147px -573px;
		  width: 25px;
height: 25px;
display: block;
line-height:31px;
		  
		   }	
	
	

	
}
	
	  @media only screen and (max-width: 720px){
		  
		  
		   .sf-menu a{ font-size:11px; line-height:15px;} 
		   .sf-menu .title{ font-size:12px; line-height:18px;} 
		   #sidebar{ width:25%;}
		   
		    
				.fotkategorix{ display:none;}
				.mobilonly{ display:block;}
				
	  }



	  @media only screen and (max-width: 590px){
		  
		  
		
		  
		   .sf-menu a{ font-size:9px; line-height:13px;} 
		   .sf-menu .title{ font-size:10px; line-height:15px;} 
		   #sidebar{ min-width:130px;}
		  
		  }


  @media only screen and (max-width: 519px){
	  .thumbnail-list li {
    width: 30%;
}


.pr-name, .pr-number {
    font-size: 11px;font-weight:normal;
   
}
  }



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	  .thumbnail-list li {
    width: 45%;
}

	
	.thumbnail-list li {

    
    margin-right:4%;
	 margin-bottom:4%;
   

}

.thumbnail-list li:nth-child(2n){   margin-right:0%;}
}




 @media only screen and (max-width: 431px){
	
.urunlersag {
  
    width: 63%;
}
  }



 @media only screen and (max-width: 404px){
	
.pr-name, .pr-number {
    font-size: 9px; font-weight:normal;
   
}
  }




 @media only screen and (max-width: 377px){
	
.urunlersag {
  
    width: 58%;
}
  }


 @media only screen and (max-width: 335px){
	
.urunlersag {
  
    width: 50%;
}
  }





@media only screen and (max-width : 770px) {
.logo02{ display:none !important;}
}

@media only screen and (max-width : 768px) {
	
	.mobilurun{ display:block;}
.mobilurun .btn-lg {

    padding: 8px 15px;
}
	
	
	ul.pagination {
	float:none;
	}

	.pr-showing {
	text-align:left;
	font-size:12px;
	float:left;
	padding-top:5px;
	}

    }


@media (max-width: 992px) {
	
	#footer .footer-top .danisma-hatti { display:none;}
	#footer .footer-top .footer-iletisim {   width: 49%;}
	
	}
	
	@media only screen and (max-width : 682px) {
	#footer .footer-top .footer-iletisim{ width:100%; margin-bottom:25px;}}

@media only screen and (max-width : 480px) {
	ul.pagination {
	margin:10px auto 10px auto;
	float:none;
	}

	.pr-list-item .pr-description, .pr-list-item .pr-number {
		display:none;
	}

	.pr-list-item a.pr-name {
		font-size:12px;
	}

	.pr-list-item .col-xs-5 {
		padding:0px;
	}
	
	
	

}









/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {
.rwd-table th,  .rwd-table td, .detayfield th,  .detayfields td {
	border: 1px solid #ddd !important;
}
}
.rwd-table {
	margin: 1em 0;
	min-width: 300px;
}
.rwd-table th {
	display: none;
	font-weight: normal;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
	padding-top: .5em;
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) "";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}












@media (min-width: 480px) {
.rwd-table td:before {
	display: none;
}
}
.rwd-table th, .rwd-table td {
	text-align: left;
}

@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: .25em .5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
	padding-left: .5em;
}
.rwd-table th:last-child, .rwd-table td:last-child {
	padding-right: 0;
}
.table.rwd-table th,  .table.rwd-table td {
	border: 0;
}
}


.moneyx {

    font-weight: 500;
font-size: 39px; color:#b22234; margin-top:15px; margin-bottom:15px; 
}

#fiyatbr{ float:left; margin-right:5px;}


#urn01{float:left; width:261px; height:280px; border:solid 1px #dddddd; margin:15px 20px 5px 0px; display:block; background-color:#fff;font-family: 'Roboto', sans-serif;}
#urn01-1{width:100%; height:227px; line-height:140px; text-align:center; padding-top:0px;}
#urn01-2{height:53px; padding-left:10px; background-image:url(../images/urndet.png); background-position:right; background-repeat:no-repeat;}
#urn01-2 h2{color:#2f2b2a;font-size:14px; font-weight:600;text-align:left; margin:0px;padding-top: 20px;}
#urn01-2 p{color:#737373; font-size:13px;}

#urn01:nth-child(4n){margin-right:0px;}

#urn01:hover{border-color:#989898;}




.dilact{ font-weight:600; cursor:default;}
.dilpsf{font-weight:300;}


.dilpsf:hover{
 color:#b22234 !important;
}



.variations-table{ }

.variations-table .select-option {
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}


.variations-table .select-option a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    float: left;
    position: relative;
	border:solid 1px #333;
	margin-left: 5px;
}


.variations-table .select-option.selected a::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
	text-shadow: 2px 2px 3px #000;
}


.contentdetail table {width: 100%; background: #FFFFFF; border:1px solid #dadada; margin: 5px 0 20px 0; float:left;  margin-bottom:30px;}
.contentdetail table tr {padding: 5px 0;     background-color: #fff;}
.contentdetail table tr td {padding: 5px; color: #2f2f30; font:400 13px/20px 'Roboto', sans-serif; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada;}

.contentdetail table tr:first-child {
    background-color: #eaeaea;
}

.contentdetail table tr:first-child td {
	font-weight:600;
	}

.contentdetail table tr td:first-child {
	width:450px;
	}
	
	
	
	
	
	
	.pagecont table tr:first-child {
    background-color: #fff;
}

.pagecont table tr:first-child td {
	font-weight:400;
	}


	
	
	
	
	
	
	
	.pricedetail table {width: 100%; background: #FFFFFF; border:1px solid #dadada; margin: 5px 0 20px 0; float:left;  margin-bottom:30px;}
.pricedetail table tr {padding: 8px 0;     background-color: #fff;}
.pricedetail table tr td {padding: 8px; color: #2f2f30; font-family: Fira Sans;
line-height: 24px;
font-size: 12pt; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada;}

.pricedetail table tr:first-child {
    background-color: #eaeaea;
}

.pricedetail table tr:first-child td {
	font-weight:600;
	}


	
	
	
.techdet table { background: #FFFFFF; border:1px solid #dadada; margin: 5px 0 20px 0; float:left;  margin-bottom:30px;}
.techdet table tr {padding: 5px 0;     background-color: #fff;}
.techdet table tr td {padding: 5px; color: #2f2f30; font:400 13px/20px 'Roboto', sans-serif; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada;}

.techdet table tr:first-child {
    background-color: #eaeaea; font-weight:600;
}

.techdet table tr:first-child td {
	font-weight:600; 
	}

.techdet table tr td:first-child {
	width:300px; font-weight:600;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.basdetail table {width: 100%; background: #FFFFFF; border:1px solid #dadada; float:left;  margin-bottom:30px;}
.basdetail table tr { background-color: #fff;}
.basdetail table tr td {padding: 10px 10px 0; color: #2f2f30; font-family: Fira Sans;
line-height: 24px;
font-size: 12pt; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada;border-top: 1px solid #dadada;}


.basdetail table tr:first-child td {
	font-weight:600;
	}

.basdetail table tr td:first-child {
	width:450px;
	}
	

	
	
	
	
	
	
	



@media only screen and (max-width: 993px){ 
#main-content table tr td:first-child {
	width:auto;
	}
	}
	


	
	.detayfield table {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #dadada;
    margin: 5px 0 20px 0;
}

.detayfield table tr td {
    padding: 8px 5px 0px ;
    color: #2f2f30;
    font: 400 13px/20px 'Roboto', sans-serif;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.detayfield table tr {
    padding: 5px 0;
    background-color: #fff;
}

	.detayfield table tr:nth-child(1) {
    background-color: #efefef; font-weight:600; line-height: 1.42857143;
}


#sepety,#sepetx{position:absolute; background-color:#b22234; border-radius:90px; width:20px; line-height:20px; font-size:10px; text-align:center; color:#FFF; margin-top:-29px; margin-left:11px;}


@media only screen and (max-width: 768px){ 	
	
	.pricedetail table tr td {
    padding: 4px;
    
    line-height: 18px;
    font-size: 12px;
   
}
	
	.basdetail table tr td {
    
  
    font-size: 12px;

}
	
	
	}
	
#top-menu-wrap	.fa::before, #top-menu-wrap	.glyphicon::before, #top-menu-wrap .dilact  { color:#b22234 !important;}

.men001{}

.navbar-nav  li{ margin:12px 16px;}


.navbar-nav  li a {  
    width: 40px;
    height: 40px;
	display: block;
position: relative;
top: 0;
    margin: 0;
    padding: 0;
    background-position: left top;
    background-repeat: no-repeat;
}


.navbar-nav  li a:hover {
    text-decoration: none;
    background-position: left bottom;
}




@media only screen and (max-width : 1213px) { .navbar-nav  li{ margin:0 19px;}}
	@media only screen and (max-width : 1181px) { .navbar-nav  li{ margin:0 15px;}}

	@media only screen and (max-width : 1112px) { .navbar-nav  li{ margin:0 5px;}}
@media only screen and (max-width : 961px) { .navbar-nav  li{ margin:0 0px;}}
@media only screen and (max-width : 828px) { .navbar-nav  li{ margin:0 -3px;}}

	@media only screen and (min-width : 768px) {





.navbar-nav a span::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -12px;
    width: 16px;
    height: 12px;
    margin: 0 0 0 -8px;
    padding: 0;
    z-index: 1;
    background-image: url('../images/main_nav_arrow.png');
}


.navbar-nav a span {
    display: none;
    position: absolute;
    top: auto;
    bottom: -32px;
    left: -59px;
    width: 160px;
    height: 28px;
    margin: 0;
    padding: 3px 0;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #b22234;
    white-space: nowrap;
	text-transform:none;
	
}

.navbar-nav a span{ display:none;}
.navbar-nav a:hover span{ display:block;}


	}


@media only screen and (max-width : 767px) {
	
	.navbar-nav  li a {  
    width: 40px;
    height: 40px;
	
}
	
	
	.navbar-nav a span {
    display: block;
    line-height: 20px;
	font-size:16px;
    color: #000; padding-left:50px;
  
}

.navbar-nav a span:hover{ color:#b22234;}

.navbar-default .navbar-nav > li > a {display: block; width:100%}
.navbar-default .navbar-nav > li > a:hover{ color:#b22234;}
	
	}


.parallax-box { display: block; width: 768px; padding: 70px 0 50px 0; margin: 0 auto; text-align: center; }
.parallax-box-headline { display: block; margin: 0 0 20px 0; color: #FFF; font-size: 25px; line-height: 35px; }
.parallax-box-subline { display: block; margin: 0 0 40px 0; color: #b22234; font-size: 36px; line-height: 42px; text-transform: uppercase; }
.parallax-box-text { display: block; color: #FFF; }

@media all and (max-width:768px) {
.parallax-box { width: 100%; margin: 0; }
}	

.parallax-window {
    min-height:385px;
    background: transparent;
}

	
	
	
.itemy {
	text-align: center;
	background: #fff;
	padding: 0px; float:left; width:30%; margin-right:2%;
}

.blogx .itemx {
border: solid 4px #e9e9e9; margin:20px; padding:10px;
}


.itemy .slide-pic-container {
    width: 100%;
	max-width:350px;
    height:auto;

    vertical-align: middle;
	margin-left:auto; margin-right:auto; margin-bottom:20px;
}

.itemy a {
    color: #b22234;
    font-size: 16px;
    line-height: 20px;
}








.section_bg_gray {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0 10px 0;
    background-color: #f0f0f0;
}

.maintextx {
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top; float:left; width:100%;
}

.maintextx h2{ color:#A0A0A0; text-align:center; }

.section_1050 {
    max-width: 1050px;
    margin: 0 auto;
}

.outer_box {
    clear: both;
    display: block;
    float: left;
    width: 91.78%;
    margin: 0 0 30px 4.11%;
    padding: 0;
}

.maintextx .mainlft {
    float: left;
    display: block;
    width: 45%;
    margin: 0;
    overflow: hidden; font-weight:300;font-size: 14px; margin-left:0%;
}
.mainclr {
	clear:both;
}


.maintextx .mainrght {
    float: right;
    display: block;
    width: 45.0%; 
    margin: 0;
    overflow: hidden;font-weight:300; font-size: 14px;
}


.maintextx ul li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 22px;
    background-image: url(../images/list.png);
    background-position: top left;
    background-repeat: no-repeat;
}



.textCenter{ text-align:center;}
.outer_box h2.headline_inhalt strong, .outer_box h1.headline_inhalt strong {
    font-size: 40px;
    line-height: 60px;
}


.outer_box h2 strong, .outer_box h1 strong{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #b22234;
    font-weight: 200;
    text-transform:none;
}

.outer_box h2, .outer_box h1{

    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #A9A9A9;
	font-weight:100; 
}


.section_trennlinie {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background-color: #AAA; margin-bottom:45px;
}








section_bg_none{
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0 10px 0;
    background-color: #FFF;
}

.section_1200 {
    width: 100%;
    margin: 0;
}



.section_bg_none h3{
    font-size: 25px;
    line-height: 30px;
    color: #b22234; font-weight:100;
}

.section_bg_none p{
    font-size: 14px;
    line-height: 23px;
   
}



@media all and (max-width:768px) {
	
	.maintextx .mainlft,.maintextx .mainrght {
    float:none;  width: 100%; margin-right:0px; margin-left:0px; margin-bottom:25px;}
	
	
	.maintextx {
    background-image:none;
   	
	
	
	}
}


@media all and (max-width:552px) {
	
.textCenter{ text-align:center;}
.outer_box h2.headline_inhalt strong, .outer_box h1.headline_inhalt strong {
    font-size: 33px;
    line-height: 40px;
}


.outer_box h2, .outer_box h1{

    font-size: 18px;
    line-height: 22px;
  
}
}



@media all and (max-width:480px) {
	

.outer_box h2.headline_inhalt strong, .outer_box h1.headline_inhalt strong {
    font-size: 28px;
    line-height: 35px;
}

.outer_box h2, .outer_box h1{

    font-size: 16px;
    line-height: 20px;
  
}
}



#nav3{ margin:0px; padding:0px;}
.leftmen{
	background-color: #F0F0F0; max-width:270px;padding: 20px 15px; margin-right:35px;
}
.leftmen ul li {
    list-style-type: none;
    display: block;
    margin: 15px 0 15px 0;
    padding: 0;
   
}

.leftmen .title{
display: block;
margin: 0 0 10px 0;
font-size: 20px;
line-height: 30px;
color: #b22234;
text-align: center;
text-transform: uppercase;
}

#sidebar_headline_line {
    display: block;
    width: 82%;
    height: 1px;
    margin: 10px auto 20px auto;
    padding: 0;
    background-color: #828282;
}


.men002 {  
  
	display: block;
position: relative;
  height: 40px; padding-left:40px; line-height:37px;

    background-position: left top;
    background-repeat: no-repeat;
}



.leftmen ul ul li {
    list-style-type: none;
    margin: 0px 0 0px 0px;
    padding: 0px 0 0px 22px;
    background-image: url(../images/list.png);
    background-position: top left;
    background-repeat: no-repeat; font-size:14px; 
}

.leftmen ul ul li a {display:block; line-height:25px;}


.leftmen ul li a:hover{ color:#fff; background-color:#b22234; background-position: left center;}

.leftmen ul ul li a:hover{ color:#b22234; background-color:#F0F0F0;}





  #serachx {
    display: block;
    top: 0;
    left: 0;
    width: 165px;
	float:left;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #828282;
    border: none;
    outline: none;
}
#seracbt {
    display: block; float:left;
    top: 0;
    left: auto;
    right: 0;
    width: 60px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 10;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background-color: #b22234;
    border: none;
    outline: none;
}
     #seracbt:hover {background-color: #b96707;}
     
	 .linew{clear:both; margin-bottom:10px; background-color:#FFF; height:8px; margin-top:15px; width:120%; margin-left:-10%;}
	 
	 .serfrm{margin-top:-20px;}
	 
	 
	 .contactform{
display: block;
background-color: #f0f0f0;
padding: 30px;
margin: 0 0 20px 0;}

.private{background-color:#FFF; border-radius:5px; color:#9c9999; width:100%;}

.prvt1{float:left; line-height:40px;}

.privatex{background-color:transparent; border-radius:5px; color:#fff; width:100%; max-width: 550px;
margin-left: auto;
margin-right: auto;}
.privatex a{color:#b22234;}
	 .activem{ color:#b22234; }
	 
	 @media all and (max-width:1244px) {
	 
	 .leftmen {
  
    margin-right:0px;
}


#serachx {
   
    width: 140px;
	
	    padding: 0 20px 0 10px; font-size: 14px;


	 }
	 
	 }
	 
	 
	 
	 	 
	 @media all and (max-width:1012px) {
	  .linew{ width:130%; margin-left:-15%;}
	
#serachx {width: 80px;  padding: 0 5px 0 5px;  font-size: 11px;}
	 
	 }
	 
	
	
	a:focus {outline: none !important;}
	
	
	.toolbar {
 font-weight:700;
 text-transform:uppercase;
 margin-bottom:32px;
 position:relative;
 float:left;
 width:100%;
 border-top:1px solid #cbcbcb;
 display:block;
 text-align:right
}
.toolbar.toolbar-bottom {
 color:#2d2d2d;
 border-color:#d0d0d0;
 padding:30px 0;
 margin-bottom:0;
 border-bottom:0
}
.toolbar-bottom .padding {
 padding-top:0
}
.toolbar.toolbar-bottom .page-total {
 float:left;
 margin:0;
 font-size:12px;
 font-weight:400;
 text-transform:none
}
.toolbar label {
 font-weight:500;
 margin:0 20px 0 0;
 letter-spacing:.44px
}
.toolbar .view-mode {
 float:left;
 text-align:left
}
.toolbar .btn-group label {
 margin-top:8px;
 float:left
}
.toolbar .btn-group {
 margin:20px 0 13px;
 text-align:left
}
.toolbar button {
 color:#66787f;
 text-transform:uppercase;
 padding:0;
 text-align:left;
 font-weight:400;
 letter-spacing:0
}
.toolbar button.btn-hover {
 color:#e95144;
 position:relative;
 z-index:2
}
.toolbar button.btn-hover:before {
 background:#fff;
 border-right:1px solid #dfe4e6;
 content:"";
 height:91px;
 position:absolute;
 right:-30px;
 top:-40px;
 width:119px;
 z-index:-1
}
.toolbar .right button.btn-hover:before {
 right:auto;
 left:-30px;
 border-left:1px solid #dfe4e6;
 border-right:0
}
.toolbar .collection-filter-btn,
.toolbar .collection-filter-btn .icon-drop {
 height:0;
 width:0;
 border:5px solid transparent;
 border-top-color:#7a8e95;
 display:inline-block;
 vertical-align:middle;
 margin-left:7px;
 text-indent:-999em;
 cursor:pointer;
 margin:3px 3px 0 10px;
 padding:0;
 background:0
}
.toolbar .collection-filter-btn.btn-hover .icon-drop {
 border-top-color:#e95144
}
.toolbar .grid,
.toolbar .list {
 width:14px;
 height:14px;
 text-indent:-999em;
 display:inline-block;
 line-height:14px;
 -webkit-transition:all 0.5s ease 0s;
 -moz-transition:all 0.5s ease 0s;
 -ms-transition:all 0.5s ease 0s;
 -o-transition:all 0.5s ease 0s;
 transition:all 0.5s ease 0s;
 letter-spacing:.05em
}
.toolbar .grid {
 margin-right:20px
}
.toolbar span.grid {
 color:#e95144
}
.toolbar a.grid.active,
.toolbar a.grid:hover {
 text-decoration:none;
 color:#e95144
}
.toolbar a.list {
 background-position:0 -727px
}
.toolbar a.list.active,
.toolbar a.list:hover {
 text-decoration:none;
 color:#e95144
}
.toolbar span.list {
 color:#e95144
}
.toolbar .btn-group.filter-show {
 margin-left:10px
}
.toolbar .filter-show button.dropdown-toggle {
 width:120px
}
.toolbar .filter-show.open .dropdown-menu {
 min-width:120px
}
.toolbar button.dropdown-toggle {
 float:none;
 border:1px solid #cbcbcb;
 color:#505050;
 background:#fff;
 line-height:36px;
 padding:0 50px 0 10px;
 position:relative;
 text-transform:capitalize;
 width:170px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 height:36px
}
.toolbar button.dropdown-toggle:after {
 content:"";
 width:36px;
 height:35px;
 border-left:1px solid #cbcbcb;
 position:absolute;
 right:0;
 top:0
}
.toolbar button.dropdown-toggle:before {
 position:absolute;
 right:14px;
 top:16px;
 width:0;
 height:0;
 border:4px solid transparent;
 border-top-color:#000;
 content:""
}
.toolbar .btn-group.open .dropdown-toggle {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none
}
.toolbar .btn-group.open .dropdown-toggle:before {
 border-top-color:transparent;
 border-bottom-color:#000;
 margin-top:-5px
}
.toolbar .open .dropdown-menu {
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 display:block;
 left:auto;
 right:0;
 min-width:170px
}
.toolbar .open .dropdown-menu li.active {
 margin:0
}
.dropdown-menu>li>a {
 color:#505050;
 font-size:12px;
 text-transform:capitalize;
 padding:3px 10px
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
 background-color:#f5f5f5;
 color:#66787f
}
.filter-sortby{ display:block; text-align:left; float:left}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
    color: #66787f;
}

	 @media all and (max-width:1214px) {
.leftmen ul ul li {
 height:auto !important;
}




}

.seitig{ margin-top:7px; display:none;}


.secxyt{float:left; width:35%; line-height:40px;}
.secxzt{float:left; width:65%;}

 @media all and (max-width:980px) { 
 
 .secxyt{width:50%;}
.secxzt{width:50%;}
 
 }
 




@font-face {
  font-family: 'AlwaysBeenRight';
  src: url('fonts/AlwaysBeenRight.eot?#iefix') format('embedded-opentype'),  url('fonts/AlwaysBeenRight.woff') format('woff'), url('fonts/AlwaysBeenRight.ttf')  format('truetype'), url('fonts/AlwaysBeenRight.svg#AlwaysBeenRight') format('svg');
  font-weight: normal;
  font-style: normal;
}




 
  @media all and (max-width:470px) { .moneyx {
  
    font-size: 25px;
  
}

.carousel-caption p{ font-size:11px;}

.product-title-bar h1{ font-size:30px}
.product-title-bar span{ font-size:20px} 

}

.newstext{width:69%;float:left; margin-right:0px; border-bottom-right-radius:0px; border-top-right-radius:0px;}
.newsbtn{background-color:#b22234; border-color:#b22234; width:31%; float:left; border-bottom-left-radius:0px; border-top-left-radius:0px;}

  @media all and (max-width:1274px) {
	  
	  
	  #nav1.sf-menu a {

  padding: 10px 4px;

}

.navbar-nav li {
  margin: 12px 6px;
}

ul#nav1.sf-menu li span {
 
  padding-left: 2px;
  padding-right: 2px;
}
	  
	   }


  @media all and (max-width:1058px) {
	  
	  
	  #nav1.sf-menu , #nav1.sf-menu a {

   font-size:11px;

}


	  
	   }





  @media all and (max-width:1210px) { 
  .newstext{width:60%;}
.newsbtn{ width:40%; }

  
  .navbar-brand  img{ width:250px;

}
  
  
  }
  
  
  
    @media all and (max-width:994px) {.navbar-nav li {
  margin: 12px 0px;
} }
  
  
    @media all and (max-width:882px) {#nav1.sf-menu a {
  padding: 10px 1px;
} 

#nav1.sf-menu a,#nav1.sf-menu {
  font-size: 10px;
}
.navbar-brand img {
  width: 225px;
}

.affix-top {
  margin-top: 15px;
}
}
  
  
   @media all and (max-width:770px) {.affix-top {
  margin-top: 0px;
}}
  
  
  
    @media all and (max-width:1003px) { 
  .newstext{width:50%;}
.newsbtn{ width:50%; }

  
  
  
  }
  
       @media all and (max-width:767px) { 


  .navbar-brand {

  margin-top: 20px;
}
  .navbar-default {
  background-color:transparent;

}
  .navbar-default #navbar{
  background-color: #f8f8f8;

}
header {
  height: 135px;

}


#top-menu-wrap .fa::before{color: #b22234 !important;}
  }
  
     @media all and (max-width:766px) { 
  .newstext{width:70%;}
.newsbtn{ width:30%; }


  
  }
  
  
  
  .tabx01 .panel-heading{ background-color:#b22234; color:#FFF !important;}
    .tabx01:hover .panel-heading{ background-color:#db5000;  color:#FFF !important;}
	  .tabx01:hover .panel-heading a{ color:#FFF !important;}
	  
	  
	.tabx01  .panel-heading .accordion-toggle::after {
 
    color: #FFF;
}



  
  .tabx02 .panel-heading{ background-color:#38588e; color:#FFF !important;}
    .tabx02:hover .panel-heading{ background-color:#264373;  color:#FFF !important;}
	  .tabx02:hover .panel-heading a{ color:#FFF !important;}
	  
	  
	.tabx02  .panel-heading .accordion-toggle::after {
 
    color: #FFF;
}


  .tabx03 .panel-heading{ background-color:#ffa500; color:#FFF !important;}
    .tabx03:hover .panel-heading{ background-color:#eb9b08;  color:#FFF !important;}
	  .tabx03:hover .panel-heading a{ color:#FFF !important;}
	  
	  
	.tabx03  .panel-heading .accordion-toggle::after {
 
    color: #FFF;
}


  .tabx04 .panel-heading{ background-color:#cf3e3e; color:#FFF !important;}
    .tabx04:hover .panel-heading{ background-color:#aa2d2d;  color:#FFF !important;}
	  .tabx04:hover .panel-heading a{ color:#FFF !important;}
	  
	  
	.tabx04  .panel-heading .accordion-toggle::after {
 
    color: #FFF;
}



#main-content .titletop h1{
    color: #b22234; font-weight:400; font-size: 40px;
line-height: 60px; text-transform:none; margin: 0 0 0 0;
}
#main-content .titletop h2{
font-size: 20px;
line-height: 24px;
margin: 0 0 20px 0;
color: #A9A9A9;
font-weight: 100; margin: 0 0 20px 0;
}

.urundetay h1{color:#333;  font-weight:400;}

 @media all and (max-width:552px) { 
  #main-content .titletop h1{
 font-size: 28px;
line-height: 35px;}
#main-content .titletop h2{
    font-size: 18px;
    line-height: 22px;
}
 }
 
 
.galeri {
  
    margin-top: 15px;
   
}

.galeri .galeriic {
    float: left;
    height: 210px;
    width: 149px;
    margin-right: 16px;
    margin-bottom: 15px;
    text-align: right;
}

.galeri .galeriic .resim {
    font-size: 24px;
    color: #FFF;
    height: 200px;
    width: 150px;
    overflow: hidden;
    line-height: 24px;
    text-transform: uppercase;
	box-shadow: 0 0 2px 2px #f2f2f2; padding:10px;
}



.galeri .galerilink {
    float: left;
    height:auto;
    width: 220px;
    margin-right: 16px;
    margin-bottom: 15px;
    text-align: right;
}

.galeri .galerilink .resim {
    font-size: 24px;
    color: #FFF;
    height:auto;
    width: 220px;
    overflow: hidden;
    line-height: 24px;
    text-transform: uppercase; box-shadow: 0 0 2px 2px #f2f2f2; padding:10px;
}





.galeri .galerilogo {
    float: left;
    height: 100px;
    width: 180px;
    margin-right: 16px;
    margin-bottom: 15px;
    text-align: right;
}

.galeri .galerilogo .logo {
    font-size: 24px;
    color: #FFF;
   height: 100px;
 width: 180px
    overflow: hidden;
    line-height: 24px;
    text-transform: uppercase;
}