﻿.tabs {
	background-color: #ee4d9b;
	padding: 12px 30px 0 30px;
}

.tabs:after {
	clear: both;
	content: '';
	display: table;
}

.tabs li {
	display: inline;
	float: left;
}

.tabs a {
	color: #ffffff;
	display: block;
	font: normal normal 300 16px/100%
		'Gotham SSm A', Arial, sans-serif;
	padding: 20px 30px;
}

.tabs a.selected {
	background-color: #ffffff;
	color: #ee4d9b;
}

.section {
	display: none;
}

.section.show {
	display: block;
}

.section:after {
	clear: both;
	content: '';
	display: table;
}

.section .item {
	display: inline;
	float: left;
	width: 33%;
}

h2 {
	margin-bottom: 20px;
}

h2, h2 a {
	clear: both;
	color: #201e1f;
	display: block;
	font: normal normal 300 40px/100%
		'Tungsten A', Arial, sans-serif;
	text-transform: uppercase;
}

h2 a {
	background: transparent url('../images/collapsed.png')
		no-repeat scroll 100% 0;
	min-height: 55px;
}

h2.show a {
	background-image: url('../images/expanded.png');
}

h2 a:focus, h2 a:hover {
	color: #ee4d9b;
}

.section h6 {
	clear: both;
	display: block;
	font: normal normal bold 13px/100%
		'Gotham SSm A', Arial, sans-serif;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.section .item p {
	font: normal normal 300 13px/100%
		'Gotham SSm A', Arial, sans-serif;
	line-height: 130%;
	margin-bottom: 10px;
}

.section .item.clear {
	clear: left;
}

.section .item.clear + .item {
	width: 34%;
}

.section .item {
	padding: 20px 0;
}

.section .item * {
	padding: 0 30px 0 0;
}

.section .item .prices {
	text-align: right;
}

.section .item .prices li {
	display: inline-block;
	* display: inline;
	font: normal normal bold 12px/100%
		'Gotham SSm A', Arial, sans-serif;
}

.section .item .prices li + li {
	margin-left: 10px;
}


.section .prices li {
    display: inline-block;
    * display: inline;
    font: normal normal bold 12px/100% 'Gotham SSm A', Arial, sans-serif;
}

.section .prices li + li {
    margin-left: 10px;
}

.items {
	padding: 50px 30px;
}

.section + .section {
	margin-top: 20px;
}

.section > p {
	color: #999999;
	font: normal normal 300 13px/100%
		'Gotham SSm A', Arial, sans-serif;
	margin-top: 6px;
}

@media screen and (max-width: 767px) {
	.section .item, .section .item.clear + .item {
		display: block;
		float: none;
		width: auto;
	}

	.section .item * {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.tabs {
		padding: 0;
	}

	.tabs li {
		display: block;
		float: none;
		width: auto;
	}
}