@import url("fonts.css");


body, html {
	height: 100%;
}

body {
	background-color: #f1f1f1;
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
	font-family: 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	color: #464646;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo 2', 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-weight: 700;
}

h1 {
	margin: 0 0 22px 0;
	font-size: 32px;
}

#homepage h1 {
	font-size: 26px;
}

h3 {
	margin-bottom: 20px;
}

p {
	margin: 0 0 20px 0;
}

blockquote {
	font-size: 13px;
	line-height: 180%;
}

a {
	text-decoration: underline;
	color: #b22222;
}

a:hover, a:focus {
	text-decoration: none;
	color: #b22222;
	outline: none;
}

fieldset {
	margin-top: 25px;
}

legend {
	font-weight: bold;
	font-size: 130%;
}

hr {
	border-top: 1px solid #d0d0d0 !important;
	margin: 20px 0;
}

button {
	outline: none !important;
}

textarea {
	resize: none;
}


/* == [ JQUERY ] == */

.ui-autocomplete {
	font-family: 'Open Sans', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	z-index: 950;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: 6px 12px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	color: #555555;
}


/* == [ PAGE ] == */

#pagewrap {
	position: relative;
	min-height: 100%;
}


/* == [ NAVIGATION TOP ] == */

#header-main {
	padding: 10px 0;
}

#header-main #form-vyhledavani {
	margin-top: 13px
}

#header-main #cart {
	background: #f5f5f5 url(/images/pozadi_kos_1.png) no-repeat left;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	border: 2px solid #ffffff;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 0 65px;
	margin-left: auto;
	margin-right: 0;
	line-height: 210%;
	display: block;
	max-width: 225px;
	height: 60px;
}

#header-main #cart:hover {
	border: 2px solid #6ac1ff;
}

#header-main #cart.full {
	background-image: url(/images/pozadi_kos_2.png);
}

.navbar {
	z-index: 900 !important;
}

.navbar-inverse {
	border: none;
	border-radius: 0;
	border-bottom: 3px solid #b2b2b2;
	background-image: -webkit-linear-gradient(top, #b22222 0%, #b22222 100%);
	background-image: -o-linear-gradient(top, #b22222 0%, #b22222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b22222), to(#b22222));
	background-image: linear-gradient(to bottom, #b22222 0%, #b22222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb22222', endColorstr='#ffb22222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-color: #b22222;
}

.navbar-inverse .navbar-collapse {
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-toggle {
	border: 1px solid #ffffff;
}

.navbar-inverse .menu-top {
	margin-left: -15px;
}

.navbar-inverse .navbar-nav > li > a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a > i.fa {
	text-align: center;
	color: #dadada;
	margin-right: 10px;
	width: 16px;
}

.navbar-inverse .navbar-header button {
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
}

.navbar-inverse .navbar-header button > i {
	margin-right: 6px;
	color: #dadada;
}

#menu-top-left {
	float: right !important;
	margin-bottom: 10px;
	font-weight: bold;
	list-style: none;
}

#menu-top-left > li {
	display: inline-block;
}

#menu-top-left > li + li:before {
	content: "|\00a0";
	padding: 0 10px;
	color: #cccccc;
}

#menu-top-left > li > a {
	text-decoration: none;
}

#menu-top-left > li > a:hover,
#menu-top-left > li > a:focus {
	color: #ce0000;
}

#menu-top-left > li > a > i.fa {
	margin-right: 5px;
}

#menu-top-left .dropdown-menu {
	font-size: 13px;
	left: auto;
	right: 0;
}

#menu-top-left .dropdown-menu > li > a {
	text-decoration: none;
	font-weight: bold;
	color: #464646;
	padding: 10px 20px;
}

#menu-top-left .dropdown-menu > li > a:hover,
#menu-top-left .dropdown-menu > li > a:focus {
	color: #ce0000;
}

#menu-top-left .dropdown-menu > li > a > i.fa {
	text-align: center;
	margin-right: 10px;
	width: 16px;
}

.navbar-watchword {
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 19px;
	text-align: center;
}

.navbar-watchword a {
	text-decoration: none;
	color: #ffffff;
}

.navbar-watchword a:hover, .navbar-watchword a:focus {
	text-decoration: underline;
	color: #ffffff;
}

