* {margin: 0}
html, body { height: 100%; text-align: justify; }

body {
    min-width: 320px;
    background-color: #eee;
    padding: 0;
}

body h1 {
    font-size: 44.5px;
}

.partners_img {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.nav.nav-pills.nav-stacked {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    padding: 5px 0;
    text-shadow: 0 2px 2px #969696;
    color: #373737;
}

.share {
    background: none repeat scroll 0 0 #F9F476;
    box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.75);
    color: #222222;
    font-size: 12px;
    line-height: 17px;
    padding: 12px 10px 12px 15px;
    position: absolute;
    right: -5px;
    top: 10px;
    width: 400px;
}

.teasers .thumbnail p, 
.teasers .thumbnail h3 {
    text-align: center;
}

.teasers .thumbnail h3 {
    font-size: 20px;
    margin: 10px 0;
}

.teasers .thumbnail p {
    margin: 0 0 10px;
}

.teasers .thumbnail p a {
    padding: 10px 0;
    display: block;
}

.teasers .thumbnail img {
    border-bottom: 1px solid #ddd;
}

.well {
	overflow: hidden;
}

.well.dark form .require {
    font-weight: bold;
    margin-right: 2px;
}

.small-bt-margin {
    margin-bottom: 10px;
}

.big-bt-margin {
    margin-bottom: 40px;
}

body .well form .main-info {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: justify;
}

body .well form .info {
    font-size: 11px;
    text-align: left;
}

.well.dark form{
    text-align: left;
}

