/*
Theme Name: FRUIT
Description: Описание темы
Author: Octik
Version: 1.0
*/
li#categories-3 ul {
    padding: 0;
}
li#categories-3 ul li a{
  text-decoration: none;

}
li#categories-3 ul li {
  text-decoration: none;
  padding: 10px 0;
}
section.singlepage p {
    font-size: 16px;
}
li#categories-3 h2 {
    display: none;
}
li#categories-3  {
    list-style: none;
}
li#categories-3 li{
  list-style: none;
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
section.singlepage {
    padding: 50px 0;
}

@font-face {
    font-family: TenorSansRegular; /* Имя шрифта */
    src: url(./fonts/TenorSansRegular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Rounds Black; /* Имя шрифта */
    src: url(./fonts/Rounds Black.ttf); /* Путь к файлу со шрифтом */
}

/* DEMO example styles for logo image */
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
    width: 260px;
    margin-right: -30px;
    margin-top: -6px;
}
section.navigator {
    background: url(./img/bg_header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px -7px;
    position: absolute;
    width: 100%;
    height: 180px;
    z-index: 100;
    top: -3px;
}
.cover {
    width: 100%;
    display: block;
    height: 350px;
    position: absolute;
    top: 0px;
    background: #000000a8;
    z-index: 2;
}
#navbar {
    margin-top: 8px;
}
body{
	font-family: 'TenorSansRegular';
}
.label-slider {
    background: #fdcd01;
    color: #fff;
    padding: 40px 0px;
}
.label-slider h2 {
    text-align: center;
    margin: 0px;
    font-family: "Comfortaa", sans-serif;
    font-size: 24px;
    margin-top: 20px;
}
.label-slider img {
    width: 45px;
}
section.product {
    padding-top: 35px;
    margin-bottom: 30px;
}
section.like {
    margin-bottom: 30px;
}
.orange {
    background: url(./img/orange.png);
    width: 291px;
    display: block;
    height: 245px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-size: 100% 100%;
    margin-top: -242px;
}

#product .carousel-inner #photo  img{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: table;
    margin: 0 auto;
}
#product .carousel-inner #photo:hover  img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
section.subscribe {
    background: url(./img/bg_subscribe.jpg);
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
input.form-control {
    border-radius: 0px;
}
span#basic-addon2 {
    background: #638024;
    color: #fff;
    text-transform: uppercase;
}
.input-group {
    border: 4px solid #638024;
    font-family: "Comfortaa", sans-serif;
}
input.form-control {
    padding: 25px 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #638024 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:  #638024 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:  #638024 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:  #638024 !important;
}
::placeholder {
  color:  #638024 !important;
}
section.subscribe h3 {
    margin-bottom: 50px;
    font-family: "Comfortaa", sans-serif;
    font-size: 21px;
    text-align: center;
}
.input-group-addon{
	border: 0px !important;
	border-radius: 0px !important;
}
section.product a,.like a, .categoria a  {
    color: #638024;
    font-size: 20px;
    font-weight: 700;
    font-family: "Comfortaa", sans-serif;
}
.tab-content .tab-pane {    
    position: relative;
}
section.categoria {
    margin: 70px 0px;
}
.nav-tabs {
    border: 0 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color: #638024 !important;
    border: 0 !important;
    border-bottom-color: transparent;
}
section.product p,.like p , .categoria p{
    display: block;
    text-align: left;
    margin: 15px 0px;
/*    padding-left: 30px;*/
    z-index: 10;
    position: relative;
}
figure.snip1295 p {
    text-align: center;
}
footer p {
    text-align: center;
    font-size: 14px;
    position: relative;
    top: -10px;
    font-family: "Comfortaa", sans-serif;
}
ul.nav.navbar-nav.navbar-right b {
	font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Comfortaa", sans-serif;
}
ul.nav.navbar-nav.navbar-right span {
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 100;
}
ul.nav.navbar-nav.navbar-right img {
    vertical-align: bottom;
    margin-right: 10px;
}
ul.nav.navbar-nav.navbar-left {
    position: relative;
    top: 18px;
    font-family: "Comfortaa",sans-serif;
    font-weight: 100 !important;
}
ul.nav.navbar-nav.navbar-left a {
    font-size: 14px;
    letter-spacing: 0px;
    margin-right: 0px;
}
ul.nav.navbar-nav.navbar-right li {
    margin-right: 8px;
}
select {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    position: relative !important;
    top: 15px !important;
    letter-spacing: -1px !important;
    margin-left: 10px !important;
    outline: none !important;
}
select:focus {
    background: #65a500 !important;
    outline: none !important;
}
footer a, footer a:hover{
	color: #638024;
    font-weight: 900;
}
.snip1295 {
  overflow: hidden;
  width: 100%;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  min-height: 321px;
}
.snip1295 img {
  max-width: 100%;
  vertical-align: top;
  	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: table;
    margin: 0 auto;
    height: 235px !important;
}
.snip1295:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.snip1295 .border {
  position: absolute;
  opacity: 0.45;
}
.snip1295 .border:before,
.snip1295 .border:after,
.snip1295 .border div:before,
.snip1295 .border div:after {
  background-color: #f5b043;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.snip1295 .border:before,
.snip1295 .border:after {
  width: 0;
  height: 1px;
}
.snip1295 .border div:before,
.snip1295 .border div:after {
  width: 1px;
  height: 0;
}
.snip1295 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.snip1295 .border.one:before,
.snip1295 .border.one div:before {
  left: 0;
  top: 0;
}
.snip1295 .border.one:after,
.snip1295 .border.one div:after {
  bottom: 0;
  right: 0;
}
.snip1295 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
.snip1295 .border.two:before,
.snip1295 .border.two div:before {
  right: 0;
  top: 0;
}
.snip1295 .border.two:after,
.snip1295 .border.two div:after {
  bottom: 0;
  left: 0;
}

.snip1295:hover .border:before,
.snip1295.hover .border:before,
.snip1295:hover .border:after,
.snip1295.hover .border:after {
  width: 100%;
}
.snip1295:hover .border div:before,
.snip1295.hover .border div:before,
.snip1295:hover .border div:after,
.snip1295.hover .border div:after {
  height: 100%;
}

#product .item.active {
    height: 350px;
}

