@font-face {
    font-family: MAK-Helios;
    src: url(../fonts/MAK-Helios.ttf);
}
@font-face {
    font-family: MAK-Helios-Bold;
    src: url(../fonts/MAK-Helios-Bold.ttf);
}
@font-face {
    font-family: MAK-Helios-Bold-Italic;
    src: url(../fonts/MAK-Helios-Bold-Italic.ttf);
}
@font-face {
    font-family: MAK-Helios-Italic;
    src: url(../fonts/MAK-Helios-Italic.ttf);
}
@font-face{
    font-family: Ubuntu-R;
    src: url(../fonts/Ubuntu-R.ttf);
}
@font-face{
    font-family: Arial;
    src: url(../fonts/arial.ttf);
}

@font-face {
    font-family: MAK-Kudriashov-Italic;
    src: url(../fonts/MAK-Kudriashov-Italic.ttf);
}

body{
	font-family: Ubuntu-R;
	font-size: 15px;
}
.navbar-nav{
	margin: -0.3px;
}
.nav.navbar-nav li a{
	padding: 23px;
}
.navbar-nav>li{
	border-left: 1px solid #e6e6e6;
}
.navbar-default .navbar-nav>.active>a{
	background-color: #fff;
	color: #b41456;
	border-bottom: 2px solid #b41456;
	margin-bottom: -1px;
}
.navbar-default .navbar-nav>.hover>a{
	background-color: #fff;
}
.nav.navbar-nav .dropdown-menu li a{
	padding: 10px;
}
.navbar-nav>li:last-child{
	border-right: 1px solid #e6e6e6;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #fff;
	background-color: #b41456;
}
.dropdown-menu{
	background-color: #b41456;
	border-radius: 0;
	width: 250px !important;
	border: none;
	padding: 6px 0;
}
.dropdown-menu li a{
	color: #fff;
}
.navbar-default{
	background-color: #fff;
	border-color: #b41456;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: #fff;
	color: #000;
}
.navbar-header img{
	width: 160px;
	margin-top: 10px;
}
.navbar-default .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#b41456;
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background-color: #b41456;
}
.nav.navbar-nav img{
	width: 20px;
}
@media screen and (min-width:1025px) { 
	margin-top: 10px;
}
@media screen and (min-width:1281px) { 
	margin-top: 10px;
}
/* 

.nav.navbar-nav li{
	border: 1px solid #e2e2e2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navbar{
	border-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #b41456;
    background-color: #fff;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
    color: #b41456;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
    color: #b41456;
}

.navbar-default .navbar-nav>.active>a{
    color: #b41456;
    background-color: #fff;
}
.navbar-default{
	background-color:#fff;
	border-color: #b41456;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
	background-color: #b41456;
}
.dropdown-menu>li>a{
  font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	color: rgba(255, 255, 255, 0.64);
	background-color: transparent;
}
.dropdown-menu .menu a:hover .submenu{
	display:block;
}
 */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; 
}


input[type=search] {
  background: #fff url(../img/search.png) no-repeat 9px center;
  border: none;
  padding: 0px 10px 0px 0px;
  width: 30px;
  margin-top: 23px;
	margin-bottom: 23px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input[type=search]:focus {
  width: 100%;
  background-color: #fff;
  border-color: #b41456;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
/* Demo 2 */
input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
input[type=search]:hover {
  background-color: #fff;
}
input[type=search]:focus {
  width: 100%;
  max-width: 60px;
	padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
input:-moz-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: transparent;
}

.slide {
	width: 100%;
}
.slider-item{
	height:100%;
}
.slider-item div img{
	width: 100%;
    height: 100%;
}

.footer{
    background-color: rgb(205, 204, 209);
    color: #666;
}
.contact{
 padding-top: 10px;
}


.glyphicon { padding: 8px; }
.thumbnail
{
    border: none;
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item a{
    text-decoration: none;
}
.item.list-group-item .list-group-image
{
    margin-right: 10px;
    width: 200px;
    height: 250px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 40px;
    padding-right: 150px;
}
.item.list-group-item
{
    padding: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}
.item.grid-group-item .list-group-image
{
    margin-right: 30px;
    width: 100%;
    height: 350px;
}
.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
    font-size: 18px;
}
.saleprice{
    font-size: 15px;
    margin-left: 15px;
    text-decoration: line-through;
    color: #bebebe;
}

.categories .list-group-item{
    /*border:1px solid #c3c3c3;*/
    border-left: none;
    border-right: none;
    padding-left:0;
}
.categories a.list-group-item.sub-item{
    border:none;
    padding-left: 30px !important;
			font-size: 13px;
	color: #777777;
}
.categoriesview{
    font-size: 15px;
}

a.list-group-item:hover,.categories a.list-group-item:focus{
    color: #b41456;
    background-color: #fff;
}
.categories .list-group-item:first-child{
    border-top:none;
}
.categories .list-group-item:last-child{
    border-radius: 0;
}
.categories ul li{
    border-bottom: 1px solid red;
}
.featured .list-group-item{
    border: none;
    padding-left:0;
}
.featured .list-group-item a{
    color: #000;
    text-decoration: none;
}
.featured .list-group-item a:hover{
    color: #b41456;
}
#products figure {
    background: #fff;
    max-width: 260px;
}
#products figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#products figure:hover img {
    opacity: .6;
}

.productheader{
    background-color: #f5f5f5;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 17px;
    height:50px;
		margin-left: 0;
    margin-right: 0;
}
.sortby .dropdown{
    display:inline-block
}
.sortbtn{
    width: 161px;   
    text-align: left;
}

.viewstyle{
    display: inline-block;
}
.viewstyle a{
    color: #585858;
    text-decoration: none;
}
.viewstyle a:hover{
    color: #b41456;
}
.sortby{
    display: inline-block;
    float: right;
}
.contactus{
		color: #a9a9a9;
    margin-top: 56px;
    margin-bottom: 20px;
    border: 1px solid #bebebe;
    padding: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #bebebe;
    padding-top: 0px;
}
.contactinfo{
		color: #a9a9a9;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 5px;
}
.contactus .submit{
    width: 100%;
    height: 40px;
    color: #FFF;
    border: none;
    background-color: #b41456;
}
.map {
    min-width: 200px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.storesmap {
   /* margin-top: 20px;*/
    min-height: 800px;
    width: 100%;
    height: 100%;
    /*margin-bottom: 20px;*/
}
td{
    min-width: 100px;
}

.related{
    margin-top: 20px;
}

.elevatezoom-gallery img.active{
    border: 1px solid #b41456;
}
a{
    text-decoration: none;
}
.gallery-category{
	width:100%;
	margin-top: 15px;
}
.gallery-category a{
	text-decoration: none;
	color: #000;
	opacity: 0.4;
}
.gallery-category figure img{
	width:  100%;
  height: auto;
	opacity: .5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallery-category figure{
	background-color : #1d1d1d;
	width: 100%;
}

.gallery-category figure img:hover{
	opacity: 1;
}

#gallery{
    width: 100% !important;
    max-width: 3000px !important;
}
.fullcategory{
    width: 100%;
}

.double_title{
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -10px;
}
.double_title p{
  font-weight: bold;
  font-size: 20px;
  opacity: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.double_title h4{
  font-weight: bold;
  position: relative;
  bottom: 25px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
	font-size: 30px;
	color: #666666;
}
#menus img{
	max-width:100%;
	height: auto !important;
}
#menus table{
	max-width:100%;
}
.btn-circle {
	width: 20px;
	height: 20px;
	padding: 3px 0;
	font-size: 10px;
	border-radius: 15px;
}
