
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

th {
    text-align: center;
}
td {
    text-align: right;
    padding: 2px 10px;
}
.priority{
    color: coral;
}

/* Content */
.content {
	padding: 3em 0;
}

.intro {
	padding: 1em;
	max-width: 1000px;
	text-align: center;
	font-size: 2em;
}

.pricing-section {
	min-height: 100vh;
	display: -webkit-inline;
	display: inline;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-section {
	padding: 2em 0 8em;
	min-height: 100vh;
	position: relative;
}

.pricing-section__title {
	font-size: 1.7em;
	font-weight: 700;
	margin: 1em 0 1em;
	flex: none;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

.pricing-section a {
	color: #333;
}

.pricing-section a:hover, 
.pricing-section a:focus {
	color: #000;
}

/* Common styles */

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__item_plus {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 480px;
	flex: 0 1 480px;
}
.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* flipping styles */
.card-container,
.pricing__item {
	perspective:700;
}
.front, .back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: inherit;
	height: 200px;
	backface-visibility: hidden;
	background: inherit;
    padding: 10px 20px;
    box-shadow: 0 0 5px #333;
}
.back {
	transform: rotateY(180deg);
}
.card {
	position: inherit;
	margin: inherit;
	width: inherit;
	height: 200px;
	transition: all 1s ease-out;
	transform-style:preserve-3d;
}
.card:hover {
	transform: rotateY(180deg);
}

.card.flipped {
	transform: rotateY(180deg);
}

ul {
    list-style: none;
    padding: 0 1px;
}

.social {
	-webkit-align-self: flex-end;
    display: inline-block;
	align-self: flex-end;
	margin: 2px;
	font-size: 1.5em;
    text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 40px;
	background: #ff6633;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

/* Individual styles */
.pricing--tashi .pricing__item--featured .pricing__price::after {
	background: url(../img/stamp.png);
	background-size: cover;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	pointer-events: none;
}

/* tashi */
.pricing--tashi .pricing__item {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0.5em;
	padding: 2em 2.5em;
	text-align: left;
	color: #fff;
	background: #262c37;
    width: 330px;
    height: 370px;
}

.pricing--tashi .pricing__item_plus {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0.5em;
	padding: 2em 2.5em;
	text-align: left;
	color: #fff;
	background: #262c37;
    width: inherit;
}

.pricing--tashi .pricing__item_form {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0.5em;
	padding: 2em 2.5em;
	text-align: left;
	color: #fff;
	background: #262c37;
    width: inherit;
}

.pricing--tashi .pricing__title {
	font-size: 2em;
	font-weight: 400;
	margin: 0 0 0.15em;
	color: #ff6633;
}

.pricing--tashi .pricing__price {
	font-size: 3.5em;
	font-weight: 700;
	padding: 0.1em 0.3em 0;
}

.pricing--tashi .pricing__from {
    font-size: 0.9em;
	font-weight: 300;
	padding: 0.85em 0 0;
}

.pricing--tashi .pricing__currency {
	font-size: 0.65em;
	vertical-align: super;
	color: #ff6633;
}

.pricing--tashi .pricing__period {
	font-size: 0.25em;
	padding: 0 0 0 0.5em;
	color: #999;
}
.pricing--tashi .pricing__sub {
	font-size: 0.45em;
	padding: 0 0 0 0.5em;
	color: #fff;
}

.pricing--tashi .pricing__sentence {
	padding: 0 0 0.5em;
	margin: 0;
	color: #999;
    height: 100px;
}

.pricing--tashi .pricing__feature-list {
	font-size: 0.95em;
	margin: 0;
	padding: 0 0 2.5em;
	list-style: none;
	color: #999;
}

.pricing--tashi .pricing__table {
	position: relative;
	display: block;
	padding: 1px;
	
}

.pricing--tashi .pricing__feature {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	line-height: 1.5;
}

.pricing--tashi .pricing__feature::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 2px;
	background: #1F242D;
	left: 0;
	top: 50%;
	margin: -2px 0 0 0;
}

.pricing--tashi .pricing__action {
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin-top: auto;
	font-size: 1.15em;
    font-weight: 700;
	width: 40px;
	height: 40px;
	line-height: 20px;
	color: #fff;
	border-radius: 30px;
	background: #ff6633;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.pricing--tashi .pricing__action:hover,
.pricing--tashi .pricing__action:focus {
	background: #1A1F28 !important;
}

.pricing__item.shadow {
	height: 200px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #333;
}

/* ------ ROTATOR ------ */

.cbp-qtrotator {
	position: relative;
	margin: 2em auto 2em auto;
	max-width: 700px;
	width: 100%;
	max-height: 200px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	max-height: 200px;
	border-top: 1px solid #f4f4f4;
	padding: 1em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 1.2em; /* 2 */
	color: #003D6B;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1em; /* 1.2 */
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}