#product .carousel-caption h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
#product{
	font-family: "Comfortaa",sans-serif;
}
#product .carousel-caption p a {
    font-size: 16px;
    color: #fff;
    margin-right: 13px;
}
#product .carousel-caption p a i{
	margin-left: 10px;
}
#product .carousel-caption p{
	color: #78a026;
}
.product h2{
	color: #eb5910;
	margin-bottom: 20px;
}
.cs {
    margin-bottom: 30px;
}
#home .carousel-caption {
    background: #0000008c;
    top: 222px !important;
}
#home .carousel-caption h3{
	font-size: 42px;
}

p.description {
    text-align: left !important;
    color: #424242;
    font-size: 16px;
}

#product ul {
    margin: 0;
    padding: 0;
    font-size: 15px;
}
section.like h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 70px 0px;
}
#product ul li {
    margin-bottom: 7px;
    list-style: none;
}
i.fa.fa-check-square {
    color: #5a9f4a;
    margin-right: 7px;
    font-size: 19px;
    vertical-align: middle;
}
span.status {
    text-transform: uppercase;
    background: #6f9c28;
    color: #fff;
    padding: 8px;
}
span.price {
    margin-left: 17px;
    font-size: 21px;
    color: #eb1010;
    font-weight: 700;
}
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-tabs > li {
    margin-bottom: 0px;
    width: 100%;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    color: #638024;
}
.tab-pane h3 {
    font-size: 17px;
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 25px;
    line-height: 25px;
}
.top {
    display: table;
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 10;
}
.table-users {
  margin: 1em auto;
  overflow: hidden;
}

.table-users img {
    width: 100px;
}
table {
  width: 100%;
}
table td, table th {
  color: #2b686e;
  padding: 10px;
}
table td {
  text-align: center;
  vertical-align: middle;
}
table td:last-child {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #eb1010;
    font-weight: 700;
}
body#categoria {
    font-family: "Comfortaa",sans-serif;
}
table th {
    background-color: #7aa026;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 35px 0px;
}
table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}
h4#print ,#print a{
    text-align: right;
    color: #eb5a11;
    font-size: 15px;
    margin: 40px 0px;
}
ul.social {
    padding: 0;
    margin-top: 25px;
}
ul.social li{
	list-style: none;
	display: inline-block;
}
ul.social li a {
    color: #eb5910;
    font-size: 30px;
    margin-right: 10px;
}
.contact h4 {
    font-weight: 700;
    margin-bottom: 25px;
}
section.contact h3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    display: table;
    margin: 40px auto;
    background: #729f2b;
    padding: 20px 40px;
}
@media print {
    body > section { display:none; }
	body section .table-users {display:block;}
}
@media screen and (max-width: 700px) {
  table, tr, td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 0px;
    padding: 4px 20px 4px 0px;
    position: relative;
    text-align: center;
  }
  td:not(:first-child):before {
    color: #91ced4;
    content: '';
    display: block;
    left: 0;
    position: absolute;
  }
