/* Classes */

.-inner {
	position: relative;
	margin: 0 auto; padding: 0 20px;
	max-width: 1200px;
}



.content {}


.content hr {
	overflow: visible;
	position: relative;
	margin: 40px 0;
	border: 1px solid #f7f7f7
}
.content hr:after {
	content: "";
	position: absolute;
	top: -7px; left: 50%;
	margin: 0 0 0 -7px;
	width: 15px; height: 15px;
	background: url(../images/icon-coconut.png) no-repeat #fff;
}
.content figure  {
	margin: 0;
}

.content table {
	background: #f6f6f6
}
.content table th {
	padding: 15px 20px;
	font-weight: 600; font-size: 14px;
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid #fff;
	background: #f1f1f1
}
.content table td {
	padding: 10px 20px;
	border: none;
	border-bottom: 1px solid #fff;
	background: #f7f7f7
}
.content table tr:nth-child(odd) td { background: #f9f9f9; }

.content ol {
	margin: 0 0 25px; padding: 0 0 0 50px;
}
.content ol li {
	margin: 0 0 10px; padding: 0;
	list-style: outside decimal
}

.pagination {
	padding: 4px 0 55px;
	text-align: center;
}
.pagination ul { margin: 0; padding: 0; }
.pagination ul li {	display: inline-block; }
.pagination a,
.pagination span {
	display: inline-block;
	position: relative;
	width: 33px; height: 33px;
	color: #003d50;
	font: 14px/33px apercu_bold_pro, Helvetica, Arial, sans-serif;
	text-decoration: none; text-align: center;
	vertical-align: top;
	background: #c3c3c3;
	border: none; border-radius: 50%;
}
.pagination a.prev,
.pagination a.next {
	overflow: hidden;
	line-height: 100px;
	text-indent: 33px;
}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	top: 0; left: 0;
	width: 33px; height: 33px;
	color: #003d50;
	font: 14px/33px apercu_bold_pro, Helvetica, Arial, sans-serif;
	text-indent: 0;
}
.pagination a.prev:before { content: "<" }
.pagination a.next:before { content: ">" }
.pagination a.prev:hover:before,
.pagination a.next:hover:before {
	color: #fff;
	background: #003d50;
}

.pagination  a:hover,
.pagination li.current a,
.pagination .current {
	color: #fff;
	background: #003d50;
	border: none;
}
.pagination ul li.disabled a {
	color: #909090;
	background: #e3e3e3;
}

.red-button {
	display: inline-block;
	padding: 19px 20px;
	color: #fff;
	font-family: apercu_bold_pro, Helvetica, Arial, sans-serif;
	text-decoration: none;
	background: #d81939;
	border-bottom: 2px solid;
	box-shadow: 0 3px 0 #003d50;
}
.red-button a {
	color: #fff;
	text-decoration: none;
}
.red-button:hover,
a:hover .red-button,
.red-button:hover a {
	color: #fff;
	text-decoration: none;
	background: #aa142d
}


.news-list {
	padding: 5px 0 0
}
.news-list .-excerpt {
	overflow: hidden;
	margin: 0 auto;
	
}
.news-list .-excerpt .-inner {
	overflow: hidden;
}
.news-list .-excerpt .-image {
	overflow: hidden;
	float: left;
	width: 50%;
	min-height: 360px;
}
.news-list .-excerpt .-image a {
	display: block;
	width: 100%; height: 100%;
	min-height: 360px;
	background-repeat: no-repeat; background-position: center; background-size: cover;
	border: none;
}
.news-list .-excerpt .-image:hover a {
	transform: scale(1.1,1.1)
}
.news-list .-excerpt .-text {
	float: left;
	box-sizing: border-box;
	padding: 60px 30px 10px 30px;
	width: 50%; height: 100%;
	min-height: 360px;
	font-size: 20px; line-height: 23px;
	background: rgba(255,255,255,0.47);
}

.news-list .-excerpt:nth-child(odd) .-image {
	float: right;
}
.news-list .-excerpt:nth-child(odd) .-text {
	float: right;
	_padding: 60px 30px 0 0;
	_text-align: right;
}
.news-list .-excerpt .-text h3 {
	font-size: 26px;
}
.news-list .-excerpt .-text h3 a {
	color: #2b2b2b;
}
.news-list .-excerpt .-text h3 a:hover {
	border-bottom: 2px solid #000000;
}



.subpage-header {
	padding: 80px 0;
	background-position: center; background-size: cover
}
.subpage-header-inner {
	padding: 40px;
	background: rgba(0,0,0,0.4)
}
.subpage-header-inner h1 {
	color: #fff;
	font-size: 45px; line-height: 65px;
	text-align: center;
}
.subpage-content-inner.inner {
	padding-top: 50px; padding-bottom: 50px;
	
}


