@import "http://webfonts.ru/import/america.css";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500,900&subset=latin,cyrillic);

html,
body {
	font-size: 100%;
    height: 100%;
    background-color: #ffe3ab;
    background-image: url('/img/bg.png');
    background-repeat: repeat;
    color: #401E1D;
    font-family: 'Roboto', sans-serif;
    
}

.btn {
	line-height: 1;
}

body {
    overflow-y: scroll;
}

h2, h3,h1,h4 {
    font-family: 'America XIX';
}


h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    padding-top: 60px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

div.img {
    display: inline-block;
    margin-bottom: 10px;
    
}

div.img img {
    max-width: 100%;
    width: 100%;

}



.product-item {
	margin-bottom: 80px;
	text-align: center;
}


.product-item .item {
    padding-top: 10px;
    display: inline-block;
    background-color: #401E1D;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFE3AB;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}



.product-item .item .title {
    margin-top: 0px;
}

.title small {display:block;color: #FFE3AB;}

.price {
    /*font-family: Tahoma;*/
    font-size: 30px;
    font-weight: normal;
    font-family: 'America XIX';
    margin-bottom: 5px;
    display: block;
}

.info .more {display: none;}

.info {
    margin-bottom: 5px;
    position: relative;
}

.sostav {
    position: absolute;
z-index: 10;
top: 190px;
right: 15px;
text-align: right;
background-color: rgba(64, 30, 29, 0.44);
padding: 3px 12px;
}

.wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.logo img {max-width: 100%;}

.logo {margin-bottom: 40px;}

.bar-title {
	line-height: 30px;
	margin-bottom: 60px;	
}

.bar-title h1 {
	background-color: #401E1D;
	color: #FFE3AB;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 2em;
	font-family: 'America XIX';
	
}

.bar-title h3 {
	font-size: 1.875em;
}

@media (max-width: 600px) {
	.bar-title {
		
		margin-bottom: 20px;	
	}
	.bar-title h1 {
		font-size: 1.6em;
	}
	
	.bar-title h3 {
		font-size: 1.5em;
	}
}



.slogan-right span {
	color: red;
}

.slogan {
	font-size: 16px;
}

.slogan h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
}
	
.slogan-left, .slogan-right {
	padding-top: 20px;
}
	
.slogan-left h3, .slogan-right h3 {
	margin: 0px 0px 10px 0px;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	
}

.slogan-center h3 {
	margin: 0px 0px 10px 0px;
	color: red;
	text-transform: uppercase;
	font-size: 2.625em;
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 600px) {
	
	.slogan-center h3 {
		font-size: 2em;
	}
}

.gap {
	display: block;
	padding-bottom:60px;
}

.btn {
	border: 2px solid #401E1D;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #401E1D;
	color: #FFE3AB;
}

.btn.btn-link {
	background-color: transparent;
	border: 1px solid #401E1D;
	color: #401E1D;
}

.info .weight {
	font-size: 25px;
	font-family: 'America XIX';
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

.order .info {
	margin-bottom: 20px;
}

.btn:hover, .btn:active, .btn:focus {
	border: 2px solid #401E1D;
	background-color: transparent;
	color: #401E1D;
}

.btn.btn-link:hover {
	border: 1px solid #401E1D ;
	background-color: #401E1D;
	color: #FFE3AB;
	
}

#shopping-cart {
	padding: 10px;
	padding-bottom: 20px;
/*
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
*/
    border: 3px solid #401E1D;
	background-color: rgba(255, 227, 171, 0.6);
	
	font-family: 'America XIX';
	font-size: 20px;
	
/*
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
*/
	
}

#shopping-cart .cart-container {}

#shopping-cart .title {
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	
}

#shopping-cart td {
	font-size: 20px;
	border-color: transparent;
	padding-top: 3px;
	padding-bottom: 3px;
}

#shopping-cart table {
	margin-bottom: 20px;
}

#shopping-cart tr.border td {
	font-size: 20px;
	border-bottom: none;
	border-top: 1px solid #401E1D;
	
	
	padding-bottom: 40px;
}


#shopping-cart .price {
	color: red;
}

#shopping-cart th {
	color: #FFE3AB;
	background-color: #401E1D;
	border-color: transparent;
	padding-left: 20px;
}

.list-group {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.list-group .list-group-item {
	border-radius: 0;
	border: none;
	
	background-color: transparent;
}

#text p {
	margin-bottom: 5px;
}
#map iframe {
	width: 100% !important;
	
    

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 1);
}

.help-block {
  
  color: #401E1D;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

