/* Minification failed. Returning unminified contents.
(15389,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(16050,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(16809,13): run-time error CSS1038: Expected hex color, found '#transparent'
(21544,16): run-time error CSS1036: Expected expression, found ';'
 */


/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
em {
	font-style: normal;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
button::-moz-focus-inner {
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea, button {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1; /*firefox text input bug fix*/
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	background: #fff;
	font: normal 400 14px 'Open Sans', sans-serif;
	color: #777;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #e9e9e9;
	padding: 0 8px;
	vertical-align: middle;
	color: #777;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	color: #333;
}
input, textarea, select, button {
	font-family: 'Open Sans';
	font-size: 14px;
}
input:disabled,
textarea:disabled {
	background-color: transparent;
}
textarea {
	min-height: 150px;
	padding: 8px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 0 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-page {
	background-color: #f6f6f6;
}
.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 90px;
}
.home-page-body .center-1 {
	margin: 0;
}
.product-details-page-body .center-1 {
	margin: 0 0 70px;
}

.category-desc {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;   
   line-height: 18px;     /* fallback */
   max-height: 35px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   padding: 0 6px ;
   margin-bottom: 8px;
}

.center-2, .side-2 {
	margin: 0 0 70px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.page-title h1 {
	font-size: 22px;
	color: #333;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	text-align: center;
}
.link-rss {
	display: none;
	width: 32px;
	height: 32px;
	background: #f74258 url(/Themes/Pavilion/Content/img/rss-icon.png) no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 20px 0;
	line-height: 30px;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 30px;
}
.fieldset .title,
.section .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 20px;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
    font-size: 13px; /*reset zeroing*/
	font-weight: bold;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 100%;
	max-width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	white-space: normal;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px 0 0;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 5px;
	font-weight: normal;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 0 0 3px; /*siblings offset fix*/
	font-size: 12px;
	color: #f74258;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	margin: 5px 0 0;
	font-size: 13px;
	color: #f74258;
}
.message-error {
	margin: 0;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 14px;
	color: #4fbb41;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



/*.table-wrapper {
	overflow-x: auto;
}*/
.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 20px;
	font-size: 13px;
	font-weight: normal;
    white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border-top: 1px solid #f0f0f0;
    padding: 25px;
}
.forums-table-section th,
.forums-table-section td {
	padding: 20px 25px;
}
.cart a, .data-table a,
.compare-products-table a {
    font-weight: bold;
	color: #333;
}
.cart .product,
.data-table .product,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart td .attributes,
.data-table td .attributes {
	margin: 10px 0;
}

.cart .product-picture {
	text-align: center;
}
.cart .product-picture img {
	max-width: 60px;
}
.cart .edit-item a {
	font-weight: normal;
	color: #f74258;
}
.cart .edit-item a:hover {
	text-decoration: underline;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 60px;
	height: 40px;
    text-align: center;
}
.cart .subtotal {
	font-weight: bold;
    color: #00a1b1;
}
.cart th.subtotal {
	text-transform: uppercase;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	padding: 12px 25px 12px 10px;
	font-size: 13px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #4fbb41;
}
.bar-notification.error {
	background: #f74258;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	margin: 6px;
	background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	cursor: pointer;
}
.bar-notification .close:hover {
	outline: 1px solid #fff;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

/*.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/Themes/Pavilion/Content/img/loading.gif) center no-repeat;
}*/
.ajax-loading-block-window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
.ajax-loading-block-window:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 2px;
	background-color: #f74258;
	animation: animate 0.5s linear infinite;
}
.ajax-loading-block-window:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 5px;
	margin: 35px 0 0 -25px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.1;
	animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

.ui-dialog {
	z-index: 1050;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-weight: bold;
	color: #f74258;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 13px;
	overflow: hidden;
	border: none;
	background: url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
	opacity: 0.8;
}
.ui-dialog-titlebar button:hover {
	opacity: 1;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
	color: #fff;  
    text-transform: uppercase;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

#goToTop {
    display: none;
    position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 1030;
    width: 50px;
    height: 50px;
    overflow: hidden;
	background: rgba(225,225,225,0.75) url(/Themes/Pavilion/Content/img/scroll-page.png) no-repeat center 48%;
    transition: all 0.2s ease;
	cursor: pointer;
}
#goToTop:hover {
	/*background-color: rgba(215,215,215,0.85);*/
	background-color: #ddd;
}


/*********** HEADER ***********/



.admin-header-links {
	min-height: 42px;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 42px;
}
.admin-header-links a {
	text-transform: uppercase;
}

.header .center:after {
	content: "";
	display: block;
	clear: both;
}
.header-links a {
	background-image: url(/Themes/Pavilion/Content/img/header-sprite-1.png);
	background-repeat: no-repeat;
}
.header-selectors select {
	min-width: 100px;
	border-color: #ddd;
	font-size: 13px;
	color: #777;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 24px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.header-logo {
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
	vertical-align: middle;
}
.header-logo a img {
	max-width: 100%;
	background-color: #f74258;
}

.mini-shopping-cart {
	font-size: 13px;
}
.mini-shopping-cart .count {
	background-color: #f9f9f9;
	padding: 15px;
	text-align: center;
}
.mini-shopping-cart .count a {
	padding: 0 3px;
	color: #333;
	font-weight: bold;
}
.mini-shopping-cart .items {
	display: none;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .item {
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
	padding: 20px;
	text-align: left;
}
.mini-shopping-cart .picture {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 120px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.mini-shopping-cart .price strong {
	vertical-align: middle;
	font-weight: bold;
	color: #00a1b1;
}
.mini-shopping-cart .totals {
	margin: -1px 0 0;
	background-color: #f9f9f9;
	padding: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.mini-shopping-cart .totals strong {
	margin: 0 0 0 5px;
	font-size: 15px;
	color: #00a1b1;
}
.mini-shopping-cart .buttons {
	padding: 20px 15px;
}
.mini-shopping-cart input[type="button"], 
.mini-shopping-cart button {
	min-width: 145px;
	border: none;
	padding: 13px 25px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.mini-shopping-cart input.cart-button, 
.mini-shopping-cart button.cart-button {
	background-color: #fff;
	color: #f74258;
}
.mini-shopping-cart input.cart-button:hover, 
.mini-shopping-cart button.cart-button:hover {
	outline-color: #fff;
}
.mini-shopping-cart input.checkout-button,
.mini-shopping-cart input[type="button"]:only-child,
.mini-shopping-cart button.checkout-button,
.mini-shopping-cart button:only-child {

	background-color: #f74258;
	color: #fff !important;
}
.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover,
.mini-shopping-cart button.checkout-button:hover,
.mini-shopping-cart button:only-child:hover {

	outline-color: #f74258;
}

.store-search-box {
	position: relative;
}
.store-search-box form {
	display: inline-block;
	font-size: 0;
}
.store-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	display: inline-block;
	width: 220px;
	height: 43px;
	margin: 0 5px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.store-search-box input.search-box-text:focus {
	color: #fff;
}
.store-search-box input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}
.store-search-box .search-box-button {
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 0 5px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
	vertical-align: middle;
	font-size: 0;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.store-search-box .search-box-button:hover {
	outline-color: #fff;
}

.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete,
.ui-autocomplete img {
	display: none;
}


/*********** HOMEPAGE CAROUSELS ***********/



.two-columns-area .product-grid {
	display: none;
}

.two-columns-area .jCarouselMainWrapper {
	margin: 40px 20px 0;
}

.bestsellers {
	display: none;
}
.bestsellers .quick-view-button,
.bestsellers .productQuantityTextBox,
.bestsellers .productQuantityDropdown {
	display: none !important;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
	background-color: #00a1b1;
	padding: 25px 0 20px;
}
.newsletter .title {
	margin: 0 0 10px;
	line-height: 28px;
	color: #fff;
}
.newsletter .title strong {
	font-weight: normal;
}
.newsletter-subscribe {
	font-size: 0;
}
.newsletter-email { 
	display: inline-block;
}
.newsletter-email .newsletter-subscribe-text {
	display: inline-block;
	width: 220px;
	height: 43px;
	margin: 0 5px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.newsletter-email .newsletter-subscribe-text:focus {
	color: #fff;
}
.newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}
.newsletter-email .newsletter-subscribe-button {
	display: inline-block;
	width: 47px;
	height: 47px;
	margin: 0 5px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/subscribe-button.png) center no-repeat;
	vertical-align: middle;
	font-size: 0;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.newsletter-email .newsletter-subscribe-button:hover {
	outline-color: #fff;
}
.newsletter-email .options {
	height: 0;
	overflow: hidden;
}
.newsletter-validation, 
.newsletter-result { 
	line-height: 28px;
	color: #fff;
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.newsletter .field-validation-valid {
	color: #fff;
}

.social-sharing {
	margin: 22px 0 0;
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 8px;
}
.social-sharing a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/Themes/Pavilion/Content/img/social-sprite-1.png) no-repeat;
}
.social-sharing .facebook a {
	background-position: 0 0;
}
.social-sharing .twitter a {
	background-position: -32px 0;
}
.social-sharing .google a {
	background-position: -64px 0;
}
.social-sharing .pinterest a {
	background-position: -96px 0;
}
.social-sharing .vimeo a {
	background-position: -128px 0;
}
.social-sharing .youtube a {
	background-position: -160px 0;
}
.social-sharing .rss a {
	background-position: -192px 0;
}
.social-sharing .instagram a {
	background-position: -224px 0;
}

.footer-middle {
	overflow: hidden;
	background-color: #666;
  color: #fff;
}
.footer-block .title {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-block .title:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.footer-block ul {
	display: none;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 10px 0;
}
.footer-block li {
	padding: 10px 0;
}
.footer-block a:hover {
	color: #f74258;
}
.footer-block.quick-contact span {
	position: relative;
/*	padding: 0 24px;   */
}
/*.footer-block.quick-contact span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/footer-sprite.png);
	background-repeat: no-repeat;
}   */
.footer-block .address span:before {
	height: 17px;
	background-position: center 0;
}
.footer-block .email span:before {
	background-position: center -17px;
}
.footer-block .phone span:before {
	background-position: center -33px;
}

.footer-lower {
	overflow: hidden;
	background-color: #eee;
	padding: 30px 15px;
}
.accepted-payments {
	margin: 0 0 20px;
	font-size: 0;
}
.accepted-payments li { 
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url(/Themes/Pavilion/Content/img/payment-sprite.png) no-repeat;
}
.accepted-payments .method1 {
	background-position: 0 0;
}
.accepted-payments .method2 {
	background-position: -50px 0;
}
.accepted-payments .method3 {
	background-position: -100px 0;
}
.accepted-payments .method4 {
	background-position: -150px 0;
}
.accepted-paymens .method5 {
	background-position: -200px 0;
}
.accepted-paymens .method6 {
	background-position: -250px 0;
}

.footer-powered-by {
	margin: 5px 0 0;
}
.footer-powered-by a,
.footer-designed-by a {
	color: #f74258;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover {
	text-decoration: underline;
}
.footer-designed-by {
	margin: 10px 0 0;
}
.footer-tax-shipping {
	margin: 15px 0 0;
}
.footer-store-theme {
	margin: 15px 0 0;
}
.footer-store-theme select {
	width: 170px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 10px;
	text-align: center;
}
.block .title {
	border: 1px solid #e9e9e9;
	background: #fff url(/Themes/Pavilion/Content/img/toggle-arrow.png) right center no-repeat;
	padding: 15px 25px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}
.block .title strong {
    display: block;
}
.block .listbox {
	display: none;
	margin: -1px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 15px 25px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list li {
	padding: 8px 0;
}
.block .list a:hover {
	color: #f74258;
}
.block .sublist li {
	padding: 16px 0 0;
}
.block .view-all {
	margin: 8px 0 4px;
}
.block .view-all a {
	font-weight: bold;
	color: #333;
}
.block .view-all a:hover {
	color: #f74258;
}

.block .product-picture {
	display: none;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}

.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #f74258;
}
.product-tags-all-page ul {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	color: #333;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
	color: #333;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 10px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.poll .buttons input:hover {
	outline-color: #f74258;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
	position: relative;
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 90px 30px 30px;
	text-align: center;
}
.home-page-polls:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	width: 46px;
	height: 45px;
	margin: 0 0 0 -23px;
	background: url(/Themes/Pavilion/Content/img/polls.png) no-repeat;
}
.home-page-polls .title {
	display: none;
}
.home-page-polls .poll strong {
	font-size: 16px;
	text-transform: uppercase;
}
.home-page-polls .poll-options,
.home-page-polls .poll-results {
	margin: 0 0 20px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 5px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	display: inline-block;
	min-height: 32px; /*IE fix*/
	margin: 0 3px;
	font-size: 13px; /*reset zeroing*/
	line-height: 32px;
	vertical-align: middle;
}
.breadcrumb li:first-child a {
	width: 20px;
	background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
	font-size: 0;
}
.breadcrumb span.delimiter {
	width: 15px;
	background: url(/Themes/Pavilion/Content/img/pointer-grey.png) center no-repeat;
	font-size: 0;
}
.breadcrumb strong {
	font-weight: normal;
	color: #f74258;
}
.breadcrumb li:first-child > span a { /*this is on product page*/
	display: block;
	width: 20px;
	height: 32px;
	margin: 0 !important;
	background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
	font-size: 0;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 30px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p {
	margin: 0 0 20px;
}
.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor-button {
	border: none;
	background-color: #f74258;
    padding: 10px 20px;   
    font-size: 12px;
    font-weight: bold;
	color: #fff;   
    text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.contact-vendor-button:hover {
	outline-color: #f74258;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 11px 0;
	text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors span {
	font-size: 13px;
	/*font-weight: bold;*/
}
.product-selectors select {
	min-width: 65px;
	height: 45px;
	margin: 0 5px;
	padding: 0 10px;
	color: #777;
	text-transform: lowercase;
}
.product-selectors .product-viewmode {
	display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 40px;
}
.item-box .product-item {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	text-align: center;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
    margin: 0 0 15px;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
	background: url(/Themes/Pavilion/Content/img/rating-sprite.png) left top repeat-x;
	width: 80px;
    height: 13px;
}
.item-box .rating div {
	background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) left bottom repeat-x;
    height: 13px;
}
.item-box .product-title {
	height: 40px;
	overflow: hidden;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.item-box .product-title a {
	display: block;
}

.item-box .details .product-title a:hover { 
  color: #2daae1;

}

prices-row.thead div {
  border-right: 1px solid #000!important;
}

.item-box .prices {
	height: 22px;
    margin: 0 0 20px;
    overflow: hidden;
	padding: 0 15px;
}
.item-box .old-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #00a1b1;
}
.item-box .tax-shipping-info {
	display: none;
	font-size: 13px;
}
.item-box .description {
	display: none;
	margin: 0 0 20px;
	line-height: 25px;
}
.item-box .buttons-upper {
	background-color: #f9f9f9;
    font-size: 0;
}
.item-box .buttons-upper input[type="button"] {
	width: 30px;
	height: 30px;
	margin: 0 8px;
	border: none;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-box-sprite.png);
    background-repeat: no-repeat;
    font-size: 0;
	transition: all 0.2s ease;
}
.item-box input.add-to-compare-list-button {
	background-position: 0 center;
}
.item-box input.add-to-wishlist-button {
	background-position: -30px center;
}
.item-box .buttons-upper input[type="button"]:hover {
	background-color: #f74258;
}
.item-box .buttons-lower {
    font-size: 0;
}
.item-box .buttons-lower button {
	display: block;
	width: 100%;
	height: 43px;
	border: none;
	background-color: #fff;
	font-size: 0;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span {
	display: inline-block;
	position: relative;
	height: 18px;
	background-color: #fff;
	padding: 0 0 0 25px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-1.png) left top no-repeat;
	transition: all 0.2s ease;
}
.item-box .buttons-lower button span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-1.png) left bottom no-repeat;
	transition: all 0.2s ease;
	opacity: 0;
}

.home-page-category-grid {
	display: none;
}
.home-page-category-grid + .slider-wrapper {
	display: none;
}

.sub-category-item,
.manufacturer-item,
.vendor-item {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-category-item .title a,
.manufacturer-item .title a,
.vendor-item .title a {
	display: block;
	padding: 15px 30px;
	transition: all 0.2s ease;
}
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a {
	color: #f74258;
}
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	margin: 0;
	transition: all 0.3s ease;
}
.sub-category-item:hover .picture {
	opacity: 0.7;
}
.sub-category-details,
.manufacturer-details,
.vendor-details {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	outline: 8px solid #fff;
	background-color: #fff;
	padding: 15px 30px;
	opacity: 0;
	transition: all 0.3s ease;
}
.sub-category-details .inner-title,
.manufacturer-details .inner-title,
.vendor-details .inner-title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #f74258;
	text-transform: uppercase;
}
.sub-category-details li {
	padding: 5px 0;
}
.sub-category-details li a:hover {
	color: #f74258;
}
.sub-category-item:hover .sub-category-details,
.manufacturer-item:hover .manufacturer-details,
.vendor-item:hover .vendor-details {
	opacity: 1;
}

.vendor-list:after {
	content: "";
	display: block;
	clear: both;
}
.vendor-list li a:hover {
	color: #f74258;
}

.product-grid + .product-grid {
	margin: 20px 0 0;
}
.product-grid .title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}
.home-page .product-grid .title {
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-size: 22px;
	line-height: 30px;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
.pager li > a,
.pager li > span {
	display: block;
	width: 35px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	font-weight: bold;
	cursor: pointer;
}
.pager li > a:hover {
	background-color: #eee;
}
.pager li > span {
	background-color: #f74258;
	color: #fff;
	cursor: default;
}
.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
	background-image: url(/Themes/Pavilion/Content/img/pager-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page a {
	background-position: center 0;
}
.pager li.next-page a {
	background-position: center -40px;
}
.pager li.first-page a {
	width: 30px;
	background-position: center -80px;
}
.pager li.last-page a {
	width: 30px;
	background-position: center -120px;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 20px;
}
.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture img {
	max-width: 100%;
}
.gallery .picture-thumbs {
	margin: 20px 0 0;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 5px 10px;
	overflow: hidden;
}
.gallery .picture-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 0.2s ease;
}
.gallery .picture-thumbs a:hover img {
	opacity: 0.7;
}

.overview {
	position: relative;
	margin: 0 0 20px;
}
.overview .discontinued-product {
	margin: 0 0 25px;
	color: #f74258;
	text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.overview .product-name {
	margin: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 25px;
	color: #333;
}
.product-reviews-overview {
	margin: 0 0 40px;
	overflow: hidden;
}
.product-reviews-overview a:hover {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 80px;
	height: 13px;
	background: url(/Themes/Pavilion/Content/img/rating-sprite.png) left top repeat-x;
}
.product-review-box .rating div {
	height: 13px; 
	background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) left bottom repeat-x;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 17px;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 20px;
	font-weight: bold;
	color: #00a1b1;
}
.overview .rental-price,
.variant-overview .rental-price {
	margin-bottom: 0 !important;
	color: #333;
}
.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
	font-size: 13px;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	cursor: auto;
}

.overview .short-description {
	margin: 0 0 40px;
	line-height: 25px;
}
.overview .prices + .short-description {
	margin-top: -5px;
}

.overview .value,
.variant-overview .value {
	/*color: #333;*/
}
.overview .value a,
.variant-overview .value a {
	color: #f74258;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 30px;
	line-height: 25px;
}

.download-sample {
	margin: 0 0 30px;
}
.download-sample-button {
	display: inline-block;
	height: 40px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -40px no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
.download-sample-button:hover {
	background-color: #f74258;
}

.overview .availability,
.variant-overview .availability {
	margin: 0 0 20px;
}
.overview .stock,
.variant-overview .stock {
	margin: 0 0 10px;
}
.overview .stock .value,
.variant-overview .stock .value {
	font-weight: bold;
	color: #333;
}
.back-in-stock-subscription {
	margin: 0 0 30px;
	font-size: 0;
}
.back-in-stock-subscription .subscribe-button {
	border: none;
	background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left 0 no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
.back-in-stock-subscription .subscribe-button:hover {
	background-color: #f74258;
}

.customer-entered-price {
	margin: 0 0 20px;
}
.customer-entered-price .price-input {
	padding: 10px 0;
}
.customer-entered-price .enter-price-input {
	width: 75px;
	margin: 0 5px;
}
.customer-entered-price .price-range {
	color: #333;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	font-size: 0;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 60px;
    height: 45px;
	margin: 0 5px 0 0;
	text-align: center;
    font-size: 14px;
	color: #777;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 90px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 45px;
    border: none;
    background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) no-repeat left center;
	padding: 0 28px 0 48px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	outline-color: #f74258;
}

.overview-buttons {
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 2px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button {
	display: inline-block;
    height: 37px;
    width: 37px;
	border: none;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
	background-repeat: no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
	background-position: 0 center;
}
.overview .add-to-compare-list-button {
	background-position: -37px center;
}
.overview .email-a-friend-button {
	background-position: -74px center;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover {
	background-color: #f74258;
}

.overview-bottom {
	margin: 40px 0 0;
}
.product-social-buttons {
	margin: 0 0 25px;
}
.product-social-buttons label {
	display: none;
	margin: 0 8px 0 0;
	font-size: 13px;
}
.product-social-buttons ul {
	display: inline-block;
	margin: 0;
}
.product-social-buttons li {
	position: relative;
	z-index: 0;
	margin: 0;
}
.product-social-buttons li:hover {
	z-index: 1;
}
.product-social-buttons li a {
	width: 26px;
	height: 24px;
	background: url(/Themes/Pavilion/Content/img/social-sprite-2.png) no-repeat;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.product-social-buttons .facebook a {
	background-color: #5f7ca7;
	background-position: 0 0;
}
.product-social-buttons .twitter a {
	background-color: #5dc4e6;
	background-position: -26px 0;
}
.product-social-buttons .pinterest a {
	background-color: #e56363;
	background-position: -52px 0;
}
.product-social-buttons .google a {
	background-color: #4f4f4f;
	background-position: -78px 0;
}
.product-social-buttons .facebook a:hover {
	outline-color: #5f7ca7;
}
.product-social-buttons .twitter a:hover {
	outline-color: #5dc4e6;
}
.product-social-buttons .pinterest a:hover {
	outline-color: #e56363;
}
.product-social-buttons .google a:hover {
	outline-color: #4f4f4f;
}

.group-product .product-social-buttons {
	margin: 20px 0 0;
}

.overview-bottom .delivery,
.variant-overview .delivery {
	margin: 0 -20px -20px;
	background-color: #f9f9f9;
	padding: 10px 0;
	/*font-size: 0;*/
}
.variant-overview .delivery {
	margin-top: 40px;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	display: inline-block;
	margin: 8px 50px;
	background-image: url(/Themes/Pavilion/Content/img/delivery-sprite.png);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	font-size: 13px;
}
.overview-bottom .delivery-date,
.variant-overview .delivery-date {
	background-position: left 0;
}
.overview-bottom .free-shipping,
.variant-overview .free-shipping {
	background-position: left -19px;
}

.product-collateral {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.product-collateral .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.product-collateral .full-description {
	padding: 10px 30px;
	line-height: 30px;
}

.tier-prices .prices-table {
    overflow: hidden;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	/*border-top: 1px solid #e9e9e9!important;    */
    padding: 15px 30px;
    border: none !important;
}
.tier-prices .prices-row.thead > div {
	border-right: 1px solid #e9e9e9;
}
.tier-prices .field-header {
	border-top: none !important;
}
.tier-prices .item-price {
	color: #f74258;
}

.product-specs-box .data-table {
	border: none;
}
.product-specs-box .data-table td {
	position: relative;
	width: 50%;
	border-left: 1px solid #ececec;
    padding: 15px 30px;
	text-align: center;
}
.product-specs-box .data-table tr:first-child td {
	border-top: none;
}
.product-specs-box .data-table td:first-child {
	border-left: none;
}

.product-tags-list {
	padding: 25px 20px;
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #f74258;
}

.product-variant-line {
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 300px;
	max-width: 100%;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.variant-picture img {
	max-width: 100%;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.variant-overview .variant-description {
	margin: 0 0 25px;
	line-height: 30px;
}
.variant-overview .prices + .variant-description {
	margin-top: -5px;
}
.variant-overview .add-to-wishlist {
	display: none;
}

.attributes {
	margin: 30px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #333;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes input[type="text"],
.attributes select {
	min-width: 100px;
	max-width: 100%;
	height: 38px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attribute-item {
	margin: 0 0 10px;
}
.attribute-label {
	margin: 0 0 3px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	text-align: center;
	font-size: 13px;
}
.ui-datepicker-header {
	position: relative;
	height: 35px;
	background-color: #00a1b1;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 35px;
	background-image: url(/Themes/Pavilion/Content/img/calendar-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background-position: 0 center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background-position: -32px center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ececec;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}
.ui-datepicker-calendar .ui-state-active {
	outline: 1px solid #00a1b1;
	background-color: #00a1b1;
	color: #fff;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	line-height: normal !important;
	text-align: center;
}
.color-squares .color-container {
    display: block;
    border: 1px solid transparent;
    position: relative;
    z-index: 0;
}
.color-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.color-squares .color {
    display: block !important;
    width: 40px !important;
    height: 24px !important;
    cursor: pointer;
}
.color-squares .selected-value .color-container {
    border-color: #888;
}
.color-squares .color-container[title~=White] .color {
	border: 1px solid #ccc;
}
.color-squares .selected-value .color-container[title~=White] .color {
	border-color: transparent;
} 
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page {
	padding: 10px;
}
.back-in-stock-subscription-page .button-1 {
	margin: 15px 0 0;
	border: none;
	background-color: #f74258;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold; 
	color: #fff;
    text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.back-in-stock-subscription-page .button-1:hover {
	outline-color: #f74258;
}

.ui-tabs {
	margin: 0 0 60px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 -1px;
}
.ui-tabs .ui-tabs-nav li {
	border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li a {
	position: relative;
	display: block;
	padding: 15px 22px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li a:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f74258;
	opacity: 0;
	transition: all 0.2s ease;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected a:after, 
.ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
	opacity: 1;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 30px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	text-transform: none;
}
.product-reviews-page h1 a:hover {
	color: #f74258;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .page-body {
	max-width: 820px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.product-reviews-page .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
	color: #333;
    text-transform: uppercase;
}
.product-review-item {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 30px;
}
.ui-tabs .product-review-item {
	padding: 30px 0;
}
.product-review-item:last-child {
	border-bottom: none;
}
.product-review-item .product-review-box {
	margin: 0 0 5px;
}
.product-review-item .review-title {
	margin: 0 0 20px;
	font-weight: bold;
}
.product-review-item .review-text {
	margin: 0 0 20px;
	line-height: 25px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info .separator {
	margin: 0 5px 0 0;
}
.product-review-item .review-info label,
.product-review-helpfulness .vote {
	font-weight: bold;
}
.product-review-item .review-info a,
.product-review-item .review-info .date span,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
}
.product-review-helpfulness .vote:hover {
	color: #f74258;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.write-review form {
	padding: 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.write-review .review-rating {
	margin: 0 0 20px;
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
	vertical-align: middle;
    font-size: 13px;
	font-weight: bold;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #f74258;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #4fbb41;
}
.write-review .buttons {
	margin: 0 0 10px;
}
.write-review .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.write-review .button-1:hover {
	outline-color: #f74258;
}
.product-reviews-page .message-error {
	margin: 0 0 20px;
	padding: 0 30px;
}
.product-reviews-page .result {
	display: none; /*should be hidden because of form's position, it's an useless message anyway*/
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
}
.wishlist-content .message-error {
	margin: 0 0 20px;
}
.wishlist-content .table-wrapper {
	margin: 0 0 10px;
}
.wishlist-content .buttons {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 40px;
	font-size: 0;
}
.wishlist-content .buttons:after {
	content: "";
	display: block;
	clear: both;
}
.update-wishlist-button,
.wishlist-add-to-cart-button {
	width: 300px;
	max-width: 100%;
	height: 45px;
	margin: 0 0 10px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.update-wishlist-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
	color: #777;
}
.update-wishlist-button:hover {
	outline-color: #fff;
	color: #f74258;
}
.wishlist-add-to-cart-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) left center no-repeat;
	color: #fff;
}
.wishlist-add-to-cart-button:hover {
	outline-color: #f74258;
}
.email-a-friend-wishlist-button {
	display: none;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	color: #f74258;
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.compare-products-page {
	position: relative;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.compare-products-table {
	display: none;
}
.compare-products-page .remove-button {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/account-sprite.png) center -37px no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.compare-products-page .remove-button:hover {
	background-color: #f74258;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-table .product-name td {
    background: #f9f9f9;
}
.compare-products-table .product-price td {
	font-size: 15px;
	font-weight: bold;
    color: #00a1b1;
}
.compare-products-table .product-price td:first-child {
    color: #777;
	font-weight: normal;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-table-mobile img {
    max-width: 100px;
}





/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.topic-block-title {  
    margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.topic-block-title h2 {
	font-size: 16px;
	color: #333;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 30px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 30px;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.home-page .topic-block-title {
	margin: 0 0 20px;
	padding: 0 0 5px;
}
.home-page .topic-block-title h2 {
	font-size: 22px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 25px;
	color: #f74258;
}
.enter-password-form {
	display: inline-block;
	font-size: 0;
}
.enter-password-form input[type="password"] {
	width: 100%;
	height: 40px;
	margin: 0 0 30px;
	padding: 0 12px;
	font-size: 14px;
}
.enter-password-form input[type="submit"] {
	min-width: 120px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.enter-password-form input[type="submit"]:hover {
	outline-color: #f74258;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .page-body,
.email-a-friend-page .page-body {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.contact-page .topic-block,
.email-a-friend-page .topic-block {
	margin: 0;
	background-color: #f9f9f9;
    padding: 25px 30px;
	text-align: center;
}
.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title {
	display: none;
}
.contact-page form,
.email-a-friend-page form {
	padding: 30px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover {
	outline-color: #f74258;
}
.email-a-friend-page .title {
	background-color: #f9f9f9;
    padding: 25px 30px;
}
.email-a-friend-page .title h2 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
    text-transform: uppercase;
}


/********** REGISTRATION & LOGIN  **********/



.registration-page .page-body,
.login-page .customer-blocks,
.external-authentication,
.password-recovery-page .page-body {
	max-width: 600px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.registration-page .message-error,
.account-page .message-error {
	padding: 30px;
}
.registration-page .fieldset,
.login-page .fieldset {
	margin: 0;
}
.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body {
	padding: 30px;
}

.gender {
	display: inline-block;
}
.gender * {
	display: inline !important;
	margin: 0 5px 0 0;
	vertical-align: middle;
	line-height: 32px;
	font-weight: normal !important;
}
.gender label {
	margin: 0 10px 0 0;
}
.date-of-birth select {
	width: 32%; /*birth-date selectors, always single line*/
}
.date-of-birth select + select {
	margin: 0 0 0 2%;
}
#check-availability-button {
	margin: 10px 0 0;
	border: none;
	background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -80px no-repeat;
	padding: 10px 15px 10px 35px;
	color: #777;
	transition: all 0.2s ease;
}
#check-availability-button:hover {
	background-color: #f74258;
}
#username-availabilty {
	display: block;
	text-align: center;
	font-size: 13px;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 10px 0 -10px;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
	white-space: normal;
}
.vat-status em, .vat-note em {
	font-style: normal;
}
.accept-privacy-policy {
	position: relative;
	margin: -20px 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
	font-size: 13px;
}
.accept-privacy-policy .read {
	color: #f74258;
	cursor: pointer;
}
.accept-privacy-policy .read:hover {
	text-decoration: underline;
}
.registration-page .buttons,
.login-page .buttons {
	margin: 0 0 40px;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	min-width: 120px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
	outline-color: #f74258;
}
.registration-result-page .result {
	margin: 40px 0;
	text-align: center;
}
.login-page .page-body {
	padding: 104px 0 0;
}
.login-page .customer-blocks {
	position: relative;
	margin: 0 auto 30px;
}
.login-page .customer-blocks .title {
	position: absolute;
	width: 100%;
	background-color: #e9e9e9; 
    padding: 17px 22px;
	text-align: center;
	font-size: 13px;
	color: #777;
    text-transform: uppercase;
	cursor: pointer;
}
.login-page .new-wrapper .title {
	top: -104px;
	left: 0;
}
.login-page .returning-wrapper .title {
	top: -52px;
	right: 0;
}
.login-page .message-error {
	margin: 0 0 20px;
}
.login-page .customer-blocks .fieldset {
	position: static;
}
.login-page .customer-blocks .title.active {
	background-color: #f74258;
	color: #fff;
}
.login-page .customer-blocks .text {
	margin: 15px 0 45px;
}
.login-page .inner-wrapper {
	display: none;
}
.login-page .inner-wrapper.show {
	display: block;
}
.login-page .inputs.reversed {
	white-space: normal;
}
.login-page .inputs.reversed > * {
	display: inline-block;
	width: auto;
	margin: 0 3px;
	vertical-align: middle;
	font-size: 14px; /*reset zeroing*/
	font-weight: normal;
}
.login-page .forgot-password a {
	margin-left: 10px;
}
.login-page .forgot-password a:hover {
	color: #f74258;
}
.login-page .buttons,
.password-recovery-page .buttons {
	margin: 30px 0 10px;
}
.login-page .checkout-as-guest-button {
	background-color: #e9e9e9 !important;
	padding: 15px 16px;
	color: #777;
	outline: none;
}
.login-page .checkout-as-guest-button:hover {
	color: #f74258;
}
.login-page .facebook-btn {
	width: 212px;
	height: 35px;
	margin-top: -15px;
	background: url(/Themes/Pavilion/Content/img/fb-login.png) center no-repeat !important;
}
.login-page .customer-blocks + .topic-block,
.login-page .external-authentication + .topic-block {
	margin: 60px 0 0;
}
.external-authentication {
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 30px;
}
.password-recovery-page .result {
	margin: 0 0 20px;
	color: #f74258;
}

#login-modal-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1100;
}
.login-modal-window-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: auto;
    width: 800px;
    max-width: 90%;
    height: 700px;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 0 30px 10px #666;
    overflow: auto;
    z-index: 1105;
}
.login-modal-window-wrapper .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	margin: 13px;
	overflow: hidden;
	border: none;
	background: #f0f0f0 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
	cursor: pointer;
}


/********** ACCOUNT PAGES  **********/



.customer-pages-body .master-column-wrapper {
	overflow: hidden;
}
.customer-pages-body .side-2 {
	float: none;
	width: 100%;
	margin: 0;
}
.customer-pages-body .center-2 {
	float: none;
	width: 100%;
}

.block-account-navigation {
	display: block !important;
	float: none !important;
	width: 100% !important;
	margin: 0 0 35px !important;
	border: none !important;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .listbox {
	display: block !important;
	margin: 0 !important;
	border: none;
	background-color: transparent;
	padding: 0 !important;
	text-align: center;
	font-size: 0;
}
.block-account-navigation .list li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}
.block-account-navigation .list a {
	display: block;
	max-width: 52px; /*max-width is used instead of width in order to make transitions work*/
	height: 52px;
	overflow: hidden;
	background-color: #e9e9e9;
	padding: 0;
	font-size: 12px;
	line-height: 52px;
	font-weight: bold;
	color: #fff !important;
	text-transform: uppercase;
	white-space: nowrap;
	transition: max-width 0.3s linear, background-color 0.6s linear, padding 0.1s linear;
}
.block-account-navigation .list a:before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	background-color: transparent;
	background-image: url(/Themes/Pavilion/Content/img/account-nav-sprite.png);
	background-repeat: no-repeat;
	vertical-align: top;
	opacity: 0.5;
}
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active {
	background-color: #f74258;
	transition: max-width 0.6s linear, background-color 0.3s linear, padding 0.1s linear;
}
.block-account-navigation .list a:hover:before,
.block-account-navigation .list a.active:before {
	opacity: 0.35;
}

.block-account-navigation .customer-info a:before {
	background-position: center 0;
}
.block-account-navigation .customer-addresses a:before {
	background-position: center -52px;
}
.block-account-navigation .customer-orders a:before {
	background-position: center -104px;
}
.block-account-navigation .return-requests a:before {
	background-position: center -156px;
}
.block-account-navigation .downloadable-products a:before {
	background-position: center -208px;
}
.block-account-navigation .back-in-stock-subscriptions a:before {
	background-position: center -260px;
}
.block-account-navigation .reward-points a:before {
	background-position: center -312px;
}
.block-account-navigation .change-password a:before {
	background-position: center -364px;
}
.block-account-navigation .customer-avatar a:before {
	background-position: center -416px;
}
.block-account-navigation .forum-subscriptions a:before {
	background-position: center -468px;
}

.account-page .page-title {
	border-width: 0;
}
.account-page .page-body {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.account-page .page-body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.account-page .fieldset,
.account-page .section {
	border-top: 1px solid #f3f3f3;
	margin: 0 0 10px;
}
.account-page .fieldset .title,
.account-page .section .title {
	margin: 0 0 -10px;
	background-color: transparent;
	padding: 40px 30px 0;
	font-size: 18px;
	text-transform: none;
}
.account-page .form-fields,
.account-page .edit-address {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.account-page .form-fields a {
	color: #f74258;
}
.account-page .form-fields a:hover {
	text-decoration: underline;
}
.account-page .buttons,
.account-page .add-button {
	border-top: 1px solid #f3f3f3;
	padding: 30px;
}
.account-page .no-data {
	padding: 30px;
}

.account-page .table-wrapper {
	padding: 0 30px;
}
.account-page .table-wrapper + .pager {
	margin-top: 20px;
}
.account-page .table-wrapper + .buttons {
	border: none; /*there will be a border if a pager is present*/
}

.account-page ul.info,
.account-page ul.details {
	padding: 30px;
	line-height: 25px;
}
.account-page ul.info li.name {
	display: none;
	margin: 0 0 10px;
	font-weight: bold;
}
.account-page ul.info li.email label {
	display: none;
}
.account-page ul.info li.country {
	margin: 10px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.account-page ul.info + .buttons {
	margin: 0 0 30px;
	border: none;
	padding: 0;
	font-size: 0;
}
.account-page ul.info + .buttons input {
	display: inline-block;
	width: 37px;
	height: 37px;
	margin: 0 2px;
	border: none;
	background-color: #777;
	background-image: url(/Themes/Pavilion/Content/img/account-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
	transition: all 0.2s ease;
}
.account-page ul.info + .buttons input:hover {
	background-color: #f74258;
}
.account-page .edit-address-button {
	background-position: center 0;
}
.account-page .delete-address-button {
	background-position: center -37px;
}
.account-page .order-details-button {
	background-position: center -74px;
}
.account-page .return-items-button {
	width: auto !important;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-2.png) !important;
	background-position: left -120px;
	padding: 10px 15px 10px 35px;
	vertical-align: middle;
	font-size: 14px !important;
	color: #777;
}

.recurring-payments {
	margin: 0 0 50px !important;
}
.recurring-payments .title {
	margin-bottom: 30px !important;
}
.recurring-payments .button-2 {
	width: 37px;
	height: 37px;
	border: none;
	background: #f6f6f6 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	font-size: 0;
}

.account-page .description,
.reward-points-overview {
	padding: 30px;
	line-height: 25px;
}

.return-request-list-page a {
	margin: 0 10px;
	font-weight: bold;
}
.return-request-list-page a:hover {
	color: #f74258;
}
.return-request-list-page .comments {
	margin: 30px 0 0;
}

.downloadable-products-page .table-wrapper {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.downloadable-products-page td.download {
	text-align: center;
	font-size: 0;
}
.downloadable-products-page .download a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.png) left -40px no-repeat;
	transition: all 0.2s ease;
}
.downloadable-products-page .download a:hover {
	background-color: #f74258;
}
.user-agreement-page .terms-of-agreement {
	margin: 40px 0;
	text-align: center;
}

.reward-points-page .title {
	display: none;
}
.reward-points-page .section {
	margin: 0 0 50px;
	border: none;
}

.change-password-page .inputs {
	margin: 20px 0 0;
}
.change-password-page .buttons {
	border: none;
	padding-top: 0 !important;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	padding: 35px 0 25px;
	text-align: center;
}
.avatar-page .image {
	margin: 0 0 25px;
	font-size: 0;
}
.avatar-page .image img {
	border: 1px solid #f3f3f3;
}
.avatar-page input[type="file"] {
	max-width: 220px;
	margin: 0 0 20px;
	text-align: center;
}
.avatar-page .info {
	margin: 0 0 20px;
	padding: 0 20px;
}
.avatar-page .buttons {
	text-align: center !important;
}
.avatar-page .buttons input {
	margin: 0 8px;
}
.avatar-page .remove-avatar-button {
	border: none;
	background-color: transparent;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.avatar-page .remove-avatar-button:hover {
	color: #f74258;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	position: relative;
	margin: 2px;
}
.order-progress li:nth-child(1) {
	z-index: 6;
}
.order-progress li:nth-child(2) {
	z-index: 5;
}
.order-progress li:nth-child(3) {
	z-index: 4;
}
.order-progress li:nth-child(4) {
	z-index: 3;
}
.order-progress li:nth-child(5) {
	z-index: 2;
}
.order-progress li:nth-child(6) {
	z-index: 1;
}
.order-progress a {
	display: block;
	position: relative;
	min-width: 100px;
	height: 32px;
	background-color: #ececec;
	padding: 0 16px 0 24px;
	font-size: 11px; /*reset zeroing*/
	line-height: 32px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.order-progress a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	border-width: 16px 8px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #f6f6f6;
}
.order-progress a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -16px;
	height: 32px;
	border-width: 16px 8px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #e9e9e9;
}
.order-progress li.active-step a {
	background-color: #f74258;
	color: #fff;
	cursor: pointer;
}
.order-progress li.active-step a:after {
	border-left-color: #f74258;
}
.order-progress li.inactive-step a {
	cursor: default;
}

.shopping-cart-page .message-error {
	margin: 0 0 30px;
	font-size: 13px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
	min-width: 150px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
	outline-color: #f74258;
}
.shopping-cart-page .button-2,
.checkout-page .button-2 {
	width: 300px;
	max-width: 100%;
	height: 45px;
	margin: 0 0 10px;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	outline: 2px solid transparent;
	transition: all 0.2s ease;
}

.cart-options {
	margin: 10px 0 50px;
	text-align: center;
}
.common-buttons {
	font-size: 0;
}
.common-buttons .update-cart-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
}
.common-buttons .continue-shopping-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left 0 no-repeat;
}
.common-buttons input:hover {
	outline-color: #fff;
	color: #f74258;
}

.cart-options .selected-checkout-attributes {
	margin: 50px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none !important;
}

.shopping-cart-page .tax-shipping-info {
	margin: -10px 0 50px;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals {
	margin: 0 0 50px;
}
.cart-collaterals .accordion-tab {
	position: relative;
	margin: 0 0 10px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.cart-collaterals .accordion-tab.active {
	z-index: 3;
}
.cart-collaterals .accordion-tab-title {
	position: relative;
	border-bottom: 3px solid #e9e9e9;
	padding: 15px 30px 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}
.cart-collaterals .accordion-tab-title:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.cart-collaterals .active .accordion-tab-title {
	border-bottom-color: #f74258;
}
.cart-collaterals .accordion-tab-content {
	display: none;
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.cart-collaterals .title {
	display: none; 
}
.cart-collaterals .hint {
	margin: 0 0 15px;
}
.cart-collaterals .estimate-shipping-button {
	margin: 0;
	background-color: #f74258;
	padding: 0 20px;
	color: #fff;
	outline-width: 1px;
}
.cart-collaterals .estimate-shipping-button:hover {
	outline-color: #f74258;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0 5px;
}
.cart-collaterals .shipping-results strong {
	display: block;
	margin: 0 0 5px;
	font-size: 13px;
	color: #333;
}
.cart-collaterals .coupon-code {
	width: 300px;
	max-width: 100%;
	margin: auto;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	display: block;
	width: 100%;
	height: 45px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	display: block;
	width: 100%;
	margin: 0;
	background-color: #f74258;
	padding: 0 20px;
	color: #fff;
	outline-width: 1px;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
	outline-color: #f74258;
}
.cart-collaterals .message-failure {
	margin: 15px 0 0;
	color: #f74258;
}
.cart-collaterals .message-success {
	margin: 15px 0 0;
	color: #4fbb41;
}
.cart-collaterals .current-code {
	margin: 15px 0 0;
}
.cart-collaterals .current-code span {
	vertical-align: middle;
}

.cart-collaterals .checkout-attributes {
	margin: 40px 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.cart-collaterals .checkout-attributes dt {
	margin: 20px 0 5px;
}
.cart-collaterals .checkout-attributes dt:first-child {
	margin-top: 0;
}
.cart-collaterals .checkout-attributes li {
	line-height: 24px;
}
.cart-collaterals .checkout-attributes li * {
	vertical-align: middle;
}
.cart-collaterals .checkout-attributes .color-squares li {
	margin: 5px;
}

.cart-footer .remove-discount-button,
.cart-footer .remove-gift-card-button {
	width: 17px;
	height: 17px;
	margin: 0 0 -1px 8px;
	border: none;
	background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.cart-footer .totals {
	margin: 0 0 60px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 0;
}
.cart-footer .total-info {
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
}
.cart-total td {
	width: 50%;
	padding: 5px;
}
.cart-total td.cart-total-left {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
}
.cart-total td.cart-total-right {
	text-align: right;
}
.cart-total .order-total {
	font-size: 16px;
	font-weight: bold;
	color: #00a1b1;
/*	text-transform: uppercase; */
}
.terms-of-service {
	margin: 40px 0 0;
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 13px;
}
.terms-of-service div {
	width: 300px;
	max-width: 80%;
	margin: auto;
	line-height: 24px;
}
.terms-of-service input {
	margin: 0 3px 0 0;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #f74258;
    cursor: pointer;
}
.terms-of-service a:hover {
	text-decoration: underline;
}
.cart-footer .checkout-buttons {
	margin: 40px 0 0;
}
.cart-footer .checkout-buttons .button-1 {
	font-size: 14px;
}
.cart-footer .addon-buttons {
	margin: 40px 0 0;
}

.shopping-cart-page .cross-sells {
	margin: 60px 0 0;
}
.shopping-cart-page .cross-sells .button-2 {
	margin: 0;
	outline: none;
}


/********** CHECKOUT **********/



.checkout-page .message-error {
	margin: 0 0 10px;
}
.checkout-page .billing-addresses,
.checkout-page .shipping-addresses {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
	margin: 0 0 10px;
}
.checkout-page .address-grid {
	padding: 30px;
}
.checkout-page .address-grid:after {
	content: "";
	display: block;
	clear: both;
}
.checkout-page .address-item {
	margin: 40px 0 10px;
}
.checkout-page .address-item:first-child {
	margin-top: 0;
}
.checkout-page .address-box {
	margin: 0 0 20px;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.checkout-page .address-item li.email label {
	display: none;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .enter-address {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.checkout-page .enter-address + .buttons {
	margin: -30px 0 0;
	padding: 10px;
}

.checkout-page .order-summary {
	margin: 50px 0 0;
}
.checkout-page .order-summary .title {
	display: none;
}

.checkout-page .pickup-in-store {
	margin: 0;
	border-top: 1px solid #f6f6f6;
	padding: 30px;
	text-align: center;
}
.checkout-page .pickup-in-store input {
	margin: 0 5px;
}

.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 35px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 25px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
	color: #333;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: 0 0 30px;
}
.use-reward-points input {
	margin: 0 5px 0 0;
}
.payment-method .method-list {
/*	font-size: 0; */
}
.payment-method .method-list li {
/*	white-space: nowrap; */
}
.payment-method .payment-logo,
.payment-method .payment-details {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo {
	margin: 0 10px 0 0;
}
.payment-method .payment-logo img {
	max-width: 40px;
}
.payment-method .payment-details {
	font-size: 14px; /*reset zeroing*/
}
.payment-method .payment-details label {
	display: inline-block;
	text-align: left;
}

.payment-info .info {
	margin: 0 0 35px;
}
.payment-info .info tr {
	display: block;
	margin: 20px 0 0;
}
.payment-info .info tr:first-child {
	margin: 0;
}
.payment-info .info td {
	display: block;
	width: auto;
}
.payment-info .info td:first-child {
	margin: 0 0 5px;
}
.payment-info .info td label {
	font-weight: bold;
}
.payment-info .info input[type="text"] {
	max-width: 400px;
	height: 40px;
}
.payment-info .info input[type="text"] {
	width: 100% !important;
}
.payment-info .info input#CardCode {
	width: 60px !important;
}
.payment-info .info td select {
	height: 38px;
	margin: 0 5px;
}

.confirm-order .terms-of-service {
	margin: 0 0 30px;
	background-color: transparent;
	padding: 0;
	text-align: center;
}
.confirm-order .terms-of-service a {
	margin-left: 5px;
}
.confirm-order .buttons .button-1 {
	font-size: 15px;
}

.order-completed .title {
	margin: 0 0 30px;
	background-color: transparent;
	padding: 0;
}
.order-completed .details {
	margin: 0 0 30px;
}
.order-completed .details a {
	display: inline-block;
	margin: 5px 0 0;
	color: #f74258;
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 50px;
	overflow: hidden;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 40px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 30px;
}
.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
	margin: 0;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	display: block !important;
	margin: 20px 0 5px;
	background-color: transparent;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}

.order-details-page .page-title {
	margin: 0 0 30px;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	height: 40px;	
	margin: 5px 5px 10px;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/order-sprite.png);
	background-repeat: no-repeat;
	padding: 0 15px 0 35px;
	line-height: 40px;
	outline: 2px solid transparent;
	transition: all 0.2s ease;
}
.print-order-button {
	background-position: left bottom;
}
.pdf-invoice-button {
	background-position: left top;
}
.order-details-page .page-title a:hover {
	outline-color: #fff;
	color: #f74258;
}
.order-details-page .order-overview {
	margin: 0 0 30px;
	padding: 20px 10px;
	font-size: 15px;
}
.order-details-page .order-number {
	margin: 0 0 20px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
}
.order-details-page .order-info span {
	display: block;
	margin: 5px 0;
}
.order-details-page .section,
.shipment-details-page .section {
	margin: 0 0 50px;
}
.order-details-page .section .title,
.shipment-details-page .section .title {
	display: none;
}
.order-details-page .download {
	margin: 5px 0 0;
}
.order-details-page .download a,
.order-details-page .view-details a {
	font-weight: normal;
	color: #f74258;
}
.order-details-page .download a:hover,
.order-details-page .view-details a:hover {
	text-decoration: underline;
}
.order-details-page .tax-shipping-info {
	display: none;
}
.order-details-page .selected-checkout-attributes {
	margin: -10px 0;
}
.order-details-page .actions {
	margin: 50px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	width: 210px;
	max-width: 100%;
	height: 45px;
	margin: 0 5px 10px;
	border: medium none;
	padding: 0 28px 0 48px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	outline: 2px solid transparent;
	transition: all 0.2s ease 0s;
}
.order-details-page .actions .re-order-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left 0 no-repeat;
	color: #777;
}
.order-details-page .actions .return-items-button {
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.png) left -45px no-repeat;
	color: #777;
}
.order-details-page .actions input:hover {
	outline-color: #fff;
	color: #f74258;
}
.order-details-page .totals {
	margin: 0 0 50px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 0;
}
.order-details-page .total-info {
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
}

.return-request-page .section {
	margin: 0 0 50px;
}
.return-request-page .section .title {
	display: none;
}
.return-request-page .fieldset {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.return-request-page .fieldset .form-fields {
	max-width: 600px;
	margin: auto;
	padding: 30px;
}
.return-request-page .fieldset .buttons {
	margin: -20px 0 40px;
}

.opc {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.opc .tab-section {
	border-top: 1px solid #e9e9e9;
}
.opc .tab-section:first-child {
	border-top: none;
}
.opc .step-title {
	overflow: hidden;
	background-color: #fff;
	padding: 15px 30px;
	color: #333;
	text-transform: uppercase;
}
.opc .allow .step-title,
.opc .active .step-title {
	background-color: #f9f9f9;
	cursor: pointer;
}
.opc .step-title span {
	float: left;
	margin: 0 20px 0 0;
}
.opc .step-title h2 {
	float: left;
	font-size: 15px;
}
.opc .step {
	padding: 30px;
}
.opc .section {
	margin: 0 0 30px;
	border: none;
	padding: 0 !important;
}
.opc .section .section,
.opc .billing-addresses,
.opc .shipping-addresses {
	margin: 0;
	border: none;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	height: 40px;
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: block;
	width: 48px;
	height: 48px;
	background: #777 url(/Themes/Pavilion/Content/img/back-link.png) center no-repeat;
}
.opc .back-link a:hover {
	background-color: #f74258;
}
.opc .please-wait {
	display: block;
	margin: 15px 0 0;
}
#opc-billing .section,
#opc-shipping .section {
	max-width: 480px;
}
.opc .enter-address {
	padding: 0 !important;
}
.opc .select-shipping-address label {
	display: block;
	margin: 0 0 10px;
}
.opc .pickup-in-store {
	padding: 10px 0 !important;
}
#opc-confirm_order .confirm-order {
	display: none;
}
#opc-confirm_order .billing-info,
#opc-confirm_order .shipping-info {
	border: none;
	padding: 0;
}
#opc-confirm_order .table-wrapper {
	margin: 0 -33px; /*hacking the outer padding on smallest resolution*/
}
#opc-confirm_order .terms-of-service {
	margin: 0 0 30px;
	text-align: center;
}
#opc-confirm_order .terms-of-service a {
	margin: 0 0 0 5px;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
	margin: 0 0 50px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 40px 30px;
}
.basic-search,
.advanced-search {
	width: 480px;
	max-width: 100%;
	margin: auto;
}
.basic-search .inputs.reversed {
	position: relative;
	height: 48px;
	margin: 0 0 1px;
	background-color: #f9f9f9;
	padding: 12px 20px;
}
.basic-search .inputs.reversed input {
	position: absolute;
	visibility: hidden;
}
.basic-search .inputs.reversed label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 48px;
	text-transform: uppercase;
	cursor: pointer;
}
.basic-search .inputs.reversed label:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 19px;
	width: 10px;
	height: 10px;
	background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
}
.advanced-search {
	background-color: #f9f9f9;
	padding: 30px 25px 20px;
}
.advanced-search .inputs label {
	white-space: normal;
}
.advanced-search .inputs label:first-child {
	text-align: center;
}
.advanced-search input + label {
	display: inline;
	margin: 0 0 0 6px;
	font-weight: normal;
}
.advanced-search .price-range {
	display: block;
	text-align: center;
}
.advanced-search .price-range input {
	width: 70px;
	margin: 0 5px;
}
.search-input .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.search-input .button-1:hover {
	outline-color: #f74258;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #f74258;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	text-align: center;
}

.sitemap-page .description {
	margin: 0 0 30px;
}
.sitemap-page .entity-wrapper {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.sitemap-page .entity-title {
	background-color: #f9f9f9;
	padding: 25px 30px;
	color: #333;
	text-transform: uppercase;
}
.sitemap-page .entity-title h2 {
	font-size: 15px;
}
.sitemap-page .entity-body {
	padding: 30px;
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 5px;
}
.sitemap-page a {
	display: block;
}
.sitemap-page a:hover {
	color: #f74258;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	cursor: default;
}
.blogpost-page .page-title,
.news-item-page .page-title {
	display: block !important;
	margin: 0 0 10px;
	border: none;
	padding: 0;
	text-transform: none;
}
.blogpost-page .page-title h1,
.news-item-page .page-title h1 {
	font-size: 25px;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-head,
.news-head {
	margin: 0 0 20px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: bold;
	color: #333 !important;
	text-decoration: none !important;
}
.post-date,
.news-date {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
.post-body,
.news-body {
	margin: 0 0 30px;
	line-height: 30px;
}
.post-body a,
.news-body a {
	color: #f74258;
}
.post-body a:hover,
.news-body a:hover {
	text-decoration: underline;
}
.post-body img,
.news-body img {
	max-width: 100%;
}
.blog-page .tags, 
.blogpost-page .tags {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
	margin: 0 0 10px;
	font-size: 13px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	margin: 3px;
	font-size: 13px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	display: none;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	background-color: #f6f6f6;
	padding: 0 10px;
	line-height: 26px;
	color: #f74258;
	transition: all 0.2s ease;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	background-color: #fbfbfb;
}
.blog-posts .buttons {
	overflow: hidden;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	display: inline-block;
	line-height: 32px;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	padding: 10px 0;
	text-transform: capitalize;
}
.blog-posts .read-more {
	margin: 0 0 0 10px;
}
.blog-posts .read-more:before {
	content: "|";
	margin: 0 12px 0 0;
	color: #777 !important;
}
.blog-posts .read-more:hover,
.blog-posts .read-comments:hover {
	color: #f74258;
}

.blog-posts .post-head,
.blog-posts .read-comments {
	display: none; /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px;
}

.news-items .buttons {
	margin: -5px 0 5px;
	font-size: 0;
}
.news-items .read-more {
	font-size: 14px; /*reset zeroing*/
	font-weight: bold;
	color: #f74258;
	text-transform: capitalize;
}
.news-items .read-more:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 20px;
	margin: -1px -25px 0 0;
	background: #777 url(/Themes/Pavilion/Content/img/pointer-color.png) center no-repeat;
	vertical-align: middle;
	transition: all 0.2s ease;
}

.new-comment .message-error {
	margin: 30px 0 0;
	text-align: center;
}
.new-comment .result {
	margin: 30px 0 0;
	color: #4fbb41;
	text-align: center;
}
.new-comment .inputs {
	text-align: center;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	min-height: 180px;
}
.new-comment .captcha-box {
	margin: 0;
}
.new-comment .buttons {
	padding: 0 0 10px;
}
.new-comment .button-1 {
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.new-comment .button-1:hover {
	outline-color: #f74258;
}

.comment-list .title {
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.blog-comment,
.news-comment {
	border-top: 1px solid #f0f0f0;
}
.blog-comment:first-child,
.news-comment:first-child {
	border: none;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 150px;
	margin: 0 auto 20px;
}
.comment-info .username {
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-title {
	color: #333;
}
.comment-time {
	margin: 0 0 10px;
	/*font-size: 13px;
	font-weight: bold;*/
	color: #999;
}
.comment-body {
	line-height: 25px;
}

.news-item-page .news-body {
	margin: 0;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 60px;
}
.news-list-homepage .title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
}
.news-list-homepage .news-title {
	font-size: 16px;
}
.news-list-homepage .view-all {
	margin: 30px 0 0;
	text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: none;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.news-list-homepage .view-all a:hover {
	outline-color: #f74258;
}


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block {
	margin: 0 0 35px;
}
.forums-main-page .topic-block-title h2 {
	font-size: 22px;
}
.forum-breadcrumb {
	margin: 0 0 35px;
}
.forums-header {
	margin: 35px 0;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	display: none;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .search-box-text {
	float: left;
	height: 40px;
	border: none;
	padding: 0 18px;
}
.forum-search-box .search-box-button {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	background: #f74258 url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
	font-size: 0;
}
.forum-search-box .advanced a {
	font-size: 13px;
}
.forum-search-box .advanced a:hover {
	color: #333;
}
.forum-search-page .advanced-search {
	margin: 0 auto;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #f74258;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .pager.upper {
	display: none;
}

/* forum group */

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section + 
.forums-table-section {
	margin-top: 50px;
}
.forums-table-section a {
    vertical-align: middle;
}
.forums-table-section-title {
	position: relative;
	margin: 0 0 -1px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.forums-table-section .table-wrapper {
	overflow-x: auto;
}
.forums-table-section .view-all {
	margin: 30px 0 0;
}
.forums-table-section .view-all a {
	display: inline-block;
	background-color: #f74258;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease 0s;
}
.forums-table-section .view-all a:hover {
	outline-color: #f74258;
}
.forums-table-section .image {
	padding: 20px 0;
}
.forums-table-section .image div {
	width: 40px;
	height: 35px;
	margin: auto;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-1.png);
	background-repeat: no-repeat;
}
.forums-table-section .image div.sticky {
	background-position: center;
}
.forums-table-section .image div.announcement {
	background-position: right;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 0 0 10px;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	vertical-align: middle;
	font-weight: bold;
	color: #333;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #f74258;
}
.forums-table-section .forum-title span,
.forums-table-section .topic-title span {
	vertical-align: middle;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	font-size: 13px;
}
.forums-table-section .latest-post div * {
	vertical-align: baseline;
}

.active-discussions-page .pager.upper {
	display: none;
}
.active-discussions-page .pager.lower {
	margin: 30px 0 0;
}
.topic-starter label,
.topic-starter a {
	vertical-align: baseline;
}

/* forum-page, topic-page */

.forum-page .forum-info {
	margin: 0 0 40px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 22px;
	color: #333;
}
.forum-page .forum-description {
}

.forum-actions,
.topic-actions {
	margin: 0 0 20px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 5px;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	font-size: 14px;
	transition: all 0.2s ease;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #f74258;
}
.forum-actions .actions .new-topic {
	background-position: left -175px;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background-position: left -140px;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	margin: 30px 0;
}
.topic-actions .edit-topic-button {
	background-position: left 0;
}
.topic-actions .delete-topic-button {
	background-position: left -35px;
}
.topic-actions .move-topic-button {
	background-position: left -70px;
}
.topic-actions .reply-topic-button {
	background-position: left -105px;
}
.topic-actions .watch-topic-button {
	background-position: left -140px;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
	margin: 30px 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 25px 30px 35px;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	width: 150px;
	margin: 0 auto 20px;
}
.topic-post .username {
	display: block;
	margin: 0 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.topic-post a.username:hover {
	color: #333;
}
.topic-post .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.topic-post .avatar a {
	display: block;
	height: 100%;
}
.topic-post .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 15px 0;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	background: #888 url(/Themes/Pavilion/Content/img/forum-sprite-2.png) left -210px no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #f74258;
}

.topic-post .post-time {
	margin: 0 0 15px;
	font-weight: bold;
	font-style: italic;
	color: #999;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	margin: 20px 0;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .manage-post a {
	margin: 5px;
	box-shadow: inset 0 0 20px #e9e9e9;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.png);
	background-repeat: no-repeat;
	padding: 0 10px 0 30px;
	line-height: 35px;
	transition: all 0.2s ease;
}
.topic-post .post-actions .edit-post-button {
	background-position: left 0;
}
.topic-post .post-actions .delete-post-button {
	background-position: left -35px;
}
.topic-post .post-actions .quote-post a {
	vertical-align: middle;
	line-height: 35px;
}
.topic-post .post-actions .post-link-button {
	padding: 0 10px;
	font-weight: bold;
	color: #f74258;
}
.topic-post .post-actions .quote-post-button {
	border: none;
	background-color: #f74258;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease 0s;
}
.topic-post .post-actions .quote-post-button:hover {
	outline-color: #f74258;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #e9e9e9;
    background-color: #f9f9f9;
	padding: 15px 20px;
}
.topic-post .signature {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
    font-style: italic;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
	max-width: 820px;
	margin: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.forum-edit-page .inputs.main,
.private-message-send-page .inputs.main {
	margin: 0;
	border-bottom: 1px solid #e9e9e9;
	background-color: #f9f9f9;
	padding: 25px 30px;
}
.forum-edit-page .inputs.main label,
.private-message-send-page .inputs.main label/*,
.private-message-send-page .message label*/ {
	display: none;
}
.forum-edit-page .inputs.main strong,
.private-message-send-page .inputs.main a {
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .fieldset,
.move-topic-page .fieldset,
.private-message-send-page .fieldset {
	margin: 0;
}
.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields {
	padding: 30px;
}
.forum-edit-page strong.topic-subject {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .inputs.reversed label {
	display: inline;
	margin: 0 0 0 8px;
	white-space: normal;
}
.move-topic-page .inputs label {
	white-space: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0 0 15px;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	position: relative; /*underlaying buttons fix*/
	margin: -50px 0 10px;
	padding: 30px;
}
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1 {
	min-width: 120px;
	margin: 0 8px;
	border: none;
	background-color: #f74258;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover,
.private-messages .button-1:hover {
	outline-color: #f74258;
}
.forum-edit-page .button-2,
.move-topic-page .button-2,
.private-messages .button-2 {
	min-width: 60px;
	margin: 0 8px;
	border: none;
	background-color: transparent;
	padding: 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover,
.private-messages .button-2:hover {
	color: #f74258;
}

/* inbox & view message */

.private-messages-page .table-wrapper {
	overflow-x: auto;
}
.private-messages-page .pm-unread {
	color: #f74258;
}
.private-messages-page .subject {
	text-align: left;
}
.private-messages-page .pager {
	margin-top: 20px;
}
.private-messages-page .buttons {
	margin: 30px 0 -10px;
}
.private-message-view-page .view-message {
	min-height: 200px;
	margin: 0 0 30px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 30px;
}
.private-message-view-page .message-head {
	margin: 10px 0 30px;
}
.private-message-view-page .message-head li {
	display: inline-block;
	margin: 0 0 10px;
}
.private-message-view-page .message-head label {
	font-weight: bold;
}
.private-message-view-page .message-head span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page .message-head span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-head .subject span:after {
	display: none;
}
.private-message-view-page .message-body {
	margin: 0 0 25px;
	line-height: 30px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .back-pm-button {
	display: none;
}

/* profile page  */

.profile-info-box {
	text-align: center;
}
.profile-info-box .avatar {
	position: static;
	margin: 0 0 25px;
	font-size: 0;
}
.profile-info-box .avatar img {
	border: 1px solid #f3f3f3;
}
.profile-info-box .profile-stats {
	margin: 0 0 20px;
	padding: 0 20px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 50px 0 0;
}
.profile-page .topic:first-child {
	margin: 0;
	border: none;
}
.profile-page .topic-title {
	margin: 0 0 20px;
	background-color: #f9f9f9;
	padding: 25px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.profile-page .topic-title a {
	margin: 0 0 0 5px;
	vertical-align: middle;
	color: #333;
}
.profile-page .topic-title a:hover {
	color: #f74258;
}
.profile-page .topic-body {
	line-height: 30px;
}
.profile-page .quote {
	margin: 10px;
	background-color: transparent;
}
.profile-page .topic-data {
	margin: 20px 0;
	padding: 0 30px;
	color: #999;
}

/*  Reference HP */

.reference .topic-block-title h2 {
  font-size: 26px!important;
  
  }
  
.reference img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.80;
    margin: 15px 0;
  }

 .reference img:hover {
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
  }
  
.labelmed_a {		
  background: url(/Themes/Pavilion/Content/img/labelmed.png) no-repeat;
  display: inline-block;
  width: 112px;
  height: 29px;
  position: relative;
  left: 20px;   
}

.header-menu-parent {
  position: relative;
}

.mega-menu li  {
  background: url(/Themes/Pavilion/Content/img/menu_bg.png) no-repeat center right;

}

.mega-menu li:last-child  {
  background: none;

}

.mega-menu li a:hover {
  color: #2daae1;
}

.nop-jcarousel .carousel-title span {
  background: url(/Themes/Pavilion/Content/img/arrow_title.png) no-repeat center left;
  padding-left: 14px;
  font-size: 20px!important;
  
}

.rozcestnik {
	display: none;
	}
  
.top_phone {
  display: inline-block;
  margin: 5px 20px 0 0;
	/*
  font-weight: bold;
  color: #37aadc;
	*/
  background: url(/Themes/Pavilion/Content/img/phone_top.png) no-repeat center left;
  padding-left: 20px;
  
}

  
.top_email {
  display: inline-block;
  margin: 5px 15px 0 0;
	/*
  font-weight: bold;
  color: #37aadc;
	*/
  background: url(/Themes/Pavilion/Content/img/email_top.png) no-repeat center left;
  padding-left: 21px;
  
}

#top_contact {
  float: right;
}


#footer_icons div {
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
    width: 33%;
}

.product-price-informative {
	margin: 0 -10px 20px -10px;
	padding: 5px 10px 5px 10px;
	background-color: #e6f6ff;
}


/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}

.footable-first-column .item-count {
	font-size: 13px !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	/*top: 50%;*/ /*doesn't work in IE*/
	left: 50%;
	width: 32px;
	height: 32px;
	/*margin: -16px 0 0 -16px;*/
	margin: -5px 0 0 -16px; /*IE hack*/
	overflow: hidden;
	background-color: #f93b54;
	background-image: url(/Themes/Pavilion/Content/img/table-sprite.png);
	background-repeat: no-repeat;
}
.footable-toggle {
	background-position: center 0;
}
.footable-detail-show .footable-toggle {
	background-position: center -32px;
}
.footable-toggle:before {
	display: none !important;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	display: table-cell;
    padding: 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 10px;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}
@media all and (max-width: 768px) {
.two-columns-area ~ .master-wrapper-content {
	margin-top: 0;
}

  #footer_icons div {
    display: block;
    margin-top: 20px;
    text-align: center!important;
    width: 100%;
}

  .like-button {
    display: block;
    text-align: center;
}

}

@media all and (max-width: 1000px) {
	
.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
	background-color: #00a1b1;
	color: #fff;
}
.header-upper {
	display: none;
}
.header .header-logo {
	position: absolute;
	top: 53px;
	z-index: 1020;
	width: 100%;
	height: 110px;
	background-color: #fff;
	line-height: 110px;
}
.responsive-nav-wrapper-parent {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
	height: 53px !important; /*override inline height*/
	border-top: 3px solid #00a1b1;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	background-color: #fff;
}
.admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 42px;
}
.admin-header-links ~ .header .header-logo {
	top: 95px;
}

.mobile-sticky-logo .header .header-logo {
	position: fixed;
	top: 0;
}
.mobile-sticky-logo .responsive-nav-wrapper-parent {
	top: 110px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent {
	top: 152px;
}
.mobile-sticky-logo .admin-header-links ~ .header .header-logo {
	top: 42px;
}

.two-columns-area {
	margin: 160px 0 25px;
}
.admin-header-links ~ .two-columns-area {
	margin-top: 205px;
}
.master-wrapper-content {
	margin-top: 160px;
	padding: 25px 20px;
}
.admin-header-links ~ .master-wrapper-content {
	margin-top: 205px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.responsive-nav-wrapper > div {
	display: inline-block;
	border-right: 1px solid #eee;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/mobile-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.responsive-nav-wrapper > div:first-child {
	border-left: 1px solid #eee;
}
.responsive-nav-wrapper div.menu-title {
	background-position: 0 center;
}
.responsive-nav-wrapper div.shopping-cart-link {
	background-position: -55px center;
}
.responsive-nav-wrapper div.personal-button {
	background-position: -108px center;
}
.responsive-nav-wrapper div.preferences-button {
	background-position: -162px center;
}
.responsive-nav-wrapper div.search-wrap {
	background-position: -216px center;
}
.responsive-nav-wrapper div.filters-button {
	display: none;
	background-position: -271px center;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	width: 52px;
	height: 50px;
	font-size: 0;
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.6);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background-color: #f6f6f6;
    overflow: hidden;
	z-index: 1070;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu {
    left: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu,
.header-menu .back-button {
	background-color: #f6f6f6;
	cursor: pointer;
}
.header-menu .close-menu span,
.header-menu .back-button span {
	display: block;
	height: 50px;
	background: url(/Themes/Pavilion/Content/img/close.png) right center no-repeat;
	font-size: 0;
}
.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	position: relative;
	z-index: 0;
	border-bottom: 1px solid #eee;
	padding: 20px;
	line-height: 19px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	border-bottom: 0;
} 
.header-menu > ul li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
	position:relative;
	z-index: 1;
	float: right;
	width: 50px;
	height: 60px;
	border-bottom: 1px solid #eee;
	background: #f74258 url(/Themes/Pavilion/Content/img/pointer-color.png) center no-repeat;
	cursor: pointer;
}
.header-menu > ul li:last-child .plus-button {
	border-bottom: none;
}
.header-menu .sublist-wrap {
    position: fixed;
	z-index: 2;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #f6f6f6;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    overflow: hidden;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

/* CATEGORY NAVIGATION */

.header-menu > ul > li > a {
	border: none;
}
.category-navigation-title,
.category-navigation-list-wrapper {
	display: none !important;
}
/*.subcategories-title {
	display: none !important;
}*/

/* FLYOUT-CART */

.flyout-cart-wrapper {
	display: none;
	position: fixed;
	top: 53px;
	left: 0;
	z-index: 1070;
	width: 100%;
	border-top: 1px solid #ececec;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .flyout-cart-wrapper {
	top: 95px;
}
.mobile-sticky-logo .flyout-cart-wrapper {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .flyout-cart-wrapper {
	top: 205px;
}
.cart-trigger {
	display: none;
}
.mini-shopping-cart .attributes {
	display: none;
}

/* LINKS & SELECTORS */

.header-links,
.header-selectors {
	display: none;
	position: fixed;
	top: 53px;
	left: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	font-size: 13px;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .header-links,
.admin-header-links ~ .responsive-nav-wrapper-parent .header-selectors {
	top: 95px;
}
.mobile-sticky-logo .header-links,
.mobile-sticky-logo .header-selectors {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .header-links,
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .header-selectors {
	top: 205px;
}
.header-links li {
	border-top: 1px solid #ececec;
}
.header-links a {
	display: inline-block;
	padding: 15px 25px;
}
.header-links .ico-account {
	background-position: left 0;
}
.header-links .ico-register {
	background-position: left -48px;
}
.header-links .ico-login,
.header-links .ico-logout {
	background-position: left -96px;
}
.header-links .ico-inbox {
	background-position: left -144px;
}
.header-links .ico-wishlist {
	background-position: left -192px;
}
.header-selectors > div {
	display: block;
	border-top: 1px solid #ececec;
	padding: 15px;
}

/* SEARCH BOX */

.store-search-box {
	display: none;
	position: fixed;
	top: 53px;
	left: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #00a1b1;
	padding: 10px;
}
.admin-header-links ~ .responsive-nav-wrapper-parent .store-search-box {
	top: 95px;
}
.mobile-sticky-logo .store-search-box {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .responsive-nav-wrapper-parent .store-search-box {
	top: 205px;
}

/* PAGE TITLES */

.category-page-body .page-title,
.manufacturer-page-body .page-title,
.manufacturer-all-page-body .page-title,
.vendor-all-page-body .page-title,
.vendor-page-body .page-title,
.product-tags-all-page-body .page-title,
.products-by-tag-page-body .page-title,
.recently-viewed-products-page-body .page-title,
.recently-added-products-page-body .page-title,
.compare-products-page-body .page-title {
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px 25px;
}
.category-page-body .page-title h1,
.manufacturer-page-body .page-title h1,
.manufacturer-all-page-body .page-title h1,
.vendor-all-page-body .page-title h1,
.vendor-page-body .page-title h1,
.product-tags-all-page-body .page-title h1,
.products-by-tag-page-body .page-title h1,
.recently-viewed-products-page-body .page-title h1,
.recently-added-products-page-body .page-title h1,
.compare-products-page-body .page-title h1 {
	font-size: 18px;
	color: #f74258;
	text-transform: uppercase;
}

/* MISCELLANEOUS */

.product-specs-box .data-table td a:only-child {
	position: absolute;
	top: 50%;
	left: 15px;
	max-width: 100%;
	margin: -10px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.checkout-page .enter-address + .buttons {
	text-align: center !important;
}

}

@media all and (min-width: 769px) and (max-width: 1000px) {
	
.mini-shopping-cart .items {
	overflow: hidden;
}
.mini-shopping-cart .item {
	float: left;
	width: 50%;
}
	
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 45px;
}*/
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	height: 40px;
	padding: 0 12px;
}
.inputs textarea {
	padding: 12px;
}

/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: none;
}
.forums-table-section th,
.forums-table-section td {
	padding: 20px 30px;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* HEADER */

.mini-shopping-cart .items {
	display: block;
}
.search-box input.search-box-text {
	width: 390px;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 390px; /*default = txtfield + button*/
	max-width: 100%;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}
.ui-autocomplete li {
	border-top: 1px solid #f6f6f6;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	color: #333;
}
.ui-autocomplete a.ui-state-focus {
	background: #f9f9f9;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

/* FOOTER */

.newsletter-email input[type="text"] {
	width: 300px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	text-align: left;
}
.block:nth-of-type(2n+1) {
	clear: both;
}
.block .sublist {
	padding: 0 0 0 20px;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 10px 0 0;
}
.block .poll-options li,
.block .poll-results li {
	display: block;
	margin: 5px 0;
}
.block .poll .buttons,
.block .poll-total-votes {
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.item-box {
	width: 49%; /*two per row*/
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.home-page-category-grid + .slider-wrapper {
	display: block;
}

.sub-category-grid {
	margin: 0 0 30px;
}
.sub-category-grid .item-box,
.manufacturer-grid .item-box {
	margin-bottom: 2.5%;
}
.vendor-list li {
	margin-bottom: 2.5%;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.overview-buttons,
.variant-overview .add-to-wishlist {
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	vertical-align: top;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	margin: 40px -30px -30px;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px 125px;
}
.product-tags-list {
	padding: 25px 30px;
}
.product-variant-line {
	padding: 30px;
}
.ui-tabs .ui-tabs-panel {
	padding: 33px 35px;
}

/* REVIEW PAGE */

.write-review form {
	padding: 30px 45px;
}

/* WISHLIST & COMPARE LIST */

.update-wishlist-button,
.wishlist-add-to-cart-button {
	width: auto;
	min-width: 180px;
	margin: 0;
	padding: 0 28px 0 48px;
}
.update-wishlist-button {
	float: left;
}
.wishlist-add-to-cart-button {
	float: right;
}

/* TOPICS */

.topic-password {
	padding: 30px 45px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page form,
.email-a-friend-page form {
	padding: 30px 45px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 45px;
}
.login-page .page-body {
	padding: 52px 0 0;
}
.login-page .customer-blocks .title {
	top: -52px;
	width: 49%;
	height: 52px;
}
.login-page .new-wrapper .title {
	left: -1px;
}
.login-page .returning-wrapper .title {
	right: -1px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 45px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 45px;
}
.account-page .table-wrapper {
	padding: 0 45px;
}
.avatar-page input[type="file"] {
	max-width: none;
}

/* SHOPPING CART & CHECKOUT */

.common-buttons:after {
	content: "";
	display: block;
	clear: both;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	width: auto;
	max-width: 50%;
	margin: 0;
	padding: 0 28px 0 48px;
}
.common-buttons .update-cart-button {
	float: left;
}
.common-buttons .continue-shopping-button {
	float: right;
}
.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .pickup-in-store {
	padding: 30px 45px;
}
.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
	padding: 40px;
}
.payment-method .payment-logo img {
	max-width: none;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	padding: 40px 45px;
}
.return-request-page .fieldset
.form-fields, .opc .step {
	padding: 30px 45px;
}

#opc-confirm_order .table-wrapper {
	margin: 0;
}

/* SEARCH PAGE & SITEMAP */

.search-input {
	padding: 40px 45px;
}
.advanced-search .price-range input {
	width: 80px;
}
.sitemap-page .entity-body {
	padding: 30px 45px;
}

/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px 45px;
}

/* FORUM & PROFILE */

.forums-table-section .image {
	padding: 20px 30px;
}
.forums-table-section-title .link-rss {
	display: block;
	position: absolute;
	top: 21px;
	right: 30px;
	box-shadow: inset 0 0 5px 5px #f9f9f9;
}
.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 45px;
}
.private-messages-page .ui-tabs-panel {
	padding: 45px 50px;
}

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 60px;
}*/

/* GLOBAL TABLES */

.downloadable-products-page .data-table col:first-child,
.downloadable-products-page .data-table th:first-child,
.downloadable-products-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.reward-points-history .data-table col:first-child,
.reward-points-history .data-table th:first-child,
.reward-points-history .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.return-request-page col:first-child,
.return-request-page th:first-child,
.return-request-page td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */

.ui-dialog {
	width: 400px !important;
}

/* HEADER */
/* HEADER MENU */
/* HOMEPAGE CAROUSELS */

.bestsellers {
	display: block;
	position: relative;
	margin: 0 0 60px;
}
.bestsellers .title {
	padding: 0 0 6px;
}
.bestsellers .item-grid {
	position: static;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #fff;
}
.bestsellers .owl-stage-outer {
	margin: 0 -1px 0 1px;
}
.bestsellers .owl-stage {
	background-color: #fff;
}
.bestsellers .owl-item {
	float: left;
	width: 50%;
}
.bestsellers .item-box {
	width: 100% !important;
	margin: 0 !important;
}
.bestsellers .product-item {
	margin: 0 0 0 -1px;
	border-width: 0 1px 1px;
	border-color: #f0f0f0;
	padding: 0 !important;
	text-align: left;
}
.bestsellers .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.bestsellers .item-box:nth-child(3) .product-item {
	border-bottom-width: 0; /*last item in each column*/
}

.bestsellers .picture {
	float: left;
	width: 40%;
	margin: 0;
	padding: 20px 10px 20px 20px;
}
.bestsellers .details {
	float: right;
	width: 60%;
	padding: 20px 20px 20px 10px;
}
.bestsellers .product-title {
	height: 20px;
	margin: 0 0 8px;
	padding: 0;
}
.bestsellers .product-title a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bestsellers .details .prices {
	margin: 0 0 16px;
	padding: 0;
}
.bestsellers .buttons-upper,
.bestsellers .buttons-lower {
	position: static !important;
	float: left;
	width: auto !important;
	height: auto !important;
	border: none !important;
	background-color: transparent;
}
.bestsellers input.button-2,
.bestsellers button.button-2 {
	width: 36px !important;
	height: 36px !important;
	margin: 0 3px 0 0 !important;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-box-sprite-big.png) !important;
}
.bestsellers .add-to-wishlist-button {
	background-position: -36px center !important;
}
.bestsellers .product-box-add-to-cart-button {
	background-position: right center;
}
.bestsellers .product-box-add-to-cart-button span {
	background-color: transparent !important;
	font-size: 0 !important;
}
.bestsellers .product-box-add-to-cart-button span:before,
.bestsellers .product-box-add-to-cart-button span:after {
	display: none !important;
}

.bestsellers .owl-prev,
.bestsellers .owl-next {
	position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
	font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bestsellers .owl-prev {
	left: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-prev.png);
	background-position: right center;
}
.bestsellers .owl-next {
	right: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-next.png);
	background-position: left center;
}
.bestsellers .owl-prev:hover {
	background-color: #f74258;
	background-position: left center;
}
.bestsellers .owl-next:hover {
	background-color: #f74258;
	background-position: right center;
}

/* FOOTER */
/* LEFT/RIGHT COLUMN */

.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	text-align: left;
}
.product-selectors > div {
	margin: 0 20px 0 0;
}
.product-selectors .product-viewmode {
	display: inline-block;
}
.product-selectors .product-viewmode span {
	display: none;
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 8px 0 0;
	background-color: #777;
	background-image: url(/Themes/Pavilion/Content/img/viewmode-sprite.png);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
}
.product-selectors .product-viewmode a.grid {
	background-position: 0 center;
}
.product-selectors .product-viewmode a.list {
	background-position: -18px center;
}
.product-selectors .product-viewmode a.selected {
	background-color: #f74258;
}
.product-selectors .product-page-size {
	float: right;
	margin: 0;
}

.item-box {
	width: 32%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-left: 2%; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .buttons {
	text-align: left;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 0 40px;
}
.product-list .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: left;
	width: 280px;
	margin: 0;
}
.product-list .item-box .details {
	margin: 0 0 0 280px;
	padding: 30px 20px;
	text-align: left;
}
.product-list .item-box .product-title {
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.product-list .item-box .prices,
.product-list .item-box .prices span {
	padding: 0;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .buttons-upper {
	display: inline-block;
	height: 45px;
	padding: 4px 0;
	background-color: transparent;
}
.product-list .item-box .buttons-upper input[type="button"] {
	width: 37px;
	height: 37px;
	margin: 0 2px;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
}
.product-list .item-box input.add-to-compare-list-button {
	background-position: -37px 0;
}
.product-list .item-box input.add-to-wishlist-button {
	background-position: 0 0;
}
.product-list .item-box .buttons-lower {
	float: left;
	margin: 0 5px 0 0;
}
.product-list .item-box .buttons-lower button {
	display: inline-block;
	width: auto;
	outline: 1px solid transparent;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) left center no-repeat;
	padding: 0 28px 0 48px;
	vertical-align: middle;
}
.product-list .item-box .buttons-lower button span {
	background-color: transparent;
	padding: 0;
	color: #fff;
}
.product-list .item-box .buttons-lower button span:before,
.product-list .item-box .buttons-lower button span:after {
	display: none;
}
.product-list .item-box .buttons-lower button:hover {
	outline-color: #f74258;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px 20px;
}
.gallery {
	float: left;
	width: 48%;
	margin: 0 0 -10px;
}
.gallery .picture {
	width: auto;
}
.gallery .picture-thumbs {
	text-align: left;
}
.gallery .picture-thumbs a {
	width: 18%;
	margin: 0 1% 10px;
}
.overview {
	float: right;
	width: 49%;
	margin: 0 0 -10px;
	text-align: left;
}
.product-reviews-overview > div {
	float: left;
}
.product-review-box {
	margin: 3px 12px 0 0;
}

.overview .prices > div,
.variant-overview .prices > div {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.discounted-price label {
	display: none;
	vertical-align: baseline;
	font-size: 14px;
}
.discounted-price span {
	vertical-align: baseline;
}
div.rental-price {
	display: block !important;
}
/*.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
	display: block !important;
}*/

.overview-bottom {
	clear: both;
	margin: 0;
}
.overview-bottom:after {
	content: "";
	display: block;
	clear: both;
}
.product-social-buttons {
	position: relative;
	bottom: -30px;
	float: left;
	height: 54px;
	margin: 0;
	padding: 10px 0 0;
}
.product-social-buttons label,
.product-social-buttons ul {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
.product-social-buttons label {
	display: inline-block;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	position: relative;
	right: -20px;
	bottom: -30px;
	float: right;
	height: 54px;
	margin: 0;
	padding: 10px 20px 10px 5px;
}
.overview-bottom .delivery:before,
.variant-overview .delivery:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -40px;
	border-width: 27px 20px;
	border-style: dashed solid solid dashed;
	border-color: transparent #f9f9f9 #f9f9f9 transparent;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px;
}

.group-product .overview-buttons {
	margin: -15px 0 15px;
	vertical-align: middle;
}
.group-product .product-social-buttons {
	position: static;
	float: none;
	height: auto;
	padding: 10px 0;
}
.group-product .product-social-buttons ul {
	float: none;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
	border-top: 1px solid #e9e9e9;
}
.tier-prices .prices-row:first-child {
	border-top: none;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: none !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.product-specs-box .data-table td {
	width: auto;
	border-left: none;
	text-align: left;
}

.product-variant-line {
	padding: 30px 20px;
}
.variant-picture {
	float: left;
	margin: 0;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 340px;
}
.variant-overview {
	text-align: left;
}
.variant-overview .add-to-wishlist {
	margin: 0 3px;
}

.attribute-item {
	display: inline-block;
	margin: 0 10px 0 0;
}
.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 120px;
	text-align: left;
}
.color-squares {
	margin: 0 0 -10px;
	text-align: left;
}
.color-squares li {
	margin: 5px 10px 5px 0;
}

.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	border: none;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 12px 22px;
}
.ui-tabs .ui-tabs-nav li a:after {
	bottom: 0;
}

/* REVIEW PAGE */

.product-reviews-page .page-body {
	text-align: left;
}
.ui-tabs .product-review-item {
	padding: 30px;
}
.product-review-item .review-info {
	float: left;
}
.product-review-helpfulness {
	float: right;
}
.write-review form {
	padding: 30px 60px;
}

/* WISHLIST & COMPARE LIST */

.compare-products-table-mobile img {
    max-width: 150px;
}

/* TOPICS */

.topic-password {
	padding: 30px 60px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .page-body,
.email-a-friend-page .page-body {
	text-align: left;
}
.contact-page form,
.email-a-friend-page form {
	padding: 30px 60px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 60px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 60px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 60px;
}
.account-page .table-wrapper {
	padding: 0 60px;
}
.account-page .address-item,
.account-page .order-item {
	float: left;
	width: 50%;
	border-width: 0;
}
.account-page .address-item:nth-child(2n+1),
.account-page .order-item:nth-child(2n+1) {
	clear: both;
}
.account-page .add-button {
	clear: both;
}

/* SHOPPING CART & CHECKOUT */

.cart-options {
	text-align: right;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	max-width: none;
	min-width: 230px;
}
.cart-footer .cart-collaterals {
	float: left;
	width: 52%;
}
.cart-footer .totals {
	float: right;
	width: 45%;
}
.cart-collaterals  .accordion-tab-title {
	text-align: left;
}
.cart-collaterals .estimate-shipping-button {
	width: auto;
	min-width: 220px;
}
.cart-collaterals .checkout-attributes {
	text-align: left;
}
.cart-collaterals .checkout-attributes .color-squares li {
	margin: 5px 10px 5px 0;
}

.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .pickup-in-store {
	padding: 30px 60px;
}
.checkout-page .address-item {
	float: left;
	width: 45%;
	margin: 5% 0 0 10%;
	text-align: left;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.checkout-page .address-item:nth-child(-n+2) {
	margin-top: 0;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
	margin: auto;
	text-align: center;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
	text-align: left;
}
.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
	margin: 0;
}
.order-details-page .page-title h1 {
	float: left;
	margin: 0;
}
.order-details-page .page-title a {
	float: right;
	margin: -8px 5px 0;
}
.order-details-page .order-overview {
	text-align: left;
}
.order-details-page .order-info span {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.order-details-page .options {
	text-align: right;
}
.order-details-page .actions input {
	margin: 0 0 0 10px;
}
.order-details-page .totals {
	width: 45%;
	margin-left: auto;
}
.return-request-page .fieldset
.form-fields, .opc .step {
	padding: 30px 60px;
}
.opc .step,
.opc div.buttons,
.opc .pickup-in-store {
	text-align: left;
}
#opc-confirm_order .totals {
	float: none;
	width: auto;
}
#opc-confirm_order div.buttons {
	text-align: center;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px 50px;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	float: left;
	margin: 0 10px 0 0;
	line-height: 32px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	float: left;
	text-align: left;
}
.blog-page .tags ul {
	max-width: 400px;
}
.blog-posts .buttons {
	float: right;
	text-align: right;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	padding: 0;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 185px;
}
.comment-content {
	text-align: left;
}
.new-comment input[type="text"] {
	width: 400px;
}
.new-comment textarea {
	width: 600px;
}

.news-list-homepage .news-items {
	overflow: hidden;
}
.news-list-homepage .news-item {
	float: left;
	width: 49%;
	margin: 0 0 20px 2%;
	padding: 30px;
	text-align: left;
}
.news-list-homepage .news-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.news-list-homepage .news-body {
	height: 120px;
	overflow: hidden;
}
.news-list-homepage .buttons {
	text-align: left;
}
.news-list-homepage .view-all {
	margin-top: 10px;
}

/* FORUM & PROFILE */

.topic-post {
	overflow: hidden;
	text-align: left;
}
.topic-post .post-info {
	float: left;
	width: 23%;
	margin: 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	margin: 0 0 0 -9px;
}
.topic-post .post-content {
	float: right;
	width: 77%;
}
.topic-post .post-head:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-time {
	float: left;
	margin: 0;
	line-height: 34px; /*1px less, because of italic font*/
}
.topic-post .post-time label {
	display: none;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
	margin: 0 5px;
	box-shadow: none;
}
.topic-post .post-actions .manage-post a:hover {
	background-color: #f74258;
}
.topic-post .post-actions .post-link-button {
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd;
	text-align: center;
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 60px;
}
.private-message-view-page .back-pm-button {
	float: right;
}

.profile-page .topic-body {
	padding: 0 30px;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

	/* GLOBAL STYLES */

	.master-wrapper-content {
		width: 980px;
		min-height: 300px;
		margin: auto;
	}

	.customer-pages-body .master-wrapper-content {
		padding: 70px 0 0;
	}

	.product-details-page-body .center-1 {
		margin: 0 0 90px;
	}

	.center-2 {
		float: right;
		width: 715px;
		margin: 0 0 90px;
	}

	.side-2 {
		float: left;
		width: 245px;
	}

	.page {
		clear: both;
		text-align: left;
	}

	.center-2 .page .page-title {
		display: none;
	}

	.side-2 .page-title {
		margin: 0 0 15px;
		border: 1px solid #e9e9e9;
		background-color: #fff;
		padding: 20px 25px;
	}

		.side-2 .page-title h1 {
			font-size: 18px;
			color: #f74258;
			text-transform: uppercase;
		}

	/*.category-page-body .block-category-navigation,
.manufacturer-page-body .block-manufacturer-navigation,
.manufacturer-all-page-body .block-manufacturer-navigation,
.vendor-all-page-body .block-vendor-navigation,
.vendor-page-body .block-vendor-navigation,
.product-tags-all-page-body .block-popular-tags,
.products-by-tag-page-body .block-popular-tags,
.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
}*/
	.category-page-body .block-category-navigation,
	.manufacturer-page-body .block-manufacturer-navigation,
	.manufacturer-all-page-body .block-manufacturer-navigation,
	.vendor-all-page-body .block-vendor-navigation,
	.vendor-page-body .block-vendor-navigation {
		margin: -16px 0 0;
		background-color: #fff;
		padding-top: 15px;
	}

		.category-page-body .block-category-navigation .title,
		.manufacturer-page-body .block-manufacturer-navigation .title,
		.manufacturer-all-page-body .block-manufacturer-navigation .title,
		.vendor-all-page-body .block-vendor-navigation .title,
		.vendor-page-body .block-vendor-navigation .title {
			display: none;
		}

	.category-page-body .page-title + .block-category-navigation .listbox,
	.manufacturer-page-body .page-title + .block-manufacturer-navigation .listbox,
	.manufacturer-all-page-body .page-title + .block-manufacturer-navigation .listbox,
	.vendor-all-page-body .page-title + .block-vendor-navigation .listbox,
	.vendor-page-body .page-title + .block-vendor-navigation .listbox {
		margin-top: 0;
	}

	.link-rss {
		display: block;
		float: right;
		margin: 5px 0 0;
	}

	/* GLOBAL FORMS */
	/* GLOBAL TABLES */

	.cart .subtotal {
		white-space: nowrap;
	}

	.order-details-page .data-table col:first-child,
	.order-details-page .data-table th:first-child,
	.order-details-page .data-table td:first-child {
		display: none !important; /*hides counter*/
	}

	.forums-table-section col:first-child,
	.forums-table-section th:first-child,
	.forums-table-section td:first-child {
		display: none !important; /*hides counter*/
	}

	/* NOTIFICATIONS & POPUPS */
	/* HEADER */

	.header {
		position: relative;
		z-index: 1020;
		margin: 0 0 60px;
	}

		.header .center {
			width: 980px;
			margin: auto;
		}

	.header-upper {
		height: 42px;
		background-color: #f6f6f6;
	}

	.admin-header-links {
		float: left;
		height: 42px;
	}

		.admin-header-links a {
			color: #444;
		}

	.header-links-wrapper,
	.header-selectors-wrapper {
		position: relative;
		float: right;
		height: 42px;
		margin: 0 0 0 20px;
		transition: all 0.2s ease;
	}

		.header-links-wrapper label,
		.header-selectors-wrapper label {
			display: block;
			padding: 0 0 0 20px;
			background-image: url(/Themes/Pavilion/Content/img/header-sprite-2.png);
			background-repeat: no-repeat;
			line-height: 42px;
		}

		.header-links-wrapper label {
			background-position: left 0;
			display: inline-block;
		}

		.header-selectors-wrapper label {
			background-position: left -40px;
		}

	.header-links,
	.header-selectors {
		display: none;
		position: absolute;
		left: -15px;
		right: 0;
		top: 40px;
		z-index: 1020;
		min-width: 150px;
		background-color: #fff;
		border-top: 3px solid #f74258;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
		transition: all 0.2s ease;
	}

	.header-links-wrapper:hover > div,
	.header-selectors-wrapper:hover > div,
	.header-selectors-wrapper > div.active {
		display: block;
	}

	.header-links-wrapper:hover > div {
		display: inline-block !important;
	}

	.header-links ul {
	}

	.header-links li {
		padding: 0 16px;
	}

		.header-links li:first-child {
			padding-top: 4px;
		}

		.header-links li:last-child {
			padding-bottom: 4px;
		}

		.header-links li:hover {
			background-color: #f9f9f9;
		}

	.header-links a {
		display: block;
		padding: 10px 0 10px 24px;
		font-size: 13px;
	}

	.header-links .ico-account {
		background-position: left -5px;
	}

	.header-links .ico-register {
		background-position: left -53px;
	}

	.header-links .ico-login,
	.header-links .ico-logout {
		background-position: left -101px;
	}

	.header-links .ico-inbox {
		background-position: left -149px;
	}

	.header-links .ico-wishlist {
		background-position: left -197px;
	}

	.header-selectors {
		text-align: center;
	}

		.header-selectors > div {
			border-top: 1px solid #f6f6f6;
			padding: 15px;
		}

			.header-selectors > div:first-child {
				border-top: none;
			}

		.header-selectors select {
			border-color: #e9e9e9;
		}

	.header-middle {
		background-color: #fff;
		padding: 20px 0;
	}

		.header-middle .center {
			display: table;
		}

	.header-logo {
		display: table-cell;
		width: 20%;
		padding: 0 24px 0 0;
		vertical-align: middle;
	}

	.header-menu-parent {
		display: table-cell;
		vertical-align: middle;
	}

	.header-menu {
		position: relative;
		z-index: 1010;
		text-align: left;
	}

		.header-menu > ul {
			font-size: 0;
		}

			.header-menu > ul > li {
				display: inline-block;
				vertical-align: middle;
			}

				.header-menu > ul > li > a,
				.header-menu > ul > li > span {
					display: block;
					padding: 5px 20px;
					font-size: 14px; /*reset zeroing*/
					font-weight: bold;
					color: #333;
					text-transform: uppercase;
					cursor: pointer;
				}

	.top-menu .root-category-items,
	.top-menu .category-sublists-wrapper {
		display: none;
	}

	.flyout-cart-wrapper {
		position: relative;
		display: table-cell;
		width: 190px; /*prevents the cell from expanding when header menu is empty*/
		padding: 0 0 0 32px;
		vertical-align: middle;
		text-align: right;
	}

	.cart-trigger {
		display: inline-block;
		position: relative;
		height: 52px;
		border: 1px solid #f0f0f0;
		padding: 0 19px 0 18px;
		line-height: 52px;
		font-size: 13px;
		color: #777;
		white-space: nowrap;
		transition: all 0.2s ease;
	}

		.cart-trigger:before {
			content: "";
			position: absolute;
			top: -1px;
			left: -32px;
			width: 32px;
			height: 52px;
			background: #f74258 url(/Themes/Pavilion/Content/img/flyout-cart.png) center no-repeat;
		}

		.cart-trigger .cart-qty,
		.cart-trigger .cart-label {
			font-weight: bold;
			color: #555;
			transition: all 0.2s ease;
		}

	.flyout-cart {
		display: none;
		position: absolute;
		right: 0;
		z-index: 1;
		width: 350px;
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
		background: #fff;
	}

	.flyout-cart-wrapper:hover .cart-trigger {
		border-color: #f74258;
		background-color: #f74258;
		color: #fff;
	}

	.flyout-cart-wrapper:hover .cart-qty,
	.flyout-cart-wrapper:hover .cart-label {
		color: #fff;
	}

	.flyout-cart-wrapper:hover .flyout-cart {
		display: block;
	}

	.mini-shopping-cart {
		text-align: left;
	}

		.mini-shopping-cart .count {
			display: none;
		}

		.mini-shopping-cart .item {
			padding: 25px 20px;
		}

		.mini-shopping-cart .attributes {
			margin: 10px 0;
		}

		.mini-shopping-cart .totals {
			text-align: right;
		}

		.mini-shopping-cart .buttons {
			overflow: hidden;
			padding: 12px 15px;
			text-align: right;
		}

		.mini-shopping-cart input.cart-button,
		.mini-shopping-cart button.cart-button {
			float: left;
			width: 49%;
		}

		.mini-shopping-cart input.checkout-button,
		.mini-shopping-cart button.checkout-button {
			float: right;
			width: 49%;
		}

		.mini-shopping-cart input[type="button"]:only-child,
		.mini-shopping-cart button:only-child {
			float: none;
			width: auto;
		}

	.header-lower {
		background-color: #00a1b1;
		padding: 9px 0;
	}

		.header-lower .center {
			position: relative;
			height: 47px; /*equals to search-button height. added to bulletproof category navigation stack*/
		}

	.category-navigation-title {
		position: absolute;
		bottom: -9px;
		left: 0;
		z-index: 2;
		width: 245px;
		height: 55px;
		border: 1px solid #e9e9e9;
		background-color: #fff;
		padding: 0 20px;
		font-size: 15px;
		line-height: 53px;
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
		cursor: pointer;
	}

		.category-navigation-title:after {
			content: "";
			position: absolute;
			top: 19px;
			right: 19px;
			width: 17px;
			height: 15px;
			background: #f74258 url(/Themes/Pavilion/Content/img/category-nav.png) center no-repeat;
		}

	.home-page-body .category-navigation-title {
		cursor: auto;
	}

	.category-navigation-list-wrapper {
		position: absolute;
		top: 54px;
		left: 0;
		z-index: 1;
		width: 245px;
	}

	.home-page .category-navigation-list-wrapper {
		position: static;
		margin: -31px 0 0;
	}

	.category-navigation-list {
		display: none;
		border: 1px solid #e9e9e9;
		box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
		background-color: #fff;
	}

	.home-page .category-navigation-list {
		box-shadow: none;
	}

	.category-navigation-list .plus-button,
	.category-navigation-list .back-button {
		display: none;
	}

	.category-navigation-list > li {
		position: relative;
		border-top: 1px solid #f6f6f6;
	}

		.category-navigation-list > li:first-child {
			border: none;
		}

		.category-navigation-list > li > a {
			display: block;
			min-height: 46px; /*chrome line-height fix*/
			padding: 13px 20px;
			/*font-weight: bold;*/
		}

		.category-navigation-list > li:hover > a {
			background-color: #f9f9f9;
			color: #f74258;
		}

		.category-navigation-list > li > .sublist-wrap { /*this is the flyout panel*/
			display: none;
			position: absolute;
			top: -14px;
			left: 243px;
			width: 736px;
		}

		.category-navigation-list > li:first-child > .sublist-wrap {
			top: 0;
		}

		.category-navigation-list > li:hover > .sublist-wrap { /*this is the flyout opening*/
			display: block;
		}

		.category-navigation-list > li > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
			overflow: hidden;
			box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
			background-color: #fff;
			padding: 15px;
		}

			.category-navigation-list > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
				float: left;
				width: 25%;
				padding: 10px;
				font-size: 13px;
			}

				.category-navigation-list > li > .sublist-wrap > .sublist > li:nth-child(5n+1) {
					clear: both; /*edit nth child number when adding the banner on the right and also if "back button" is removed from the markup*/
				}

				.category-navigation-list > li > .sublist-wrap > .sublist > li > a { /*this is a subcategory item title (list title)*/
					display: block;
					margin: 0 0 10px;
					border-bottom: 3px solid #f74258;
					padding: 0 0 5px;
					font-weight: bold;
					text-transform: uppercase;
				}

				.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li { /*this is a sub-subcategory item*/
					padding: 6px 0;
				}

					.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover {
						color: #f74258;
					}

				.category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul { /*deeper level subcategories remain hidden*/
					display: none;
				}

	.store-search-box {
		float: right;
		clear: right;
		margin: 0;
	}

		.store-search-box .search-box-button {
			margin: 0 0 0 5px;
		}

	.ui-autocomplete {
		z-index: 1015;
	}

	/* RESPONSIVE RESET */

	.responsive-nav-wrapper-parent {
		display: none;
	}

	.menu-title, .close-menu,
	.header-menu .back-button {
		display: none;
	}

	.overlayOffCanvas {
		display: none !important;
	}

	/* HOMEPAGE COLUMNS */

	.two-columns-area {
		margin: 0 0 50px;
	}

		.two-columns-area .center {
			width: 980px;
			margin: auto;
		}

			.two-columns-area .center:after {
				content: "";
				display: block;
				clear: both;
			}

	.two-colums-area-left {
		position: relative;
		z-index: 1;
		float: left;
		width: 245px;
	}

	.two-colums-area-right {
		position: relative;
		z-index: 0;
		float: right;
		width: 708px;
	}

	.slider-fullwidth {
		margin-top: -60px;
	}

	.slider-right-column {
		margin-top: -35px;
	}

		.slider-right-column .category-navigation-list-wrapper {
			position: static;
			margin-top: -26px;
		}

		.slider-right-column .category-navigation-list {
			box-shadow: none;
		}

	.two-columns-area .jCarouselMainWrapper:only-of-type {
		margin: 20px 0 0;
	}

	.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper,
	.two-columns-area.slider-fullwidth .jCarouselMainWrapper {
		margin: 45px 0 0 !important;
	}

	/* HOMEPAGE CAROUSELS */

	.two-columns-area .product-grid {
		display: block;
		margin: 45px 0 0;
		border: 1px solid #e9e9e9;
		background-color: #fff;
	}

		.two-columns-area .product-grid .title {
			margin: 0;
			border: none;
			padding: 15px 20px;
			font-size: 16px;
			text-align: center;
		}

		.two-columns-area .product-grid .item-box {
			width: 100%;
			margin: 0;
		}

		.two-columns-area .product-grid .product-item {
			border: none;
			padding: 0 !important;
		}

		.two-columns-area .product-grid .product-rating-box,
		.two-columns-area .product-grid .buttons-upper,
		.two-columns-area .product-grid .buttons-lower {
			display: none !important;
		}

	.two-columns-area .owl-carousel .prices {
		margin: 0; /*this is not applied until the carousel is rendered*/
	}

	.two-columns-area .owl-carousel .owl-controls {
		padding: 18px 20px;
		text-align: center;
		font-size: 0;
	}

	.two-columns-area .owl-carousel .owl-dot {
		display: inline-block;
		margin: 0 5px;
	}

		.two-columns-area .owl-carousel .owl-dot span {
			display: block;
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background-color: #c9c9c9;
		}

		.two-columns-area .owl-carousel .owl-dot.active span {
			background-color: #f74258;
		}

	.bestsellers {
		float: left;
		width: 66%;
	}

		.bestsellers:only-child {
			float: none;
			width: auto;
		}

		.bestsellers .owl-prev {
			right: 37px;
			left: auto;
		}

		.bestsellers .product-item {
			height: 170px; /*use fixed height to prevent browser differences*/
		}

		.bestsellers .picture a {
			max-height: 128px; /*prevents image overflow when there is no rich blog carousel enabled*/
			overflow: hidden;
		}

			.bestsellers .picture a img {
				max-height: 100%; /*prevents image cropping when there is no rich blog carousel enabled*/
			}

	.homepage-middle-wrapper:after {
		content: "";
		display: block;
		clear: both;
	}

	.product-grid.bestsellers .item-box:hover .buttons-lower input,
	.product-grid.bestsellers .item-box:hover .buttons-lower button {
		background-color: #888; /*long inheritance path to override default buy button*/
	}

	.product-grid.bestsellers .item-box .buttons-lower input:hover,
	.product-grid.bestsellers .item-box .buttons-lower button:hover {
		background-color: #f74258; /*long inheritance path to override default buy button*/
	}

	/* FOOTER */

	.footer {
		text-align: left;
	}

		.footer .center {
			width: 980px;
			margin: auto;
		}

			.footer .center:after {
				content: "";
				display: block;
				clear: both;
			}

	.footer-upper {
		padding: 15px 0;
	}

	.footer-block ul {
		background-color: transparent;
	}

	.newsletter {
		float: left;
	}

		.newsletter .title {
			display: inline-block;
			margin: 0 10px 0 0;
			vertical-align: middle;
		}

	.newsletter-subscribe {
		display: inline-block;
		vertical-align: middle;
	}

	.newsletter-validation {
		display: none;
	}

	.social-sharing {
		float: right;
		margin: 0;
		line-height: 47px;
	}

		.social-sharing li {
			vertical-align: middle;
		}

	.footer-middle {
		padding: 60px 0 30px;
	}

	.footer-block {
		float: left;
		width: 25%;
	}

		.footer-block .title {
			margin: 0 0 12px;
			border: none;
			padding: 0;
		}

			.footer-block .title:after {
				display: none;
			}

		.footer-block ul {
			display: block !important;
			border: none;
		}

		.footer-block li {
			padding: 6px 0;
		}

		.footer-block.quick-contact li {
			padding: 6px 0 16px;
		}

		.footer-block.quick-contact span {
		}

	.footer-lower {
		background-color: #f6f6f6;
		padding: 0;
		text-align: center;
	}

		.footer-lower .center {
			border-top: 1px solid #e9e9e9;
			padding: 30px 0;
		}

	/* LEFT/RIGHT COLUMN */

	.block {
		float: none;
		width: auto;
		margin: -1px 0 0;
		border-width: 1px;
		border-style: solid;
		border-color: #f0f0f0 #e9e9e9 #e9e9e9;
	}

		.block:first-child,
		.page-title + .block {
			border-top-color: #e9e9e9;
		}

		.block .title {
			border: none;
			background-image: none;
			padding: 20px 25px;
			cursor: default;
		}

		.block .listbox {
			display: block;
			margin: -5px 0 0;
			border: none;
			padding-top: 0 !important;
		}

		.block .view-all {
			margin: 12px 0 4px;
		}

	.block-category-navigation {
		display: none;
	}

	.category-page-body .block-category-navigation {
		display: block;
	}

	.block-category-navigation .listbox {
		display: none !important;
	}

		.block-category-navigation .listbox.category-page-navigation {
			display: block !important;
		}

	.block-recently-viewed-products {
		font-size: 0;
	}

		.block-recently-viewed-products .product-picture {
			display: inline-block;
			width: 25%;
			vertical-align: middle;
		}

		.block-recently-viewed-products .product-name {
			display: inline-block;
			width: 75%;
			padding: 0 0 0 15px;
			vertical-align: middle;
			font-size: 14px; /*reset zeroing*/
		}

	.recently-viewed-products-page-body .block-recently-viewed-products,
	.product-tags-all-page-body .block-popular-tags {
		display: none;
	}

		.recently-viewed-products-page-body .block-recently-viewed-products + .block,
		.product-tags-all-page-body .block-popular-tags + .block {
			border-top-color: #e9e9e9;
		}
	/*.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
	display: block;
}
.recently-viewed-products-page-body .block-category-navigation .listbox,
.recently-added-products-page-body .block-category-navigation .listbox,
.compare-products-page-body .block-category-navigation .listbox,
.search-page-body .block-category-navigation .listbox {
	display: block !important;
}*/

	/* CATEGORY PAGE & GRIDS */

	.breadcrumb {
		margin-top: -10px;
		text-align: left;
	}

		.breadcrumb li > * {
			margin-left: 0;
		}

		.breadcrumb a:hover {
			color: #f74258;
		}

	.sub-category-item .title,
	.manufacturer-item .title,
	.vendor-item .title {
		width: auto;
	}

	.sub-category-details,
	.manufacturer-details,
	.vendor-details {
		display: block;
	}

	.manufacturer-details,
	.vendor-details {
		padding: 38% 0;
		text-align: center;
		transition: all 0.4s ease;
	}

		.manufacturer-details .view-all:hover,
		.vendor-details .view-all:hover {
			color: #333;
		}

	.product-grid .item-box .product-item {
		padding: 0 0 45px;
	}

	.product-grid .item-box .buttons-upper {
		position: absolute;
		bottom: 15px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 30px;
		border-right: 1px solid #e9e9e9;
		border-left: 1px solid #e9e9e9;
		overflow: hidden;
		transition: all 0.2s ease;
	}

	.product-grid .item-box .buttons-lower {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 45px;
		border-width: 1px;
		border-style: solid;
		border-color: #f0f0f0 #e9e9e9 #e9e9e9;
		background-color: #fff;
		transition: all 0.2s ease;
	}

	.product-grid .item-box:hover .buttons-lower {
		/*	bottom: -29px; */
		z-index: 0;
	}

		.product-grid .item-box:hover .buttons-lower button {
			background-color: #f74258;
		}

			.product-grid .item-box:hover .buttons-lower button span {
				background-color: #f74258;
				color: #fff;
			}

				.product-grid .item-box:hover .buttons-lower button span:before {
					opacity: 0;
				}

				.product-grid .item-box:hover .buttons-lower button span:after {
					opacity: 1;
				}

	.center-1 .product-grid .item-box {
		width: 23.5%;
	}

		.center-1 .product-grid .item-box:nth-child(3n+1) {
			clear: none;
			margin-left: 2%;
		}

		.center-1 .product-grid .item-box:nth-child(4n+1) {
			clear: both;
			margin-left: 0;
		}

	/* PRODUCT PAGE */

	.product-essential {
		padding: 35px;
	}

	.gallery {
		width: 44%;
	}

		.gallery .picture-thumbs a {
			width: 23%;
			height: 80px;
			margin: 0 1% 10px;
		}

	.overview {
		width: 54%;
	}

		.overview .stock {
			display: inline-block;
			margin: 0 10px 0 0;
		}

	.variant-overview .stock {
		display: inline-block;
		margin: 0 10px 10px 0;
	}

	.overview .back-in-stock-subscription {
		display: inline-block;
		margin: 0 0 15px;
	}

	.product-social-buttons {
		bottom: -35px;
	}

	.overview-bottom .delivery,
	.variant-overview .delivery {
		right: -35px;
		bottom: -35px;
	}

	.group-product .product-social-buttons {
		margin: 0;
	}

	.product-variant-line {
		padding: 35px;
	}

	.attributes dt {
		float: left;
		clear: left;
		margin-right: 10px;
	}

		.attributes dt label {
			line-height: 38px;
		}

	.attributes dd {
		float: left;
		margin-right: 10px;
	}

	.attribute-item > div {
		display: inline-block;
		margin: 0 10px 0 0;
		white-space: nowrap;
	}

	.giftcard label {
		display: inline-block;
		min-width: 120px;
		margin: 0 10px 0 0;
	}

	/* REVIEW PAGE */
	/* WISHLIST & COMPARE LIST */

	.compare-products-page .clear-list {
		position: absolute;
		top: -30px;
		right: 0;
		color: #f74258;
		text-transform: none;
	}

		.compare-products-page .clear-list:hover {
			text-decoration: underline;
		}

	.compare-products-page .table-wrapper {
		overflow: hidden;
	}

	.compare-products-table {
		display: table;
	}

		.compare-products-table .remove-product td {
			border-top-color: #e9e9e9;
			padding-bottom: 0;
		}

		.compare-products-table .product-picture td,
		.compare-products-table .product-name td,
		.compare-products-table .product-price td {
			border-top: 0;
		}

		.compare-products-table .short-description td,
		.compare-products-table .full-description td {
			vertical-align: top;
		}

		.compare-products-table .picture {
			display: block;
			width: 145px;
		}

	.compare-products-table-mobile {
		display: none;
	}

	/* TOPICS */
	/* CONTACT PAGE & EMAILaFRIEND */
	/* REGISTRATION, LOGIN, MY ACCOUNT */

	#check-availability-button {
		display: block;
		margin: 15px auto -15px;
	}

	.account-page #check-availability-button {
		margin: 15px 0 -15px;
	}

	.account-page #username-availabilty {
		text-align: left;
	}

	.center-2 .account-page .page-title {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-width: 0 0 1px;
	}

	.block-account-navigation {
		margin: 0 !important;
	}

		.block-account-navigation .list {
			text-align: left;
		}

			.block-account-navigation .list li {
				margin: 0 10px 0 0;
			}

			.block-account-navigation .list a:hover {
				max-width: 500px; /*this releases the width, set to some big value*/
			}

			.block-account-navigation .list a:hover,
			.block-account-navigation .list a.active {
				padding: 0 30px 0 0; /*IE9 fix, otherwise this line should be in the main <a> definition in styles.css, not in hover/active and not in @1000px*/
			}

	.account-page .form-fields,
	.account-page .edit-address {
		margin: 0;
	}

	.account-page .vat-status,
	.account-page .vat-note {
		text-align: left;
	}

	.account-page .buttons {
		text-align: left;
	}

	.account-page ul.info {
		text-align: left;
	}

		.account-page ul.info + .buttons {
			position: absolute;
			right: 15px;
			bottom: 5px;
			margin: 0;
		}

	.account-page .address-item,
	.account-page .order-item {
		float: none;
		width: auto;
		border-width: 1px 0 0;
	}

	.reward-points-page th,
	.reward-points-page td {
		text-align: left;
	}

	/* SHOPPING CART & CHECKOUT */

	.order-progress {
		position: absolute;
		top: 5px;
		right: 0;
		background-color: #f6f6f6;
	}

		.order-progress li {
			margin: 0 2px;
		}

			.order-progress li:first-child a {
				padding-left: 20px;
			}

				.order-progress li:first-child a:before {
					display: none;
				}

			.order-progress li:last-child a {
				padding-right: 24px;
			}

				.order-progress li:last-child a:after {
					display: none;
				}

	.shopping-cart-page .page-title,
	.checkout-page .page-title {
		min-height: 37px; /*chrome line-height fix*/
		padding: 0 0 5px;
	}

	.shopping-cart-page .tax-shipping-info {
		text-align: right;
	}

	.cart-footer .cart-collaterals {
		width: 58%;
		margin: 0;
	}

	.cart-footer .totals {
		width: 40%;
		margin: 0;
		text-align: center;
	}

	.cart-collaterals .hint {
		margin: 0 0 25px;
	}

	.cart-collaterals .shipping label {
		display: inline-block;
		width: 25%;
		margin: 0;
	}

		.cart-collaterals .shipping label + select,
		.cart-collaterals .shipping label + input {
			width: 75%;
		}

	.cart-collaterals .shipping .buttons {
		text-align: left;
	}

	.cart-collaterals .coupon-code {
		width: auto;
	}

		.cart-collaterals .coupon-code:after {
			content: "";
			display: block;
			clear: both;
		}

		.cart-collaterals .coupon-code input[type="text"] {
			float: left;
			width: 63%;
			margin: 0 1%;
		}

		.cart-collaterals .coupon-code input[type="submit"] {
			float: left;
			width: 33%;
			margin: 0 1%;
		}

	.checkout-page .address-item {
		width: 30%;
		margin: 4% 0 0 5%;
	}

		.checkout-page .address-item:nth-child(2n+1) {
			clear: none;
			margin-left: 5%;
		}

		.checkout-page .address-item:nth-child(3n+1) {
			clear: both;
			margin-left: 0;
		}

		.checkout-page .address-item:nth-child(-n+3) {
			margin-top: 0;
		}

		.checkout-page .address-item:only-child {
			text-align: left;
		}

	.checkout-page .enter-address {
		margin: 0;
	}

		.checkout-page .enter-address + .buttons {
			padding: 10px 60px;
			text-align: left;
		}

	.section.shipping-method,
	.section.payment-method {
		text-align: left;
	}

		.section.shipping-method .buttons,
		.section.payment-method .buttons,
		.section.payment-info .buttons,
		/*.section.confirm-order .buttons,*/
		.section.order-completed .buttons {
			text-align: left;
		}

	.payment-info .info tr {
		display: table-row;
		margin: 0;
	}

	.payment-info .info td {
		display: table-cell;
		margin: 0;
		padding: 5px;
		text-align: left;
	}

		.payment-info .info td:first-child {
			width: 150px;
		}

		.payment-info .info td:only-child {
			width: auto !important;
			padding: 0;
		}

		.payment-info .info td label {
			font-weight: normal;
		}

		.payment-info .info td select {
			margin: 0;
		}

	.order-details-page .actions input {
		width: 190px;
	}

	.order-details-page .totals {
		width: 40%;
	}

	#opc-confirm_order .totals {
		float: right;
		width: 40%;
	}

	#opc-confirm_order .terms-of-service {
		width: 40%;
		margin-left: auto;
	}

	#opc-confirm_order div.buttons {
		text-align: right;
	}

	/* SEARCH & SITEMAP */

	.basic-search .inputs.reversed label {
		text-align: left;
	}

	.advanced-search .inputs,
	.advanced-search .inputs label:first-child,
	.advanced-search .price-range {
		text-align: left;
	}

		.advanced-search .price-range input {
			margin: 0 10px 0 0;
		}

	/* BLOG & NEWS */

	.news-items .buttons {
		text-align: left;
	}

	.news-items .read-more:hover:after {
		width: 30px;
	}

	.news-item-page .inputs:first-child label {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 90px;
		margin: 0;
		line-height: 40px;
		text-align: right;
	}

	.new-comment textarea {
		display: block;
		margin: auto;
	}

	/* FORUM & PROFILE */

	.forums-main-page .topic-block-body {
		max-width: 580px;
	}

	.forum-breadcrumb {
		max-width: 580px;
	}

	.forums-header {
		margin: 0;
	}

	.forum-search-box {
		position: absolute;
		top: 0;
		right: 0;
	}

	.forums-main-page .forum-search-box {
		top: 65px;
	}

	.forum-search-box .search-box-text {
		width: 330px !important;
	}

	.forum-search-box .advanced {
		text-align: right;
	}

	.forums-header + .forums-table-section {
		margin-top: 80px;
	}

	.forum-page .forum-name,
	.forum-topic-page .topic-name {
		margin-top: 60px;
	}

	.forum-actions,
	.topic-actions {
		overflow: hidden;
	}

		.forum-actions .actions,
		.topic-actions .actions {
			float: left;
			margin: 2px 0;
		}

			.forum-actions .actions a,
			.topic-actions .actions a {
				margin: 0 15px 0 0;
			}

		.forum-actions .pager,
		.topic-actions .pager {
			float: right;
			max-width: 450px;
		}

			.forum-actions .pager.upper,
			.topic-actions .pager.upper {
				margin: 0;
			}

	.topic-post .post-time label {
		display: inline;
	}

	.pager.lower {
		float: right;
		margin: 0;
	}

	/*.forum-edit-page .inputs.reversed {
	text-align: left;
}*/
	.forum-edit-page textarea,
	.private-message-send-page textarea {
		height: 180px;
	}

	.private-messages-page td.date {
		white-space: nowrap;
	}

	.rozcestnik {
		display: block;
		text-align: center;
	}

		.rozcestnik img {
			height: 45px;
			margin: 0 1px 0 1px; 
		}

			.rozcestnik img.w1 {
				width: 183px;
			}

			.rozcestnik img.w2 {
				width: 157px;
			}
}

/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

	/* GLOBAL STYLES */

	.master-wrapper-content {
		width: 1200px;
	}

	.center-2 {
		width: 890px;
	}

	.side-2 {
		width: 285px;
	}

		.side-2 .page-title {
			padding: 22px 35px;
		}

	/* GLOBAL FORMS */
	/* GLOBAL TABLES */

	.cart col:first-child,
	.cart th:first-child,
	.cart td:first-child {
		display: none !important; /*hides counter*/
	}

	.account-page .data-table col:first-child,
	.account-page .data-table th:first-child,
	.account-page .data-table td:first-child {
		display: none !important; /*hides counter*/
	}

	.account-page .data-table col.select-boxes {
		display: table-column !important; /*resets first column for non footable tables*/
	}

	.account-page .data-table th.select-boxes,
	.account-page .data-table td.select-boxes {
		display: table-cell !important; /*resets first column for non footable tables*/
	}

	.account-page .data-table .footable-first-column {
		text-align: left;
	}

	/* NOTIFICATIONS & POPUPS */
	/* HEADER */

	.admin-header-links .center {
		width: 1200px;
	}

	.header .center {
		width: 1200px;
	}

	.header-links-wrapper,
	.header-selectors-wrapper {
		margin: 0 0 0 30px;
	}

	.header-links,
	.header-selectors {
		left: 0;
	}

	.header-logo {
		padding: 0 32px 0 0;
	}

	.header-menu > ul > li > a,
	.header-menu > ul > li > span {
		padding: 5px 27px;
	}

	.category-navigation-title {
		width: 285px;
		padding: 0 24px;
	}

	.category-navigation-list-wrapper {
		width: 285px;
	}

	.category-navigation-list > li > a {
		padding: 13px 25px;
	}

	.category-navigation-list > li > .sublist-wrap { /*this is the flyout panel*/
		left: 283px;
		width: 916px;
	}

	.category-navigation-list > li:hover > .sublist-wrap { /*this is the flyout opening*/
		/*width: 916px;*/
	}

	.category-navigation-list > li > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
		padding: 18px 12px;
	}

		.category-navigation-list > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
			padding: 10px 15px;
		}

	/* HOMEPAGE COLUMNS */

	.two-columns-area .center {
		width: 1200px;
	}

	.two-colums-area-left {
		width: 285px;
	}

	.two-colums-area-right {
		width: 888px;
	}

	/* HOMEPAGE CAROUSELS */
	/* FOOTER */

	.footer .center {
		width: 1200px;
	}

	/* LEFT/RIGHT COLUMN */

	.block .title {
		padding: 25px 35px;
	}

	.block .listbox {
		margin: -10px 0 0;
		padding: 22px 35px;
	}

	.block .view-all {
		margin: 12px 0 0;
	}

	/* CATEGORY PAGE & GRIDS */

	.product-selectors {
		padding: 13px 0;
	}

	.manufacturer-details {
		padding: 40% 0;
	}

	.center-1 .product-grid .item-box {
		width: 18.4%;
	}

		.center-1 .product-grid .item-box:nth-child(4n+1) {
			clear: none;
			margin-left: 2%;
		}

		.center-1 .product-grid .item-box:nth-child(5n+1) {
			clear: both;
			margin-left: 0;
		}

	/* PRODUCT PAGE */

	.product-essential {
		padding: 40px;
	}

	.gallery {
		width: 38%;
	}

	.overview {
		width: 60%;
	}

	.customer-entered-price {
		margin: 0 0 20px;
	}

		.customer-entered-price .price-input {
			display: inline-block;
			margin: 0 10px 0 0;
		}

		.customer-entered-price .price-range {
			display: inline-block;
		}

	.product-social-buttons {
		bottom: -40px;
	}

	.overview-bottom .delivery {
		right: -40px;
		bottom: -40px;
	}

	/* REVIEW PAGE */
	/* WISHLIST & COMPARE LIST */

	.compare-products-table .picture {
		width: 200px;
	}

	/* TOPICS */
	/* CONTACT PAGE & EMAILaFRIEND */
	/* REGISTRATION, LOGIN, MY ACCOUNT */

	.block-account-navigation .list a.active {
		max-width: 500px; /*this releases the width, set to some big value*/
	}

	/* SHOPPING CART & CHECKOUT */

	.cart-footer .cart-collaterals {
		width: 63%;
	}

	.cart-footer .totals {
		width: 35%;
	}

	.cart-collaterals .accordion-tab-content {
		max-width: none;
	}

	.cart-collaterals .shipping label {
		width: 20%;
	}

		.cart-collaterals .shipping label + select,
		.cart-collaterals .shipping label + input {
			width: 80%;
		}

	.cart-collaterals .coupon-code {
		max-width: 500px;
		margin: 0;
	}

	.order-details-page .actions input {
		width: 205px;
	}

	.order-details-page .totals {
		width: 35%;
	}


	/* SEARCH & SITEMAP */
	/* BLOG & NEWS */

	.blog-page .tags ul {
		max-width: 500px;
	}

	.news-item-page .inputs:first-child label {
		width: 180px;
	}

	.news-list-homepage .news-body {
		height: 90px;
	}

	/* FORUM & PROFILE */

	.forums-main-page .topic-block-body {
		max-width: 780px;
	}

	.forum-breadcrumb {
		max-width: 780px;
	}

	.forum-search-box .search-box-text {
		width: 350px !important;
	}

	.rozcestnik img {
		height: 57px;
	}

	.rozcestnik img.w1 {
		width: 232px;
	}

	.rozcestnik img.w2 {
		width: 199px;
	}
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.link-rss,
.ajax-loading-block-window:before,
.eu-cookie-bar-notification button,
.header-logo a img,
.mini-shopping-cart input.checkout-button,
.mini-shopping-cart input[type="button"]:only-child,
.mini-shopping-cart button.checkout-button,
.mini-shopping-cart button:only-child,
.store-search-box .search-box-button,
.two-columns-area .owl-carousel .owl-dot.active span,
.newsletter-email .newsletter-subscribe-button,
.footer-block .title:after,
.footer-block.quick-contact span:before,
.poll .buttons input,
.contact-vendor-button,
.item-box .rating div,
.item-box .buttons-upper input[type="button"]:hover,
.item-box .buttons-lower button span:before,
.item-box .buttons-lower button span:after,
.pager li > span,
.product-review-box .rating div,
.download-sample-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription-page .button-1,
.ui-tabs .ui-tabs-nav li a:after,
.write-review .button-1,
.update-wishlist-button,
.wishlist-add-to-cart-button,
.compare-products-page .remove-button:hover,
.enter-password-form input[type="submit"],
.contact-page .button-1,
.email-a-friend-page .button-1,
#check-availability-button:hover,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.login-page .customer-blocks .title.active,
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active,
.account-page ul.info + .buttons input:hover,
.downloadable-products-page .download a:hover,
.order-progress li.active-step a,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button,
.cart-collaterals .accordion-tab-title:after,
.cart-collaterals .estimate-shipping-button,
.cart-collaterals .coupon-code input[type="submit"],
.order-details-page .page-title a,
.order-details-page .actions .re-order-button,
.order-details-page .actions .return-items-button,
.opc .back-link a:hover,
.basic-search .inputs.reversed label:after,
.search-input .button-1,
.new-comment .button-1,
.news-list-homepage .view-all a,
.forum-search-box .search-box-button,
.forums-table-section .view-all a,
.forum-actions .actions a:hover,
.topic-actions .actions a:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.topic-post .post-actions .quote-post-button,
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1,
/*plugins*/ .nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before,
.productAddedToCartWindowSummary .button-1,
.selected-options-list > li span:after,
.ui-slider-range,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.nivo-directionNav a:hover,
.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.spc-header li span:after,
.spc-body .loading-overlay:before,
.nop-jcarousel .jcarousel-prev-horizontal:hover,
.nop-jcarousel .jcarousel-next-horizontal:hover,
.nop-jcarousel .jcarousel-prev-vertical:hover,
.nop-jcarousel .jcarousel-next-vertical:hover,
.products-carousel .item-info .rating div,
.products-carousel .item-info .button a span:before,
.products-carousel .item-info .button a span:after,
.previous-product a:hover,
.next-product a:hover,
.quick-view-button a:hover,
.quickView .k-loading-image:before,
.quickView .ui-accordion-header-active span,
.ropc .section .title:after,
.ropc .estimate-shipping button,
.ropc .coupon-box-panel .coupon-code button,
.ropc .giftcard-box-panel .coupon-code button,
.ropc .complete-button button,
.rich-blog-homepage .owl-prev:hover,
.rich-blog-homepage .owl-next:hover,
.post-navigation a:hover,
.theme-roller .open-button:hover {
  background-color: #2daae1;
}
.nopAjaxCartPanelAjaxBusy:before,
.blue-button {
    background-color: #2daae1 !important;
}
.cart .edit-item a,
.ui-dialog-titlebar,
.footer-block a:hover,
.footer-powered-by a,
.footer-designed-by a,
.block .list a:hover,
.block .view-all a:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.breadcrumb strong,
.sub-category-item:hover .title a,
.manufacturer-item:hover .title a,
.sub-category-details .inner-title,
.manufacturer-details .inner-title,
.sub-category-details li a:hover,
.vendor-list li a:hover,
.overview .value a,
.variant-overview .value a,
.tier-prices .item-price,
.tier-prices .item-price-print,
.product-tags-list a:hover,
.product-reviews-page h1 a:hover,
.product-review-helpfulness .vote:hover,
.update-wishlist-button:hover,
.wishlist-page .share-info a,
.enter-password-title,
.accept-privacy-policy .read,
.login-page .forgot-password a:hover,
.login-page .checkout-as-guest-button:hover,
.account-page .form-fields a,
.return-request-list-page a:hover,
.avatar-page .remove-avatar-button:hover,
.common-buttons input:hover,
.terms-of-service a,
.order-completed .details a,
.order-details-page .page-title a:hover,
.order-details-page .download a,
.order-details-page .view-details a,
.order-details-page .actions input:hover,
.sitemap-page a:hover,
.post-body a,
.news-body a,
.blog-page .tags a,
.blogpost-page .tags a,
.blog-posts .read-more:hover,
.blog-posts .read-comments:hover,
.news-items .read-more,
.forum-search-page .search-error,
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover,
.topic-post .post-actions .post-link-button,
.forum-edit-page .button-2:hover,
.move-topic-page .button-2:hover,
.private-messages .button-2:hover,
.private-messages-page .pm-unread,
.profile-page .topic-title a:hover,
a.filterItemSelected,
.spc-categories .category-inner-title,
.spc-categories .category-sublist li a:hover,
.instant-search-item .detail .price,
.categories-carousel .item-holder:hover h3,
.quickView .links-panel a:hover,
.ropc .cart .remove-product:hover,
.rich-blog-homepage .read-comments,
.blog-instant-search .k-item.rich-blog-autocomplete-last-item,
.blog-page .read-comments,
.category-list li a,
.related-posts-list li a,
.search-term-highlighter {
  color: #2daae1 !important;
}
.mini-shopping-cart input.checkout-button:hover,
.mini-shopping-cart input[type="button"]:only-child:hover,
.mini-shopping-cart button.checkout-button:hover,
.mini-shopping-cart button:only-child:hover,
.poll .buttons input:hover,
.contact-vendor-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.back-in-stock-subscription-page .button-1:hover,
.write-review .button-1:hover,
.wishlist-add-to-cart-button:hover,
.enter-password-form input[type="submit"]:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.cart-collaterals .estimate-shipping-button:hover,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.search-input .button-1:hover,
.new-comment .button-1:hover,
.news-list-homepage .view-all a:hover,
.forums-table-section .view-all a:hover,
.topic-post .post-actions .quote-post-button:hover,
.forum-edit-page .button-1:hover,
.move-topic-page .button-1:hover,
.private-messages .button-1:hover,
/*plugins*/ .productAddedToCartWindowSummary .button-1:hover,
.ropc .estimate-shipping button:hover,
.ropc .complete-button button:hover {
/*  outline-color: #2daae1 !important; */
	outline-color: transparent !important;
}
.cart-collaterals .active .accordion-tab-title,
/*plugins*/ .quickView .ui-accordion-header-active,
.ropc .section .title.active {
  border-bottom-color: #2daae1;
}
.order-progress li.active-step a:after {
  border-left-color: #2daae1;
}
/* secondary color */

.footer-upper,
.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background-color: #666666;
}
.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.overview .product-price,
.variant-overview .product-price,
.compare-products-table .product-price td,
.cart-total .order-total,
/*plugins*/ .productAddedToCartWindowDescription .price,
.products-carousel .item-info .actual-price {
  color: #666666;
}
.ui-datepicker-calendar .ui-state-active {
  outline-color: #666666;
}
@media all and (max-width: 1000px) {
  .responsive-nav-wrapper > div,
  .plus-button {
    background-color: #2daae1;
  }
  .category-page-body .page-title h1,
  .manufacturer-page-body .page-title h1,
  .manufacturer-all-page-body .page-title h1,
  .vendor-all-page-body .page-title h1,
  .vendor-page-body .page-title h1,
  .product-tags-all-page-body .page-title h1,
  .products-by-tag-page-body .page-title h1,
  .recently-viewed-products-page-body .page-title h1,
  .recently-added-products-page-body .page-title h1,
  .compare-products-page-body .page-title h1,
  /*plugins*/ .spc-categories .category-title {
    color: #2daae1;
  }
  /* secondary color */
  
  .admin-header-links,
  .store-search-box {
    background-color: #666666;
  }
  .responsive-nav-wrapper-parent {
    border-top-color: #666666;
  }
}
@media all and (min-width: 481px) {
  /*plugins*/
  
  .spc-categories .product-box-add-to-cart-button:hover {
    background-color: #2daae1;
  }
}
@media all and (min-width: 769px) {
  .bestsellers .owl-prev:hover,
  .bestsellers .owl-next:hover,
  .product-selectors .product-viewmode a.selected,
  .product-list .item-box .buttons-lower button,
  .topic-post .post-actions .manage-post a:hover {
    background-color: #2daae1;
  }
  .product-list .item-box .buttons-lower button:hover {
    outline-color: #2daae1;
  }
  /*plugins*/
  
  .ropc .section .title {
    border-bottom-color: #2daae1;
  }
}
@media all and (min-width: 1001px) {
  .cart-trigger:before,
  .flyout-cart-wrapper:hover .cart-trigger,
  .category-navigation-title:after,
  .product-grid.bestsellers .item-box .buttons-lower input:hover,
  .product-grid.bestsellers .item-box .buttons-lower button:hover,
  .product-grid .item-box:hover .buttons-lower button,
  .product-grid .item-box:hover .buttons-lower button span,
  /*plugins*/ .spc-categories .spc-header li:hover span,
  .spc-categories .spc-header li.active span,
  .spc-categories .product-grid .item-box input.button-2:hover,
  .spc-categories .product-grid .item-box button.button-2:hover,
  .products-carousel .jcarousel-item:hover .item-info .button a,
  .rich-blog-body .block:hover .title,
  .rich-blog-body .blog-search-box.active .search-box-button {
    background-color: #2daae1;
  }
  .side-2 .page-title h1,
  .category-navigation-list > li:hover > a,
  .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .breadcrumb a:hover,
  .compare-products-page .clear-list,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover,
  .spc-categories .category-info:hover .category-title {
    color: #2daae1;
  }
  /*plugins*/
  
  .ropc .coupon-box-panel .coupon-code button:hover,
  .ropc .giftcard-box-panel .coupon-code button:hover {
    outline-color: #2daae1;
  }
  .flyout-cart-wrapper:hover .cart-trigger {
    border-color: #2daae1;
  }
  .header-links,
  .header-selectors {
    border-top-color: #2daae1;
  }
  .category-navigation-list > li > .sublist-wrap > .sublist > li > a,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box .title {
    border-bottom-color: #2daae1;
  }
  /* secondary color */
  
  .header-lower {
    background-color: #666666;
  }
}
 .header-logo a img {
  background-color: transparent !important;
}

.header-logo h1 {
  display: none;
}

.header-logo a.logo {
  width: 164px;
  height: 80px;
  background-image: url(/content/images/thumbs/0000111.png);
  background-repeat: no-repeat;
}

.home-page-category-grid {
  display: block;
}

.spc {
  display: none;
}

@media all and (min-width: 769px) {
.home-page-category-grid {
  display: none;
}
.spc {
  display: block;
}
}

.checkout-page .address-item li.email label {
    display: inline;
}

.category-navigation-list > li > .sublist-wrap > .sublist .box .picture {
  height: 100%;
}

.gallery .picture-thumbs {
  display: none;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
  /*margin-left: 20px;*/
}

.cart-allowed-notification {
  margin: 10px 0 15px 0;
  font-size: 0.85em;
  font-style: italic;
  clear: left;
}

.eu-cookie-bar-notification {
	border-radius: 10px;
	width: 95%;
	max-width: 800px;
	margin: 0;
	bottom: 10px;
	top: auto;
	left: auto;
	height: auto;
	padding: 10px;
	right: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

.eu-cookie-bar-notification div.content div, .eu-cookie-bar-notification div.content div a {
  display: block;
  margin: 0 10px 0 10px;
}

@media all and (min-width: 1001px) {
.master-wrapper-page {
 background-image: url(/Content/Images/main-bg-1000.png); 
  
  background-repeat: no-repeat;
  background-position: 50% 0;
}
}

@media all and (min-width: 1281px) {
.master-wrapper-page {
  background-image: url(/Content/Images/main-bg-1280-6000-v2.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}
}

.rating div {
  background-color: #e6d605 !important;
}

.shopping-cart-page .button-2, .checkout-page .button-2 {
  color: #fff;
}

.shopping-cart-page .cart-footer textarea {
	min-height: 75px !important;
}

.shopping-cart-page .cart-footer .accordion-tab-title {
	border-bottom-width: 1px;
}

.green-button {
  background-color: #0b790e !important;
}

.disabled-button {
	background-color: #bbb !important;
	cursor: not-allowed !important;
}

.mini-shopping-cart input[type='button']:only-child:hover,
.mini-shopping-cart button:only-child:hover,
.add-to-cart-button:hover,
.shopping-cart-page .button-1:hover, 
.checkout-page .button-1:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.productAddedToCartWindowSummary .button-1:hover {
/*  outline-color: #0b790e !important; */
	outline-color: transparent !important;
}

.color-squares .selected-value .color-container {
  border-color: #2daae1;
}

.color-squares .color-container {
  border: solid 3px transparent;
}

.color-squares .color {
  border: solid 1px #aaa;
}

.color-squares .selected-value .color {
  border: solid 1px #fff;
  background-image: url(/Themes/Pavilion/Content/img/color-check-2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.qq-upload-button {
  width: auto;
  padding: 5px 10px 5px 10px;
  background: #2daae1;
}

.overview .prices, .variant-overview .prices {
  margin-top: 25px;
}

.overview .prices > div, .variant-overview .prices > div {
  padding: 8px;
  color: #fff;
  background: #2daae1;
}

.overview .minimal-price, .variant-overview .minimal-price {
  margin-top: 0px;
}

.overview .minimal-price > div, .variant-overview .minimal-price > div {
  padding: 0;
  color: #777;
  background: transparent;
}

input.continue-shopping-button:hover, 
input.update-cart-button:hover {
  color: #fff !important;
}

.cart-total td.cart-total-left {
  width: 40% !important;
}

.cart-total td.cart-total-right {
  width: 60% !important;
}

div.category-item div.category-info-block
{
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  min-height: 85px;
}

div.category-item div.category-info-block h2.title {
  left: auto;
  top: auto;
  font-size: 20px;
  position: relative;
  background-color: transparent;
  margin-bottom: 15px;
}

div.category-item div.category-info-block h2.title a {
  padding: 0;
  margin: 0;
}

div.category-item div.category-info-block div.price-from {

  font-size: 16px;
  text-align: right;
  font-weight: bold;
}

.qq-upload-list li.qq-upload-success {
  background-color: #eee;
  color: #777;
  font-size: 0.85em;
}

.qq-upload-list {
  margin-top: 10px;
}

.remove-download-button {
  background-color: #800;
  color: #fff;
  padding: 4px 10px 4px 10px;
  font-size: 0.85em;
  margin-top: 4px;
}

.color-squares {
  margin-bottom: 20px;
}

.tier-prices .prices-table {
  margin-top: 10px;
}

.tier-prices .tier-prices-hint {
  text-align: right;
  font-size: 0.85em;
  font-style: italic;
  margin-top: 5px;
}

.tier-prices .prices-row > div {
  padding: 10px;
}

.tier-prices .field-header {
  min-width: auto;
}

.google-map {
    background: #E5E3DF;
    height: 340px;
    margin: 0;
    width: 100%;
}

@media all and (min-width: 1001px) {

.header-middle {
  padding: 0;
}

.header-middle .center {
  padding: 20px 0 20px 0;
  background-image: url(/Content/Images/logo-bg.jpg);
  background-repeat: no-repeat;
}

.category-navigation-list > li > a {
  padding: 17px 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.spc-categories .category-title {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: auto;
  top: auto;
  font-size: 20px;
  margin: 0;
}

.spc-categories .category-title a {
  padding: 20px 10px;
}

.header-menu > ul > li > a, .header-menu > ul > li > span {
  font-size: 15px;
  padding: 5px 10px;
}

.labelmed_a {
  left: 10px;
}

}

@media all and (min-width: 1281px) {
.header-menu > ul > li > a, .header-menu > ul > li > span {
  font-size: 18px;
  padding: 5px 20px;
}

.labelmed_a {
  left: 20px;
}

}

.flyout-cart-wrapper .cart-trigger {
  background-color: #f6f6f6;
}

.cart-trigger:before, .flyout-cart-wrapper:hover .cart-trigger {
  background-color: #0b790e !important;
}

.flyout-cart-wrapper:hover .cart-trigger {
  border: solid 1px #0b790e !important;
}

tr.cart-item-related td.product-picture a {
  display: none
}

tr.cart-item-related td {
  padding: 10px 25px;
  background-color: #f6f6f6;
}

.overview .additional-details, .variant-overview .additional-details {
  margin: 0 0 10px 0;
  font-size: 0.8em;
}

.overview .product-name {
  margin: 0;
}

.spc-categories .product-title a {
  white-space: normal;
  overflow: visible;
}

.spc-categories .product-title {
  height: auto;
}

.spc-categories .details {
  padding: 10px 20px 10px 20px;
}

.confirm-order .terms-of-service {
  margin: 30px 0 0 0;
}

@media all and (min-width: 481px) {
    .cart-options {
      text-align: left !important;
    }

    .common-buttons .continue-shopping-button {
      float: left;
      margin-left: 20px;
    }

    .common-buttons .checkout-button,
    .common-buttons .new-address-next-step-button,
    .common-buttons .shipping-method-next-step-button,
    .common-buttons .payment-method-next-step-button {
      float: right;
      margin-left: 20px;
    }

    /*.common-buttons .shipping-method-next-step-button,
    .common-buttons .payment-method-next-step-button {
      margin-top: -20px;
    }*/
}

.cart-footer .checkout-buttons {
  margin: 0;
}

.attributes dt {
  /* white-space: normal; */
}

.attribute-description {
  font-weight: normal;
  font-size: 0.9em;
  font-style: italic;
  white-space: normal;
}

input[type="text"], input[type="password"], textarea, select {
  border-color: #ccc;
}

.ui-tabs .ui-tabs-panel p {
  line-height: 1.6em;
  margin-bottom: 1.1em;
}

.ui-tabs .ui-tabs-panel li {
  line-height: 1.4em;
  margin-bottom: 0.7em;
}

a.fileuploadattribute {
  font-weight: normal;
  text-decoration: underline;
}

div.item-price-print {
/*
  font-size: 0.85em;
  line-height: 1.6em;
  position: relative;
  left: -8px;
*/
}

.tier-prices .prices-row {
  width: 32%;
}

.tier-prices .prices-row > div {
  text-align: center;

}

.cart-collaterals .checkout-attributes textarea {
  width: 100%;
}

.cart-collaterals .checkout-attributes {
  margin: 0;
}

@media all and (min-width: 1001px) {
.header-lower {
  width: 100%;
}
}

ul.category-navigation-list li span.price-from {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-image: url(/Content/Images/menu-bg-price-from.png);
  background-repeat: no-repeat;
  line-height: 20px;
  padding-right: 10px;
  padding-left: 20px;
}

.item-box .actual-price {
  color: #c00;
  font-weight: normal;
  font-size: 0.9em;
}

.item-box .actual-price span {
  font-weight: bold;
  font-size: 1.33em;
}

.overview .prices .product-price {
  font-weight: normal;
  font-size: 1.2em;
  color: #c00;
}

.overview .prices .product-price span span {
  font-weight: bold;
  font-size: 1.33em;
}

.overview .prices .product-price-with-tax {
  font-weight: normal;
  font-size: 1.1em;
  color: #777;
}

.overview .prices .product-price-with-tax span span {
  font-weight: bold;
  font-size: 1.2em;
}


.gi-hp-small-sliders {
  clear: both;
}

.gi-hp-small-sliders div {
  margin: 10px 0 10px 0;
}


@media all and (min-width: 481px)
{
.gi-hp-small-slider-left {
  width: 49%;
  float: left;
}

.gi-hp-small-slider-right {
  width: 49%;
  float: right;
}
}

@media all and (min-width: 1001px) {
.two-colums-area-right {
  top: -10px;
}
.two-columns-area {
  margin-bottom: 0;
}
}

.spc-categories {
  margin-bottom: 30px;
}

.sidebanner {
  display: none;
}

@media all and (min-width: 1281px) {
.sidebanner {
  display: block;
  position: fixed;
  top: 160px;
}

.home-page-body .sidebanner, .shopping-cart-page-body .sidebanner, .checkout-pages-body .sidebanner {
  display: none;
}


.sideleft {
  left: 50%;
  margin-left: -832px;
}

.sideright {
  left: 50%;
  margin-left: 616px;
}

.footer-upper, .footer-middle, .footer-lower {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter {
  margin-left: 15px;
}

.google-map {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
}

.category-navigation-list > li > a {
  color: #333; 
}

.category-page .product-item .upper h2.product-title {
 font-weight: bold;
 font-size: 15px;
 margin: 15px;
}

@media all and (min-width: 1001px) {
.header {
  margin-bottom: 30px;
}

.slider-right-column, .master-wrapper-content {
    margin-top: -5px;
}
}


.count-gallery {
  font-size: 20px;
  font-weight: bold;
  color: #777;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 60px;
  width: 100%;
  background-image: url(/Content/Images/thumbs-plus-bg-60.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media all and (min-width: 1001px) {
.count-gallery {
  line-height: 80px;
  font-size: 26px;
  background-image: url(/Content/Images/thumbs-plus-bg-80.png);
}


.jcarousel-skin-thumbs .jcarousel-prev-horizontal, .jcarousel-skin-thumbs .jcarousel-next-horizontal {
  width: 20px;
  height: 60px;
  margin-top: -30px;
  background-color: #eee;
}

.gallery .picture-thumbs {
  display: block;
}


}

.item-box .product-title {
  padding: 0 5px 0 5px;
  height: 45px;
}

.category-page .product-item .upper h2.product-title {
  margin: 15px 10px 15px 10px;
}

.related-products-grid .item-box h2.product-title {
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  height: 55px;
  padding: 0;
}

.footer-middle, .footer-lower, .master-wrapper-page {
  background-color: #fafafa;
}

.topic-page .page-body, .topic-page .page-body p {
  font-size: 15px;
  line-height: 25px;
}

.topic-page {
	padding: 0 20px;
}

div.product-details-page div.overview div.delivery {
	background-color: #eef9ef;
	padding: 10px 15px 10px 15px;
	position: relative;
	top: -5px;
}

div.product-details-page div.overview div.delivery div {
    display: inline-block;
    background-image: url(/Themes/Pavilion/Content/img/delivery-sprite.png);
    background-repeat: no-repeat;
	font-size: 13px;	
	padding: 0 0 0 25px;
}

div.product-details-page div.overview div.delivery div.delivery-date {
    background-position: left 0;
}

div.product-details-page div.overview div.delivery div.delivery-date span.value {
	font-weight: bold;
}

div.tier-prices {
	padding: 10px 5px 10px 5px;
	background-color: #f0f9fe;
}

div.item-box div.sub-category-item div.price-from {
	display: block;
	background-color: #777;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.home-page-category-grid div.item-box div.sub-category-item div.price-from
{
	display: none;
}

span.field-validation-error {
	font-weight: bold !important;
}

.input-validation-error {
	border: solid 2px #f74258 !important;
}

.account-activation-page a {
	font-weight: bold;
	text-decoration: underline;
}

.order-repost .details {
	margin: 0 30px 50px 30px;
}

.product-details-page .product-top-block
{
	background-color: #f7f7f7;
	padding: 5px 10px 10px 10px;
}

.product-details-page .product-top-block .special-description img
{	
	max-width: 100%;
    height: auto;
}

.product-details-page .attr-step
{
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #2daae1;
	margin: 8px 0 4px 0;
}

.product-details-page .product-attr-simple .attr-step
{
	display: none;
}

.product-details-page .attributes textarea
{
	min-height: 80px;
	min-width: 320px;
}

.product-details-page .contact-block
{
	padding: 10px 5px 10px 5px;
	background-color: #f7f7f7;
}

.product-details-page .contact-block a
{
	font-weight: bold;
	text-decoration: underline;
}

.product-details-page .product-attr-printable .color-squares
{
	margin-bottom: 0;
}

.billing-address-page .select-button .button-1, .billing-address-page .buttons .button-1
{
	margin-right: 20px;
	margin-bottom: 10px;
}

.home-page-body .master-column-wrapper {
	margin-top: 20px
}

@media all and (max-width: 768px)
{
.home-page-body .master-column-wrapper {
	margin-top: -80px
}
}

@media all and (max-width: 480px)
{
.home-page-body .master-column-wrapper {
	margin-top: -20px
}
}

.payment-method .method-list .method-description {
	margin-top: 5px;
}

.payment-method .method-list .method-name label {
	white-space: nowrap;
}

@media all and (max-width: 768px) {
.payment-method .method-list .payment-logo {
	display: none;
}
}

.payment-method .method-list .payment-logo {
	margin-left: 10px;
}

.product-details-page .picture-thumbs .jcarousel-skin-thumbs .jcarousel-item {
	height: auto;
}

.validation-summary-errors li {
	font-weight: bold;
}

.registration-page .message-error, .account-page .message-error {
	border-left: solid 10px #f74258;
	background-color: #fcdade;
}

.button-1:hover {
    color: #fff !important;
}

@media all and (max-width: 1000px) {
    .footer-block a,
    .footer-block span {
        color: #777;
    }    

    .footer-block .title:after {
        content: '';
        background: #666;
    }
}

.ui-tabs .ui-tabs-nav li {
    display: inline-block;
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .ui-tabs .ui-tabs-nav li a {
        font-size: 11px;
        padding: 15px;
    }    
}

@media all and (max-width: 480px) {
    .ui-tabs .ui-tabs-nav li a {
        font-size: 10px;
        padding: 15px;
    }
}

.ico-next {
    width: 11px;
    height: 11px;
    background: url(/Themes/Pavilion/Content/img/arrow-next.png) -46px;
    margin-left: 2px;
    margin-top: 3px;
    display: inline-block;
}

/*start - progress bar*/
.shopping-cart-page .page-title,
.billing-address-page .page-title,
.shipping-address-page .page-title,
.shipping-method-page .page-title,
.payment-method-page .page-title,
.order-confirm-page .page-title,
.order-completed-page .page-title {
    border-bottom: none;
    margin: 0 0 15px 0;
}

.order-progress {
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    text-align: center;
}

.order-progress li {
    width: 24.57%;
		white-space: nowrap;
}

.order-progress a {
    height: 40px;
    font-size: 15px;
    text-align: center;
    padding-top: 4px;
}

.order-progress a:after {
    height: 40px;
    border-width: 20px 10px;
    right: -20px;
}

.order-progress a:before {
    height: 40px;
    border-width: 20px 10px;
}

.visited-step a {
    background-color: #898989;
    color: #fff;
}

.visited-step a:after {
    border-color: transparent transparent transparent #898989;
}

@media all and (min-width: 1001px) and (max-width: 1280px) {
    .order-progress li {
        width: 24.57%;
    }    
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .order-progress {
        margin: 0;
        top: 2px;
    }

    .order-progress ul > li:first-of-type a:before {
        border: none;
    }

    .order-progress ul > li:last-of-type a:after {
        border: none;
    }

    .order-progress li {
        width: 24.3%;
    }    

    .order-progress a {
        font-size: 13px;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .order-progress {
        margin: 0;
        top: 2px;
    }

    .order-progress ul > li:first-of-type a:before {
        border: none;
    }

    .order-progress ul > li:last-of-type a:after {
        border: none;
    }

    .order-progress a {
        font-size: 10px;
        min-width: auto;
        padding-left: 16px;
        padding-right: 6px;
    }    

    .order-progress li {
        width: 20%;
        display: inline-table;
    }    
}

@media all and (max-width: 480px) {
    .order-progress {
        margin: 0;
        top: 2px;
    }

    .order-progress ul > li:first-of-type a:before {
        border: none;
    }

    .order-progress ul > li:last-of-type a:after {
        border: none;
    }

    .order-progress a {
        font-size: 8px;
        min-width: auto;
        padding-left: 16px;
        padding-right: 6px;
    }    

    .order-progress li {
        width: 20%;
        display: inline-table;
    }    
}
/*end - progress bar*/

@media all and (min-width: 769px) and (max-width: 1000px) {
    .shopping-cart-page .checkout-button {
        margin-left: 5px;
        padding: 15px;
        height: 45px;
    }

    .common-buttons .update-cart-button, 
    .common-buttons .continue-shopping-button {
        padding: 0 18px 0 38px;    
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .cart-options {
        text-align: center !important;
    }

    .common-buttons .update-cart-button,
    .common-buttons .continue-shopping-button {
        float: none;
        width: 300px;
        max-width: 100%;
        margin: 5px;
    }   

    .common-buttons .checkout-button {
        float: none;
        margin: 5px;
        height: 45px;
        padding: 0 30px;
        display: block;
        position: relative;
        margin-left: -100px;
        left: 50%;
    }
}

/*start - navyseni - snizeni poctu polozek v kosiku*/
.cart .qty-input,
.overview .qty-input {
    height: 46px;
    display: inline-block;
    margin: 0 20px 0 0;
}

.cart .ui-icon-triangle-1-n,
.overview .ui-icon-triangle-1-n {
    height: 23px;
    width: 23px;
    background-color: #f3f3f3;
    display: inline-block;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
    position: relative;
    top: -11px;
}

.cart .ui-icon-triangle-1-s,
.overview .ui-icon-triangle-1-s {
    height: 23px;
    width: 23px;
    background-color: #f3f3f3;
    border-top: solid 1px #f3f3f3;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 12px;
    left: -23px;    
}

.cart .qty-input.ui-spinner-input, 
.overview .qty-input.ui-spinner-input {
    margin-right: 0;
}

@media all and (max-width: 480px) {
    .overview .add-to-cart-panel > *, 
    .variant-overview .add-to-cart-panel > * {
        float: none;    
    }

    .cart .qty-input.ui-spinner-input, 
    .overview .qty-input.ui-spinner-input {
        margin-left: 25px;
    }

    .overview .add-to-cart-button, 
    .variant-overview .add-to-cart-button {
        margin-left: 0;
        margin-top: 10px;
    }

    .cart .qty-input,
    .overview .qty-input {
        margin: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .overview .add-to-cart-panel > *, 
    .variant-overview .add-to-cart-panel > * {
        float: none;
        display: inline-block;  
    }

    .overview .add-to-cart-button, 
    .variant-overview .add-to-cart-button {
        margin-left: 0;
    }

    .cart .qty-input, 
    .overview .qty-input {
        margin-right: 20px;
    }

    .cart .qty-input.ui-spinner-input, 
    .overview .qty-input.ui-spinner-input {
        margin-right: 0;
    }
}
/*end - navyseni - snizeni poctu polozek v kosiku*/

/*start - formular s adresou*/
.required {
    font-weight: bold;    
}

.new-billing-address .inputs label,
.new-shipping-address .inputs label {
    display: inline-block;
    width: 20%;
    font-weight: normal;
}

.new-billing-address .inputs input[type='text'], 
.new-billing-address .inputs input[type='password'], 
.new-billing-address .inputs select, .inputs textarea,
.new-shipping-address .inputs input[type='text'], 
.new-shipping-address .inputs input[type='password'], 
.new-shipping-address .inputs select, .inputs textarea {
	width: 78%;
}

	.new-billing-address .inputs input[type='text'].ares-input {
		width: 55%;
	}

.new-billing-address .inputs .ares-button {
	margin-left: 20px;
	width: 20%;
	padding: 10px;
	height: 40px;
	min-width: auto;
	vertical-align: middle;
}

.new-billing-address .inputs .ares-hint {
	font-size: 13px;
	margin: 10px;
	text-align: right;
	display: block;
	white-space: normal;
}

.new-billing-address .inputs .ares-ajax-error,
.new-billing-address .inputs .ares-ajax-success {
	font-size: 13px;
	font-weight: bold;
	display: none;
	padding: 0.5rem 1rem;
	white-space: normal;
}

.new-billing-address .inputs .ares-ajax-error {
	border-left: 10px solid #f74258;
	background-color: #feecee;
	color: #f74258;
}

.new-billing-address .inputs .ares-ajax-success {
	border-left: 10px solid #0b790e;
	background-color: #e6f1e6;
	color: #0b790e;
}

.new-billing-address .inputs .vat-note,
.new-shipping-address .inputs .vat-note,
.new-billing-address .inputs .field-validation-error,
.new-shipping-address .inputs .field-validation-error {
	text-align: left;
	width: 100%;
	padding-left: 20%;
}

.new-billing-address .required-field label,
.new-shipping-address .required-field label {
    font-weight: bold;
}

.new-billing-address .required-field input,
.new-billing-address .required-field select,
.new-shipping-address .required-field input,
.new-shipping-address .required-field select {
    border: solid 1px #777;
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .new-billing-address .inputs label,
    .new-shipping-address .inputs label {
        display: block;
        width: 100%;
        text-align: left;
    }

    .new-billing-address .inputs .vat-note,
    .new-shipping-address .inputs .vat-note,
    .new-billing-address .inputs .field-validation-error,
    .new-shipping-address .inputs .field-validation-error {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 480px) {
    .new-billing-address .inputs label,
    .new-shipping-address .inputs label {
        display: block;
        width: 100%;
        text-align: left;
    }    

    .new-billing-address .inputs .vat-note,
    .new-shipping-address .inputs .vat-note,
    .new-billing-address .inputs .field-validation-error,
    .new-shipping-address .inputs .field-validation-error {
        width: 100%;
        padding-left: 0;
    }
}

@media all and (max-width: 768px) {
	.new-billing-address .inputs input[type='text'],
	.new-billing-address .inputs input[type='password'],
	.new-billing-address .inputs select, .inputs textarea,
	.new-shipping-address .inputs input[type='text'],
	.new-shipping-address .inputs input[type='password'],
	.new-shipping-address .inputs select, .inputs textarea {
		width: 98%;
	}

	.new-billing-address .inputs input[type='text'].ares-input {
		width: 73%;
	}
}

@media all and (min-width: 1001px) {
	.checkout-page .enter-address {
		max-width: 800px;
	}
}

/*end - formular s adresou*/

/*start - stylovane checkboxy a radiobuttony*/
input[type="checkbox"].input-hide {
    display:none;
}

input[type="checkbox"].input-hide + label span.styled-checkbox,  
input[type="checkbox"].input-hide + input[type="hidden"] + label span.styled-checkbox {
    display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: #fff;
	border:1px solid #ccc;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    text-align: left;
}

input[type="checkbox"].input-hide + label span.styled-checkbox:hover:after,
input[type="checkbox"].input-hide + input[type="hidden"] + label span.styled-checkbox:hover:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: transparent;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
    margin: 4px 0 0 3px;
}

input[type="checkbox"].input-hide:checked + label span.styled-checkbox:after,
input[type="checkbox"].input-hide:checked + input[type="hidden"] + label span.styled-checkbox:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 12px;
	height: 7px;
	background: transparent;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
    margin: 4px 0 0 3px;
}

input[type="radio"].input-hide {
    display:none;
}

input[type="radio"].input-hide + label span.styled-radio {
    display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: #fff;
	border:1px solid #ccc;
	border-radius: 18px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    text-align: left;
}

input[type="radio"].input-hide.disabled + label span.styled-radio {
	border:1px solid #eee;
	background: #f7f7f7;
}

input[type="radio"].input-hide.disabled + label {
	color: #ddd;
}


input[type="radio"].input-hide + label span.styled-radio:hover:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: transparent;
	background: #333;
	border-radius: 50%;
    margin: 3px 0 0 3px;
}

input[type="radio"].input-hide.disabled + label span.styled-radio:hover:after {
	background: #ddd;
}

input[type="radio"].input-hide:checked + label span.styled-radio:after {
	opacity: 1;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: transparent;
	background: #333;
	border-radius: 50%;
    margin: 3px 0 0 3px;
}

input[type="radio"].input-hide.disabled:checked + label span.styled-radio:after {
	opacity: 0.2;
	background: #ddd;
}

label img {
    vertical-align: middle;
}
/*end - stylovane checkboxy a radiobuttony*/

.checkout-page .billing-addresses, 
.checkout-page .shipping-addresses,
.checkout-data .section.shipping-method,
.checkout-data .section.payment-method {
    border: none;    
}

.shipping-method,
.payment-method {
    text-align: left;    
}

.checkout-page .address-item {
    width: 45%;
    margin: 5% 0 0 10%;
}

@media all and (min-width: 769px) and (max-width: 1280px) {
    .checkout-page .address-item {
        width: 100%;
        margin: 40px 0 10px;
    }
      
    .checkout-page .address-item:nth-child(2) {
        margin: 40px 0 10px;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .checkout-page .address-item {
        width: 100%;
        margin: 40px 0 10px;
    }   
}

@media all and (max-width: 480px) {
    .checkout-page .address-item {
        width: 100%;
        margin: 40px 0 10px;
    }    
}

/* logicke bloky formulare pro zadavani adres */
div.address-block {
	margin-bottom: 50px;
	background-color: #f9f9f9;
	padding: 15px 10px 1px 10px;
}

div.address-block:last-child {
	margin-bottom: 0;
}

.inputs {
	margin-bottom: 15px;
}

.address-block-toggle {
    margin-bottom: 10px;    
}

@media all and (max-width: 1000px) {
    .address-block-toggle {
        text-align: left;
    }    
}

/* skryvani referenci a google mapy pro nizka rozliseni */
@media all and (max-width: 768px) {
	.reference,
    .google-map {
	    display: none;
	}
}

/* rozdeleni checkout procesu na dva sloupce */
.checkout-block {
    clear: both;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.checkout-leftside {
    border-right: 1px solid #e9e9e9;
    width: 70%;
    float: left;
}

.checkout-rightside {
    width: 30%;
    float: right;
/*
    border-left: solid 1px #e9e9e9;
    position: relative;
    left: -1px;
*/
}

@media all and (min-width: 1001px) and (max-width: 1279px) {
    .checkout-leftside {
        width: 65%;
    }

    .checkout-rightside {
        width: 35%;
    }    
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .checkout-leftside {
        width: 60%;
    }

    .checkout-rightside {
        width: 40%;
    }    
}

@media all and (max-width: 768px) {
    .checkout-leftside,
    .checkout-rightside {
        width: 100%;
        float: none;
    }
    
    .checkout-leftside {
        border: none;
    }

    .checkout-rightside {
        margin-top: 10px;
        border-top: solid 1px #e9e9e9;
    }
}

/* schovani nekterych casti sumarizace kosiku */
.checkout-rightside .cart-options,
.checkout-rightside .table-wrapper thead,
.checkout-rightside .table-wrapper .footable-first-column,
.checkout-rightside .table-wrapper .product-picture,
.checkout-rightside .table-wrapper .product .attributes,
.checkout-rightside .table-wrapper .cart td:first-child {
    display: none !important;
}

.checkout-rightside .table-wrapper .cart {
    border: none;
    width: 80%;
    display: block;
    padding-bottom: 15px;
    margin: 20px auto 15px auto;
    border-bottom: solid 1px #2daae1;
}

.checkout-rightside .table-wrapper .cart td {
    border: none;
    padding: 5px;
}

.checkout-rightside .table-wrapper .cart tbody {
    width: 100%;
    display: table;
}

.checkout-rightside .table-wrapper .product {
    display: block !important;
}

.checkout-rightside .table-wrapper .product a {
    font-weight: normal;
}

.checkout-rightside .table-wrapper .subtotal {
    width: 45%;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}

.checkout-rightside .cart-footer .totals {
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.checkout-rightside .cart-total .shipping-cost.last {
    height: 45px;
    vertical-align: top;
}

.checkout-rightside .cart-total .tax-value {
    border-top: solid 1px #2daae1;
    height: 45px;
    vertical-align: bottom;
}

.checkout-rightside .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;    
}

.rozcestnik {
	margin-bottom: 15px;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
    clear: both;    
}

/* start - summary box */
.summary-box-wrapper {
    width: 80%;
    margin: 20px auto 10px auto;
}

.summary-box-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e9e9e9;
    text-align: left;
    overflow: hidden;
}

.summary-box-row:last-of-type {
    padding-bottom: 20px;
    border-bottom: solid 1px #2daae1;
}

.summary-box-product {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 6px;
}

.summary-box-product a {
    color: #333;
}

.summary-box-left {
    width: 40%;
    float: left;
}

.summary-box-right {
    width: 55%;
    float: right;
    text-align: right;
}

.summary-box-related {
    margin-left: 20px;
    padding: 10px 0 0 0;
    font-size: 0.9em;
}

.summary-box-related .summary-box-left {
    margin-left: 10px;
}
/* end - summary box */

.cart-collaterals .coupon-code input[type="submit"] {
    padding: 0 15px;
}

@media all and (max-width: 768px) {
    .cart-collaterals .coupon-code input[type="submit"] {
        width: auto;
        padding: 15px;
        margin: 10px auto;
    }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .cart-collaterals .coupon-code input[type="submit"] {
        width: auto;
        padding: 15px;
        margin: 10px 0 0 0;
    }
}

/* start - login page */
.login-block-wrapper {
    max-width: 80%;
    margin: 0 auto 80px auto;
    background: #fff;
    border: solid 1px #e9e9e9;
}

.login-wrapper {
    width: 100%;
}

.registration-wrapper {
    width: 100%;
}

.login-wrapper .title,
.registration-wrapper .title {
    background: #e9e9e9;
    text-transform: uppercase;
    color: #777;
    padding: 17px 22px;
    font-size: 13px;
    text-align: center;
}

.login-block-wrapper .inner-wrapper {
    padding: 30px;
}

.login-block-wrapper .checkout-as-guest-button {
    margin-left: 10px;
}

.login-block-wrapper .checkout-as-guest-button:hover {
    color: #777 !important;    
}

.login-block-wrapper .register-button {
    margin-bottom: 10px !important;    
}
.forgot-password a {
    color: #2daae1;
    text-decoration: underline;
}

@media all and (min-width: 769px) {
    .login-block-wrapper {
        text-align: left;
    }

    .login-block-wrapper .registration-wrapper {
        width: 50%;
        float: right;
        background: #f9f9f9;
        min-height: 400px;
    }

    .login-block-wrapper .login-wrapper {
        width: 50%;
        float: left;
    }    
}




.login-page .customer-blocks {
    max-width: 80%;
    margin: auto;
}

.login-page .customer-blocks .inner-wrapper {
    padding: 30px;
}

.login-page .customer-blocks .text {
    margin: 0 0 45px 0;
}

.login-page .customer-blocks .title {
    position: initial;
    width: 100%;
    cursor: default;
}

@media all and (min-width: 769px) {
    .login-page .customer-blocks {
        text-align: left;
    }

    .login-page .customer-blocks .checkout-as-guest-or-register-block,
    .login-page .customer-blocks .register-block {
        width: 50%;
        float: right;
        background: #f9f9f9;
        min-height: 375px;
    }

    .login-page .customer-blocks .login-block {
        width: 50%;
        float: left;
    }    
}

.login-page .customer-blocks .checkout-as-guest-button {
    margin-left: 10px;
}

.login-page .customer-blocks .checkout-as-guest-button:hover {
    color: #777 !important;    
}

.login-page .customer-blocks .register-button {
    margin-bottom: 10px !important;    
}

.forgot-password a {
    color: #2daae1;
    text-decoration: underline;
}
/* end - login page */

/* seven spikes plugins */
.nop-jcarousel .jcarousel-next-horizontal,
.nop-jcarousel .jcarousel-prev-horizontal {
	background-color: #000 !important;
	opacity: 0.5 !important;
}

.nivo-directionNav a:hover,
.nop-jcarousel .jcarousel-prev-horizontal:hover,
.nop-jcarousel .jcarousel-next-horizontal:hover {
	background-color: #2daae1 !important;
	opacity: 1 !important;
}

.products-carousel .item-info .actual-price {
	color: #fff !important;
}

/* shopping cart quantity hints */

.shopping-cart-quantity-hints {
	position: absolute;
	bottom: 10px;
}

.shopping-cart-quantity-hint {
	display: block;
	font-size: 80%;
	color: #999;
	margin-top: 3px;
	line-height: 100%;
	font-style: oblique;
}

@media all and (max-width: 1000px) {
	.shopping-cart-quantity-hints {
		display: none;
	}
}

/* back button*/
.prev-step-button, .prev-step-button:hover {
    min-width: 100px !important;
    padding: 15px 30px !important;
    display: inline-block;
		background-color: #e9e9e9 !important;
		color: #777 !important;
}

.ico-prev {
    width: 11px;
    height: 11px;
    background: url(/Themes/Pavilion/Content/img/arrow-prev.png) -82px;
    float: left;
    margin: 3px 10px 0 0; 
}

@media all and (max-width: 768px) {
    .prev-step-button {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .common-buttons .new-address-next-step-button,
    .common-buttons .shipping-method-next-step-button,
    .common-buttons .payment-method-next-step-button {
      float: none;
      margin-left: 0;
    }
}

.buttons .prev-step-button {
    margin-right: 10px;    
}

.buttons .ico-prev {
    margin-top: 5px;
}

@media all and (max-width: 1000px) {
    .footer-block .title {
        cursor: pointer;
    }
}

@media all and (min-width: 1001px) {
	.category-navigation-list > li > .sublist-wrap > .sublist .box .title {
		border-bottom-color: #2daae1 !important;
	}

	.category-navigation-list > li > .sublist-wrap {
		border: 3px solid #f9f9f9;
	}
}

.registration-page .inputs input[data-val-required], 
.registration-page .inputs select[data-val-required] {
	border: solid 1px #777;
}

.registration-page .fieldset .title {
	padding: 10px 20px;
}

.registration-page .fieldset .inputs label {
	display: inline-block;
	width: 20%;
}

.registration-page .fieldset .form-fields.not-required label {
	font-weight: normal;
}

.registration-page .fieldset .inputs input,
.registration-page .fieldset .inputs select {
	width: 78%;
}

.registration-page .fieldset .form-fields {
	padding: 15px 20px;
}

.registration-page .buttons {
	margin: 0;
	padding: 20px;
	background-color: #e9e9e9;
}

@media all and (max-width: 768px) {
	.registration-page .fieldset .inputs label {
		display: block;
		width: 100%;
	}

	.registration-page .fieldset .inputs input,
	.registration-page .fieldset .inputs select {
		width: 100%;
	}
}

/*start - empty cart*/
.empty-cart {
    border: solid 1px #e9e9e9;
    font-size: 1.2em;
    padding: 40px;
		background-color: #fff;
		text-align: center;
}

.empty-cart img {
    vertical-align: middle;
    margin-right: 20px;
		height: auto;
}

@media all and (max-width: 480px) {
    .empty-cart {
        font-size: 1em;
				padding: 25px 10px;
    }

    .empty-cart img {
        display: none;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.empty-cart {
		padding: 25px;
	}

  .empty-cart img {
      max-width: 100px;
  }
}

/*end - empty cart*/

/*start - product box*/
/*grid*/
.product-grid .item-box:hover {
    box-shadow: 0 0 0 5px #f1f1f1;
    transition: all 0.2s ease;
}

.product-grid .item-box:hover h2 {
    color: #2daae1;
}

.product-grid .item-box .product-title,
.related-products-grid .item-box h2.product-title {
    padding: 9px 10px 5px 10px;
    margin: 0 0 15px 0 !important;
    background: #e9e9e9;
    border: solid 1px #fff;
    line-height: 1.5em;
    height: 4em;
}

.product-grid .item-box .category-desc {
    font-size: 13px;
}

.product-grid .item-box .buttons-lower {
    height: 50px !important;
}

.product-grid .item-box .buttons-lower button {
    height: 48px;
}

.product-grid .item-box .buttons-lower button span {
    color: #2daae1;
    font-size: 15px;
}

.product-grid .item-box .buttons-lower button span:before,
.product-grid .item-box .buttons-lower button span:after {
    top: 1px;
}

.product-grid .item-box:hover .buttons-lower button {
    background: #2daae1;
}

@media all and (max-width: 1000px) {
    .product-grid .item-box .buttons-lower {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        border-width: 1px;
        border-style: solid;
        border-color: #f0f0f0 #e9e9e9 #e9e9e9;
        background: #fff;
        transition: all 0.2s ease;
    }

    .product-grid .item-box .buttons-lower button span:before,
    .product-grid .item-box .buttons-lower button span:after {
        top: 1px;
    }

    .product-grid .item-box:hover .buttons-lower button span {
        background: #2daae1;
        color: #fff;
    }

    .product-grid .item-box .buttons-lower button span:before {
        opacity: 1;
        transition: all 0.2s ease;
    }

    .product-grid .item-box .buttons-lower button span:after {
        opacity: 0;
        transition: all 0.2s ease;
    }

    .product-grid .item-box:hover .buttons-lower button span:before {
        opacity: 0;
        transition: all 0.2s ease;
    }
        
    .product-grid .item-box:hover .buttons-lower button span:after {
        opacity: 1;
        transition: all 0.2s ease;
    }
}

/*list*/
.product-list .item-box {
    margin: 0;
}

.product-list .item-box:hover {
    box-shadow: 0 0 0 5px #f1f1f1;
    transition: all 0.2s ease;
    z-index: 1000;
}

.product-list .item-box:hover .product-title {
    color: #2daae1;
}

.product-list .item-box .product-item {
    border-bottom: solid 1px #e9e9e9;
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
    border-top: none;
}

.product-list .item-box:first-of-type {
    border-top: solid 1px #e9e9e9;
}

.product-list .item-box .product-item .upper {
    margin: 0;
    padding: 0 230px 0 0 !important;
    position: absolute;
    left: 130px;
}

.product-list .item-box .product-item .upper .category-desc,
.product-list .item-box .product-item .upper .product-rating-box {
    padding-left: 9px !important;
}

.product-list .item-box .product-item .details {
    margin: 0;
    padding: 15px 15px 0 0;
    float: right;
}

.product-list .item-box .product-item .picture {
    width: 130px;
    float: left;
}

.product-list .item-box .product-item .picture img {
    max-width: 120px;
    height: auto;
}

@media all and (max-width: 768px) {
    .product-list .item-box {
        width: 100%;
        background: #fff;
    }

    .product-list .item-box .product-item {
        overflow: hidden;
        zoom: 1;
        clear: both;
    }

    .product-list .item-box .product-item .upper {
        margin: 0;
        padding: 0 230px 0 0 !important;
        position: absolute;
        left: 0;
        text-align: left;
    }

    .product-list .item-box .product-item .upper h2 {
        margin: 0;
        padding: 10px 0 5px 10px;
        line-height: 1em;
				height: auto !important;
    }

    .product-list .item-box .product-item .upper .category-desc {
        font-size: 0.9em;
    }

    .product-list .item-box .product-item .upper .product-rating-box {
        margin-bottom: 10px;
    }

    .product-list .item-box .product-item .picture {
        display: none;
    }

    .product-list .item-box .product-item .details {
        padding: 15px 0 0 0;
				min-height: 115px;
    }

    .product-list .item-box .product-item .picture img {
        max-width: 70px;
        height: auto;
    }

     .product-list .item-box .product-item .details .prices {
         font-size: 0.9em;
    }

    .product-list .item-box .buttons-lower {
        float: left;
        margin: 0 5px 0 15px;
    }

    .product-list .item-box .buttons-lower button {
        display: inline-block;
        width: auto;
        outline: 1px solid transparent;
        background: #2daae1 url(/Content/img/cart-button-2.png) left center no-repeat;
        padding: 0 28px 0 48px;
        vertical-align: middle;
    }

    .product-list .item-box .buttons-lower button:hover {
        outline-color: #2daae1;
    }

    .product-list .item-box .buttons-lower button span {
        background: transparent;
        padding: 0;
        color: #fff;
    }

    .product-list .item-box .buttons-lower button span:before {
        opacity: 0;
        transition: all 0.2s ease;
        left: -22px;
    }
        
    .product-list .item-box .buttons-lower button span:after {
        opacity: 1;
        transition: all 0.2s ease;
        left: -22px;
    }
}

@media all and (max-width: 480px) {
    .product-list .item-box .product-item .upper {
        margin: 0;
        padding: 0 230px 0 0 !important;
        position: absolute;
        left: 0;
    }

    .product-list .item-box .product-item .details {
        min-height: 115px;
    }

		.product-list .item-box .product-item .picture,
		.product-list .item-box .product-item .details .category-desc,
		.product-list .item-box .product-item .details .product-rating-box {
			display: none;
		}
}




.item-holder {
    margin: 5px;
}

.item-holder:hover {
    box-shadow: 0 0 0 5px #f1f1f1;
    transition: all 0.2s ease;
}

.item-holder:hover .jcarousel-category-pricefrom {
    background: #2daae1 !important;
}

.products-carousel .item-info .prices {
    margin: 10px 0 0 0 !important;
    padding: 10px 20px !important;
    background: #777;
}

.item-holder:hover .item-info .prices {
    background: #2daae1 !important;
}
/*end - product box*/

/*start - footer icons and menu*/
.footer-menu {
    background: #666;
    padding: 20px;
    margin-top: 11px;    
}

.footer-icons {
    padding: 11px 0 0 0;
}

.footer-icons .center {
    background: #fff;
    padding: 15px;
    text-align: center;
}

.footer-icon-block {
    width: 220px;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.footer-icon-block img {
    max-width: 220px;
    height: auto;
    vertical-align: middle;
}

.social-icons {
    padding: 11px 0 6px 0;
}

.social-icons .like-button {
    float: right;
}

@media all and (max-width: 480px) {
    .footer-icon-block {
        margin-bottom: 15px;
    }

    .footer-icon-block img {
        max-width: 100px;
    }

    .social-icons .like-button {
        float: none;
    }
}

@media all and (min-width: 481px) and (max-width: 1000px) {
    .footer-icon-block {
        width: 150px;
        margin-bottom: 15px;
    }

    .footer-icon-block img {
        max-width: 120px;
    }

    .social-icons .like-button {
        float: none;
    }
}

@media all and (min-width: 1001px) and (max-width: 1280px) {
    .footer-icon-block {
        width: 175px;
        margin-bottom: 15px;
    }

    .footer-icon-block img {
        max-width: 120px;
    }
}
/*end - footer icons and menu*/

.labelmed-item {
    padding-left: 20px;
}

.inline-header-links {
    margin-top: 5px;
}

.inline-header-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inline-header-links li {
    display: inline;
    padding-left: 15px;
}

.inline-header-links li .top_email,
.inline-header-links li .top_phone {
    margin: 5px 5px 0 0;
}

.inline-header-links li .top_email p {
    display: inline-block;
    padding-left: 3px;
}

.inline-header-links li span.user-register-button {
    margin: 0 2px 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite3.png) !important;
    background-repeat: no-repeat;
    background-position: -353px center;
}

.inline-header-links li span.user-login-button {
    margin: 0 2px 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite3.png) !important;
    background-repeat: no-repeat;
    background-position: -406px center;
}

.inline-header-links li span.user-account-button {
    margin: 0 2px 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite3.png) !important;
    background-repeat: no-repeat;
    background-position: -119px center;
}

.inline-header-links li span.user-logout-button {
    margin: 0 2px 5px 0;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite3.png) !important;
    background-repeat: no-repeat;
    background-position: -448px center;
}

.user-register-button {
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite2.png) !important;
    background-repeat: no-repeat;
    background-position: -339px center;
}

.user-login-button {
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite2.png) !important;
    background-repeat: no-repeat;
    background-position: -393px center;    
}

.user-account-button {
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite2.png) !important;
    background-repeat: no-repeat;
    background-position: -108px center;        
}

.user-logout-button {
    background-image: url(/Themes/Pavilion/Content/img/mobile-sprite2.png) !important;
    background-repeat: no-repeat;
    background-position: -439px center;        
}

.user-register-button + span, .user-login-button + span, .user-account-button + span, .user-logout-button + span {
	margin-left: 5px;
}

.responsive-nav-wrapper > div {
	cursor: pointer;
}

.category-navigation-list > li > .sublist-wrap > .sublist .box .picture {
    height: 120px;
    line-height: 120px;
    margin: 0 0 15px;
    text-align: center;
}

.category-navigation-list > li > .sublist-wrap > .sublist .box .picture img {
    vertical-align: middle;
    max-height: 150px;
    width: auto !important;
		max-width: 100%;
}

/*start - cenove hladiny*/
.tier-prices-v2 {
    padding: 10px 5px;    
}

.tier-prices-v2 .price-list {
    margin: 10px 0;
}

.tier-prices-v2 table {
    width: 100%;
    background: #f0f9fe;
}

.tier-prices-v2 table thead {
    border-top: solid 1px #cce9f9;
    border-bottom: solid 1px #cce9f9;
}

.tier-prices-v2 table tbody {
    border-bottom: solid 1px #cce9f9;
}

.tier-prices-v2 table thead tr:first-child {
    border-bottom: none;
}

.tier-prices-v2 table tbody tr:last-child {
    border-bottom: none;
}

.tier-prices-v2 table tr  {
    border-bottom: solid 1px #fff;
}

.tier-prices-v2 table tr.hover:hover {
    background: #fff;
}

.tier-prices-v2 th,
.tier-prices-v2 td {
    padding: 10px;
}

.tier-prices-v2 .center {
    text-align: center;
}

.tier-prices-v2 .bold {
    font-weight: bold;
}

.tier-prices-v2 .dark-blue {
    background: #e6f6ff;
}


.tier-prices-v2 .text-blue {
    color: #2daae1;
}

@media all and (max-width: 480px) {
    .tier-prices-v2 .with-tax {
        display: none;
    }
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .tier-prices-v2 .with-tax {
        display: none;
    }
}
/*end - cenove hladiny*/

/*start - kroky s atributama*/
.attr-step {
    width: 100px !important;
    color: #fff !important;
    background: #2daae1;
    text-align: center;
    padding: 0 10px 10px 10px;
    float: left !important;
}

.attr-step .counter {
    font-size: 3em;
    display: block;
}

.product-attr-printable .attributes dt.attr-step {
    margin-left: 0;
}

.product-attr-printable .attributes dt {
    float: none;
    clear: right;
    margin-left: 120px;
}

.product-attr-printable .attributes dd {
    float: none;
    margin-left: 120px;
}

.attributes input[type="text"], 
.attributes select,
.attributes textarea {
    min-width: 90%;
    max-width: 100%;
    height: 38px;
}

@media all and (max-width: 768px) {
    .attr-step {
        display: none !important;
    }

    .product-attr-printable .attributes dt {
        margin-left: 0;
    }

    .product-attr-printable .attributes dd {
        margin-left: 0;
    }

    .attributes input[type="text"], 
    .attributes select,
    .attributes textarea {
        max-width: 90%;
    }

		.attributes dd ul.option-list {
			display: inline-block;
			text-align: left;
		}
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .product-details-page .attr-step {
        width: 70px !important;
        font-size: 120%;
        padding: 0 5px 5px 5px;
    }

    .attr-step .counter {
        font-size: 2em;
        display: block;
    }

    .product-attr-printable .attributes dt {
        margin-left: 90px;
    }

    .product-attr-printable .attributes dd {
        margin-left: 90px;
    }

    .attributes input[type="text"], 
    .attributes select,
    .attributes textarea {
        max-width: 90%;
    }
}
/*end - kroky s atributama*/

/* header */
.header-links-wrapper.left {
	float: left;
	margin: 0 30px 0 0;
}

.header-logo-small {
	display: block;
	vertical-align: middle;
	width: 76px;
	height: 42px;
}

.header-logo-small h1 {
	display: none;
}

.header-logo-small a.logo-small {
	display: inline-block;
	max-width: 100%;
	line-height: 42px;
	vertical-align: middle;
	background-image: url(/content/images/getid-logo-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 76px;
	height: 42px;
}

@media all and (max-width:1000px) {
	.home-page-body .master-wrapper-content {
		margin-top: -20px;
	}

	.admin-header-links ~ .master-wrapper-content {
		margin-top: 95px;
	}
	
	.checkout-pages-body .master-wrapper-content {
		margin-top: 50px;
	}
}

/* order summary */
.checkout-page .order-summary {
	margin-top: 25px;
}

.checkout-page .order-summary-content {
/*	border: 1px solid #e9e9e9; */
	background-color: #fff;
}

.checkout-page .order-review-data {
	margin-bottom: 0;
}

.checkout-page .order-summary-content .order-review-data ul {
	border: none;
}

.checkout-page .order-summary-content .cart {
	border-left: none !important;
	border-right: none !important;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.checkout-page .order-summary-content .cart-footer .totals {
	border: none;
	padding-top: 0;
}

@media all and (max-width:768px) {
	.checkout-page .order-summary-content ul.billing-info {
		border-bottom: 1px solid #e9e9e9;
	}

	.checkout-page .order-summary-content ul.shipping-info {
		margin-top: 0 !important;
	}
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	background-color: #2daae1;
}

/* category carousel */
.categories-carousel .item-holder h3 {
	top: 0;
	bottom: auto !important;
}

.categories-carousel .jcarousel-category-pricefrom {
	display: block;
	background-color: #777;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	bottom: 0;
}

/* call for price */
.item-box .buttons-lower button.call-for-price span {
	padding: 0;
}

.item-box .buttons-lower button.call-for-price span::after,
.item-box .buttons-lower button.call-for-price span::before {
	display: none
}

.overview .add-to-cart-button.call-for-price, .variant-overview .add-to-cart-button.call-for-price {
	background-image: none;
	padding: 0 28px 0 28px;
}

.call-for-price-wnd-content {
	padding: 15px 25px 15px 25px;
}

.call-for-price-wnd-content .inputs input[data-val-required], 
.call-for-price-wnd-content .inputs textarea[data-val-required] {
	border: solid 1px #777;
}

.call-for-price-wnd-content .title {
	padding: 10px 20px;
}

.call-for-price-wnd-content .inputs label {
	display: inline-block;
	width: 35%;
}

.call-for-price-wnd-content .inputs label.not-required {
	font-weight: normal;
}

.call-for-price-wnd-content .inputs input,
.call-for-price-wnd-content .inputs textarea {
	width: 63%;
}

.call-for-price-wnd-content .inputs textarea {
	min-height: 80px;
}

.call-for-price-wnd-content .form-fields {
/*	padding: 15px 20px; */
}

.call-for-price-wnd-content .buttons {
	margin: 0;
	padding: 20px;
	background-color: #e9e9e9;
	text-align: center;
}

.call-for-price-wnd-content .buttons input.disabled {
	cursor: default;
	background-color: #ccc !important;
}

.call-for-price-wnd-content .field-validation-error {
	padding-left: 35%;
}

.call-for-price-wnd-content .inputs.separator {
	border-top: 1px solid #e9e9e9;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}

.call-for-price-wnd-content .call-for-price-product {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #e6f6ff;
	padding: 5px;
	margin: 0 -5px 0 -5px;
}

.call-for-price-wnd-content .call-for-price-product span {
	font-weight: normal;
}

.call-for-price-wnd-content .call-for-price-product span ul {
	margin-left: 50px;
	list-style: square;
}

.call-for-price-wnd-content .add-to-cart-button {
    height: 45px;
    border: none;
    padding: 0 28px 0 28px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

.call-for-price-wnd-content .fieldset {
	margin: 0;
}

.call-for-price-wnd-content .call-for-price-error {
	color: #f74258;
	font-weight: bold;
	margin: 20px;
}

.call-for-price-wnd-content .call-for-price-success {
	color: #0b790e;
	font-weight: bold;
	margin: 50px 20px 50px 20px;
}

.cfp-hint {
	display: inline-block;
	margin: 10px;
	font-weight: bold;
}

div.quantity-restrictions {
	font-size: 13px;
	background-color: #ffe5cc;
	padding: 5px 10px;
	position: relative;
	top: -12px;
}

div.quantity-restrictions span {
	font-weight: bold;
}

.inputs p.quantity-restrictions {
	font-size: 13px;
	font-style: italic;
	white-space: normal;
	background-color: #ffe5cc;
	padding: 5px 10px;
}

.inputs p.quantity-restrictions span {
	font-weight: bold;
}

/* product box resp. fix */
.product-grid .item-box .product-item {
	padding: 0 0 45px 0;
}

/* shipping & payment method */
.shipping-payment-method-title {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shipping-payment-method-info {
	margin: 20px 20px 50px 5px;
	font-style: italic;
}

.shipping-payment-method-page .section.shipping-method {
	padding-bottom: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.shipping-payment-method-page .section.payment-method {
	padding-top: 0;
}

.shipping-payment-method-page .section.payment-method {
	position: relative;
}

.payment-method-overlay {
	display: none;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.payment-method-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 2px;
    background-color: #2daae1;
    animation: animate 0.5s linear infinite;
}

.payment-method-overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin: 35px 0 0 -25px;
    border-radius: 50%;
    background-color: #2daae1;
    opacity: 0.1;
    animation: shadow 0.5s linear infinite;
}


/* responsive main menu in checkout process */
@media all and (min-width: 1001px) {
	.header-middle-checkout {
		display: none;
	}
}

/* contact - start */
.contact .row {
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.contact .col-12 {
    width: 100%;
}

.contact .col-6 {
    width: 50%;
}

.contact .left {
    float: left;
}

.contact .right {
    float: right;
}

.contact .contact-title {
    font-size: 1.4em !important;
    font-weight: bold;
}

.contact a {
    color: #2daae1;
}

.contact a:hover {
    color: #777;
}

.contact address {
    font-style: normal;
}

.contact em {
    font-style: italic;
}

.contact .shop-title {
    margin-bottom: 0;    
}

.contact .opening-hours {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}

.contact .contact-photo {
    float: left;
    margin: 20px 20px 20px 0;
}

.contact .contact-info {
    padding-top: 15px;
}

@media all and (min-width: 769px) and (max-width: 1000px) {
    .contact .contact-photo {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .contact .col-6 {
        width: 100%;
    }

    .contact .contact-photo {
        display: none;
    }
}
/* contact - end */

/* reference - start */
.reference-block {
    overflow: hidden;
    zoom: 1;
    clear: both;
    margin-bottom: 20px;
}

.reference-block .client-text {
    border: solid 1px #e9e9e9;
    background: #fff;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}

.reference-block .client-text:hover {
    color: #000;
}

.reference-block .client-signature {
    padding-bottom: 20px;
}

.reference-block .client-signature img {
    max-height: 60px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.reference-block .client-signature div,
.reference-block .client-signature p {
    display: inline-block;
    font-size: 0.7em;
    font-style: italic;
    color: #000;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    position: relative;
    top: 8px;
}

.client-letter {
    border-left: solid 3px #e9e9e9;
    padding-left: 20px;
    margin-bottom: 50px;
}

@media all and (min-width: 481px) and (max-width: 1000px) {
    .reference-block .client-signature p {
        text-align: left;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .reference-block .client-signature {
        padding-bottom: 20px;
    }

    .reference-block .client-signature img {
        float: none;
    }

    .reference-block .client-signature div {
        float: none;
    }
}

@media all and (max-width: 480px) {
    .reference-block .client-signature {
        padding-bottom: 20px;
    }

    .reference-block .client-signature img {
        display: none;
        float: none;
    }

    .reference-block .client-signature div {
        float: none;
    }
}

@media all and (max-width: 1000px) {
    .client-letter {
        border-bottom: solid 1px #e9e9e9;
        border-left: none;
        margin-bottom: 20px;
    }

    .client-letter:last-of-type {
        border-bottom: none;
    }
}
/* reference - end */

@media all and (max-width: 768px) {
    .product-selectors .product-viewmode {
        display: inline-block;
    }

    .product-selectors .product-viewmode span {
        display: none;
        vertical-align: middle;
    }
    
    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 18px;
        height: 16px;
        margin: 0 8px 0 0;
        background: #777 url(/Themes/Pavilion/Content/img/viewmode-sprite.png) no-repeat;
        vertical-align: middle;
        font-size: 0;
    }

    .product-selectors .product-viewmode a.grid {
        background: #777 url(/Themes/Pavilion/Content/img/viewmode-sprite.png) no-repeat 0 center;
    }

    .product-selectors .product-viewmode a.list {
        background: #777 url(/Themes/Pavilion/Content/img/viewmode-sprite.png) no-repeat -18px center;
    }

    .product-selectors .product-viewmode a.grid.selected {
        background: #2daae1 url(/Themes/Pavilion/Content/img/viewmode-sprite.png) no-repeat 0 center;
    }

    .product-selectors .product-viewmode a.list.selected {
        background: #2daae1 url(/Themes/Pavilion/Content/img/viewmode-sprite.png) no-repeat -18px center;
    }
}

/* call quantity */

/* user info tabs */
.block.block-account-navigation .list a:hover {
	color: #fff !important;
}

.confirm-order .terms-of-service a {
	margin-left: 0 !important;
}

.accept-privacy-policy {
	margin: 0 10px 20px 10px;
}

.accept-privacy-policy > * {
	line-height: 20px;
}

.popup-window .page .page-body {
	text-align: left !important;
}

.master-wrapper-page.simple-page {
/* min-height: 100vh; */	
}

.master-wrapper-page.simple-page .header {
	background-color: #fff;
}

.header-middle .center-simple {
	padding: 0;
	display: table;
	background-color: #fff;
}
.header-middle .center-simple .header-logo {
	display: table-cell;
	width: 20%;
	padding: 0 24px 0 0;
	padding-left: 15px;
}

.header-middle .center-simple .header-title {
	display: table-cell;
	line-height: 80px;
	font-size: 150%;
	text-align: right;
	padding-right: 15px;
}

@media all and (min-width: 1001px) {
	.header-middle .center-simple {
		width: 960px;
		margin: auto;
    padding: 10px 0;
	}

	.master-wrapper-content.simple-page {
		width: 960px;
	}

	.header-middle .center-simple .header-logo {
		text-align: left;
		padding-left: 0;
	}

	.header-middle .center-simple .header-title {
		padding-right: 0;
	}
}

@media all and (min-width: 1281px) {
	.header-middle .center-simple {
		width: 1200px !important;
	}

	.master-wrapper-content.simple-page {
		width: 1200px !important;
	}
}


@media all and (max-width: 1000px) {
	.master-wrapper-content.simple-page {
		margin-top: 0;
	}

	.header .header-middle .center-simple .header-logo {
		position: relative;
		top: 0;
	}
}

@media all and (max-width: 767px) {
	.header-middle .center-simple .header-title {
		font-size: 120%;
		line-height: 60px;
	}

	.header-middle .center-simple .header-logo {
		height: 60px;
		line-height: 60px;
	}

	.header-middle .center-simple .header-logo a.logo {
		height: 40px;
		background-size: contain;
	}
}

@media all and (max-width: 479px) {
	.header-middle .center-simple .header-logo a.logo {
		width: 81px;
	}
}

.customer-order-data-page {
	padding-bottom: 30px;
}

.customer-order-data-page .page-body {
	max-width: 768px;
	margin: auto;
}

.customer-order-data-page .fieldset {
	margin: 0 15px 30px 15px;
}

.customer-order-data-page .fieldset .title {
	padding: 0 0 15px 0;
}

.customer-order-data-page .inputs label {
	display: inline-block;
	width: 20%;
}

.customer-order-data-page .inputs input {
	width: 80%;
	max-width: 80%;
}

@media all and (max-width: 479px) {
	.customer-order-data-page .inputs label {
		display: block;
		width: 100%;
	}

	.customer-order-data-page .inputs input {
		width: 100%;
		max-width: 100%;
	}

	.customer-order-data-page input.ares-input {
		width: 60% !important;
		max-width: 60% !important;
	}

	.customer-order-data-page input.ares-button {
		width: 35% !important;
		max-width: 35% !important;
		margin-left: 10px !important;
	}

}

.customer-order-data-page .delivery-diff-check-block {
	margin-left: 15px;
	margin-bottom: 30px;
}

.customer-order-data-page .is-company-check-block {
	margin-bottom: 15px;
}

.customer-order-data-page .customer-order-data-button {
    height: 45px;
    border: none;
    padding: 0 28px 0 28px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

.customer-order-data-page input.ares-button {
	width: 20% !important;
	max-width: 20% !important;
  border: none !important;
  padding: 10px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #fff !important;
  text-transform: uppercase !important;
  outline: 1px solid transparent !important;
  transition: all 0.2s ease !important;
	height: 40px !important;
	margin-left: 20px !important;
	vertical-align: middle !important;
}

.customer-order-data-page input.ares-input {
	width: 55% !important;
	max-width: 55% !important;
}

.customer-order-data-page .method-list li {
	margin: 0 0 15px 0;
}

.customer-order-data-page span.ares-hint {
	display: block;
	font-size: 13px;
	margin: 10px;
	text-align: right;
}

.customer-order-data-page span.ares-ajax-success,
.customer-order-data-page span.ares-ajax-error {
	display: block;
	margin: 10px;
	font-weight: bold;
	display: none;
	font-size: 13px;
}

.customer-order-data-page span.ares-ajax-success {
	color: #0b790e;
}

.customer-order-data-page span.ares-ajax-error {
	color: #f74258;
}


.customer-order-data-page.form-success-submitted {
	min-height: 90vh;
}

.customer-order-data-page.form-success-submitted .message {
	font-size: 125%;
	text-transform: uppercase;
	margin: 3rem 1rem;
	padding: 1rem;
	border-left: 10px solid #0b790e;
	background-color: #e6f1e6;
	color: #0b790e;
	font-weight: bold;
}

.customer-order-data-page .message-error {
	margin: 1rem;
	padding: 1rem;
	border-left: 10px solid #f74258;
	background-color: #feecee;
	color: #f74258;
	font-weight: bold;
}

.customer-order-data-page .custom-order-data-item small {
	font-size: 11px;
	font-style: italic;
	margin-left: 27px;
}

.gi-hp-top-slider {
	margin-top: 18px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
			touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
					box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
					box-shadow: none;
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.btn-default {
	color: #666;
}

.btn-icon i {
	margin-right: 10px;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: 10px;
}

.btn-primary {
	border-color: #CCC;
	background-color: #CCC;
	border-color: #CCC #CCC #b3b3b3;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
	border-color: #d9d9d9 #d9d9d9 #bfbfbf;
	background-color: #d9d9d9;
	color: #FFF;
}

.btn-primary:active, .btn-primary:focus {
	border-color: #bfbfbf;
	background-color: #bfbfbf;
	color: #FFF;
}

.btn-primary.dropdown-toggle {
	border-left-color: #bfbfbf;
}

.btn-primary[disabled] {
	border-color: white;
	background-color: white;
	color: #CCC;
}

.btn-success {
	border-color: #47a447;
	background-color: #47a447;
	border-color: #47a447 #47a447 #388038;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-success:hover {
	border-color: #51b451 #51b451 #3f923f;
	background-color: #51b451;
	color: #FFF;
}

.btn-success:active, .btn-success:focus {
	border-color: #3f923f;
	background-color: #3f923f;
	color: #FFF;
}

.btn-success.dropdown-toggle {
	border-left-color: #3f923f;
}

.btn-success[disabled] {
	border-color: #86cb86;
	background-color: #86cb86;
	color: #CCC;
}

.btn-warning {
	border-color: #ed9c28;
	background-color: #ed9c28;
	border-color: #ed9c28 #ed9c28 #d18211;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-warning:hover {
	border-color: #efa740 #efa740 #e89113;
	background-color: #efa740;
	color: #FFF;
}

.btn-warning:active, .btn-warning:focus {
	border-color: #e89113;
	background-color: #e89113;
	color: #FFF;
}

.btn-warning.dropdown-toggle {
	border-left-color: #e89113;
}

.btn-warning[disabled] {
	border-color: #f5c786;
	background-color: #f5c786;
	color: #CCC;
}

.btn-danger {
	border-color: #d2322d;
	background-color: #d2322d;
	border-color: #d2322d #d2322d #a82824;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-danger:hover {
	border-color: #d74742 #d74742 #bd2d29;
	background-color: #d74742;
	color: #FFF;
}

.btn-danger:active, .btn-danger:focus {
	border-color: #bd2d29;
	background-color: #bd2d29;
	color: #FFF;
}

.btn-danger.dropdown-toggle {
	border-left-color: #bd2d29;
}

.btn-danger[disabled] {
	border-color: #e48481;
	background-color: #e48481;
	color: #CCC;
}

.btn-info {
	border-color: #5bc0de;
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #31b0d5;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info:hover {
	border-color: #70c8e2 #70c8e2 #46b8da;
	background-color: #70c8e2;
	color: #FFF;
}

.btn-info:active, .btn-info:focus {
	border-color: #46b8da;
	background-color: #46b8da;
	color: #FFF;
}

.btn-info.dropdown-toggle {
	border-left-color: #46b8da;
}

.btn-info[disabled] {
	border-color: #b0e1ef;
	background-color: #b0e1ef;
	color: #CCC;
}

.btn-dark {
	border-color: #1d2127;
	background-color: #1d2127;
	border-color: #1d2127 #1d2127 #07080a;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-dark:hover {
	border-color: #282d36 #282d36 #121518;
	background-color: #282d36;
	color: #FFF;
}

.btn-dark:active, .btn-dark:focus {
	border-color: #121518;
	background-color: #121518;
	color: #FFF;
}

.btn-dark.dropdown-toggle {
	border-left-color: #121518;
}

.btn-dark[disabled] {
	border-color: #495362;
	background-color: #495362;
	color: #CCC;
}

/* Border Buttons */
.btn-borders {
	border-width: 3px;
}

.btn-borders.btn-primary {
	background: transparent;
	border-color: #CCC;
	color: #CCC;
	text-shadow: none;
}

.btn-borders.btn-primary:hover, .btn-borders.btn-primary:focus {
	background-color: #d9d9d9;
	border-color: #CCC !important;
	color: #FFF;
}

.btn-borders.btn-success {
	background: transparent;
	border-color: #47a447;
	color: #47a447;
	text-shadow: none;
}

.btn-borders.btn-success:hover, .btn-borders.btn-success:focus {
	background-color: #51b451;
	border-color: #47a447 !important;
	color: #FFF;
}

.btn-borders.btn-warning {
	background: transparent;
	border-color: #ed9c28;
	color: #ed9c28;
	text-shadow: none;
}

.btn-borders.btn-warning:hover, .btn-borders.btn-warning:focus {
	background-color: #efa740;
	border-color: #ed9c28 !important;
	color: #FFF;
}

.btn-borders.btn-danger {
	background: transparent;
	border-color: #d2322d;
	color: #d2322d;
	text-shadow: none;
}

.btn-borders.btn-danger:hover, .btn-borders.btn-danger:focus {
	background-color: #d74742;
	border-color: #d2322d !important;
	color: #FFF;
}

.btn-borders.btn-info {
	background: transparent;
	border-color: #5bc0de;
	color: #5bc0de;
	text-shadow: none;
}

.btn-borders.btn-info:hover, .btn-borders.btn-info:focus {
	background-color: #70c8e2;
	border-color: #5bc0de !important;
	color: #FFF;
}

.btn-borders.btn-dark {
	background: transparent;
	border-color: #1d2127;
	color: #1d2127;
	text-shadow: none;
}

.btn-borders.btn-dark:hover, .btn-borders.btn-dark:focus {
	background-color: #282d36;
	border-color: #1d2127 !important;
	color: #FFF;
}


.btn-link {
	color: #2daae1;
}

.btn-link:hover {
	color: #43b3e4;
}

.btn-link:active {
	color: #1f9ed6;
}

html .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2daae1;
	border-color: #2daae1 #2daae1 #1b8dc0;
}

html .btn-primary:hover {
	border-color: #43b3e4 #43b3e4 #1f9ed6;
	background-color: #43b3e4;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	border-color: #1f9ed6 #1f9ed6 #1f9ed6;
	background-color: #1f9ed6;
}

html .btn-primary.dropdown-toggle {
	border-left-color: #1f9ed6;
}

html .btn-primary[disabled] {
	border-color: #86ceee;
	background-color: #86ceee;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #FFF;
}

html .btn-primary-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1b8dc0;
	border-color: #1b8dc0 #1b8dc0 #156c93;
}

html .btn-primary-scale-2:hover {
	border-color: #1f9ed6 #1f9ed6 #187da9;
	background-color: #1f9ed6;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
	border-color: #187da9 #187da9 #187da9;
	background-color: #187da9;
}

html .btn-primary-scale-2.dropdown-toggle {
	border-left-color: #187da9;
}

html .btn-primary-scale-2[disabled] {
	border-color: #5abce7;
	background-color: #5abce7;
}

html .btn-secondary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5d5d5e;
	border-color: #5d5d5e #5d5d5e #444444;
}

html .btn-secondary:hover {
	border-color: #6a6a6b #6a6a6b #505051;
	background-color: #6a6a6b;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #505051 #505051 #505051;
	background-color: #505051;
}

html .btn-secondary.dropdown-toggle {
	border-left-color: #505051;
}

html .btn-secondary[disabled] {
	border-color: #909091;
	background-color: #909091;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #FFF;
}

html .btn-secondary-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #444444;
	border-color: #444444 #444444 #2a2a2b;
}

html .btn-secondary-scale-2:hover {
	border-color: #505051 #505051 #373738;
	background-color: #505051;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
	border-color: #373738 #373738 #373738;
	background-color: #373738;
}

html .btn-secondary-scale-2.dropdown-toggle {
	border-left-color: #373738;
}

html .btn-secondary-scale-2[disabled] {
	border-color: #767678;
	background-color: #767678;
}

html .btn-tertiary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2daae1;
	border-color: #2daae1 #2daae1 #1b8dc0;
}

html .btn-tertiary:hover {
	border-color: #43b3e4 #43b3e4 #1f9ed6;
	background-color: #43b3e4;
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	border-color: #1f9ed6 #1f9ed6 #1f9ed6;
	background-color: #1f9ed6;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #1f9ed6;
}

html .btn-tertiary[disabled] {
	border-color: #86ceee;
	background-color: #86ceee;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	color: #FFF;
}

html .btn-tertiary-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1b8dc0;
	border-color: #1b8dc0 #1b8dc0 #156c93;
}

html .btn-tertiary-scale-2:hover {
	border-color: #1f9ed6 #1f9ed6 #187da9;
	background-color: #1f9ed6;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
	border-color: #187da9 #187da9 #187da9;
	background-color: #187da9;
}

html .btn-tertiary-scale-2.dropdown-toggle {
	border-left-color: #187da9;
}

html .btn-tertiary-scale-2[disabled] {
	border-color: #5abce7;
	background-color: #5abce7;
}

html .btn-quaternary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5d5d5e;
	border-color: #5d5d5e #5d5d5e #444444;
}

html .btn-quaternary:hover {
	border-color: #6a6a6b #6a6a6b #505051;
	background-color: #6a6a6b;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	border-color: #505051 #505051 #505051;
	background-color: #505051;
}

html .btn-quaternary.dropdown-toggle {
	border-left-color: #505051;
}

html .btn-quaternary[disabled] {
	border-color: #909091;
	background-color: #909091;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	color: #FFF;
}

html .btn-quaternary-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #444444;
	border-color: #444444 #444444 #2a2a2b;
}

html .btn-quaternary-scale-2:hover {
	border-color: #505051 #505051 #373738;
	background-color: #505051;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
	border-color: #373738 #373738 #373738;
	background-color: #373738;
}

html .btn-quaternary-scale-2.dropdown-toggle {
	border-left-color: #373738;
}

html .btn-quaternary-scale-2[disabled] {
	border-color: #767678;
	background-color: #767678;
}

html .btn-dark {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-dark[disabled] {
	border-color: #596779;
	background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	color: #FFF;
}

html .btn-dark-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:hover {
	border-color: #23282f #23282f #0d0f12;
	background-color: #23282f;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
	border-color: #0d0f12 #0d0f12 #0d0f12;
	background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
	border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled] {
	border-color: #444e5b;
	background-color: #444e5b;
}

html .btn-light {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
}

html .btn-light:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-light[disabled] {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	color: #777;
}

html .btn-light-scale-2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:hover {
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
	background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
	border-color: #d9d9d9 #d9d9d9 #d9d9d9;
	background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
	border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled] {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #2daae1;
	color: #2daae1;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2daae1;
	border-color: #2daae1 #2daae1 #1b8dc0;
	border-color: #2daae1 !important;
	color: #FFF;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #43b3e4 #43b3e4 #1f9ed6;
	background-color: #43b3e4;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
	border-color: #1f9ed6 #1f9ed6 #1f9ed6;
	background-color: #1f9ed6;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
	border-left-color: #1f9ed6;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled] {
	border-color: #86ceee;
	background-color: #86ceee;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #5d5d5e;
	color: #5d5d5e;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5d5d5e;
	border-color: #5d5d5e #5d5d5e #444444;
	border-color: #5d5d5e !important;
	color: #FFF;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	border-color: #6a6a6b #6a6a6b #505051;
	background-color: #6a6a6b;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	border-color: #505051 #505051 #505051;
	background-color: #505051;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
	border-left-color: #505051;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled] {
	border-color: #909091;
	background-color: #909091;
}

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #2daae1;
	color: #2daae1;
	text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2daae1;
	border-color: #2daae1 #2daae1 #1b8dc0;
	border-color: #2daae1 !important;
	color: #FFF;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #43b3e4 #43b3e4 #1f9ed6;
	background-color: #43b3e4;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
	border-color: #1f9ed6 #1f9ed6 #1f9ed6;
	background-color: #1f9ed6;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
	border-left-color: #1f9ed6;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled] {
	border-color: #86ceee;
	background-color: #86ceee;
}

html .btn-borders.btn-quaternary {
	background: transparent;
	border-color: #5d5d5e;
	color: #5d5d5e;
	text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5d5d5e;
	border-color: #5d5d5e #5d5d5e #444444;
	border-color: #5d5d5e !important;
	color: #FFF;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #6a6a6b #6a6a6b #505051;
	background-color: #6a6a6b;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
	border-color: #505051 #505051 #505051;
	background-color: #505051;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
	border-left-color: #505051;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled] {
	border-color: #909091;
	background-color: #909091;
}

html .btn-borders.btn-dark {
	background: transparent;
	border-color: #2e353e;
	color: #2e353e;
	text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	border-color: #2e353e !important;
	color: #FFF;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled] {
	border-color: #596779;
	background-color: #596779;
}

html .btn-borders.btn-light {
	background: transparent;
	border-color: #FFF;
	color: #FFF;
	text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	border-color: #FFF !important;
	color: #777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled] {
	border-color: #ffffff;
	background-color: #ffffff;
}



/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	height: 500px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}

.slider-container .tparrows {
	border-radius: 6px;
}

.slider-container .slider-single-slide .tparrows {
	display: none;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .btn-slider-action {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding: 20px 25px;
}

.slider .tp-bannertimer {
	background-color: #2daae1;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container .tp-caption-overlay {
	background: #000;
	padding: 10px;
}

.slider-container .tp-caption-overlay-opacity {
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
}

.slider-container .tp-opacity-overlay {
	background: rgba(0, 0, 0, 0.75);
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

.slider-container .gi-top-label {
	color: #222;
	font-size: 65px;
	font-weight: 300;
}

.slider-container .gi-top-big-label {
	color: #222;
	font-size: 65px;
	font-weight: 300;
}

.slider-container .gi-main-label {
	color: #2daae1;
	font-size: 75px;
	font-weight: 700;
	line-height: 90px;
}

.slider-container .gi-main-white-label {
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	line-height: 90px;
}

.slider-container .gi-bottom-label {
	color: #222;
	font-size: 60px;
	font-weight: 400;
	line-height: 65px;
}

.slider-container .gi-bottom-big-label {
	color: #222;
	font-size: 60px;
	font-weight: 400;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ARES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
.ares.tparrows {
	cursor:pointer;
	background:#fff;
	min-width:60px;
		min-height:60px;
	position:absolute;
	display:block;
	z-index:100;
		border-radius:50%;
}
.ares.tparrows:hover {
}
.ares.tparrows:before {
	font-family: "revicons";
	font-size:25px;
	color:#aaa;
	display:block;
	line-height: 60px;
	text-align: center;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
		z-index:2;
		position:relative;
}
.ares.tparrows.tp-leftarrow:before {
	content: "\e81f";
}
.ares.tparrows.tp-rightarrow:before {
	content: "\e81e";
}
.ares.tparrows:hover:before {
 color:#000;
			}
.ares .tp-title-wrap { 
	position:absolute;
	z-index:1;
	display:inline-block;
	background:#fff;
	min-height:60px;
	line-height:60px;
	top:0px;
	margin-left:30px;
	border-radius:0px 30px 30px 0px;
	overflow:hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform:scaleX(0);	
	-webkit-transform:scaleX(0);	
	transform-origin:0% 50%; 
	 -webkit-transform-origin:0% 50%;
}
 .ares.tp-rightarrow .tp-title-wrap { 
	 right:0px;
	 margin-right:30px;margin-left:0px;
	 -webkit-transform-origin:100% 50%;
border-radius:30px 0px 0px 30px;
 }
.ares.tparrows:hover .tp-title-wrap {
	transform:scaleX(1) scaleY(1);
		-webkit-transform:scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
	position:relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform:translateX(200px);	
	text-transform:uppercase;
	color:#000;
	font-weight:400;
	font-size:14px;
	line-height:60px;
	white-space:nowrap;
	padding:0px 20px;
	margin-left:10px;
	opacity:0;
}

.ares.tp-rightarrow .tp-arr-titleholder {
	 transform:translateX(-200px); 
	 margin-left:0px; margin-right:10px;
			}

.ares.tparrows:hover .tp-arr-titleholder {
	 transform:translateX(0px);
	 -webkit-transform:translateX(0px);
	transition-delay: 0.1s;
	opacity:1;
}

/* BULLETS */
.ares.tp-bullets {
}
.ares.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.ares .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
	background:#fff;
}
.ares .tp-bullet-title {
	position:absolute;
	color:#888;
	font-size:12px;
	padding:0px 10px;
	font-weight:600;
	right:27px;
	top:-4px;
	background:#fff;
	background:rgba(255,255,255,0.75);
	visibility:hidden;
	transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	transition:transform 0.3s;
	-webkit-transition:transform 0.3s;
	line-height:20px;
	white-space:nowrap;
}		 

.ares .tp-bullet-title:after {
		width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgba(255,255,255,0.75);
	content:" ";
		position:absolute;
		right:-10px;
	top:0px;
}
		
.ares .tp-bullet:hover .tp-bullet-title{
	visibility:visible;
	 transform:translateX(0px);
	-webkit-transform:translateX(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
		background:#fff;
				}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
	border-color:transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
				visibility:hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
		visibility:visible;
			}

/* TABS */
.ares .tp-tab { 
	opacity:1;			
	padding:10px;
	box-sizing:border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid #e5e5e5;
 }
.ares .tp-tab-image 
{ 
	width:60px;
	height:60px; max-height:100%; max-width:100%;
	position:relative;
	display:inline-block;
	float:left;

}
.ares .tp-tab-content 
{
		background:rgba(0,0,0,0); 
		position:relative;
		padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
		box-sizing:border-box;
		color:#333;
		display: inline-block;
		width:100%;
		height:100%;
 position:absolute; }
.ares .tp-tab-date
	{
	display:block;
	color: #aaa;
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
	}
.ares .tp-tab-title 
{
		display:block;	
		text-align:left;
		color:#333;
		font-size:14px;
		font-weight:500;
		text-transform:none;
		line-height:17px;
}
.ares .tp-tab:hover,
.ares .tp-tab.selected {
	background:#eee; 
}

.ares .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 CUSTOM SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.custom.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
}
.custom.tparrows:hover {
	background:#000;
}
.custom.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.custom.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.custom.tp-bullets {
}
.custom.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.custom .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
		background:rgba(125,125,125,0.5);
	cursor: pointer;
	box-sizing:content-box;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background:rgb(125,125,125);
}
.custom .tp-bullet-image {
}
.custom .tp-bullet-title {
}


/* THUMBS */


/* TABS */


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 DIONE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.dione.tparrows {
	height:100%;
	width:100px;
	background:transparent;
	background:rgba(0,0,0,0);
	line-height:100%;
	transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows:hover {
 background:rgba(0,0,0,0.45);
 }
.dione .tp-arr-imgwrapper {
 width:100px;
 left:0px;
 position:absolute;
 height:100%;
 top:0px;
 overflow:hidden;
 }
.dione.tp-rightarrow .tp-arr-imgwrapper {
left:auto;
right:0px;
}

.dione .tp-arr-imgholder {
background-position:center center;
background-size:cover;
width:100px;
height:100%;
top:0px;
visibility:hidden;
transform:translateX(-50px);
-webkit-transform:translateX(-50px);
transition:all 0.3s;
-webkit-transition:all 0.3s;
opacity:0;
left:0px;
}

.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
	right:0px;
	left:auto;
	transform:translateX(50px);
 -webkit-transform:translateX(50px);
}

.dione.tparrows:before {
position:absolute;
line-height:30px;
margin-left:-22px;
top:50%;
left:50%;
font-size:30px;
margin-top:-15px;
transition:all 0.3s;
-webkit-transition:all 0.3s;
}

.dione.tparrows.tp-rightarrow:before {
margin-left:6px;
}

.dione.tparrows:hover:before {
	transform:translateX(-20px);
-webkit-transform:translateX(-20px);
opacity:0;
}

.dione.tparrows.tp-rightarrow:hover:before {
	transform:translateX(20px);
-webkit-transform:translateX(20px);
}

.dione.tparrows:hover .tp-arr-imgholder {
 transform:translateX(0px);
-webkit-transform:translateX(0px);
opacity:1;
visibility:visible;
}



/* BULLETS */
.dione .tp-bullet { 
		opacity:1;
		width:50px;
		height:50px;		
		padding:3px;
		background:#000;
		background-color:rgba(0,0,0,0.25);
		margin:0px;
		box-sizing:border-box;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;

	}

.dione .tp-bullet-image {
	 display:block;
	 box-sizing:border-box;
	 position:relative;
		-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	width:44px;
	height:44px;
	background-size:cover;
	background-position:center center;
 }	
.dione .tp-bullet-title { 
		 position:absolute; 
	 bottom:65px;
		 display:inline-block;
		 left:50%;
		 background:#000;
		 background:rgba(0,0,0,0.75);
		 color:#fff;
		 padding:10px 30px;
		 border-radius:4px;
	 -webkit-border-radius:4px;
		 opacity:0;
			transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		transform-origin:50% 100%;
		-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		-webkit-transform-origin:50% 100%;
		opacity:0;
		white-space:nowrap;
 }

.dione .tp-bullet:hover .tp-bullet-title {
		 transform:rotateX(0deg) translateX(-50%);
		-webkit-transform:rotateX(0deg) translateX(-50%);
		opacity:1;
}

.dione .tp-bullet.selected,
.dione .tp-bullet:hover	{
	
	 background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
			}
.dione .tp-bullet-title:after {
				content:" ";
				position:absolute;
				left:50%;
				margin-left:-8px;
				width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
				bottom:-8px;
	 }


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ERINYEN SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.erinyen.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	min-width:70px;
	min-height:70px;
	position:absolute;
	display:block;
	z-index:100;
	border-radius:35px;	 
}

.erinyen.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 70px;
	text-align: center;		
	z-index:2;
	position:relative;
}
.erinyen.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.erinyen.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.erinyen .tp-title-wrap { 
	position:absolute;
	z-index:1;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	min-height:70px;
	line-height:70px;
	top:0px;
	margin-left:0px;
	border-radius:35px;
	overflow:hidden; 
	transition: opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);	
	visibility:hidden;
	opacity:0;
}

.erinyen.tparrows:hover .tp-title-wrap{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	opacity:1;
	visibility:visible;
}
				
 .erinyen.tp-rightarrow .tp-title-wrap { 
	 right:0px;
	 margin-right:0px;margin-left:0px;
	 -webkit-transform-origin:100% 50%;
	border-radius:35px;
	padding-right:20px;
	padding-left:10px;
 }


.erinyen.tp-leftarrow .tp-title-wrap { 
	 padding-left:20px;
	padding-right:10px;
}

.erinyen .tp-arr-titleholder {
	letter-spacing: 3px;
	 position:relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform:translateX(200px);	
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:13px;
	line-height:70px;
	white-space:nowrap;
	padding:0px 20px;
	margin-left:11px;
	opacity:0;	
}

.erinyen .tp-arr-imgholder {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:cover;
		}
 .erinyen .tp-arr-img-over {
	 width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	 background:#000;
	 background:rgba(0,0,0,0.5);
				}
.erinyen.tp-rightarrow .tp-arr-titleholder {
	 transform:translateX(-200px); 
	 margin-left:0px; margin-right:11px;
			}

.erinyen.tparrows:hover .tp-arr-titleholder {
	 transform:translateX(0px);
	 -webkit-transform:translateX(0px);
	transition-delay: 0.1s;
	opacity:1;
}

/* BULLETS */
.erinyen.tp-bullets {
}
.erinyen.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #555555; /* old browsers */
		background: -moz-linear-gradient(top,	#555555 0%, #222222 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#222222)); /* chrome,safari4+ */
		background: -webkit-linear-gradient(top,	#555555 0%,#222222 100%); /* chrome10+,safari5.1+ */
		background: -o-linear-gradient(top,	#555555 0%,#222222 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(top,	#555555 0%,#222222 100%); /* ie10+ */
		background: linear-gradient(to bottom,	#555555 0%,#222222 100%); /* w3c */
		filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 ); /* ie6-9 */
	padding:10px 15px;
	margin-left:-15px;margin-top:-10px;
	box-sizing:content-box;
	 border-radius:10px;
	 box-shadow:0px 0px 2px 1px rgba(33,33,33,0.3);
}
.erinyen .tp-bullet {
	width:13px;
	height:13px;
	position:absolute;
	background:#111;	
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
	background: #e5e5e5; /* old browsers */
background: -moz-linear-gradient(top,	#e5e5e5 0%, #999999 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#999999)); /* chrome,safari4+ */
background: -webkit-linear-gradient(top,	#e5e5e5 0%,#999999 100%); /* chrome10+,safari5.1+ */
background: -o-linear-gradient(top,	#e5e5e5 0%,#999999 100%); /* opera 11.10+ */
background: -ms-linear-gradient(top,	#e5e5e5 0%,#999999 100%); /* ie10+ */
background: linear-gradient(to bottom,	#e5e5e5 0%,#999999 100%); /* w3c */
filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 ); /* ie6-9 */
	border:1px solid #555;
	width:12px;height:12px;
}
.erinyen .tp-bullet-image {
}
.erinyen .tp-bullet-title {
}


/* THUMBS */
.erinyen .tp-thumb {
opacity:1
}

.erinyen .tp-thumb-over {
	background:#000;
	background:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.erinyen .tp-thumb-more:before {
	font-family: "revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height: 12px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
}
.erinyen .tp-thumb-more:before {
	content: "\e825";
}

.erinyen .tp-thumb-title {
	font-family:"Raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height: 15px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:20px 35px 20px 20px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}

.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
	color:#000;

}


/* TABS */
.erinyen .tp-tab-title {
		color:#a8d8ee;
		font-size:13px;
		font-weight:700;
		text-transform:uppercase;
		font-family:"Roboto Slab"
		margin-bottom:5px;
}

.erinyen .tp-tab-desc {
	font-size:18px;
		font-weight:400;
		color:#fff;
		line-height:25px;
	font-family:"Roboto Slab";
}
			

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 GYGES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */


/* BULLETS */
.gyges.tp-bullets {
}
.gyges.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background: #777777; /* Old browsers */
		background: -moz-linear-gradient(top,	#777777 0%, #666666 100%); 
		background: -webkit-gradient(linear, left top, left bottom, 
		color-stop(0%,#777777), color-stop(100%,#666666)); 
		background: -webkit-linear-gradient(top,	#777777 0%,#666666 100%); 
		background: -o-linear-gradient(top,	#777777 0%,#666666 100%); 
		background: -ms-linear-gradient(top,	#777777 0%,#666666 100%); 
		background: linear-gradient(to bottom,	#777777 0%,#666666 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", 
		endColorstr="#666666",GradientType=0 ); 
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
	border-radius:10px;
}
.gyges .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#333;
	border:3px solid #444;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,	#ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, 
		color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,	#ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,	#ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,	#ffffff 0%,#e1e1e1 100%); /* IE10+ */
		background: linear-gradient(to bottom,	#ffffff 0%,#e1e1e1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", 
		endColorstr="#e1e1e1",GradientType=0 ); /* IE6-9 */

}
.gyges .tp-bullet-image {
}
.gyges .tp-bullet-title {
}
	

/* THUMBS */
.gyges .tp-thumb { 
			opacity:1
	}
.gyges .tp-thumb-img-wrap {
	padding:3px;
		background:#000;
	background-color:rgba(0,0,0,0.25);
	display:inline-block;

	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	box-sizing:border-box;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.gyges .tp-thumb-image {
	 padding:3px; 
	 display:block;
	 box-sizing:border-box;
	 position:relative;
		-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }	
.gyges .tp-thumb-title { 
		 position:absolute; 
		 bottom:100%; 
		 display:inline-block;
		 left:50%;
		 background:rgba(255,255,255,0.8);
		 padding:10px 30px;
		 border-radius:4px;
	 -webkit-border-radius:4px;
		 margin-bottom:20px;
		 opacity:0;
			transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		transform-origin:50% 100%;
		-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		-webkit-transform-origin:50% 100%;
		white-space:nowrap;
 }
.gyges .tp-thumb:hover .tp-thumb-title {
		 transform:rotateX(0deg) translateX(-50%);
		-webkit-transform:rotateX(0deg) translateX(-50%);
		opacity:1;
}

.gyges .tp-thumb:hover .tp-thumb-img-wrap,
 .gyges .tp-thumb.selected .tp-thumb-img-wrap {

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 }
.gyges .tp-thumb-title:after {
				content:" ";
				position:absolute;
				left:50%;
				margin-left:-8px;
				width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(255,255,255,0.8) transparent transparent transparent;
				bottom:-8px;
	 }


/* TABS */
.gyges .tp-tab { 
	opacity:1;			
	padding:10px;
	box-sizing:border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid rgba(255,255,255,0.15);
 }
.gyges .tp-tab-image 
{ 
	width:60px;
	height:60px; max-height:100%; max-width:100%;
	position:relative;
	display:inline-block;
	float:left;

}
.gyges .tp-tab-content 
{
		background:rgba(0,0,0,0); 
		position:relative;
		padding:15px 15px 15px 85px;
 left:0px;
	overflow:hidden;
 margin-top:-15px;
		box-sizing:border-box;
		color:#333;
		display: inline-block;
		width:100%;
		height:100%;
 position:absolute; }
.gyges .tp-tab-date
	{
	display:block;
	color: rgba(255,255,255,0.25);
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
	}
.gyges .tp-tab-title 
{
		display:block;	
		text-align:left;
		color:#fff;
		font-size:14px;
		font-weight:500;
		text-transform:none;
		line-height:17px;
}
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
	background:rgba(0,0,0,0.5); 
}

.gyges .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HADES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hades.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.15);
	width:100px;
	height:100px;
	position:absolute;
	display:block;
	z-index:100;
}

.hades.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#fff;
	display:block;
	line-height: 100px;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.hades.tparrows:hover:before {
	 color:#aaa;
	 background:#fff;
	 background:rgba(255,255,255,1);
 }
.hades .tp-arr-allwrapper {
	position:absolute;
	left:100%;
	top:0px;
	background:#888; 
	width:100px;height:100px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-webkit-transform: rotatey(-90deg);
	transform: rotatey(-90deg);
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
	 left:auto;
	 right:100%;
	 -webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	 -webkit-transform: rotatey(90deg);
	transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
	 -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
		-webkit-transform: rotatey(0deg);
	transform: rotatey(0deg);

 }
		
.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
	background-size:cover;
	position:absolute;
	top:0px;left:0px;
	width:100%;height:100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}


/* BULLETS */
.hades.tp-bullets {
}
.hades.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hades .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#888;	
	cursor: pointer;
		border:5px solid #fff;
	box-sizing:content-box;
		box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
		-webkit-perspective:400;
		perspective:400;
		-webkit-transform:translatez(0.01px);
		transform:translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
	background:#555;
	
}

.hades .tp-bullet-image {
	position:absolute;top:-80px; left:-60px;width:120px;height:60px;
	background-position:center center;
	background-size:cover;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	-webkit-transform-style:flat;
	transform-style:flat;
	perspective:600;
	-webkit-perspective:600;
	transform: rotatex(-90deg);
	-webkit-transform: rotatex(-90deg);
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
	
	
}
.hades .tp-bullet:hover .tp-bullet-image {
	display:block;
	opacity:1;
	transform: rotatex(0deg);
	-webkit-transform: rotatex(0deg);
	visibility:visible;
		}
.hades .tp-bullet-title {
}


/* THUMBS */
.hades .tp-thumb { 
			opacity:1
	}
.hades .tp-thumb-img-wrap {
	border-radius:50%;
	padding:3px;
	display:inline-block;
background:#000;
	background-color:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	box-sizing:border-box;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.hades .tp-thumb-image {
	 padding:3px; 
	 border-radius:50%;
	 display:block;
	 box-sizing:border-box;
	 position:relative;
		-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
 }	


.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
	
	 background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
			}
.hades .tp-thumb-title:after {
				content:" ";
				position:absolute;
				left:50%;
				margin-left:-8px;
				width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
				bottom:-8px;
	 }


/* TABS */
.hades .tp-tab {
	opacity:1;
 }
		
.hades .tp-tab-title
 {
			display:block;
			color:#333;
			font-weight:600;
			font-size:18px;
			text-align:center;
			line-height:25px;			
		} 
.hades .tp-tab-price
 {
	display:block;
		text-align:center;
		color:#999;
		font-size:16px;
		margin-top:10px;
	 line-height:20px
}

.hades .tp-tab-button {
		display:inline-block;
		margin-top:15px;
		text-align:center;
	padding:5px 15px;
		color:#fff;
		font-size:14px;
		background:#219bd7;
	 	border-radius:4px;
	 font-weight:400;
}
.hades .tp-tab-inner {
	text-align:center;
}

							

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HEBE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hebe.tparrows {
	cursor:pointer;
	background:#fff;
	min-width:70px;
		min-height:70px;
	position:absolute;
	display:block;
	z-index:100;
}
.hebe.tparrows:hover {
}
.hebe.tparrows:before {
	font-family: "revicons";
	font-size:30px;
	color:#aaa;
	display:block;
	line-height: 70px;
	text-align: center;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	z-index:2;
	position:relative;
	 background:#fff;
	min-width:70px;
		min-height:70px;
}
.hebe.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hebe.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hebe.tparrows:hover:before {
 color:#000;
			}
.hebe .tp-title-wrap { 
	position:absolute;
	z-index:0;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.75);
	min-height:60px;
	line-height:60px;
	top:-10px;
	margin-left:0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transform:scaleX(0);	
	-webkit-transform:scaleX(0);	
	transform-origin:0% 50%; 
	 -webkit-transform-origin:0% 50%;
}
 .hebe.tp-rightarrow .tp-title-wrap { 
	 right:0px;
	 -webkit-transform-origin:100% 50%;
 }
.hebe.tparrows:hover .tp-title-wrap {
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}
.hebe .tp-arr-titleholder {
	position:relative;
	text-transform:uppercase;
	color:#fff;
	font-weight:600;
	font-size:12px;
	line-height:90px;
	white-space:nowrap;
	padding:0px 20px 0px 90px;
}

.hebe.tp-rightarrow .tp-arr-titleholder {
	 margin-left:0px; 
	 padding:0px 90px 0px 20px;
 }

.hebe.tparrows:hover .tp-arr-titleholder {
	 transform:translateX(0px);
	 -webkit-transform:translateX(0px);
	transition-delay: 0.1s;
	opacity:1;
}

.hebe .tp-arr-imgholder{
			width:90px;
			height:90px;
			position:absolute;
			left:100%;
			display:block;
			background-size:cover;
			background-position:center center;
		 top:0px; right:-90px;
		}
.hebe.tp-rightarrow .tp-arr-imgholder{
				right:auto;left:-90px;
			}

/* BULLETS */
.hebe.tp-bullets {
}
.hebe.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}

.hebe .tp-bullet {
	width:3px;
	height:3px;
	position:absolute;
	background:#fff;	
	cursor: pointer;
	border:5px solid #222;
	border-radius:50%;
	box-sizing:content-box;
	-webkit-perspective:400;
	perspective:400;
	-webkit-transform:translateZ(0.01px);
	transform:translateZ(0.01px);
	 transition:all 0.3s;
}
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
	background:#222;
	border-color:#fff;
}

.hebe .tp-bullet-image {
	position:absolute;
	top:-90px; left:-40px;
	width:70px;
	height:70px;
	background-position:center center;
	background-size:cover;
	visibility:hidden;
	opacity:0;
	transition:all 0.3s;
	-webkit-transform-style:flat;
	transform-style:flat;
	perspective:600;
	-webkit-perspective:600;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
border-radius:6px;
	
	
}
.hebe .tp-bullet:hover .tp-bullet-image {
	display:block;
	opacity:1;
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility:visible;
		}
.hebe .tp-bullet-title {
}


/* TABS */
.hebe .tp-tab-title {
		color:#a8d8ee;
		font-size:13px;
		font-weight:700;
		text-transform:uppercase;
		font-family:"Roboto Slab"
		margin-bottom:5px;
}

.hebe .tp-tab-desc {
	font-size:18px;
		font-weight:400;
		color:#fff;
		line-height:25px;
	font-family:"Roboto Slab";
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HEPHAISTOS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hephaistos.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
		border-radius:50%;
}
.hephaistos.tparrows:hover {
	background:#000;
}
.hephaistos.tparrows:before {
	font-family: "revicons";
	font-size:18px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
	content: "\e82c";
	margin-left:-2px;
	
}
.hephaistos.tparrows.tp-rightarrow:before {
	content: "\e82d";
	 margin-right:-2px;
}



/* BULLETS */
.hephaistos.tp-bullets {
}
.hephaistos.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.hephaistos .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#999;
	border:3px solid #f5f5f5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
	box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);

}
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
	background:#fff;
		border-color:#000;
}
.hephaistos .tp-bullet-image {
}
.hephaistos .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HERMES SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hermes.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:30px;
	height:110px;
	position:absolute;
	display:block;
	z-index:100;
}

.hermes.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 110px;
	text-align: center;
		transform:translateX(0px);
		-webkit-transform:translateX(0px);
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.hermes.tparrows.tp-rightarrow:before {
	content: "\e825";
}
.hermes.tparrows.tp-leftarrow:hover:before {
		transform:translateX(-20px);
		-webkit-transform:translateX(-20px);
		 opacity:0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
		transform:translateX(20px);
		-webkit-transform:translateX(20px);
		 opacity:0;
}

.hermes .tp-arr-allwrapper {
		overflow:hidden;
		position:absolute;
	width:180px;
		height:140px;
		top:0px;
		left:0px;
		visibility:hidden;
			-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-perspective: 1000px;
	perspective: 1000px;
		}
.hermes.tp-rightarrow .tp-arr-allwrapper {
	 right:0px;left:auto;
			}
.hermes.tparrows:hover .tp-arr-allwrapper {
	 visibility:visible;
					}
.hermes .tp-arr-imgholder {
	width:180px;position:absolute;
	left:0px;top:0px;height:110px;
	transform:translateX(-180px);
	-webkit-transform:translateX(-180px);
	transition:all 0.3s;
	transition-delay:0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder{
		transform:translateX(180px);
	-webkit-transform:translateX(180px);
			}
	
.hermes.tparrows:hover .tp-arr-imgholder {
	 transform:translateX(0px);
	 -webkit-transform:translateX(0px);						
}
.hermes .tp-arr-titleholder {
	top:110px;
	width:180px;
	text-align:left; 
	display:block;
	padding:0px 10px;
	line-height:30px; background:#000;
	background:rgba(0,0,0,0.75);color:#fff;
	font-weight:600; position:absolute;
	font-size:12px;
	white-space:nowrap;
	letter-spacing:1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	box-sizing:border-box;

}
.hermes.tparrows:hover .tp-arr-titleholder {
		-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}


/* BULLETS */
.hermes.tp-bullets {
}

.hermes .tp-bullet {
		overflow:hidden;
		border-radius:50%;
		width:16px;
		height:16px;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 0 2px #FFF;
		-webkit-transition: background 0.3s ease;
		transition: background 0.3s ease;
		position:absolute;
}

.hermes .tp-bullet:hover {
		background-color: rgba(0, 0, 0, 0.2);
}
.hermes .tp-bullet:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 1px #FFF;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
	height:100%;
}


/* TABS */
.hermes .tp-tab { 
	opacity:1;	
	padding-right:10px;
	box-sizing:border-box;
 }
.hermes .tp-tab-image 
{ 
	width:100%;
	height:60%;
	position:relative;
}
.hermes .tp-tab-content 
{
		background:rgb(54,54,54); 
		position:absolute;
		padding:20px 20px 20px 30px;
		box-sizing:border-box;
		color:#fff;
	display:block;
	width:100%;
	min-height:40%;
	bottom:0px;
	left:-10px;
	}
.hermes .tp-tab-date
	{
	display:block;
	color:#888;
	font-weight:600;
	font-size:12px;
	margin-bottom:10px;
	}
.hermes .tp-tab-title 
{
		display:block;	
		color:#fff;
		font-size:16px;
		font-weight:800;
		text-transform:uppercase;
	 line-height:19px;
}

.hermes .tp-tab.selected .tp-tab-title:after {
		width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 10px;
	border-color: transparent transparent transparent rgb(54,54,54);
	content:" ";
		position:absolute;
		right:-9px;
		bottom:50%;
		margin-bottom:-30px;
}
.hermes .tp-tab-mask {
		 padding-right:10px !important;
					}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
	.hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
	.hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
	.hermes .tp-tab-content { padding:15px 15px 15px 25px;}
}
@media only screen and (max-width: 768px) {
	.hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
	.hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
	.hermes .tp-tab-content {padding:10px 10px 10px 20px;}
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 HESPERIDEN SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.hesperiden.tparrows {
	cursor:pointer;
	background:#000;
	background:rgba(0,0,0,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
		border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background:#000;
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
		margin-left:-3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
		margin-right:-3px;
}

/* BULLETS */
.hesperiden.tp-bullets {
}
.hesperiden.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
	 border-radius:8px;
	
}
.hesperiden .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background: #999999; /* old browsers */
		background: -moz-linear-gradient(top,	#999999 0%, #e1e1e1 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), 
		color-stop(100%,#e1e1e1)); /* chrome,safari4+ */
		background: -webkit-linear-gradient(top,	#999999 0%,#e1e1e1 100%); /* chrome10+,safari5.1+ */
		background: -o-linear-gradient(top,	#999999 0%,#e1e1e1 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(top,	#999999 0%,#e1e1e1 100%); /* ie10+ */
		background: linear-gradient(to bottom,	#999999 0%,#e1e1e1 100%); /* w3c */
		filter: progid:dximagetransform.microsoft.gradient( 
		startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 ); /* ie6-9 */
	border:3px solid #e5e5e5;
	border-radius:50%;
	cursor: pointer;
	box-sizing:content-box;
}
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background:#666;
}
.hesperiden .tp-bullet-image {
}
.hesperiden .tp-bullet-title {
}


/* THUMBS */
.hesperiden .tp-thumb {
	opacity:1;
	-webkit-perspective: 600px;
	perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
		font-size:12px;
		position:absolute;
		margin-top:-10px;
		color:#fff;
		display:block;
		z-index:1000;
		background-color:#000;
		padding:5px 10px; 
		bottom:0px;
		left:0px;
		width:100%;
	box-sizing:border-box;
		text-align:center;
		overflow:hidden;
		white-space:nowrap;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transform:rotatex(90deg) translatez(0.001px);
		transform-origin:50% 100%;
		-webkit-transform:rotatex(90deg) translatez(0.001px);
		-webkit-transform-origin:50% 100%;
		opacity:0;
 }
.hesperiden .tp-thumb:hover .tp-thumb-title {
		 transform:rotatex(0deg);
		-webkit-transform:rotatex(0deg);
		opacity:1;
}

/* TABS */
.hesperiden .tp-tab { 
	opacity:1;			
	padding:10px;
	box-sizing:border-box;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid #e5e5e5;
 }
.hesperiden .tp-tab-image 
{ 
	width:60px;
	height:60px; max-height:100%; max-width:100%;
	position:relative;
	display:inline-block;
	float:left;

}
.hesperiden .tp-tab-content 
{
		background:rgba(0,0,0,0); 
		position:relative;
		padding:15px 15px 15px 85px;
 left:0px;
 overflow:hidden;
 margin-top:-15px;
		box-sizing:border-box;
		color:#333;
		display: inline-block;
		width:100%;
		height:100%;
 position:absolute; }
.hesperiden .tp-tab-date
	{
	display:block;
	color: #aaa;
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
	}
.hesperiden .tp-tab-title 
{
		display:block;	
		text-align:left;
		color:#333;
		font-size:14px;
		font-weight:500;
		text-transform:none;
		line-height:17px;
}
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
	background:#eee; 
}

.hesperiden .tp-tab-mask {
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {

}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 METIS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.metis.tparrows {
	background:#fff;
	padding:10px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	width:60px;
	height:60px;
	box-sizing:border-box;
 }
 
 .metis.tparrows:hover {
	 background:#fff;
	 background:rgba(255,255,255,0.75);
 }
 
 .metis.tparrows:before {
	color:#000;	
	 transition:all 0.3s;
	-webkit-transition:all 0.3s;
 }
 
 .metis.tparrows:hover:before {
	 transform:scale(1.5);
	}
 

/* BULLETS */
.metis .tp-bullet { 
		opacity:1;
		width:50px;
		height:50px;		
		padding:3px;
		background:#000;
		background-color:rgba(0,0,0,0.25);
		margin:0px;
		box-sizing:border-box;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
		border-radius:50%;
	}

.metis .tp-bullet-image {

	 border-radius:50%;
	 display:block;
	 box-sizing:border-box;
	 position:relative;
		-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
	width:44px;
	height:44px;
	background-size:cover;
	background-position:center center;
 }	
.metis .tp-bullet-title { 
		 position:absolute; 
	 bottom:65px;
		 display:inline-block;
		 left:50%;
		 background:#000;
		 background:rgba(0,0,0,0.75);
		 color:#fff;
		 padding:10px 30px;
		 border-radius:4px;
	 -webkit-border-radius:4px;
		 opacity:0;
			transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		transform-origin:50% 100%;
		-webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
		-webkit-transform-origin:50% 100%;
		opacity:0;
		white-space:nowrap;
 }

.metis .tp-bullet:hover .tp-bullet-title {
		 transform:rotateX(0deg) translateX(-50%);
		-webkit-transform:rotateX(0deg) translateX(-50%);
		opacity:1;
}

.metis .tp-bullet.selected,
.metis .tp-bullet:hover	{
	
	 background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
 
			}
.metis .tp-bullet-title:after {
				content:" ";
				position:absolute;
				left:50%;
				margin-left:-8px;
				width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 8px 0 8px;
		border-color: rgba(0,0,0,0.75) transparent transparent transparent;
				bottom:-8px;
	 }

.metis .tp-tab-number {
				color: #fff;
				font-size: 40px;
				line-height: 30px;
				font-weight: 400;
				font-family: "Playfair Display";
				width: 50px;
				margin-right: 17px;
				display: inline-block;
				float: left;
		}
		.metis .tp-tab-mask {
				padding-left: 20px;
				left: 0px;
				max-width: 90px !important;
				transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
		}
		.metis:hover .tp-tab-mask {
				padding-left: 0px;
				left: 50px;
				max-width: 500px !important;
		}
		.metis .tp-tab-divider {
				border-right: 1px solid transparent;
				height: 30px;
				width: 1px;
				margin-top: 5px;
				display: inline-block;
				float: left;
		}
		.metis .tp-tab-title {
				color: #fff;
				font-size: 20px;
				line-height: 20px;
				font-weight: 400;
				font-family: "Playfair Display";
				position: relative;
				padding-top: 10px;
				padding-left: 30px;
				display: inline-block;
				transform: translateX(-100%);
				transition: 0.4s all;
		}
		.metis .tp-tab-title-mask {
				position: absolute;
				overflow: hidden;
				left: 67px;
		}
		.metis:hover .tp-tab-title {
				transform: translateX(0);
		}
		.metis .tp-tab {
				opacity: 0.15;
				transition: 0.4s all;
		}
		.metis .tp-tab:hover,
		.metis .tp-tab.selected {
				opacity: 1;
		}
		.metis .tp-tab.selected .tp-tab-divider {
				border-right: 1px solid #cdb083;
		}
		.metis.tp-tabs {
				max-width: 118px !important;
				padding-left: 50px;
		}
		.metis.tp-tabs:before {
				content: " ";
				height: 100%;
				width: 88px;
				background: rgba(0, 0, 0, 0.15);
				border-right: 1px solid rgba(255, 255, 255, 0.10);
				left: 0px;
				top: 0px;
				position: absolute;
				transition: 0.4s all;
		}
		.metis.tp-tabs:hover:before {
				width: 118px;
		}
		@media (max-width: 499px) {
				.metis.tp-tabs:before {
						background: rgba(0, 0, 0, 0.75);
				}
		}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 PERSEPHONE SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.persephone.tparrows {
	cursor:pointer;
	background:#aaa;
	background:rgba(200,200,200,0.5);
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	z-index:100;
	border:1px solid #f5f5f5;
}
.persephone.tparrows:hover {
	background:#333;
}
.persephone.tparrows:before {
	font-family: "revicons";
	font-size:15px;
	color:#fff;
	display:block;
	line-height: 40px;
	text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.persephone.tparrows.tp-rightarrow:before {
	content: "\e825";
}



/* BULLETS */
.persephone.tp-bullets {
}
.persephone.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:#transparent;
	padding:10px;
	margin-left:-10px;margin-top:-10px;
	box-sizing:content-box;
}
.persephone .tp-bullet {
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa;
	border:1px solid #e5e5e5;	
	cursor: pointer;
	box-sizing:content-box;
}
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
	background:#222;
}
.persephone .tp-bullet-image {
}
.persephone .tp-bullet-title {
}


/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 URANUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.uranus.tparrows {
	width:50px;
	height:50px;
	background:transparent;
 }
 .uranus.tparrows:before {
 width:50px;
 height:50px;
 line-height:50px;
 font-size:40px;
 transition:all 0.3s;
-webkit-transition:all 0.3s;
 }
 
	.uranus.tparrows:hover:before {
		opacity:0.75;
	}

/* BULLETS */
.uranus .tp-bullet{
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	background:transparent;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
	box-shadow: 0 0 0 2px #FFF;
	border:none;
	border-radius: 50%;

	 background:transparent;
}



.uranus .tp-bullet-inner {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}

.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner{
 transform: scale(0.4);
 -webkit-transform: scale(0.4);
 background-color:#fff;
}

/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ZEUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
.zeus.tparrows {
	cursor:pointer;
	min-width:70px;
	min-height:70px;
	position:absolute;
	display:block;
	z-index:100;
	border-radius:35px;	 
	overflow:hidden;
	background:rgba(0,0,0,0.10);
}

.zeus.tparrows:before {
	font-family: "revicons";
	font-size:20px;
	color:#fff;
	display:block;
	line-height: 70px;
	text-align: center;		
	z-index:2;
	position:relative;
}
.zeus.tparrows.tp-leftarrow:before {
	content: "\e824";
}
.zeus.tparrows.tp-rightarrow:before {
	content: "\e825";
}

.zeus .tp-title-wrap {
	background:#000;
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	 transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	 border-radius:50%;
 }
.zeus .tp-arr-imgholder {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center center;
	background-size:cover;
	border-radius:50%;
	transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	 transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;

 }
.zeus.tp-rightarrow .tp-arr-imgholder {
		transform:translateX(100%);
	-webkit-transform:translateX(100%);
			}
.zeus.tparrows:hover .tp-arr-imgholder {
	transform:translateX(0);
	-webkit-transform:translateX(0);
	opacity:1;
}
			
.zeus.tparrows:hover .tp-title-wrap {
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:1;
}
 

/* BULLETS */
.zeus .tp-bullet {
		 box-sizing:content-box; -webkit-box-sizing:content-box; border-radius:50%;
			background-color: rgba(0, 0, 0, 0);
			-webkit-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
		width:13px;height:13px;
		border:2px solid #fff;
 }
.zeus .tp-bullet:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: #FFF;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after{
		-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
	
 .zeus .tp-bullet-image,
 .zeus .tp-bullet-imageoverlay{
				width:135px;
				height:60px;
				position:absolute;
				background:#000;
				background:rgba(0,0,0,0.5);
				bottom:25px;
				left:50%;
				margin-left:-65px;
				box-sizing:border-box;
				background-size:cover;
				background-position:center center;
				visibility:hidden;
				opacity:0;
				 -webkit-backface-visibility: hidden; 
				backface-visibility: hidden;
				-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
				border-radius:4px;

}
					

.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
				z-index:2;
				-webkit-transition: all 0.5s ease;
			transition: all 0.5s ease;
}		 
.zeus .tp-bullet-title { 
				color:#fff;
				text-align:center;
				line-height:15px;
				font-size:13px;
				font-weight:600;	
				z-index:3;
				 visibility:hidden;
				opacity:0;
				 -webkit-backface-visibility: hidden; 
				backface-visibility: hidden;
				-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
				position:absolute;
				bottom:45px;
				width:135px;
			vertical-align:middle;
				left:-57px;
}
			
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay{
			opacity:1;
			visibility:visible;
		-webkit-transform:translateY(0px);
			transform:translateY(0px);				 
		}

/* THUMBS */
.zeus .tp-thumb {
opacity:1
}

.zeus .tp-thumb-over {
	background:#000;
	background:rgba(0,0,0,0.25);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.zeus .tp-thumb-more:before {
	font-family: "revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height: 12px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:20px;
	right:20px;
	z-index:2;
}
.zeus .tp-thumb-more:before {
	content: "\e825";
}

.zeus .tp-thumb-title {
	font-family:"Raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height: 15px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:20px 35px 20px 20px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}

.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
 background:#000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
	color:#fff;

}


/* TABS */
.zeus .tp-tab { 
	opacity:1;			
	box-sizing:border-box;
}

.zeus .tp-tab-title { 
display: block;
text-align: center;
background: rgba(0,0,0,0.25);
font-family: "Roboto Slab", serif; 
font-weight: 700; 
font-size: 13px; 
line-height: 13px;
color: #fff; 
padding: 9px 10px; }

.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
 color: #000;
	background:rgba(255,255,255,1); 
}



/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style	-

 ZEUS SKIN

author:	ThemePunch
email:			info@themepunch.com
website:		http://www.themepunch.com
-----------------------------------------------------------------------------*/


.post-tabs .tp-thumb {
opacity:1
}

.post-tabs .tp-thumb-over {
	background:#252525;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}

.post-tabs .tp-thumb-more:before {
	font-family: "revicons";
	font-size:12px;
	color:#aaa;
	color:rgba(255,255,255,0.75);
	display:block;
	line-height: 12px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:15px;
	right:15px;
	z-index:2;
}
.post-tabs .tp-thumb-more:before {
	content: "\e825";
}

.post-tabs .tp-thumb-title {
	font-family:"raleway";
	letter-spacing:1px;
	font-size:12px;
	color:#fff;
	display:block;
	line-height: 15px;
	text-align: left;		
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	padding:15px 30px 15px 15px;
	width:100%;
	height:100%;
	box-sizing:border-box;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	font-weight:500;
}

.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
 color:#aaa;

}

.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
 background:#fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
	color:#000;

}

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:	 	5.0.0
date:				18/03/15
author:		themepunch
email:		 	info@themepunch.com
website:	 	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited
{
	color:#0084B4!important;
}

.tp-caption.Twitter-Content a:hover
{
	color:#0084B4!important;
	text-decoration:underline!important;
}

.tp-caption.medium_grey,.medium_grey
{
	background-color:#888;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	padding:2px 4px;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.small_text,.small_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.medium_text,.medium_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.large_text,.large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_large_text,.very_large_text
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	letter-spacing:-2px;
	line-height:60px;
	margin:0;
	position:absolute;
	text-shadow:0 2px 5px rgba(0,0,0,0.5);
	white-space:nowrap;
}

.tp-caption.very_big_white,.very_big_white
{
	background-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.very_big_black,.very_big_black
{
	background-color:#fff;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:Arial;
	font-size:60px;
	font-weight:700;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat,.modern_medium_fat
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_fat_white,.modern_medium_fat_white
{
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:800;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_medium_light,.modern_medium_light
{
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans", sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:20px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.modern_big_bluebg,.modern_big_bluebg
{
	background-color:#4e5b6c;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:800;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:3px 10px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_big_redbg,.modern_big_redbg
{
	background-color:#de543e;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans", sans-serif;
	font-size:30px;
	font-weight:300;
	letter-spacing:0;
	line-height:36px;
	margin:0;
	padding:1px 10px 3px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.modern_small_text_dark,.modern_small_text_dark
{
	border-style:none;
	border-width:0;
	color:#555;
	font-family:Arial;
	font-size:14px;
	line-height:22px;
	margin:0;
	position:absolute;
	text-shadow:none;
	white-space:nowrap;
}

.tp-caption.boxshadow,.boxshadow
{
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.5);
	box-shadow:0 0 20px rgba(0,0,0,0.5);
}

.tp-caption.black,.black
{
	color:#000;
	text-shadow:none;
}

.tp-caption.noshadow,.noshadow
{
	text-shadow:none;
}

.tp-caption.thinheadline_dark,.thinheadline_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.thintext_dark,.thintext_dark
{
	background-color:transparent;
	color:rgba(0,0,0,0.85);
	font-family:"Open Sans";
	font-size:16px;
	font-weight:300;
	line-height:26px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largeblackbg,.largeblackbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#000;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largepinkbg,.largepinkbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#db4360;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largewhitebg,.largewhitebg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#fff;
	border-radius:0;
	color:#000;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.largegreenbg,.largegreenbg
{
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:#67ae73;
	border-radius:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:50px;
	font-weight:300;
	line-height:70px;
	padding:0 20px;
	position:absolute;
	text-shadow:none;
}

.tp-caption.excerpt,.excerpt
{
	background-color:rgba(0,0,0,1);
	border-color:#fff;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Arial;
	font-size:36px;
	font-weight:700;
	height:auto;
	letter-spacing:-1.5px;
	line-height:36px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
	white-space:normal!important;
	width:150px;
}

.tp-caption.large_bold_grey,.large_bold_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:60px;
	font-weight:800;
	line-height:60px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.medium_thin_grey,.medium_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:30px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.small_thin_grey,.small_thin_grey
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#757575;
	font-family:"Open Sans";
	font-size:18px;
	font-weight:300;
	line-height:26px;
	margin:0;
	padding:1px 4px 0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.lightgrey_divider,.lightgrey_divider
{
	background-color:rgba(235,235,235,1);
	background-position:initial initial;
	background-repeat:initial initial;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:3px;
	text-decoration:none;
	width:370px;
}

.tp-caption.large_bold_darkblue,.large_bold_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_bg_darkblue,.medium_bg_darkblue
{
	background-color:#34495e;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_red,.medium_bold_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_light_red,.medium_light_red
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#e33a0c;
	font-family:"Open Sans";
	font-size:21px;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-decoration:none;
}

.tp-caption.medium_bg_red,.medium_bg_red
{
	background-color:#e33a0c;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_bold_orange,.medium_bold_orange
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#f39c12;
	font-family:"Open Sans";
	font-size:24px;
	font-weight:800;
	line-height:30px;
	text-decoration:none;
}

.tp-caption.medium_bg_orange,.medium_bg_orange
{
	background-color:#f39c12;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.grassfloor,.grassfloor
{
	background-color:rgba(160,179,151,1);
	border-color:#222;
	border-style:none;
	border-width:0;
	height:150px;
	text-decoration:none;
	width:4000px;
}

.tp-caption.large_bold_white,.large_bold_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.medium_light_white,.medium_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white,.mediumlarge_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-align:center;
	text-decoration:none;
}

.tp-caption.medium_bg_asbestos,.medium_bg_asbestos
{
	background-color:#7f8c8d;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:20px;
	font-weight:800;
	line-height:20px;
	padding:10px;
	text-decoration:none;
}

.tp-caption.medium_light_black,.medium_light_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:36px;
	padding:0;
	text-decoration:none;
}

.tp-caption.large_bold_black,.large_bold_black
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:58px;
	font-weight:800;
	line-height:60px;
	text-decoration:none;
}

.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#34495e;
	font-family:"Open Sans";
	font-size:34px;
	font-weight:300;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.small_light_white,.small_light_white
{
	background-color:transparent;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:17px;
	font-weight:300;
	line-height:28px;
	padding:0;
	text-decoration:none;
}

.tp-caption.roundedimage,.roundedimage
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.large_bg_black,.large_bg_black
{
	background-color:#000;
	border-color:#ffd658;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Open Sans";
	font-size:40px;
	font-weight:800;
	line-height:40px;
	padding:10px 20px 15px;
	text-decoration:none;
}

.tp-caption.mediumwhitebg,.mediumwhitebg
{
	background-color:#fff;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#000;
	font-family:"Open Sans";
	font-size:30px;
	font-weight:300;
	line-height:30px;
	padding:5px 15px 10px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.maincaption,.maincaption
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#212a40;
	font-family:roboto;
	font-size:33px;
	font-weight:500;
	line-height:43px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px,.miami_title_60px
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_subtitle,.miami_subtitle
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:"Source Sans Pro";
	font-size:17px;
	font-weight:400;
	letter-spacing:2px;
	line-height:24px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px,.divideline30px
{
	background:#fff;
	background-color:#fff;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.Miami_nostyle,.Miami_nostyle
{
	border-color:#222;
	border-style:none;
	border-width:0;
}

.tp-caption.miami_content_light,.miami_content_light
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_title_60px_dark,.miami_title_60px_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#333;
	font-family:"Source Sans Pro";
	font-size:60px;
	font-weight:700;
	letter-spacing:1px;
	line-height:60px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.miami_content_dark,.miami_content_dark
{
	background-color:transparent;
	border-color:#000;
	border-style:none;
	border-width:0;
	color:#666;
	font-family:"Source Sans Pro";
	font-size:22px;
	font-weight:400;
	letter-spacing:0;
	line-height:28px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.divideline30px_dark,.divideline30px_dark
{
	background-color:#333;
	border-color:#222;
	border-style:none;
	border-width:0;
	height:2px;
	min-width:30px;
	text-decoration:none;
}

.tp-caption.ellipse70px,.ellipse70px
{
	background-color:rgba(0,0,0,0.14902);
	border-color:#222;
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	cursor:pointer;
	line-height:1px;
	min-height:70px;
	min-width:70px;
	text-decoration:none;
}

.tp-caption.arrowicon,.arrowicon
{
	border-color:#222;
	border-style:none;
	border-width:0;
	line-height:1px;
}

.tp-caption.MarkerDisplay,.MarkerDisplay
{
	background-color:transparent;
	border-color:#000;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	font-family:Permanent Marker;
	font-style:normal;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Restaurant-Display,.Restaurant-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:120px;
	font-style:normal;
	font-weight:700;
	line-height:120px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Cursive,.Restaurant-Cursive
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Nothing you could do;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Description,.Restaurant-Description
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Price,.Restaurant-Price
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:#fff;
	font-family:Roboto;
	font-size:30px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:17px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Furniture-LogoText,.Furniture-LogoText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:160px;
	font-style:normal;
	font-weight:300;
	line-height:150px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Plus,.Furniture-Plus
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	box-shadow:rgba(0,0,0,0.1) 0 1px 3px;
	color:rgba(230,207,163,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:6px 7px 4px;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Title,.Furniture-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:700;
	letter-spacing:3px;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Furniture-Subtitle,.Furniture-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:20px;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Gym-Display,.Gym-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:900;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-Subline,.Gym-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Gym-SmallText,.Gym-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	line-height:22;
	padding:0;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Fashion-SmallText,.Fashion-SmallText
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:60px;
	font-style:normal;
	font-weight:900;
	letter-spacing:2px;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Fashion-TextBlock,.Fashion-TextBlock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	letter-spacing:2px;
	line-height:40px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Display,.Sports-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:100;
	letter-spacing:13px;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-DisplayFat,.Sports-DisplayFat
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:130px;
	font-style:normal;
	font-weight:900;
	line-height:130px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Sports-Subline,.Sports-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(0,0,0,1.00);
	font-family:Raleway;
	font-size:32px;
	font-style:normal;
	font-weight:400;
	letter-spacing:4px;
	line-height:32px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Instagram-Caption,.Instagram-Caption
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Title,.News-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto Slab;
	font-size:70px;
	font-style:normal;
	font-weight:400;
	line-height:60px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle,.News-Subtitle
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto Slab;
	font-size:15px;
	font-style:normal;
	font-weight:300;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.News-Subtitle:hover,.News-Subtitle:hover
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,0.65);
	text-decoration:none;
}

.tp-caption.Photography-Display,.Photography-Display
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:80px;
	font-style:normal;
	font-weight:100;
	letter-spacing:5px;
	line-height:70px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline,.Photography-Subline
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(119,119,119,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover,.Photography-ImageHover
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Menuitem,.Photography-Menuitem
{
	background-color:rgba(0,0,0,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-decoration:none;
}

.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover
{
	background-color:rgba(0,255,222,0.65);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Textblock,.Photography-Textblock
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-Subline-2,.Photography-Subline-2
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2,.Photography-ImageHover2
{
	background-color:transparent;
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Arial;
	font-size:20px;
	font-style:normal;
	font-weight:400;
	line-height:22;
	padding:0;
	text-decoration:none;
}

.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title,.WebProduct-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(51,51,51,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Content,.WebProduct-Content
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem
{
	background-color:rgba(51,51,51,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(153,153,153,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:90px;
	font-style:normal;
	font-weight:100;
	line-height:90px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.35);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,0.65);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.FatRounded,.FatRounded
{
	background-color:rgba(0,0,0,0.50);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:20px 22px 20px 25px;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.FatRounded:hover,.FatRounded:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(211,211,211,1.00);
	border-radius:50px 50px 50px 50px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Title,.NotGeneric-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:70px;
	font-style:normal;
	font-weight:800;
	line-height:70px;
	padding:10px 0;
	text-decoration:none;
}

.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:13px;
	font-style:normal;
	font-weight:500;
	letter-spacing:4px;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-Icon,.NotGeneric-Icon
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:400;
	letter-spacing:3px;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.MarkerStyle,.MarkerStyle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Permanent Marker";
	font-size:17px;
	font-style:normal;
	font-weight:100;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem,.Gym-Menuitem
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:20px;
	font-style:normal;
	font-weight:300;
	letter-spacing:2px;
	line-height:20px;
	padding:3px 5px 3px 8px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(255,255,255,0.25);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button,.Newspaper-Button
{
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:13px;
	font-style:normal;
	font-weight:700;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(168,216,238,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title,.Newspaper-Title
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:"Roboto Slab";
	font-size:50px;
	font-style:normal;
	font-weight:400;
	line-height:55px;
	padding:0 0 10px;
	text-align:center;
	text-decoration:none;
}

.tp-caption.Hero-Button,.Hero-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Hero-Button:hover,.Hero-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}

.tp-caption.Video-Title,.Video-Title
{
	background-color:rgba(0,0,0,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:30px;
	font-style:normal;
	font-weight:900;
	line-height:30px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Video-SubTitle,.Video-SubTitle
{
	background-color:rgba(0,0,0,0.35);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:12px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:12px;
	padding:5px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button,.NotGeneric-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.15);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:14px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:14px;
	padding:27px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.WebProduct-Button,.WebProduct-Button
{
	background-color:rgba(51,51,51,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:48px;
	padding:0 40px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover
{
	background-color:rgba(255,255,255,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:2px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
}

.tp-caption.Restaurant-Button,.Restaurant-Button
{
	background-color:rgba(10,10,10,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:500;
	letter-spacing:3px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,224,129,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button,.Gym-Button
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button:hover,.Gym-Button:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Gym-Button-Light,.Gym-Button-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	line-height:15px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover
{
	background-color:rgba(114,168,0,0);
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Light,.Sports-Button-Light
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Sports-Button-Red,.Sports-Button-Red
{
	background-color:rgba(219,28,34,1.00);
	border-color:rgba(219,28,34,0);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:17px;
	font-style:normal;
	font-weight:600;
	letter-spacing:2px;
	line-height:17px;
	padding:12px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover
{
	background-color:rgba(0,0,0,1.00);
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Photography-Button,.Photography-Button
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.25);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	font-family:Raleway;
	font-size:15px;
	font-style:normal;
	font-weight:600;
	letter-spacing:1px;
	line-height:15px;
	padding:13px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Photography-Button:hover,.Photography-Button:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:1px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2,.Newspaper-Button-2
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,0.50);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:900;
	line-height:15px;
	padding:10px 30px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover
{
	background-color:rgba(0,0,0,0);
	border-color:rgba(255,255,255,1.00);
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Tour,.Feature-Tour
{
	background-color:rgba(139,192,39,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Tour:hover,.Feature-Tour:hover
{
	background-color:rgba(114,168,0,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples,.Feature-Examples
{
	background-color:transparent;
	border-color:rgba(33,42,64,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(33,42,64,0.50);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples:hover,.Feature-Examples:hover
{
	background-color:transparent;
	border-color:rgba(139,192,39,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(139,192,39,1.00);
	text-decoration:none;
}

.tp-caption.subcaption,.subcaption
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(111,124,130,1.00);
	font-family:roboto;
	font-size:19px;
	font-style:normal;
	font-weight:400;
	line-height:24px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab,.menutab
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:25px;
	font-style:normal;
	font-weight:300;
	line-height:30px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.menutab:hover,.menutab:hover
{
	background-color:transparent;
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(213,0,0,1.00);
	text-decoration:none;
}

.tp-caption.maincontent,.maincontent
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,46,49,1.00);
	font-family:roboto;
	font-size:21px;
	font-style:normal;
	font-weight:300;
	line-height:26px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.minitext,.minitext
{
	background-color:transparent;
	border-color:rgba(0,0,0,1.00);
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(185,186,187,1.00);
	font-family:roboto;
	font-size:15px;
	font-style:normal;
	font-weight:400;
	line-height:20px;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-shadow:none;
}

.tp-caption.Feature-Buy,.Feature-Buy
{
	background-color:rgba(0,154,238,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:17px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Buy:hover,.Feature-Buy:hover
{
	background-color:rgba(0,133,214,1.00);
	border-color:rgba(0,0,0,0);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light,.Feature-Examples-Light
{
	background-color:transparent;
	border-color:rgba(255,255,255,0.15);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:17px;
	font-style:normal;
	font-weight:700;
	line-height:17px;
	padding:15px 35px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover
{
	background-color:transparent;
	border-color:rgba(255,255,255,1.00);
	border-radius:30px 30px 30px 30px;
	border-style:solid;
	border-width:2px;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Facebook-Likes,.Facebook-Likes
{
	background-color:rgba(59,89,153,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:5px 15px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Favorites,.Twitter-Favorites
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link,.Twitter-Link
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(135,153,165,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:15px;
	padding:11px 11px 9px;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Link:hover,.Twitter-Link:hover
{
	background-color:rgba(0,132,180,1.00);
	border-color:transparent;
	border-radius:30px 30px 30px 30px;
	border-style:none;
	border-width:0;
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

.tp-caption.Twitter-Retweet,.Twitter-Retweet
{
	background-color:rgba(255,255,255,0);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(136,153,166,1.00);
	font-family:Roboto;
	font-size:15px;
	font-style:normal;
	font-weight:500;
	line-height:22px;
	padding:0;
	text-align:left;
	text-decoration:none;
}

.tp-caption.Twitter-Content,.Twitter-Content
{
	background-color:rgba(255,255,255,1.00);
	border-color:transparent;
	border-radius:0 0 0 0;
	border-style:none;
	border-width:0;
	color:rgba(41,47,51,1.00);
	font-family:Roboto;
	font-size:20px;
	font-style:normal;
	font-weight:500;
	line-height:28px;
	padding:30px 30px 70px;
	text-align:left;
	text-decoration:none;
}

.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"]{ 	
	font-family: "Arial", sans-serif;
		font-size: 15px;
		color: #000;
		background-color: #fff;
		line-height: 46px;
		padding: 0 20px;
		cursor: text;
		border: 0;
		width: 400px;
		margin-bottom: 0px;
		-webkit-transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
		-ms-transition: background-color 0.5s;
		transition: background-color 0.5s;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
}


.tp-caption.BigBold-Title,
.BigBold-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 110px;
		line-height: 100px;
		font-weight: 800;
		font-style: normal;
		font-family: Raleway;
		padding: 10px 0px 10px 0;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
		color: rgba(255, 255, 255, 0.50);
		font-size: 15px;
		line-height: 24px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.BigBold-Button,
.BigBold-Button {
		color: rgba(255, 255, 255, 1.00);
		font-size: 13px;
		line-height: 13px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 15px 50px 15px 50px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(255, 255, 255, 0.50);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
		color: rgba(41, 46, 49, 1.00);
		font-size: 17px;
		line-height: 28px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 30px 30px 30px 30px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(41, 46, 49, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
		color: rgba(41, 46, 49, 1.00);
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
		font-style: normal;
		font-family: Raleway;
		padding: 15px 70px 15px 50px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(41, 46, 49, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(41, 46, 49, 1.00);
		border-color: rgba(41, 46, 49, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
		color: rgba(41, 46, 49, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 700;
		font-style: normal;
		font-family: Raleway;
		padding: 14px 14px 14px 16px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(41, 46, 49, 0);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(41, 46, 49, 1.00);
		border-color: rgba(41, 46, 49, 0);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 12px;
		line-height: 12px;
		font-weight: 600;
		font-style: normal;
		font-family: Raleway;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0.35);
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		letter-spacing: 2px;
		text-align: left
}
.tp-caption.Video-Title,
.Video-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 30px;
		line-height: 30px;
		font-weight: 900;
		font-style: normal;
		font-family: Raleway;
		padding: 5px 5px 5px 5px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 1.00);
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 50px;
		font-weight: 400;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
		color: rgba(255, 255, 255, 1.00);
		font-size: 25px;
		line-height: 30px;
		font-weight: 300;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
		color: rgba(255, 255, 255, 1.00);
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 12px 20px 12px 20px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.05);
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 5px 5px 5px 5px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.15);
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 5px 5px 5px 5px
}


.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
		color: rgba(255, 255, 255, 1.00);
		font-size: 70px;
		line-height: 70px;
		font-weight: 800;
		font-style: normal;
		font-family: Raleway;
		padding: 0px 0px 0px 0;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 700;
		font-style: normal;
		font-family: Raleway;
		padding: 20px 50px 20px 50px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(255, 255, 255, 0.15);
		border-style: solid;
		border-width: 2px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 3px
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		text-shadow: none
}




.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
		color: rgba(41, 46, 49, 1.00);
		font-size: 33px;
		line-height: 45px;
		font-weight: 600;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
		color: rgba(111, 124, 130, 1.00);
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
		color: rgba(41, 46, 49, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Raleway;
		padding: 10px 10px 10px 10px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
		color: rgba(111, 124, 130, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
		color: rgba(41, 46, 49, 1.00);
		font-size: 70px;
		line-height: 70px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
		color: rgba(111, 124, 130, 1.00);
		font-size: 25px;
		line-height: 25px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
		color: rgba(111, 124, 130, 1.00);
		font-size: 17px;
		line-height: 28px;
		font-weight: 500;
		font-style: normal;
		font-family: Raleway;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
		color: rgba(41, 46, 49, 1.00);
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
		font-style: normal;
		font-family: Raleway;
		padding: 15px 50px 15px 50px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(41, 46, 49, 0.50);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(41, 46, 49, 1.00);
		border-color: rgba(41, 46, 49, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
		color: rgba(41, 46, 49, 1.00);
		font-size: 13px;
		line-height: 13px;
		font-weight: 700;
		font-style: normal;
		font-family: Raleway;
		padding: 14px 14px 14px 16px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(41, 46, 49, 0.50);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px;
		text-align: left;
		letter-spacing: 1px
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(41, 46, 49, 1.00);
		border-color: rgba(41, 46, 49, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 55px;
		font-weight: 400;
		font-style: normal;
		font-family: "Roboto Slab";
		padding: 0 0 10px 0;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
		color: rgba(168, 216, 238, 1.00);
		font-size: 15px;
		line-height: 20px;
		font-weight: 900;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
		color: rgba(255, 255, 255, 1.00);
		font-size: 13px;
		line-height: 17px;
		font-weight: 700;
		font-style: normal;
		font-family: Roboto;
		padding: 12px 35px 12px 35px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0);
		border-color: rgba(255, 255, 255, 0.25);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		letter-spacing: 2px;
		text-align: left
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
		font-size: 22px;
		line-height: 26px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		background-color: transparent;
		border-width: 0px;
		border-color: rgb(0, 0, 0);
		border-style: none;
		text-shadow: none
}

@media only screen and (max-width: 767px) {
	.revtp-searchform input[type="text"],
	.revtp-searchform input[type="email"],
	.revtp-form input[type="text"],
	.revtp-form input[type="email"] { width: 200px !important; }
}

.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {	
	font-family: "Arial", sans-serif;
		line-height: 46px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		padding: 0 20px;
		border: 0;
		background: #009aee;
		color: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
}

.tp-caption.Twitter-Content a,
		.tp-caption.Twitter-Content a:visited {
				color: #0084B4 !important
		}
		.tp-caption.Twitter-Content a:hover {
				color: #0084B4 !important;
				text-decoration: underline !important
		}
		.tp-caption.Concept-Title,
		.Concept-Title {
				color: rgba(255, 255, 255, 1.00);
				font-size: 70px;
				line-height: 70px;
				font-weight: 700;
				font-style: normal;
				font-family: Roboto Condensed;
				padding: 0px 0px 10px 0px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 5px
		}
		.tp-caption.Concept-SubTitle,
		.Concept-SubTitle {
				color: rgba(255, 255, 255, 0.65);
				font-size: 25px;
				line-height: 25px;
				font-weight: 700;
				font-style: italic;
				font-family: Playfair Display;
				padding: 0px 0px 10px 0px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.Concept-Content,
		.Concept-Content {
				color: rgba(255, 255, 255, 1.00);
				font-size: 20px;
				line-height: 30px;
				font-weight: 400;
				font-style: normal;
				font-family: Roboto Condensed;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: center;
				background-color: rgba(0, 0, 0, 0);
				border-color: rgba(255, 255, 255, 1.00);
				border-style: none;
				border-width: 2px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.Concept-MoreBtn,
		.Concept-MoreBtn {
				color: rgba(255, 255, 255, 1.00);
				font-size: 30px;
				line-height: 30px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 10px 8px 7px 10px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px;
				letter-spacing: 1px;
				text-align: left
		}
		.tp-caption.Concept-MoreBtn:hover,
		.Concept-MoreBtn:hover {
				color: rgba(255, 255, 255, 1.00);
				text-decoration: none;
				background-color: rgba(255, 255, 255, 0.15);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px
		}
		.tp-caption.Concept-LessBtn,
		.Concept-LessBtn {
				color: rgba(255, 255, 255, 1.00);
				font-size: 30px;
				line-height: 30px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 10px 8px 7px 10px;
				text-decoration: none;
				text-align: left;
				background-color: rgba(0, 0, 0, 1.00);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px;
				letter-spacing: 1px;
				text-align: left
		}
		.tp-caption.Concept-LessBtn:hover,
		.Concept-LessBtn:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(255, 255, 255, 1.00);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px
		}
		.tp-caption.Concept-SubTitle-Dark,
		.Concept-SubTitle-Dark {
				color: rgba(0, 0, 0, 0.65);
				font-size: 25px;
				line-height: 25px;
				font-weight: 700;
				font-style: italic;
				font-family: Playfair Display;
				padding: 0px 0px 10px 0px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.Concept-Title-Dark,
		.Concept-Title-Dark {
				color: rgba(0, 0, 0, 1.00);
				font-size: 70px;
				line-height: 70px;
				font-weight: 700;
				font-style: normal;
				font-family: Roboto Condensed;
				padding: 0px 0px 10px 0px;
				text-decoration: none;
				text-align: center;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 5px
		}
		.tp-caption.Concept-MoreBtn-Dark,
		.Concept-MoreBtn-Dark {
				color: rgba(0, 0, 0, 1.00);
				font-size: 30px;
				line-height: 30px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 10px 8px 7px 10px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px;
				letter-spacing: 1px;
				text-align: left
		}
		.tp-caption.Concept-MoreBtn-Dark:hover,
		.Concept-MoreBtn-Dark:hover {
				color: rgba(255, 255, 255, 1.00);
				text-decoration: none;
				background-color: rgba(0, 0, 0, 1.00);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 50px 50px 50px 50px
		}
		.tp-caption.Concept-Content-Dark,
		.Concept-Content-Dark {
				color: rgba(0, 0, 0, 1.00);
				font-size: 20px;
				line-height: 30px;
				font-weight: 400;
				font-style: normal;
				font-family: Roboto Condensed;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: center;
				background-color: rgba(0, 0, 0, 0);
				border-color: rgba(255, 255, 255, 1.00);
				border-style: none;
				border-width: 2px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.Concept-Notice,
		.Concept-Notice {
				color: rgba(255, 255, 255, 1.00);
				font-size: 15px;
				line-height: 15px;
				font-weight: 400;
				font-style: normal;
				font-family: Roboto Condensed;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: center;
				background-color: rgba(0, 0, 0, 0);
				border-color: rgba(255, 255, 255, 1.00);
				border-style: none;
				border-width: 2px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 2px
		}
		.tp-caption.Concept-Content a,
		.tp-caption.Concept-Content a:visited {
				color: #fff !important;
				border-bottom: 1px solid #fff !important;
				font-weight: 700 !important;
		}
		.tp-caption.Concept-Content a:hover {
				border-bottom: 1px solid transparent !important;
		}
		.tp-caption.Concept-Content-Dark a,
		.tp-caption.Concept-Content-Dark a:visited {
				color: #000 !important;
				border-bottom: 1px solid #000 !important;
				font-weight: 700 !important;
		}
		.tp-caption.Concept-Content-Dark a:hover {
				border-bottom: 1px solid transparent !important;
		}

		.tp-caption.Twitter-Content a,
		.tp-caption.Twitter-Content a:visited {
				color: #0084B4 !important
		}
		.tp-caption.Twitter-Content a:hover {
				color: #0084B4 !important;
				text-decoration: underline !important
		}
		.tp-caption.Creative-Title,
		.Creative-Title {
				color: rgba(255, 255, 255, 1.00);
				font-size: 70px;
				line-height: 70px;
				font-weight: 400;
				font-style: normal;
				font-family: Playfair Display;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: center;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.Creative-SubTitle,
		.Creative-SubTitle {
				color: rgba(205, 176, 131, 1.00);
				font-size: 14px;
				line-height: 14px;
				font-weight: 400;
				font-style: normal;
				font-family: Lato;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: center;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 2px
		}
		.tp-caption.Creative-Button,
		.Creative-Button {
				color: rgba(205, 176, 131, 1.00);
				font-size: 13px;
				line-height: 13px;
				font-weight: 400;
				font-style: normal;
				font-family: Lato;
				padding: 15px 50px 15px 50px;
				text-decoration: none;
				text-align: left;
				background-color: rgba(0, 0, 0, 0);
				border-color: rgba(205, 176, 131, 0.25);
				border-style: solid;
				border-width: 1px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 2px
		}
		.tp-caption.Creative-Button:hover,
		.Creative-Button:hover {
				color: rgba(205, 176, 131, 1.00);
				text-decoration: none;
				background-color: rgba(0, 0, 0, 0);
				border-color: rgba(205, 176, 131, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 0px 0px 0px 0px
		}

.tp-caption.subcaption,
		.subcaption {
				color: rgba(111, 124, 130, 1.00);
				font-size: 19px;
				line-height: 24px;
				font-weight: 400;
				font-style: normal;
				font-family: roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: rgba(0, 0, 0, 1.00);
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-shadow: none;
				text-align: left
		}
		.tp-caption.RedDot,
		.RedDot {
				color: rgba(0, 0, 0, 1.00);				
				font-weight: 400;
				font-style: normal;				
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: left;
				background-color: rgba(213, 0, 0, 1.00);
				border-color: rgba(255, 255, 255, 1.00);
				border-style: solid;
				border-width: 5px;
				border-radius: 50px 50px 50px 50px
		}
		.tp-caption.RedDot:hover,
		.RedDot:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(255, 255, 255, 0.75);
				border-color: rgba(213, 0, 0, 1.00);
				border-style: solid;
				border-width: 5px;
				border-radius: 50px 50px 50px 50px
		}

		.tp-caption.SlidingOverlays-Title,
		.SlidingOverlays-Title {
				color: rgba(255, 255, 255, 1.00);
				font-size: 50px;
				line-height: 50px;
				font-weight: 400;
				font-style: normal;
				font-family: Playfair Display;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}
		.tp-caption.SlidingOverlays-Title,
		.SlidingOverlays-Title {
				color: rgba(255, 255, 255, 1.00);
				font-size: 50px;
				line-height: 50px;
				font-weight: 400;
				font-style: normal;
				font-family: Playfair Display;
				padding: 0px 0px 0px 0px;
				text-decoration: none;
				text-align: left;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}

		 .tp-caption.Woo-TitleLarge,
		.Woo-TitleLarge {
				color: rgba(0, 0, 0, 1.00);
				font-size: 40px;
				line-height: 40px;
				font-weight: 400;
				font-style: normal;
				font-family: Playfair Display;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				type: text
		}
		.tp-caption.Woo-Rating,
		.Woo-Rating {
				color: rgba(0, 0, 0, 1.00);
				font-size: 14px;
				line-height: 30px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: left;
				type: text
		}
		.tp-caption.Woo-SubTitle,
		.Woo-SubTitle {
				color: rgba(0, 0, 0, 1.00);
				font-size: 18px;
				line-height: 18px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				letter-spacing: 2px;
				type: text
		}
		.tp-caption.Woo-PriceLarge,
		.Woo-PriceLarge {
				color: rgba(0, 0, 0, 1.00);
				font-size: 60px;
				line-height: 60px;
				font-weight: 700;
				font-style: normal;
				font-family: Roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				type: text
		}
		.tp-caption.Woo-ProductInfo,
		.Woo-ProductInfo {
				color: rgba(0, 0, 0, 1.00);
				font-size: 15px;
				line-height: 15px;
				font-weight: 500;
				font-style: normal;
				font-family: Roboto;
				padding: 12px 75px 12px 50px;
				text-decoration: none;
				background-color: rgba(254, 207, 114, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px;
				text-align: left;
				type: button
		}
		.tp-caption.Woo-ProductInfo:hover,
		.Woo-ProductInfo:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(243, 168, 71, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px
		}
		.tp-caption.Woo-AddToCart,
		.Woo-AddToCart {
				color: rgba(0, 0, 0, 1.00);
				font-size: 15px;
				line-height: 15px;
				font-weight: 500;
				font-style: normal;
				font-family: Roboto;
				padding: 12px 35px 12px 35px;
				text-decoration: none;
				background-color: rgba(254, 207, 114, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px;
				text-align: left;
				type: button
		}
		.tp-caption.Woo-AddToCart:hover,
		.Woo-AddToCart:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(243, 168, 71, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px
		}
		.tp-caption.Woo-TitleLarge,
		.Woo-TitleLarge {
				color: rgba(0, 0, 0, 1.00);
				font-size: 40px;
				line-height: 40px;
				font-weight: 400;
				font-style: normal;
				font-family: Playfair Display;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				type: text
		}
		.tp-caption.Woo-SubTitle,
		.Woo-SubTitle {
				color: rgba(0, 0, 0, 1.00);
				font-size: 18px;
				line-height: 18px;
				font-weight: 300;
				font-style: normal;
				font-family: Roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				letter-spacing: 2px;
				type: text
		}
		.tp-caption.Woo-PriceLarge,
		.Woo-PriceLarge {
				color: rgba(0, 0, 0, 1.00);
				font-size: 60px;
				line-height: 60px;
				font-weight: 700;
				font-style: normal;
				font-family: Roboto;
				padding: 0 0 0 0px;
				text-decoration: none;
				background-color: transparent;
				border-color: transparent;
				border-style: none;
				border-width: 0px;
				border-radius: 0 0 0 0px;
				text-align: center;
				type: text
		}
		.tp-caption.Woo-ProductInfo,
		.Woo-ProductInfo {
				color: rgba(0, 0, 0, 1.00);
				font-size: 15px;
				line-height: 15px;
				font-weight: 500;
				font-style: normal;
				font-family: Roboto;
				padding: 12px 75px 12px 50px;
				text-decoration: none;
				background-color: rgba(254, 207, 114, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px;
				text-align: left;
				type: button
		}
		.tp-caption.Woo-ProductInfo:hover,
		.Woo-ProductInfo:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(243, 168, 71, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px
		}
		.tp-caption.Woo-AddToCart,
		.Woo-AddToCart {
				color: rgba(0, 0, 0, 1.00);
				font-size: 15px;
				line-height: 15px;
				font-weight: 500;
				font-style: normal;
				font-family: Roboto;
				padding: 12px 35px 12px 35px;
				text-decoration: none;
				background-color: rgba(254, 207, 114, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px;
				text-align: left;
				type: button
		}
		.tp-caption.Woo-AddToCart:hover,
		.Woo-AddToCart:hover {
				color: rgba(0, 0, 0, 1.00);
				text-decoration: none;
				background-color: rgba(243, 168, 71, 1.00);
				border-color: rgba(0, 0, 0, 1.00);
				border-style: solid;
				border-width: 1px;
				border-radius: 4px 4px 4px 4px
		}

		.tp-caption.FullScreen-Toggle,
		.FullScreen-Toggle {
				color: rgba(255, 255, 255, 1.00);
				font-size: 20px;
				line-height: 20px;
				font-weight: 400;
				font-style: normal;
				font-family: Raleway;
				padding: 11px 8px 11px 12px;
				text-decoration: none;
				text-align: left;
				background-color: rgba(0, 0, 0, 0.50);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px;
				letter-spacing: 3px;
				text-align: left
		}
		.tp-caption.FullScreen-Toggle:hover,
		.FullScreen-Toggle:hover {
				color: rgba(255, 255, 255, 1.00);
				text-decoration: none;
				background-color: rgba(0, 0, 0, 1.00);
				border-color: rgba(255, 255, 255, 0);
				border-style: solid;
				border-width: 0px;
				border-radius: 0px 0px 0px 0px
		}

		.tp-caption.Agency-Title,
.Agency-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 70px;
		line-height: 70px;
		font-weight: 900;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 10px
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		font-style: italic;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
		color: rgba(255, 255, 255, 1.00);
		font-size: 30px;
		line-height: 71px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 100px 100px 100px 100px;
		text-align: center
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 100px 100px 100px 100px;
		cursor: pointer
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 12px;
		line-height: 12px;
		font-weight: 900;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 5px
}
.tp-caption.Agency-Social,
.Agency-Social {
		color: rgba(51, 51, 51, 1.00);
		font-size: 25px;
		line-height: 50px;
		font-weight: 400;
		font-style: normal;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(51, 51, 51, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 30px 30px 30px 30px;
		text-align: center
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(51, 51, 51, 1.00);
		border-color: rgba(51, 51, 51, 1.00);
		border-style: solid;
		border-width: 2px;
		border-radius: 30px 30px 30px 30px;
		cursor: pointer
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 50px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0);
		border-style: none;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		text-align: center
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0);
		border-style: none;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		cursor: pointer
}

.tp-caption.Dining-Title,
.Dining-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 70px;
		line-height: 70px;
		font-weight: 400;
		font-style: normal;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 10px
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
		color: rgba(255, 255, 255, 0.50);
		font-size: 15px;
		line-height: 15px;
		font-weight: 700;
		font-style: normal;
		font-family: Lato;
		padding: 17px 73px 17px 50px;
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(255, 255, 255, 0.25);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 2px
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(0, 0, 0, 0);
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px
}
.tp-caption.Dining-Social,
.Dining-Social {
		color: rgba(255, 255, 255, 1.00);
		font-size: 25px;
		line-height: 50px;
		font-weight: 400;
		font-style: normal;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 0.25);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px;
		text-align: center
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: rgba(255, 255, 255, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 30px 30px 30px 30px;
		cursor: pointer
}
tp-caption.Team-Thumb,
.Team-Thumb {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 22px;
		font-weight: 400;
		font-style: normal;
		font-family: Arial;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		cursor: pointer
}
.tp-caption.Team-Name,
.Team-Name {
		color: rgba(255, 255, 255, 1.00);
		font-size: 70px;
		line-height: 70px;
		font-weight: 900;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Team-Position,
.Team-Position {
		color: rgba(255, 255, 255, 1.00);
		font-size: 30px;
		line-height: 30px;
		font-weight: 400;
		font-style: normal;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Team-Description,
.Team-Description {
		color: rgba(255, 255, 255, 1.00);
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Team-Social,
.Team-Social {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 50px;
		font-weight: 400;
		font-style: normal;
		font-family: Arial;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}

.tp-caption.VideoControls-Play,
.VideoControls-Play {
		color: rgba(0, 0, 0, 1.00);
		font-size: 50px;
		line-height: 120px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 7px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		text-align: center
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		cursor: pointer
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 40px;
		line-height: 40px;
		font-weight: 900;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 10px
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		font-style: italic;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 50px;
		font-weight: 400;
		font-style: normal;
		font-family: Arial;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
		color: rgba(0, 0, 0, 1.00);
		font-size: 20px;
		line-height: 50px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		text-align: center
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		cursor: pointer
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
		color: rgba(0, 0, 0, 1.00);
		font-size: 20px;
		line-height: 50px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		text-align: center
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 100px 100px 100px 100px;
		cursor: pointer
 }

.soundcloudwrapper iframe {
		width: 100% !important
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
		color: rgba(255, 255, 255, 1.00);
		font-size: 35px;
		line-height: 40px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 5px
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
		color: rgba(0, 0, 0, 1.00);
		font-size: px;
		line-height: px;
		font-weight: 700;
		font-style: normal;
		font-family: ;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.10);
		border-color: rgba(0, 0, 0, 0);
		border-style: solid;
		border-width: 0px;
		border-radius: 5px 5px 5px 5px;
		text-align: left;
		-webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15)
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 13px;
		line-height: 50px;
		font-weight: 900;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left;
		letter-spacing: 2px
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 15px;
		line-height: 24px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
		color: rgba(255, 255, 255, 1.00);
		font-size: 22px;
		line-height: 30px;
		font-weight: 400;
		font-style: normal;
		font-family: Arial;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
		color: rgba(0, 0, 0, 0.25);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		cursor: pointer
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
		background-color: #555555 !important;
}
.tp-fat {
		font-weight: 900 !important;
}

.tp-caption.PostSlider-Category,
.PostSlider-Category {
		color: rgba(0, 0, 0, 1.00);
		font-size: 15px;
		line-height: 15px;
		font-weight: 300;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		letter-spacing: 3px;
		text-align: left
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
		color: rgba(0, 0, 0, 1.00);
		font-size: 40px;
		line-height: 40px;
		font-weight: 400;
		font-style: normal;
		font-family: Playfair Display;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
		color: rgba(119, 119, 119, 1.00);
		font-size: 15px;
		line-height: 23px;
		font-weight: 400;
		font-style: normal;
		font-family: Roboto;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
		color: rgba(0, 0, 0, 1.00);
		font-size: 15px;
		line-height: 40px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 1px 56px 1px 32px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		text-align: left
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(238, 238, 238, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 1px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}

/* media queries */

@media only screen and (max-width: 960px) {} @media only screen and (max-width: 768px) {} .tp-caption.LandingPage-Title,
.LandingPage-Title {
		color:rgba(255,
		255,
		255,
		1.00);
		font-size:70px;
		line-height:80px;
		font-weight:900;
		font-style:normal;
		font-family:Lato;
		padding:0 0 0 0px;
		text-decoration:none;
		background-color:transparent;
		border-color:transparent;
		border-style:none;
		border-width:0px;
		border-radius:0 0 0 0px;
		text-align:left;
		letter-spacing:10px
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		font-style: italic;
		font-family: Georgia, serif;
		padding: 0 0 0 0px;
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
		color: rgba(0, 0, 0, 1.00);
		font-size: 15px;
		line-height: 54px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 35px 0px 35px;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		text-align: left;
		letter-spacing: 3px
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
		color: #89124e !important;
		border-bottom: 1px solid transparent !important;
		font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
		border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 60px;
		line-height: 60px;
		font-weight: 700;
		font-style: normal;
		font-family: Oswald;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
		color: #fff !important;
		text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
		color: #fff !important;
		text-decoration: none !important;
}
.soundcloudwrapper iframe {
		width: 100% !important
}

.tp-caption.Agency-LogoText,
.Agency-LogoText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 1px
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 37px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 20px 3px 20px;
		text-decoration: none;
		text-align: left;
		background-color: rgba(0, 154, 238, 1.00);
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
		color: rgba(255, 255, 255, 1.00);
		font-size: 50px;
		line-height: 50px;
		font-weight: 900;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
		color: rgba(255, 255, 255, 1.00);
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
		color: rgba(164, 157, 143, 1.00);
		font-size: 27px;
		line-height: 35px;
		font-weight: 600;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}

#mc_embed_signup input#mce-EMAIL {
		font-family: "Lato", sans-serif;
		font-size: 15px;
		color: #000;
		background-color: #fff;
		line-height: 46px;
		padding: 0 20px;
		cursor: text;
		border: 1px solid #fff;
		width: 400px;
		margin-bottom: 0px;
		-webkit-transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
		-ms-transition: background-color 0.5s;
		transition: background-color 0.5s;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
		background-color: #fff;
		border: 1px solid #666;
		border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
		font-family: "Lato", sans-serif;
		line-height: 46px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 900;
		padding: 0 20px;
		border: 1px solid #009aee;
		background: #009aee;
		color: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
		background: #0083d4;
}
@media only screen and (max-width: 767px) {
		#mc_embed_signup input#mce-EMAIL {
				width: 200px;
		}
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
		color: rgba(255, 255, 255, 1.00);
		font-size: 15px;
		line-height: 22px;
		font-weight: 400;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 6px
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
		color: rgba(255, 255, 255, 1.00);
		font-size: 15px;
		line-height: 24px;
		font-weight: 400;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
		color: rgba(248, 124, 9, 1.00);
		font-size: 12px;
		line-height: 22px;
		font-weight: 700;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0px 0;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: 1px solid #f87c09 !important
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		cursor: pointer
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
		color: rgba(51, 51, 51, 1.00);
		font-size: 17px;
		line-height: 50px;
		font-weight: 500;
		font-style: normal;
		font-family: Roboto;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		text-align: center;
		background-color: rgba(255, 255, 255, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		text-align: center
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: rgba(51, 51, 51, 1.00);
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
		color: rgba(109, 177, 155, 1.00);
		font-size: 12px;
		line-height: 22px;
		font-weight: 700;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0px 0;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: 1px solid #6db19b !important
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		cursor: pointer
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
		color: rgba(153, 153, 153, 1.00);
		font-size: 12px;
		line-height: 22px;
		font-weight: 700;
		font-style: normal;
		font-family: lato;
		padding: 0 0 0px 0;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: 1px solid #999 !important
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
		color: rgba(255, 255, 255, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		cursor: pointer
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
		color: rgba(255, 255, 255, 1.00);
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Lato;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center;
		letter-spacing: 1px
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
		color: rgba(51, 51, 51, 1.00);
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		font-style: normal;
		font-family: Permanent Marker;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: left;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: left
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
		color: rgba(255, 255, 255, 1.00);
		font-size: 30px;
		line-height: 30px;
		font-weight: 400;
		font-style: normal;
		font-family: Arial;
		padding: 0 0 0 0px;
		text-decoration: none;
		text-align: center;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0 0 0 0px;
		text-align: center
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
		color: rgba(51, 51, 51, 1.00);
		text-decoration: none;
		background-color: transparent;
		border-color: transparent;
		border-style: none;
		border-width: 0px;
		border-radius: 0px 0px 0px 0px;
		cursor: pointer
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:	 	5.0.0
date:				29/10/15
author:		themepunch
email:		 	info@themepunch.com
website:	 	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.rtl {	direction: rtl;}
@font-face {
	font-family: 'revicons';
	src: url(/Content/revo-slider/fonts/revicons/revicons.eot?5510888);
	src: url(/Content/revo-slider/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
			 url(/Content/revo-slider/fonts/revicons/revicons.woff?5510888) format('woff'),
			 url(/Content/revo-slider/fonts/revicons/revicons.ttf?5510888) format('truetype'),
			 url(/Content/revo-slider/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
	font-weight: normal;
	font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center; 

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
		position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;	
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(/Content/revo-slider/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(/Content/revo-slider/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}






/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying	.tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;	outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(/Content/revo-slider/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(/Content/revo-slider/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(/Content/revo-slider/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(/Content/revo-slider/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
		 -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
					box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width:300px;
	background: transparent;
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
	box-shadow: 0 15px 10px rgba(0,0,0,0.8);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.tp-shadow5
{
		position:relative;			 
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
						box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
		position:absolute; 
		z-index:-2;
		-webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
		-moz-box-shadow:0 0 25px 0px	rgba(0,0,0,0.6);
		box-shadow:0 0 25px 0px	rgba(0,0,0,0.6);
		top:30%;
		bottom:0;
		left:20px;
		right:20px;
		-moz-border-radius:100px / 20px;
		border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;	line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:	0px 3px 0px 0px #104d0b;				-moz-box-shadow:	 0px 3px 0px 0px #104d0b;				box-shadow:	 0px 3px 0px 0px #104d0b;	}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:	0px 3px 0px 0px #0f3e68;				-moz-box-shadow:	 0px 3px 0px 0px #0f3e68;				box-shadow:	 0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:	0px 3px 0px 0px #7c1212;				-moz-box-shadow:	 0px 3px 0px 0px #7c1212;				box-shadow:	 0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:	0px 3px 0px 0px #a34c00;				-moz-box-shadow:	 0px 3px 0px 0px #a34c00;				box-shadow:	 0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:	0px 3px 0px 0px #222;				-moz-box-shadow:	 0px 3px 0px 0px #222;				box-shadow:	 0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:	0px 3px 0px 0px #555;				-moz-box-shadow:	 0px 3px 0px 0px #555;				box-shadow:	 0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;	font-family: "Roboto", sans-serif;	cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;	}
.rev-btn.rev-hiddenicon:hover i			{	 opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
	position: relative;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 22px 0 0 14px;
	border-radius: 50%;
	border: 1px solid rgba(51,51,51,0.25);
	tap-highlight-color: transparent;
	cursor: pointer;
}
.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
	margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg);
	-webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg);
	-webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
	border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
	background: #fff;
}
.rev-burger.revb-whitenoborder {
	border: 0;
}
.rev-burger.revb-whitenoborder span {
	background: #fff;
}
.rev-burger.revb-darknoborder {
	border: 0;
}
.rev-burger.revb-darknoborder span {
	background: #333;
}

.rev-burger.revb-whitefull {
	background: #fff;
	border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
	background: #333;
	border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite	{
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark	{
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark	span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;	
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;		
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;		
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(/Content/revo-slider/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*	CAPTION SLIDELINK	 **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;	background:url(/Content/revo-slider/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(/Content/revo-slider/assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
		vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption	.rs-starring .star-rating:before, 
.tp-caption	.rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(/Content/revo-slider/assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background:url(/Content/revo-slider/assets/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
	0% { -webkit-transform: perspective(120px) }
	50% { -webkit-transform: perspective(120px) rotateY(180deg) }
	100% { -webkit-transform: perspective(120px) rotateY(180deg)	rotateX(180deg) }
}

@keyframes tp-rotateplane {
	0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
	50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
	100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
	0% { -webkit-transform: scale(0.0) }
	100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
	0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
	100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
	margin: -9px 0px 0px -35px;
	width: 70px;
	text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
	0%, 80%, 100% {transform: scale(0.0);} 
	40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
	margin: -20px 0px 0px -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-animation: tp-rotate 2.0s infinite linear;
	animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: tp-bounce 2.0s infinite ease-in-out;
	animation: tp-bounce 2.0s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
	0%, 100% {transform: scale(0.0);} 
	50% { transform: scale(1.0);}
}



/***********************************************
	-	STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo					 {		position: fixed;
	bottom: 0px;
	left: 0px;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal;}
.hginfo 						 { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 						 { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}






/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/Themes/Pavilion/Content/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*** CONTAINERS ***/

.jCarouselMainWrapper {
	margin: 0 0 40px;
}
.jCarouselMainWrapper:first-of-type {
	margin-top: 0;
}
.jCarouselMainWrapper:last-of-type {
	margin-top: 60px;
}

.nop-jcarousel {
	position: relative;
}
.nop-jcarousel .carousel-title {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 0 40px 5px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	text-transform: uppercase;
}
.nop-jcarousel .jcarousel-container {
	position: static !important;
}
.nop-jcarousel .jcarousel-clip {
    overflow: hidden;
}
.nop-jcarousel .jcarousel-clip-horizontal {
	margin: 0 -10px;
}
.nop-jcarousel .carousel-title.vertical {
	margin: 0 0 -1px;
	background-color: #fff;
	padding: 15px 25px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}

/*** NAVIGATION ***/

.nop-jcarousel .jcarousel-prev-horizontal,
.nop-jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nop-jcarousel .jcarousel-prev-horizontal {
	left: 0;
   background: #2daae1 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-prev.png) no-repeat;
	background-position: left center;   
  margin-right: 2px;
  opacity: 0.8;
}
.nop-jcarousel .jcarousel-next-horizontal {
	right: 0;
  background: #2daae1 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/horizontal-next.png) no-repeat;
	background-position: right center;       
  opacity: 0.8;
}
.nop-jcarousel .jcarousel-prev-horizontal:hover {
	background-color: #f74258;
  opacity: 1;
	background-position: left center;
}
.nop-jcarousel .jcarousel-next-horizontal:hover {
	background-color: #f74258;
  opacity: 1;
	background-position: right center;
}

.nop-jcarousel .jcarousel-prev-vertical,
.nop-jcarousel .jcarousel-next-vertical {
	position: absolute;
    top: 175px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease;
}
.nop-jcarousel .jcarousel-prev-vertical {
	left: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/prev-vertical.png);
	background-position: right center;
}
.nop-jcarousel .jcarousel-next-vertical {
	right: 0;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/next-vertical.png);
	background-position: right center;
}
.nop-jcarousel .jcarousel-prev-vertical:hover {
	background-color: #f74258;
	background-position: left center;
}
.nop-jcarousel .jcarousel-next-vertical:hover {
	background-color: #f74258;
	background-position: left center;
}

.nop-jcarousel .jcarousel-next-disabled-horizontal,
.nop-jcarousel .jcarousel-next-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-horizontal,
.nop-jcarousel .jcarousel-prev-disabled-horizontal:hover,
.nop-jcarousel .jcarousel-prev-disabled-vertical,
.nop-jcarousel .jcarousel-prev-disabled-vertical:hover,
.nop-jcarousel .jcarousel-next-disabled-vertical,
.nop-jcarousel .jcarousel-next-disabled-vertical:hover {
    cursor: default;
}

/*** JCAROUSEL ITEM BOX ***/
	
.nop-jcarousel .jcarousel-item-horizontal {
	margin: 0 10px;
    text-align: center;
    font-size: 0;
}
.nop-jcarousel .jcarousel-item-vertical {
    width: 100%;
	background-color: #fff;
	text-align: center;
}
.nop-jcarousel .item-picture a {
	display: block;
	position: relative;
}
.nop-jcarousel .item-picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.nop-jcarousel .item-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    max-width: 100%;
	margin: auto;
}

/* products */

.products-carousel .item-holder {
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.products-carousel .vertical-holder .item-holder {
	border: none;
}
.products-carousel .item-picture {
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
}
.products-carousel .item-picture a {
	display: block;
}
.products-carousel .item-info {
	text-align: center;
}
.products-carousel .item-info h3 {
	height: 40px;
	overflow: hidden;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.products-carousel .item-info h3 a {
	display: block;
}
.products-carousel .item-info p {
	display: none;
}
.products-carousel .item-info .product-rating-box {
	margin: 0 auto 10px;
}
.products-carousel .item-info .rating {
	display: inline-block;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/rating-sprite.png) left top repeat-x;
	width: 80px;
    height: 13px;
}
.products-carousel .item-info .rating div {
	background: #f74258 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/rating-sprite.png) left bottom repeat-x;
    height: 13px;
}
.products-carousel .item-info .prices {
	margin: 0 0 20px;
	padding: 0 20px;
}
.products-carousel .item-info .old-price {
	padding: 0px 4px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.products-carousel .item-info .actual-price {
	padding: 0 4px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #00a1b1;
}
.products-carousel .item-info .button {
	border-top: 1px solid #f0f0f0;
}
.products-carousel .item-info .button a {
	display: block;
	background-color: #fff;
	padding: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span {
	display: inline-block;
	position: relative;
	height: 18px;
	padding: 0 0 0 25px;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/cart-button.png) left top no-repeat;
	transition: all 0.2s ease;
}
.products-carousel .item-info .button a span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 18px;
	background: #f74258 url(/Plugins/SevenSpikes.Nop.Plugins.JCarousel/Themes/Pavilion/Content/images/cart-button.png) left bottom no-repeat;
	transition: all 0.2s ease;
	opacity: 0;
}

/* categories */

.categories-carousel .item-holder {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.categories-carousel .item-holder h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.2s ease;
}
.categories-carousel .item-holder h3 a {
	display: block;
	padding: 15px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.categories-carousel .item-holder:hover h3 {
	background-color: rgba(255,255,255,1);
	color: #f74258;
}
.categories-carousel .item-holder .item-picture {
	overflow: hidden;
	transition: all 0.3s ease;
}
.categories-carousel .item-holder:hover .item-picture {
	opacity: 0.7;
}

/* manufacturers */

.manufacturers-carousel .item-holder {
	position: relative;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	text-align: center;
}
/*.home-page-body*/ .manufacturers-carousel .item-info {
	display: none; /*currently hidden for all manufacturers, change selector and restyle if you want it hidden for home page only*/
}
.home-page-body .manufacturers-carousel {
	margin: 0;
	border-top: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 20px 0;
}
.home-page-body .manufacturers-carousel .nop-jcarousel {
	margin: auto;
}
.home-page-body .manufacturers-carousel .carousel-title,
.home-page-body .manufacturers-carousel .jcarousel-prev,
.home-page-body .manufacturers-carousel .jcarousel-next {
	display: none !important;
}
.home-page-body .manufacturers-carousel .item-holder {
	border: none;
}
.home-page-body .manufacturers-carousel .item-picture a:before {
	display: none;
}
.home-page-body .manufacturers-carousel .item-picture a img {
	position: static;
}

/*** ADDITIONAL STYLES ***/

.one-column-wrapper .jCarouselMainWrapper,
.two-column-wrapper .jCarouselMainWrapper {
	margin: 0 0 60px;
}
.nop-jcarousel .jcarousel-item-placeholder-horizontal {
    visibility: hidden;
}


/*** VERTICAL HEIGHTS ***/

.products-carousel .jcarousel-clip-vertical li {
	height: 370px !important; /*no button included, uncomment below to accommodate button*/
	/*height: 412px !important;*/
}
.categories-carousel .jcarousel-clip-vertical li,
.manufacturers-carousel .jcarousel-clip-vertical li {
	height: 245px !important;
}


@media all and (max-width: 1000px) {
	
.block.jCarouselMainWrapper {
	display: none;
}
.two-columns-area .jCarouselMainWrapper {
	padding-top: 30px;
}
.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper {
	padding-top: 0;
}

}

@media all and (min-width: 1001px) {

.nop-jcarousel .carousel-title {
	padding: 0 0 5px;
	text-align: left;
}
.block.jCarouselMainWrapper {
	margin: -1px 0 0;
}
.nop-jcarousel .jcarousel-prev-horizontal {
	
} 
.nop-jcarousel .jcarousel-prev-vertical {
	top: 13px;
	right: 42px;
	left: auto;
}
.nop-jcarousel .jcarousel-next-vertical {
	top: 13px;
	right: 5px;
}

.home-page-body .manufacturers-carousel .nop-jcarousel {
	width: 980px;
} 

.products-carousel .jcarousel-item:hover .item-info .button a {
	background-color: #f74258;
	color: #fff;
}
.products-carousel .jcarousel-item:hover .item-info .button a span:before {
	opacity: 0;
}
.products-carousel .jcarousel-item:hover .item-info .button a span:after {
	opacity: 1;
}


/*product-page custom carousel*/

.two-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .ui-tabs {
	float: left;
	width: 68%;
}
.two-column-wrapper .ui-tabs .ui-tabs-panel {
	min-height: 208px;
}
.two-column-wrapper .products-carousel {
	float: right;
	width: 30%;
}

.two-column-wrapper .jCarouselMainWrapper {
	min-height: 208px;
	margin: 41px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.two-column-wrapper .carousel-title {
	margin: 0;
	border-color: #f0f0f0;
	padding: 11px 20px;
	font-size: 16px;
	text-align: center !important;
}
.two-column-wrapper
.nop-jcarousel .jcarousel-prev-horizontal {
	top: 8px;
	right: auto;
	left: 8px;
}
.two-column-wrapper
.nop-jcarousel .jcarousel-next-horizontal {
	top: 8px;
	right: 8px;
}
.two-column-wrapper .jcarousel-clip-horizontal {
	margin: 0 !important;
}
.two-column-wrapper .item-holder {
	border: none;
}
.two-column-wrapper .item-holder:after {
	content: "";
	display: block;
	clear: both;
}
.two-column-wrapper .item-picture {
	float: left;
	width: 40%;
	margin: 0;
	padding: 20px 10px 20px 20px;
}
.two-column-wrapper .item-info {
	float: right;
	width: 60%;
	padding: 20px 20px 20px 10px;
	text-align: left;
}
.two-column-wrapper .item-info .product-rating-box {
	margin-top: 5px;
}
.two-column-wrapper .item-info h3 {
	margin: 0 0 5px;
	padding: 0;
}
.two-column-wrapper .item-info .prices {
	margin: 0;
	padding: 0;
}
.two-column-wrapper .item-info .button {
	display: none;
	border: none;
}

}

@media all and (min-width: 1281px) {

.nop-jcarousel .carousel-title.vertical {
	padding: 15px 35px;
}
.products-carousel .jcarousel-clip-vertical li {
	height: 410px !important; /*no button included, uncomment below to accommodate button*/
	/*height: 452px !important;*/
}
.categories-carousel .jcarousel-clip-vertical li,
.manufacturers-carousel .jcarousel-clip-vertical li {
	height: 290px !important;
}
.home-page-body .manufacturers-carousel .nop-jcarousel {
	width: 1200px;
}

}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme - modified for navigation inside
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.nivoSlider {
	position: relative;
	/*background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/loading.gif) no-repeat 50% 50%;*/ /*no gif loader*/
}
.nivoSlider img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivoSlider a {
	display: block;
}
.nivo-directionNav a {
	display: block;
    top: 50%;
	width: 30px;
	height: 50px;
    margin-top: -25px;
    font-size: 0;
	opacity: 0;
	transition: all 0.2s ease;
}
.nivoSlider:hover .nivo-directionNav a {
	opacity: 1;
}
.nivo-directionNav a.nivo-prevNav {
    background: rgba(0,0,0,0.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/arrow-left.png) no-repeat center;
}
.nivo-directionNav a.nivo-nextNav {
    background: rgba(0,0,0,0.5) url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Pavilion/Content/nivo/arrow-right.png) no-repeat center;
}
.nivo-directionNav a:hover {
	background-color: #f74258;
}

.nivo-controlNav {
    position: relative;
    z-index: 10;
	height: 0;
	overflow: visible;
	padding: 0;
	text-align: center;
}
.nivo-controlNav a {
	display: inline-block;
	position: relative;
	top: -38px;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border-radius: 50%;
    background-color: #a3a3a3;
	font-size: 0;
	transition: all 0.2s ease;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-color: #f74258;
}
.nivo-controlNav.nivo-thumbs-enabled {
	display: none !important;
}

.nivo-caption {
	display: none !important;
    top: 0;
    bottom: auto;
	width: auto;
    background-color: #fff;
    padding: 12px 20px;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
	opacity: 1;
}
.nivo-caption p {
	margin: 0;
	padding: 0;
}
.nivo-caption:empty {
	display: none !important;
}

.theme-banner-small {
	margin: 0 0 30px;
}
.theme-banner-small ~ .jcarousel {
	margin-top: 60px;
}

@media all and (min-width: 481px) {

.homepage-bottom-wrapper {
	overflow: hidden;
}	
.theme-banner-small {
	float: left;
	width: 49%;
	margin: 0 0 60px 2%;
}
.theme-banner-small:nth-of-type(1) {
	margin-left: 0;
}
.theme-banner-small:nth-of-type(3) {
	display: none;
}
.theme-banner-small ~ .jcarousel {
	clear: both;
}

}

@media all and (min-width: 1001px) {
	
.home-page .slider-wrapper {
    margin-bottom: 60px;
}
.theme-banner-small {
	width: 32%;
}
.theme-banner-small:nth-of-type(3) {
	display: block;
}
	
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu,
.menu-title {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
}
.mega-menu-responsive a,
.mega-menu-responsive a + .plus-button {
	border: none !important;
}


@media all and (min-width: 1001px) {

.menu-title,
.close-menu {
	display: none;
}
.mega-menu {
	display: block;
	position: relative;
}
.mega-menu-responsive {
	display: none !important;
}
.header-menu .category-menu-item,
.header-menu .root-category-items {
	display: none !important;
}

.category-navigation-list .inner-wrap {
	float: left;
	width: 75%;
}
.category-navigation-list .slider-wrapper {
	float: right;
	width: 25%;
	padding: 10px;
}
.category-navigation-list .inner-wrap:only-of-type {
	float: none;
	width: 100%;
}

.category-navigation-list > li > .sublist-wrap > .sublist .row {
	overflow: hidden;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box { /*this is a subcategory item (contains a list)*/
	float: left;
	width: 33.33333%;
	padding: 10px;
	font-size: 13px;
}
.category-navigation-list > li > .sublist-wrap > .sublist .inner-wrap:only-of-type .box {
	width: 25%;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .title { /*this is a subcategory item title (list title)*/
	display: block;
	margin: 0 0 10px;
	border-bottom: 3px solid #f74258;
	padding: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture {
	height: 100px;
	margin: 0 0 15px;
	overflow: hidden;
	font-size: 0;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture a {
	display: block;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box .picture img {
	width: 100%;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box li { /*this is a sub-subcategory item*/
	padding: 6px 0;
}
.category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover {
	color: #f74258;
}

}

@media all and (min-width: 1281px) {

.category-navigation-list > li > .sublist-wrap > .sublist .box .picture {
	height: 120px;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/



/*input.instant-search-busy {
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Pavilion/Content/ajax-loader-small.gif) !important;
	background-position: right center !important;
	background-repeat: no-repeat;
}*/

/* WITH CATEGORY */

.store-search-box span.search-box-text {
	display: inline-block;
	position: relative;
}
.store-search-box input.search-box-text {
	width: 220px !important;
	margin: 0 5px 0 0;
}
.store-search-box input.search-box-button {
	margin: 0 0 0 5px;
}
.store-search-box select {
	display: none;
	width: 52px;
	height: 43px;
	margin: 0 5px 0 1px;
	border: none;
	background-color: rgba(0,0,0,0.2);
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255,255,255,0.7);
}
.store-search-box select:focus {
	color: #fff;
}
.store-search-box select option {
	background-color: #fff;
	padding: 0px 5px;
	color: #777;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 277px !important;
	height: auto !important;
	margin-top: 0 !important;
}
.instantSearch.resize {
}
.instantSearch .k-list-container {
	position: static !important;
	width: 100% !important;
	height: auto !important;	
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.instantSearch .k-item {
	border-top: 1px solid #f6f6f6;
	cursor: pointer;
}
.instantSearch .k-item:first-child {
	border-top: none;
}
.instant-search-item {
	overflow: hidden;
	padding: 10px;
}
.instant-search-item .img-block {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background-color: #fff;
}
.instant-search-item .img-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.instant-search-item .detail {
	margin: 0 0 0 90px;
	line-height: normal;
}
.instant-search-item .detail .title {
	margin: 5px 0;
	font-size: 14px;
}
.instant-search-item .detail .price {
	font-size: 14px;
	color: #f74258;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
	background-color: #f9f9f9;
}



@media all and (min-width: 481px) {

.store-search-box input.search-box-text {
	width: 390px !important;
}
.store-search-box input.search-box-text.narrow {
	width: 290px !important;
	margin: 0;
}
.store-search-box select {
	display: inline-block;
	width: 100px;
}
.instantSearch {
	width: 390px !important;
}
.instantSearch.resize {
	width: 391px !important;
}
.instant-search-item .detail {
	margin-right: 10px;
}

}

@media all and (min-width: 769px) {

.store-search-box input.search-box-text.narrow {
	width: 390px !important;
}
.store-search-box select {
	width: 200px;
}

}

@media all and (min-width: 1001px) {

.store-search-box input.search-box-text {
	width: 655px !important;
}
.store-search-box input.search-box-text.narrow {
	width: 450px !important;
}
.instantSearch.resize {
	width: 451px !important;
}

}

@media all and (min-width: 1281px) {

.store-search-box input.search-box-text {
    width: 835px !important;
}
.store-search-box input.search-box-text.narrow {
    width: 630px !important;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	position: relative;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	position: absolute;
	top: 0;
	left: 0;
    width: 43px;
	height: 43px;
	border-width: 0 1px 0 0;
	border-color: #eee;
	text-align: center;
	vertical-align: middle;
}
.ajax-cart-button-wrapper input[type="button"] {
	vertical-align: middle;
}
.ajax-cart-button-wrapper select {
	padding: 0 2px 0 6px; /*chrome fix*/
}
.ajax-cart-button-wrapper input + button,
.ajax-cart-button-wrapper select + button {
	padding: 0 0 0 25px;
}
.product-list .ajax-cart-button-wrapper input[type="text"],
.product-list .ajax-cart-button-wrapper select {
	position: static;
	border-width: 1px;
	border-color: #e9e9e9;
}
.product-list .ajax-cart-button-wrapper input + button,
.product-list .ajax-cart-button-wrapper select + button {
	margin: 0 0 0 5px;
}

@media all and (max-width: 768px) {
	
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	display: none;
}
.ajax-cart-button-wrapper input + button,
.ajax-cart-button-wrapper select + button {
	margin: 0 !important;
	padding: 0 !important;
}	
}

@media all and (min-width: 1001px) {
	
.product-grid .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.product-grid .item-box:hover .ajax-cart-button-wrapper select {
	border-width: 1px 1px 0 0;
}
.product-grid .item-box:hover .ajax-cart-button-wrapper input + button,
.product-grid .item-box:hover .ajax-cart-button-wrapper select + button {
	padding: 0 0 0 30px;
}
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6; /*to be matched to theme overlay*/
}
.nopAjaxCartPanelAjaxBusy {
    position: fixed;
	top: 0;
	left: 0;
    z-index: 1070;
    width: 100% !important;
    height: 100% !important;
	background-color: rgba(255,255,255,0.9)
}
.miniProductDetailsPanelAjaxBusy {
	display: none;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    width: 100% !important;
    height: auto; /*if fixed, loader will be always visible*/
    background-color: rgba(255,255,255,0.9)
}
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border-radius: 2px;
	background-color: #f74258;
	animation: animate 0.5s linear infinite;
}
.nopAjaxCartPanelAjaxBusy:after,
.miniProductDetailsPanelAjaxBusy:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 5px;
	margin: 35px 0 0 -25px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0.1;
	animation: shadow 0.5s linear infinite;
}

@-webkit-keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@keyframes animate {
	15% {
		border-bottom-right-radius: 2px;
	}
	25% {
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		transform: translateY(0) rotate(90deg);
	}
}
@-webkit-keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}
@keyframes shadow {
	0%, 100% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.2, 1);
	}
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 20px;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #f74258;
}


/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 50% !important;
    z-index: 1070;
	width: 480px !important;
	margin: 0 0 0 -240px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
	padding: 0 !important;
}

.ajaxCartSmall {
	width: 360px !important;
	margin: 0 0 0 -180px;
}
.ajaxCart .k-window-titlebar {
	margin: 0 !important;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.ajaxCart .k-window-titlebar .k-window-actions {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
}
.ajaxCart .k-window-titlebar .k-window-actions a {
	display: block;
	width: 37px;
	height: 37px;
	background: #f9f9f9 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Pavilion/Content/images/close.png) center no-repeat;
	font-size: 0;
}

.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 15px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
    text-transform: uppercase;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartWindowImage {
    float: left;
	width: 32%;
	padding: 20px 10px 20px 20px;
}
.productAddedToCartWindowImage a {
	display: block;
	font-size: 0;	
}
.productAddedToCartWindowImage img {
	width: 100%;
}

.productAddedToCartWindowDescription,
.productAddedToCartWindowSubtotal {
  float: right;
	width: 68%;
	padding: 20px 20px 20px 10px;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333;
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	color: #00a1b1;
}
.productAddedToCartWindowDescription .quantity,
.productAddedToCartWindowDescription .unitprice {
	display: block;
}

.productAddedToCartWindowDescription .unitprice {
	margin: 0 0 10px;
}

.productAddedToCartWindowSummary {
    clear: both;
	border-top: 1px solid #e9e9e9;
    padding: 15px 20px;
    text-align: center;
}
.productAddedToCartWindowSummary a {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.productAddedToCartWindowSummary a:hover {
	color: #f74258;
}
.productAddedToCartWindowSummary div {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.productAddedToCartWindowSummary .button-1 {
	min-width: 145px;
	border: none;
	background-color: #f74258;
	padding: 13px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	outline: 1px solid transparent;
	transition: all 0.2s ease;
}
.productAddedToCartWindowSummary .button-1:hover {
	outline-color: #f74258;
}

.productAddedToCartWindowSubtotal {
	padding-top: 0;
}

.productAddedToCartWindowSubtotal div:first-child {
	margin-bottom: 10px;
}


/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 10px 0;
}
.ajaxCart .product-grid .title {
	margin: 0;
	border: none;
	background-color: #f9f9f9;
	padding: 15px 25px;
	text-align: center;
	font-size: 14px;
}
.ajaxCart .product-grid .item-box {
	margin: 10px 5px 0 5px;
	width: 31% !important;
}
.ajaxCart .item-box .product-item {
	border: none;
	padding: 0 !important;
}
.ajaxCart .item-box .details .product-title {
	margin: 5px !important;
	padding: 5px !important;
	line-height: 133% !important;
	font-size: 13px !important;
	font-weight: bold;
	height: 4.5em !important;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons-upper,
.ajaxCart .item-box .buttons-lower,
.ajaxCart .item-box .category-desc {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.ajaxCart .item-box .details .prices {
	margin: 0;
	height: auto !important;
}
.ajaxCart .item-box .details .actual-price {
	font-size: 0.7em !important;
}
.ajaxCart .item-box .details .actual-price span {
	font-size: 1.4em !important;
}
/* PRODUCT DETAILS WINDOW */
.miniProductDetailsView .product-overview-line {
	border-top: 1px solid #e9e9e9;
}
.miniProductDetailsView .product-overview-line:first-child {
	border: none;
}
.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
	border: none;
	padding: 0;
}
.miniProductDetailsView .gallery {
	float: left;
	width: 32%;
	padding: 20px 10px 20px 20px;
}
.miniProductDetailsView .gallery .picture {
	width: auto;
}
.miniProductDetailsView .gallery .picture:before {
	display: none; /*remove if you need an absolute position*/
}
.miniProductDetailsView .gallery .picture img {
	position: static; /*remove if you need an absolute position*/
	width: 100%;
}
.miniProductDetailsView .overview {
    float: right;
	width: 65%;
	padding: 20px 20px 20px 10px;
}
.miniProductDetailsView .product-variant-name {
	margin: 0 0 10px;
	font-size: 14px;
	color: #333;
}
.miniProductDetailsView .short-description {
	max-height: 80px;
	margin: 0 0 10px;
	overflow: hidden;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px; /*customer entered price*/
}
.miniProductDetailsView .attributes {
	margin: 15px 0;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float: left;
}
.miniProductDetailsView .giftcard {
	margin: 0;
	padding: 20px;
}
.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	color: #f74258;
}
.miniProductDetailsView .message-error li {
	margin: 0 0 10px;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 768px) {

.product-list .item-box .ribbon-wrapper {
	float: none;
}

}

@media all and (min-width: 481px) {

.spc-categories .ribbon-wrapper,
.bestsellers .ribbon-wrapper {
	position: static;
}

}

@media all and (min-width: 769px) {

.product-list .item-box .ribbon-wrapper {
	width: 280px;
}
.product-list .item-box .ribbon-wrapper .picture {
	float: none;
	width: auto;
}

}
