@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");



body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 1.42857143;
    color: #eee;
    background-image: url("/_design/bg3.jpg");
    background-repeat: repeat, no-repeat;
    background-size: 100% 100%;
    font-weight: 300;
    color: #775555;
    background-attachment: fixed;
}   

h3 {font-size:21px;}
a {
    color: #993636;
}
/* Icons */

  .icon {
    position: relative;
    text-decoration: none;
    font-size: 2.5em;
    color:#fff;
    margin-top:5px;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }
/*
.nav.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
    background-color: transparent;
    text-decoration: none;
    opacity: 2;
}

.nav > li > a {

    opacity: 0.35;
}

.navbar-nav {flex-direction:row;}
*/

@media screen and (min-width: 737px)
.nav > li >  a.active:after {
    border-bottom-width: 0.5em;
}
}
@media screen and (min-width: 737px)
.nav > li >  a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.75em;
    margin-left: -0.5em;
    border-bottom: solid 0em #ffffff;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    -moz-transition: border-bottom-width .25s ease-in-out;
    -webkit-transition: border-bottom-width .25s ease-in-out;
    -ms-transition: border-bottom-width .25s ease-in-out;
    transition: border-bottom-width .25s ease-in-out;
}
}

footer {
	padding:60px 0;
	background-color: #202327;
	margin-bottom: 30px;
}

header, .top-logo {
	background-color: transparent;
}


@media only screen and (max-width: 479px) {
  h3.cart {
    font-size:17px;
  }
}

header > p {

    color: #baa;

}

strong, b, h1, h2, h3, h4, h5, h6 {

    font-weight: 400;
    color: #993636;

}

header > p {


    font-size: 1.5em;
    letter-spacing: -0.015em;
    margin-top: 0;

}

.modal {
    margin: auto;
    max-width: 300px;
}

.modal-content {
    position: relative;
    background-color: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}

.modal-footer {
    padding: 0;
    text-align: center;
    border-top: 0;
}

.circle {
    position: relative;
    max-width: 100%;
    height: 0;
    padding: 50% 0;
    margin: 60px auto;
    border-radius: 50%;
    background: #C2151B;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  margin: -25;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

 i.circle-but {
    color: #fff;
    text-decoration: none;
    top:0;
}

i.circle-but:hover {
    color: #fff;
    text-decoration: none;
    top:0;
}

input.danger {
  background-color: red;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.content:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 100%;
}

.content span {
  width:230px;
  vertical-align: middle;
  display: inline-block;
}






.ic-basket:before {
    content: "\e611";
}

.user-panel-auth__link {
    color: #b0b7bd;
    text-decoration: none;
}
/*.user-panel-auth__link:hover {
    color: #fff;
    text-decoration: none;
}*/

.phones__current {
    color: #b0b7bd;
    text-decoration: none;
}
/*.phones__current:hover {
    color: #fff;
    text-decoration: none;
}*/

.glyphicon {
    color: #b0b7bd;
    text-decoration: none;
}

.glyphicon:hover {
    color: #C2151B;
    text-decoration: none;
}
.modal-content {
    background-color:#C2151B;
    color:#fff;

}