/* -- BOOTSTRAP-SM -- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	#header-main #form-vyhledavani .input-group-addon {
		display: none;
	}

	#header-main #form-vyhledavani input[type=text] {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

}

/* -- BOOTSTRAP-XS -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#header-main #form-vyhledavani {
		display: none;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}

	.navbar-watchword {
		display: none;
	}

}

/* -- BOOTSTRAP-XXS -- */
@media only screen and (max-width: 479px) {

	#header-main #form-vyhledavani {
		display: none;
	}

}


/* == [ NAVIGATION LEFT ] == */

.box-caption {
	background: #b22222 url(/images/pozadi_box.gif) repeat-y left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 8px 10px 18px;
	margin-bottom: 2px;
	font-size: 110%;
}

#menu-left {
	line-height: 180%;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #f5f5f5;
	border: 1px solid #cacaca;
	border-bottom: 5px solid #b22222;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2px 0;
}

#menu-left li {
	margin-bottom: 2px;
}

#menu-left li:last-child {
	margin-bottom: 0;
}

#menu-left li a {
	text-decoration: none;
	padding: 10px 10px;
	display: block;
	color: #464646;
}

#menu-left li.category1 a {
	background-color: #eaeaea;
}

#menu-left li.category1 a:hover {
	background: #dedede url(/images/ikona_kategorie_2.png) right no-repeat;
}

#menu-left li.category2 a {
	background-color: #dce9f6;
}

#menu-left li.category2 a:hover {
	background: #d1dde9 url(/images/ikona_kategorie_2.png) right no-repeat;
}

#menu-left li.category3 a {
	background: #d7d7d7 url(/images/ikona_kategorie_3.png) right no-repeat;
	font-weight: bold;
}

#menu-left li.category3 a:hover {
	background: #cccccc url(/images/ikona_kategorie_3.png) right no-repeat;
}

#menu-left li.category4 a {
	background: #d7d7d7 url(/images/ikona_kategorie_1.png) right no-repeat;
	font-weight: bold;
}

#menu-left li.category4 a:hover {
	background-color: #cccccc;
}


/* == [ PRODUCTS LIST ] == */

#products-information {
}

#products-information-separator {
}

#products-subcategories a {
	white-space: nowrap;
	margin-right: 15px;
	line-height: 2;
}

#products-subcategories a:last-child {
	margin-right: 0;
}

#products-producers {
}

#products-producers label {
	padding-left: 5px;
	font-weight: normal;
}

#products-producers label:hover {
	text-decoration: underline;
	cursor: pointer;
}

#products-producers span {
	white-space: nowrap;
	margin-right: 15px;
}

#products-producers span:last-child {
	margin-right: 0;
}

#products-producers span label {
	color: #b22222;
}

#products-producers span label:hover, #products-producers span label:focus {
	color: #b22222;
}

.products-list {
}

.products-list-header {
	margin: 0 0 20px 0;
}

.products-list-header label {
	padding-left: 5px;
	color: #008000;
}

.products-list-header label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.products-list-header select {
	display: inline-block;
	width: auto;
}

.products-list-header a img {
	padding: 2px;
	margin-left: 4px;
}

.products-list-header a:last-child img {
	margin-left: 0;
}

.products-list-footer {
}

.products-list-footer .pagination {
	margin: 20px 0 0 0;
}

.product-line-1 table th, .product-line-1 table td {
	vertical-align: middle !important;
	text-align: right;
}

.product-line-1 table thead tr th:first-child, .product-line-1 table tbody tr td:first-child {
	text-align: left;
}

.product-line-1 select {
	margin-top: 10px;
}

.product-line-2 {
	margin-top: 20px;
}

.product-line-2:first-child {
	margin-top: 0;
}

.product-line-2 h2 {
	font-size: 125%;
	margin-top: 0;
}

.product-line-2 .input-group-addon {
	background-color: #f6efe2;
	border-color: #eb9316;
	font-size: 110%;
	font-weight: bold;
	min-width: 140px;
	color: #ce0000;
}

.product-line-2 .product-description {
	margin-top: 15px;
}

.product-style-3 {
	border: 1px solid #f1f1f1;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.product-style-3:hover,
.product-style-3:focus {
	border: 1px solid #eb9316;
}

.product-style-3 h3 {
	font-weight: bold;
	font-size: 125%;
	line-height: 120%;
	text-align: center;
	overflow: hidden;
	height: 40px;
}

.product-style-3 .labels {
	position: absolute;
	top: 5px;
	right: 5px;
}

.product-style-3 .input-group-addon {
	background-color: #f6efe2;
	border-color: #eb9316;
	font-weight: bold;
	color: #ce0000;
}

.product-style-3 .btn {
	width: 80px;
}

.product-style-3 .description-1 {
	position: absolute;
	bottom: 5px;
	right: 5px;
	overflow: hidden;
}

.product-style-3 .description-1 > p:last-child,
.product-style-3 .description-1 div:last-child > p:last-child {
	margin-bottom: 0;
}


/* == [ PRODUCT DETAIL ] == */

#product-detail {
}