.flash-notice, .flash-error {
    bottom: 0;
    left: 0;
    padding: 10px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.flash-notice {
    background-color: #E6F5F3;
    border: 1px solid #3EA017;
}

.flash-error {
    background-color: #F5E6E8;
    border: 1px solid #9E0D0D;
}

.remark {
    clear: both;
    color: #777777;
    float: right;
    font-size: 11px;
    margin-top: 10px;
}

body .well.smart-box {
    margin: 30px 0;
    padding: 0;
}

body .well.smart-box .info p {
    margin: 20px 20px 20px 0; 
}

body .nav-pills > .active > a,
body .nav-pills > .active > a:hover {
    background-color: #777;
}

.thumbnail h1, .thumbnail h2, .thumbnail h3, .thumbnail h4, .thumbnail h5, .thumbnail h6, .thumbnail p {
    margin: 10px;
    text-align: justify;
}

.nav-pills a {
    color: #777;
}

.search-query {
    width: 82%;
}

.navbar-search {
    float: none;
    margin-bottom: 10px;
}

.info-box p {
    margin: 0 0 30px 30px;
    text-align: justify;
    font-size: 15px;
}

.description {
    margin-top: 10px;
    text-align: justify;
    font-size: 15px;
}

.cost, .detail-cost {
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
    background-color: #777;
    overflow: hidden;
}

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

.cost {
}

a.cart {
    text-decoration: none;
    position: fixed;
    color: white;
    text-align: center;
    right: -5px;
    z-index: 50;
    width: 75px;
    height: 50px;
    display: block;
    background: url('/bundles/tandemfrontend/images/cart_added.png') no-repeat #222;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    line-height: 50px;
    padding-left: 5px;
    padding-top: 30px;
    top: 150px;
}

.detail-cost {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
}

.cost .btn {
    float: left;
    margin: 5px;
}

.product, .category {
    padding: 5px;
    overflow: hidden;
}

.product .cost{
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    line-height: 30px;
}

.product .info {
    height: 70px;
    border-top: 1px solid #999;
    padding-top: 5px;
}

.category .info {
    height: 45px;
    text-align: center;
    border-top: 1px solid #999;
    padding-top: 5px;
}

.product .actions, .product .actions a{
	color: #777;
	font-size: 11px;
}

.product .actions .more {
	float: right;
}

.product .img_wrp, .category .img_wrp {
	height: 210px;
	overflow: hidden;
	line-height: 210px;
}

.product img, .category img {
	width: 100%;
}

ul.products {
    margin: 0 0 10px 0;
}

ul.products li {
    list-style-type:none;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.products .info {
    padding: 5px;
    overflow: hidden;
}

.products .info .title {
    font-size: 19px;
}

.products .info .description {
    margin-top: 10px;
    font-size: 14px;
}

.pagination {
    background-color: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
    text-align: center;
    border: 1px solid #E3E3E3;
}

.list-image {
    width: 150px;
    float: left;
    margin-right: 5px;
    border: 1px solid #eee;
}

.images-box .main-image img {
    width: 100%;
}

.separator {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.wrapper {
    min-height: 100%;
    /* IE */
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(222, 222, 222) 90%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(222, 222, 222) 90%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(222, 222, 222) 90%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(222, 222, 222) 90%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(222, 222, 222) 90%);
    background-image: url(/bundles/tandemfrontend/images/bg.png);
}

.logo {
    color: #008F56;
    font-size: 30px;
    font-weight: bold;
    float:left;
    border: 1px solid #ccc;
    background-color: tranparent;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);
    -webkit-border-bottom-right-radius: 70px;
    border-bottom-right-radius: 70px;
    -moz-border-radius-bottomleft: 70px;
    overflow: hidden;
}

.logo a {
    text-decoration: none;
    color: #008F56;
}

.logo div {
    color: #8A0000;
    font-size: 0.8em;
}

.images {
    float: left;
    margin: 5px 0;
}

.images-line {
    width: 300%;
    position: relative;
}

.images-box {
    overflow: hidden;
    position: relative;
}

.border-light {
    border: 1px solid #E3E3E3;
    overflow: hidden;
}

.images img {
    margin-right: 5px;
}

ul.navigation {
    position: absolute;
    right: 0;
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.navigation li {
    display: inline;
    float: left;
}

ul.navigation li a {
    position: relative;
    display: block;
    top: -70px;
    color: white;
    text-decoration: none;
    background-color: #777;
    padding: 80px 20px 10px 20px;
    margin: 0 5px;
    text-align: right;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

ul.navigation li a.shop {
/*    background: url("/bundles/tandemfrontend/images/shop.png") no-repeat scroll 60px 7px #777;*/
}

ul.navigation li a.map {
/*    background: url("/bundles/tandemfrontend/images/map.png") no-repeat scroll 17px 9px #777;*/
}

ul.navigation li a.repairs {
/*    background: url("/bundles/tandemfrontend/images/repairs.png") no-repeat scroll 10px 7px #777;*/
}

ul.navigation li a.order {
/*    background: url("/bundles/tandemfrontend/images/order.png") no-repeat scroll 14px 7px #777;*/
}

.well.dark {
    color: #ccc;
    background-color: #777;
    padding: 0 5%;
}

.well.dark h3 {
	font-size: 23px;
}

.well.dark input, .well.dark textarea {
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.well.dark input[type='submit'] {
    width: auto;
}

.contact-box div {
    font-size: 15px;
    font-weight: normal;
    margin-left: 20px;
}

.contact-box {
    font-size: 16px;
    font-weight: bold;
}

.contact-box span {
    margin-left: 20px;
    display: block;
}

#map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

#header, #footer {
    position: relative;
    background-color: #fff;
    height: 80px;
    z-index: 100;
    background: #333;
    background: -moz-linear-gradient(275deg, #555 25%, #333 60%);
    background: -webkit-linear-gradient(275deg, #555 25%, #333 60%);
    background: -o-linear-gradient(275deg, #555 25%, #333 60%);
    background: -ms-linear-gradient(275deg, #555 25%, #333 60%);
    background: linear-gradient(5deg, #555 25%, #333 60%);
}

.push {
    height: 40px;
}

#footer {
    font-size: 13px;
    color: #bbb;
    height: 10px;
    padding: 15px 10px;
    text-align: right;
}

#footer a {
    color: #bbb;
}

#content {
    position: relative;
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 50px;
    height: 100%;
    z-index: 1;
    
}

.shadow_box {
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.75);
}

.gradient {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(40deg, rgb(255, 255, 255) 30%, rgb(207, 224, 212) 72%);
    background: -webkit-linear-gradient(40deg, rgb(255, 255, 255) 30%, rgb(207, 224, 212) 72%);
    background: -o-linear-gradient(40deg, rgb(255, 255, 255) 30%, rgb(207, 224, 212) 72%);
    background: -ms-linear-gradient(40deg, rgb(255, 255, 255) 30%, rgb(207, 224, 212) 72%);
    background: linear-gradient(130deg, rgb(255, 255, 255) 30%, rgb(207, 224, 212) 72%);
}

.bottom-radius {
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -webkit-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

img.partner {
    padding: 5px;
    margin: 5px;
    max-width: 200px;
}


.dialog {
  top: 150px;
  z-index: 102;
  position: fixed;
  background: white;
  border: 1px solid #E3E3E3;
  position: fixed;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.dialog .close {
  position: absolute;
  background: #FFFFFF;
  color: #777777;
  font-size: 20px;
  height: 26px;
  opacity: 1;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 26px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.show-dialog {
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  cursor: pointer;
  background: black;
  opacity: 0.7;
}

.overlay.active {
  display: block;
}

form input.phone-validate {
  position: relative;
  padding-left: 30px;
}

form .field {
    position: relative;
}

form .phone-prefix {
  position: absolute;
  left: 6px;
  bottom: 15px;
  z-index: 10;
  color: #555;
}

@media only screen and (max-width: 1000px) {
#content {
    width: 90%;
    padding: 10px 5%;
}
}

@media only screen and (max-width: 850px) {
.share {
    position: static;
    width: auto;
    margin: 10px 0;
}
}

@media only screen and (max-width: 780px) {
ul.navigation li a {
    padding-left: 10px; 
    padding-right: 10px;
}
ul.navigation li a.shop {
/*    background: url("/bundles/tandemfrontend/images/shop.png") no-repeat scroll 50px 7px #777;*/
}

ul.navigation li a.map {
/*    background: url("/bundles/tandemfrontend/images/map.png") no-repeat scroll 7px 9px #777;*/
}

ul.navigation li a.repairs {
/*    background: url("/bundles/tandemfrontend/images/repairs.png") no-repeat scroll 0px 7px #777;*/
}

ul.navigation li a.order {
/*    background: url("/bundles/tandemfrontend/images/order.png") no-repeat scroll 4px 7px #777;*/
}
.product .img_wrp {
	height: auto;
}
}

@media only screen and (max-width: 720px) {
ul.navigation li a {
    margin: 0 1px;
}
.search-query {
    width: 95%;
}
}

@media only screen and (max-width: 640px) {
#content {
    width: 100%;
    padding: 10px 0;
}

.wrapper {
    overflow: hidden;
}

#header {
    height: auto;
}

ul.navigation {
    position: static;
    bottom: 0;
    width: 100%;
}

ul.navigation li {
    display: block;
    width: 100%;
    float: none;
}

ul.navigation li a {
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    text-align: center;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 10px;
    position: static;
}

body #header #menu ul.navigation li a {
   background-image: none;
}

a.cart {
    position: static;
    width: 100%;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    padding: 0;
}

.dialog {
  top: 50px;
  width: 94%;
  left: 3%;
  margin-left: 0;
  padding: 10px;
}
}