.top-slider {
	position: relative;
	height: 525px;
	border-bottom: 5px solid #a77b56;
}
.top-slider-prev,
.top-slider-next {
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -17px;
	width: 35px; height: 32px;
	cursor: pointer;
}
.top-slider-prev:hover,
.top-slider-next:hover { opacity: 0.7 }
.top-slider-prev {
	margin-left: -695px;
	background-image: url(../images/icon-arrow-white-left.png)
}
.top-slider-next {
	margin-left: 660px;
	background-image: url(../images/icon-arrow-white-right.png)
}
.top-slider-slides {
	width: 100%; height: 100%;
}
.top-slider-slide {
	width: 100%; height: 100%;
	background-position: center; background-size: cover
}
.top-slider-slide.-s1 { background-image: url(../images/slide-pineapple.jpg) }
.top-slider-slide-link {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: 0 auto; padding: 70px 20px 75px;
	width: 100%;
	max-width: 1160px;
	color: #fff;
	font-size: 65px; line-height: 65px;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.4);
	border: none;
	transform: translate(-50%, -50%);
}
.top-slider-slide-link:hover {
	background: rgba(0,0,0,0.7);
	border: none;
}

.woocommerce h2 {
	font-size: 35px; line-height: 1.2
}
.woocommerce-loop-product__title {
	font-size: 20px; line-height: 24px;
}
.woocommerce ul.products li.product-category {
    float: left;
    margin: 0 0 0;
    padding: 0;
    position: relative;
    width: 33.33%;
    margin-left: 0;
}
.woocommerce ul.products li.product-category a { display: block; position: relative }
.woocommerce ul.products li.product-category a img { margin: 0!important }
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	position: absolute;
	top: 50%; right: 0; left: 0;
	padding: 20px;
	color: #fff;
	font-weight: 300; font-size: 28px; line-height: 1;
	text-align: center;
	background: rgba(0,0,0,0.4);
	transform: translateY(-50%)
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count { display: none }


.woocommerce ul.products {}
.woocommerce ul.products li.product {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background: #fff4eb;
	border: 1px solid #ececec;
	transition: .3s
}
.woocommerce ul.products li.product:hover {
	border: 1px solid #a77b56;
	box-shadow: 0 20px 25px rgba(0,0,0,0.2)
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link { position: static }
.woocommerce ul.products li.product a img {
	margin: 0 0 10px;
}
.woocommerce ul.products li.product  h2.woocommerce-loop-product__title {
	overflow: hidden;
	margin: 0 0 10px; padding: 0 20px;
	height: 38px;
	color: #424242;
	font-size: 16px; line-height: 1.2;
	text-align: center;
}
.woocommerce ul.products li.product .price {
	margin-bottom: 20px;
	color: #04b858;
	font-size: 18px; line-height: 1;
	text-align: center
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.woocommerce-loop-product__link:after {
	position: absolute;
	top: 50px; left: 50%;
	padding: .618em 1em;
	width: 70%;
	color: #fff;
	font-weight: 300;font-size: 16px; line-height: 1.2;
	text-align: center;
	transform: translateX(-50%);
	background: #a77b56;
	border: 1px solid #a77b56;
	border-radius: 5px;
	transition: .3s;
	opacity: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:after  {
	content: "Докладніше";
	top: 150px;
	height: 19px;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.woocommerce-loop-product__link:after { color: #424242; background: #fff4eb; }
.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover a.woocommerce-loop-product__link:after { opacity: 1 }

.woocommerce div.product form.cart .variations label { padding-left: 20px }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	margin: 20px 0;
}

input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #a77b56;
	border: 1px solid #a77b56;
	transition: .3s
}
input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	color: #424242;
	background-color: #fff
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover { background-color: #a79484 }
.woocommerce .quantity .qty { height: 34px; _border-radius: 3px; }

/* Basic Structure and Common elements */

#page.dashboard {

}
#header {
	padding: 10px 0 10px;
	background: #fff;
	border-bottom: 5px solid #a77b56
}
#header .inner {
	height: 108px;	
}
#logo {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 9px; left: 0px;
	width: 227px; height: 91px;
	line-height: 300px;
	text-indent: 227px;
	background: url(../images/logo-tropiky.png) no-repeat;
	border: none;
}
#menu {
	clear: right;
	float: right;
	margin: 15px 0;
	position: relative;
	z-index: 99;
}
#menu > input {
	display: none;
	position: absolute;
	top: 0px; right: 0;
	width: 25px; height: 25px;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#menu .-icon {
	display: none;
	float: left;
	position: relative;
	width: 25px; height: 25px;
	_background: #a77b56
}
#menu .-icon span {
	position: absolute;
	margin: 15px 0 0 0px;
	width: 25px; height: 3px;
	background: #a77b56;
}
#menu .-icon span:before,
#menu .-icon span:after {
	content: "";
	position: absolute;
	top: -7px;
	width: 100%; height: 3px;
	background: #a77b56;
	-webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.1,1),opacity .2s cubic-bezier(0,0,.1,1);
	transition: transform .3s cubic-bezier(0,0,.1,1),opacity .2s cubic-bezier(0,0,.1,1);
}
#menu .-icon span:after { top: 7px; }
#menu input:checked + .-icon span { background: transparent }
#menu input:checked + .-icon span:before { transform: rotate(315deg) translate(-5px,4px) }
#menu input:checked + .-icon span:after { transform:rotate(225deg) translate(5px,5px) }
#menu .-label {
	float: left;
	padding: 0 10px;
	font-size: 16px; line-height: 76px;
}
#menu > ul {
	margin: 0; padding: 0;
}
#menu > ul > li {
	float: left;
	margin: 0 0 0 22px; padding: 0;
}
#menu > ul > li > a {
	color: #604732;
	font-size: 20px; line-height: 24px;
	text-decoration: none;
	border: none;
}



	
#header .-icons { float: right; margin: 10px 0; _position: absolute; _top: 0; _right: 0; }
#header .-icons ul {
	margin: 0; padding: 0;
}
#header .-icons ul > li {
	float: left;
	margin: 0 0 0 20px; padding: 0;
	background-position: left; background-repeat: no-repeat;
}
#header .-icons ul > li.-tel { background-image: url(../images/icon-phone-small-grey.png) }
#header .-icons ul > li.-mail { background-image: url(../images/icon-mail-small-grey.png) }
#header .-icons ul > li.-fb { background-image: url(../images/icon-fb-small-grey.png) }
#header .-icons ul > li > a {
	display: block;
	margin: 0; padding: 0 0 0 25px;
	height: 24px;
	color: #747474;
	font-size: 12px; line-height: 24px;
	text-decoration: none;
	background: none;
	border: none;
}