#product-detail .alert {
	text-align: center;
	padding: 5px;
}

#product-detail #labels {
}

#product-detail #labels .label {
	margin-left: 5px;
}

#product-detail #labels .label:first-child {
	margin-left: 0;
}

#product-detail #table-prices th, #product-detail #table-prices td {
	text-align: right;
	padding: 5px 0;
}

#product-detail #table-prices thead th, #product-detail #table-prices thead td {
	padding-top: 0;
}

#product-detail tbody tr.line-1 td {
	font-weight: normal;
	color: #333333;
}

#product-detail tbody tr.line-2 td {
	font-weight: bold;
	color: #c93031;
}

#product-detail tbody tr.line-3 td {
	font-weight: normal;
	color: #007b01;
}

#product-detail #form-kosik-vlozeni {
	margin-bottom: 15px;
}

#product-detail .input-group-addon {
	background-color: #f6efe2;
	border-color: #eb9316;
}

#product-detail .extension {
}

#product-detail .extension-description {
	margin-top: 20px;
}

#product-detail .nav {
	margin: 20px 0;
}

#product-detail .nav-tabs {
	border-bottom: 1px solid #cacaca;
}

#product-detail .nav > li > a, #product-detail .nav > li > a {
	text-decoration: none;
}

#product-detail .nav > li > a:hover, #product-detail .nav > li > a:focus {
	text-decoration: none;
	background-color: #f6efe2;
	border: 1px solid #cacaca;
}

#product-detail .nav-tabs > li.active > a, #product-detail .nav-tabs > li.active > a:hover, #product-detail .nav-tabs > li.active > a:focus {
	text-decoration: none;
	background-color: #f6efe2;
	border: 1px solid #cacaca;
}


/* == [ SHOPPING CART ] == */

#cart-table {
}

#cart-table input[type="text"] {
	min-width: 40px;
}

#cart-table th, #cart-table td {
	text-align: right;
}

#cart-table th:first-child, #cart-table td:first-child {
	text-align: left;
}

#cart-footer {
	margin-bottom: 20px;
	text-align: center;
}

#cart-footer button {
	width: 30%;
}


/* == [ ORDER FORM ] == */

.order-payments-description, .order-delivery-description {
	border: 3px double #cacaca;
	background-color: #ffffff;
	text-align: justify;
	padding: 15px;
}

.order-payments-description > div > div:first-child, .order-delivery-description > div > div:first-child {
	margin-bottom: 10px;
}

.order-payment-disabled {
	cursor: not-allowed;
	color: #aaaaaa;
}

#order-footer {
	text-align: center;
	margin: 20px 0;
}

#order-footer button {
	width: 30%;
}


/* == [ ORDER VERIFICATION ] == */

.order-verification-table {
	width: 100%;
}

.order-verification-table th {
	padding: 3px 5px 3px 0;
	text-align: right;
	width: 40%;
}

.order-verification-table td {
	padding: 3px 0 3px 5px;
	text-align: left;
	width: 60%;
}

.order-verification-table-products {
	margin-bottom: 20px;
	width: 100%;
}

.order-verification-table-products th, .order-verification-table-products td {
	text-align: right;
	padding: 3px 0;
}

.order-verification-table-products th:first-child, .order-verification-table-products td:first-child {
	text-align: left;
}

#order-verification-footer {
	margin: 20px 0;
}

#order-verification-footer button {
	width: 30%;
}


/* == [ ORDER SAVE ] == */

.paymentalert h3 {
	margin-top: 0;
}


/* == [ ORDER PRINT ] == */

#order-print {
	margin: 20px;
	height: auto;
}

#order-print h2 {
	font-size: 20px;
}

.order-print-table {
	width: 100%;
}

.order-print-table th {
	padding: 3px 5px 3px 0;
	text-align: right;
	width: 40%;
}

.order-print-table td {
	padding: 3px 0 3px 5px;
	text-align: left;
	width: 60%;
}

.order-print-table-products {
	margin-bottom: 20px;
	width: 100%;
}