/*  td:nth-child(3):before {
    content: 'Назва:';
  }
  td:nth-child(4):before {
    content: 'Ціна:';
  }
  td:nth-child(5):before {
    content: 'Comments:';
  }*/

  tr {
    padding: 10px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header {
    background-color: transparent;
    color: white;
    font-size: 2em;
    font-weight: 700;
    padding: 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

  img {
    border: 0px solid;
    border-color: #daeff1;
    height: 100px;
    margin: 0.5rem 0;
    width: 100px;
  }

  td:first-child {
    background-color: #77a227;
    border-bottom: 1px solid #77a227;
    border-radius: 0px;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    color: #fff;
    padding: 25px 0px;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
    text-align: center;
    color: #77a227;
    font-weight: 700;
  }
  td:not(:first-child):before {
    font-size: .8em;
    padding-top: 0.3em;
    position: relative;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: white !important;
    margin: 0.5rem 0;
    padding: 0;
  }

  .table-users {
    border: none;
    box-shadow: none;
    overflow: visible;
  }
}

img{
	width: 100%;
	height: auto !important;
}
@media screen and (max-width: 480px) {
	#contact_photo{display: none;}
	.subscribe{margin-top: 30px !important;}
	.contact {text-align: center !important;}
	section.contact .row{margin: 0px !important;}
	#contact {top: -18px !important;}
	.snip1295 img{
		height: 100% !important;
	}
	.navbar {
    background: #74a129;
    text-align: center;
	}
	.navbar-nav {
	    margin-top: 50px !important;
	}
	.navbar-brand > img {
    display: block;
    width: 180px;
    margin: 0 auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    border: 0px !important;
	}
	.navbar-collapse{box-shadow:none !important;}
	section.navigator{background: #77a227;height: 130px;}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
	}
	.slider{margin-top: 120px;}
	.orange{display: none;}
	footer img{
		width: 50% !important;
	    position: relative;
	    top: 15px;
	    display: table;
	    margin-bottom: 50px !important;
	    margin: 10px auto;
	}
	.form{
		width: 100% !important;
	    position: relative !important;
	    left: 0px !important;
	    margin: 0 !important;
	}
	section.subscribe{padding: 30px 0px;}
	section.subscribe h3{position: relative;top: -50px;}
	.cover{
		height: 100% !important;
	}
	.item.active{height: 135px !important;}
	.tab-pane h3{padding: 0px;}
	.top img{width: 60px !important;}
	#product .carousel-caption{top: -16px !important;}
	#product .carousel-caption h3 {font-size: 15px !important;}
	#product .item.active {height: 150px !important;}
	h4#print, #print a {text-align: center !important;}
	#price {position: relative;margin-top: -18px;}
	.table-users tbody{width: 100%;display: block;}
	.table-users img{width: 100%;}
	.label-slider{margin-top: -41px;}
}
@media screen and (max-width: 768px) {
	#contact .item.active{height: 100% !important;}
	#contact .carousel-caption{top: 70px;}
	#carousel_product .item.active{height: 100% !important;}
	#carousel_product .carousel-caption{top: 70px;}
	.carousel-inner{height: 232px !important; }
	#contact_photo{display: none;}
	.subscribe{margin-top: 30px !important;}
	.contact {text-align: center !important;}
	section.contact .row{margin: 0px !important;}
	#contact {top: -18px !important;}
	.snip1295 img{
		height: 100% !important;
	}
	.navbar {
    background: #74a129;
    text-align: center;
	}
	.navbar-nav {
	    margin-top: 50px !important;
	}
	.navbar-brand > img {
    display: block;
    width: 180px;
    margin: 0 auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    border: 0px !important;
	}
	.navbar-collapse{box-shadow:none !important;}
	section.navigator{background: #77a227;height: 130px;}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
	}
	.slider{margin-top: 107px;}
	.orange{display: none;}
	footer img{
		width: 50% !important;
	    position: relative;
	    top: 15px;
	    display: table;
	    margin-bottom: 50px !important;
	    margin: 10px auto;
	}
	.form{
		width: 100% !important;
	    position: relative !important;
	    left: 0px !important;
	    margin: 0 !important;
	}
	section.subscribe{padding: 30px 0px;}
	section.subscribe h3{position: relative;top: -50px;}
	.cover{
		height: 100% !important;
	}
	.item.active{height: 135px !important;}
	.tab-pane h3{padding: 0px;}
	.top img{width: 60px !important;}
	#product .carousel-caption{top: 34px !important;}
	#product .carousel-caption h3 {font-size: 15px !important;}
	h4#print, #print a {text-align: center !important;}
	#price {position: relative;margin-top: -18px;}
	.table-users tbody{width: 100%;display: block;}
	.table-users img{width: 100%;}
}

@media screen and (max-width: 992px) {
	#contact .item.active{height: 100% !important;}
	#contact .carousel-caption{top: 70px;}
	#carousel_product .item.active{height: 100% !important;}
	#carousel_product .carousel-caption{top: 70px;}
	.carousel-inner{height: 71vh !important; }
	#contact_photo{margin-bottom: 20px;}
	.subscribe{margin-top: 30px !important;}
	.contact {text-align: center !important;}
	section.contact .row{margin: 0px !important;}
	#contact {top: -18px !important;}
	.snip1295 img{
		height: 100% !important;
	}
	.navbar {
    background: #74a129;
    text-align: center;
	}
	ul.nav.navbar-nav.navbar-left a{font-size: 10px;}
	select{ font-size: 12px !important;}
	.navbar-nav {
	    margin-top: 18px !important;
	}
	.navbar-brand > img {
    display: block;
    width: 180px;
    margin: 0 auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    border: 0px !important;
	}
	.navbar-collapse{box-shadow:none !important;}
	section.navigator{background: #77a227;height: 130px;}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
	}
	.slider{margin-top: 107px;}
	.orange{display: none;}
	#carousel_product .carousel-inner,#contact .carousel-inner{height: 200px !important;}
	ul.nav.navbar-nav.navbar-right span,ul.nav.navbar-nav.navbar-right b{font-size: 12px;}
	ul.nav.navbar-nav.navbar-right img {vertical-align: baseline;margin-right: 10px;width: 40px !important;display: none;}
	footer img{
		width: 18% !important;
	    position: relative;
	    top: 15px;
	    display: table;
	    margin-bottom: 50px !important;
	    margin: 10px auto;
	}
	.form{
		width: 100% !important;
	    position: relative !important;
	    left: 0px !important;
	    margin: 0 !important;
	}
	section.subscribe{padding: 30px 0px;}
	section.subscribe h3{position: relative;top: -50px;}
	.cover{
		height: 100% !important;
	}
	.item.active{height: 135px !important;}
	.tab-pane h3{padding: 0px;}
	.top img{width: 60px !important;}
	#product .carousel-caption{top: 34px !important;}
	#product .carousel-caption h3 {font-size: 15px !important;}
	h4#print, #print a {text-align: center !important;}
	#price {position: relative;margin-top: -18px;}
	.table-users tbody{width: 100%;display: block;}
	.table-users img{width: 100%;}
}

@media screen and (max-width: 1200px) {
	#contact .item.active{height: 100% !important;}
	#contact .carousel-caption{top: 70px;}
	#carousel_product .item.active{height: 100% !important;}
	#carousel_product .carousel-caption{top: 70px;}
	.carousel-inner{height: 60vh; }
	#contact_photo{margin-bottom: 20px;}
	.subscribe{margin-top: 30px !important;}
	.contact {text-align: center !important;}
	section.contact .row{margin: 0px !important;}
	#contact {top: -18px !important;}
	.snip1295 img{
		height: 100% !important;
	}
	.orange{display: none;}
	.navbar {
    background: #74a129;
    text-align: center;
	}
	ul.nav.navbar-nav.navbar-left a{font-size: 10px;}
	select{ font-size: 12px !important;}
	.navbar-nav {
	    margin-top: 18px !important;
	}
	.navbar-brand > img {
    display: block;
    width: 180px;
    margin: 0 auto;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    border: 0px !important;
	}
	.navbar-collapse{box-shadow:none !important;}
	section.navigator{background: #77a227;height: 130px;}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
	}
	.slider{margin-top: 126px;}
	#carousel_product .carousel-inner,#contact .carousel-inner{height: 200px !important;}
	ul.nav.navbar-nav.navbar-right span,ul.nav.navbar-nav.navbar-right b{font-size: 12px;}
	ul.nav.navbar-nav.navbar-right img {vertical-align: baseline;margin-right: 10px;width: 50px !important;}
	footer img{
		width: 18% !important;
	    position: relative;
	    top: 15px;
	    display: table;
	    margin-bottom: 50px !important;
	    margin: 10px auto;
	}

	section.subscribe{padding: 30px 0px;}
	section.subscribe h3{position: relative;top: -50px;}
	.cover{
		height: 100% !important;
	}
	.item.active{height: 135px !important;}
	.tab-pane h3{padding: 0px;}
	.top img{width: 60px !important;}
	#product .carousel-caption{top: 34px !important;}
	#product .carousel-caption h3 {font-size: 15px !important;}
	h4#print, #print a {text-align: center !important;}
	#price {position: relative;margin-top: -18px;}
	.table-users tbody{width: 100%;display: block;}
	.table-users img{width: 100%;}
}