#header .-right .-links {
	float: left;
}
#header .-right .-logo {
	float: left;
	padding: 0 0 0 3px;
	width: 240px; height: 70px;
	border-left: 6px solid #003d50;
}
#header .-right .-logo a {
	overflow: hidden;
	display: block;
	height: 70px;
	line-height: 200px;
	text-indent: 100%;
	background: url(../images/norwegian-reward-logo-2015.svg) center no-repeat #d81939;
	background-size: 150px auto;
	border: 0;
}
#cart {
	position: absolute;
	top: 0; right: 0;
	padding: 0 20px;
	background: #fff;
	z-index: 999;
	transition: .3s
}
#cart:hover {
	box-shadow: 0 20px 20px rgba(0,0,0,0.7)
}
#cart .-cart-icon {
	position: absolute;
	top: 15px; right: 15px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: .3s
}
#cart:hover .-cart-icon { margin-left: -100%; transition: .3s }
#cart .-cart-icon:after { display: none }
#cart .-cart-icon:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
	transition: .3s
}
#cart .-cart-icon:hover {
    text-decoration: none;
}
#cart:hover .-cart-icon:before { color: #a77b56 }
.cart-contents-count {
    color: #fff;
    background-color: #2ecc71;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}
#cart .widget_shopping_cart {
	display: none;
	
}
#cart:hover .widget_shopping_cart { display: block }

#body {
	
}
#body > .-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 1px;
	max-width: 1200px;
}


#footer {
	color: #fff;
	font-size: 15px; line-height: 23px;
	background: #a77b56;
	
}
#footer > .-inner {
	overflow: hidden;
	padding: 50px 20px 70px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,.3)
}
#footer a:hover { border-bottom: 2px solid #fff }

#footer h4 {
	color: #fff;
}

#footer > .-inner > div {
	float: left;
	box-sizing: border-box
}
#footer .-about {
	padding: 0 50px 0 0;
	width: 50%;
}
#footer .-menu {
	padding: 0 20px 0 0;
	width: 20%;
}
#footer .-menu ul { margin: 0; padding: 0; }
#footer .-menu ul li {
	margin: 0 0 15px; padding: 0;
	
	background: none
}
#footer .-menu ul li a {
	font-size: 20px; line-height: 24px;
}
#footer .-logo {
	padding: 0 20px 0 0;
	width: 30%;
}
#footer .-logo a {
	display: block;
	overflow: hidden;
	width: 343px; height: 143px;
	line-height: 500px;
	text-indent: 343;
	background: url(../images/logo-etnoselo.png) no-repeat; background-size: contain;
	border: none;
}