.order-print-table-products th, .order-print-table-products td {
	text-align: right;
	padding: 3px;
}

.order-print-table-products th:first-child, .order-print-table-products td:first-child {
	text-align: left;
}


/* == [ DISCUSSION ] == */

.discussion-answer-1 {
	background: url(/images/pozadi_diskuse_1.png) no-repeat top left;
	text-align: justify;
	padding: 21px 10px 10px 45px;
}

.discussion-answer-2 {
	background: url(/images/pozadi_diskuse_2.png) no-repeat top left;
	text-align: justify;
	padding: 21px 10px 10px 45px;
}

#form-discussion {
	margin-bottom: 20px;
}

.discussion-question {
	text-align: justify;
}

.discussion-question h4 {
	border-bottom: 1px dotted #a5a5a5;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}


/* == [ CUSTOMER REGISTRATION ] == */

#registration-footer {
	text-align: center;
	margin: 20px 0;
}

#registration-footer button {
	width: 30%;
}


/* == [ CUSTOMER ACCOUNT ] == */

#customer-orders th, #customer-orders td {
	text-align: center;
}

#customer-orders th:last-child, #customer-orders td:last-child {
	text-align: right;
}

#customer-orders tbody td {
	cursor: pointer;
}


/* == [ FOOTER ] == */

#footer {
	border-top: 3px solid #9d1e1e;
	background-color: #b22222;
	line-height: 200%;
	padding: 30px 0;
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 115px;
	bottom: 0;
	left: 0;
}

section#page {
	padding-bottom: 168px;
	overflow: hidden;
}

#footer p {
	text-align: right;
	margin: 0;
}

#footer > div > .row > div[class^="col-"]:first-child p {
	text-align: left;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

#footer i.fa {
	margin-left: 10px;
	width: 12px;
}

#footer #platby img {
	margin-top: 20px;
	margin-left: 20px;
}

#footer #platby img:first-child {
	margin-left: 0;
}

/* -- BOOTSTRAP-XS -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#footer {
		height: 165px;
	}

	section#page {
		padding-bottom: 180px;
	}

}

/* -- BOOTSTRAP-XXS -- */
@media only screen and (max-width: 479px) {

	#footer {
		height: 235px;
	}

	section#page {
		padding-bottom: 250px;
	}

	#footer > div > .row > div[class^="col-"]:first-child {
		margin-bottom: 15px;
	}

	#footer p {
		text-align: center !important;
	}

}

/* -- BOOTSTRAP-CUSTOM -- */
@media only screen and (max-width: 579px) {

	#footer i.fa {
		display: none;
	}

}


/* == [ SCROLL TO TOP ] == */

#scroll-up {
	transition: transform 0.8s ease-in-out;
	border-radius: 3px;
	border: 1px solid #ffffff;
	background: #b22222;
	text-align: center;
	padding: 5px 10px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}

#scroll-up:hover, #scroll-up:focus {
	transform: scale(1.1, 1.1);
}

#scroll-up i {
	color: #ffffff;
}


/* == [ HOMEPAGE ] == */

#homepage fieldset {
	margin-top: 0;
	margin-bottom: 25px;
}

#homepage fieldset:last-child {
	margin-bottom: 0;
}

#homepage #products-subcategories-home {
	display: none;
}

#homepage #products-subcategories-home a {
	background-color: #f9f9f9;
	text-decoration: none;
	display: block;
	padding: 8px 15px;
	margin-top: 10px;
	border-radius: 4px;
}

#homepage #products-subcategories-home a:hover {
	text-decoration: underline;
}


/* == [ CONTACT ] == */

#award {
	float: right;
}

#award img {
	margin-left: 20px;
	height: 70px;
}

#award > img {
	margin-left: 0;
}

@media only screen and (max-width: 991px) {

	#award {
		float: none;
	}

}


/* == [ GENERIC CLASSES ] == */

.alert {
	font-weight: bold;
}

.img-lazy {
	opacity: 0;
}

.breadcrumb {
	background-color: #ffffff;
}

.breadcrumb a {
	text-decoration: none;
	color: #464646;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

legend {
	border-bottom: 1px solid #cacaca;
	color: inherit;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #cacaca;
}

.table > thead > tr > th {
	border-bottom: 2px solid #cacaca;
}

.table-hover > tbody > tr:hover {
	background-color: #eaeaea;
}

.form-group label.required:after {
	content: " *";
	color: #d5512b;
}

.color-primary {
	color: #3c8dbc !important;
}

.color-info {
	color: #00c0ef !important;
}

.color-danger {
	color: #dd4b39 !important;
}

.color-warning {
	color: #f39c12 !important;
}

.color-success {
	color: #00a65a !important;
}

.color-default {
	color: #d2d6de !important;
}

.notify-text {
	font-weight: bold;
	color: #ce0000;
}

.pagination > ul > li {
	position: relative;
	display: inline;
	float: left;
}

.pagination > li > a,
.pagination > li > span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 6px 12px;
	margin-left: -1px;
	text-decoration: none;
	color: #ce0000;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #eeeeee;
	border-color: #dddddd;
	color: #7c0000;
	z-index: 3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #ce0000;
	border-color: #ce0000;
	cursor: default;
	color: #ffffff;
	z-index: 2;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	background-color: #f5f5f5;
	border-color: #dddddd;
	cursor: not-allowed;
	color: #777777;
}


/* == [ MEDIA QUERIES (TO MAKE THE LAYOUT RESPONSIVE) ] == */

/* -- Tablet landscape size to PC (BOOTSTRAP-LG) -- */
@media only screen and (min-width: 1200px) {

	.navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	margin-right: -25px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 19px;
	}

	#product-detail #labels {
		margin-bottom: 15px;
	}

	.discussion-question .row div:last-child, .discussion-header div:last-child {
		text-align: right;
	}

	.discussion-question .row div:first-child, .discussion-header div:first-child {
		padding-top: 8px;
	}

}

/* -- Tablet landscape size to PC (BOOTSTRAP-MD) -- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	margin-right: -25px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 19px;
	}

	#product-detail #labels {
		margin-bottom: 15px;
	}

	.discussion-question .row div:last-child, .discussion-header div:last-child {
		text-align: right;
	}

	.discussion-question .row div:first-child {
		padding-top: 8px;
	}

	#cart-footer button, #order-footer button, #order-verification-footer button {
		width: 35%;
	}

}

/* -- Tablet portrait size to tablet landscape (BOOTSTRAP-SM) -- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    	margin-right: -25px;
	}

	.navbar-inverse .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 19px;
	}

	.product-line-2 .extension select {
		margin-top: 10px;
	}

	#product-detail #labels {
		margin-top: 15px;
	}

	#product-detail #table-prices {
		margin-top: 15px;
	}

	.discussion-question .row div:first-child, .discussion-header div:first-child {
		padding-bottom: 5px;
	}

	#cart-footer button, #order-footer button, #order-verification-footer button {
		width: 45%;
	}

}

/* -- Mobile landscape size to tablet portrait (BOOTSTRAP-XS) -- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-brand {
		margin: 10px 15px !important;
	}

	.navbar-inverse .navbar-toggle {
		margin-top: 13px;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}

	.product-line-2 .extension select {
		margin-top: 10px;
	}

	#product-detail #labels {
		margin-top: 15px;
	}

	#product-detail #table-prices {
		margin-top: 15px;
	}

	.discussion-question .row div:first-child, .discussion-header div:first-child {
		padding-bottom: 5px;
	}

	#cart-footer button, #order-footer button, #order-verification-footer button {
		width: 45%;
	}

	#homepage #products-subcategories-home {
		display: block;
	}

	hr {
		margin: 15px 0;
	}

}

/* -- Mobile portrait size to mobile landscape size -- */
@media only screen and (max-width: 479px) {

	body {
		font-size: 13px;
	}

	hr {
		margin: 15px 0;
	}

	.menu-right {
		float: none;
	}

	.navbar-inverse .navbar-brand {
		margin: 10px 15px !important;
	}

	.navbar-inverse .navbar-toggle {
		margin-top: 13px;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: right;
	}

	#product-detail #labels {
		margin-top: 15px;
	}

	#product-detail #table-prices {
		margin-top: 15px;
	}

	.discussion-question .row div:first-child, .discussion-header div:first-child {
		padding-bottom: 5px;
	}

	#cart-footer button, #order-footer button, #order-verification-footer button, #registration-footer button {
		width: auto;
	}

	#button-search span {
		display: none;
	}

	#button-cart span {
		display: none;
	}

	#homepage #products-subcategories-home {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer p #copyright {
		float: none;
	}

}

@media print {

	a[href]:after {
		content: none;
	}

	.container {
		padding-right: 0;
		padding-left: 0;
	}

	#scroll-up {
		display: none !important;
	}

}