* {
    box-sizing: border-box;
	margin: 0px;
    padding: 0px;
}

li {list-style: none;}

body {
	width: 100%;
	background: #000;
	    font-family: "Open Sans Condensed", sans-serif;
	min-width: 320px;
}

.block.content {
  max-width: 600px;
  margin: 0 auto; 
}

.block.content a {
  text-decoration: none;
}

#title-credits {
	color: #fff;
}
 
input.form-input {
    padding: 7px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 1rem;
    border: 1px solid #ccc;
}

button.btn.btn-success {
    background: #4abd31;
    font-size: 1rem;
    padding: 7px 30px;
    border: 0;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
}

button.btn.btn-danger {
    background: #ca292c;
    font-size: 1rem;
    padding: 7px 30px;
    border: 0;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
}

.notice {
    background: #63b047;
    color: #fff;
    padding: 20px;
    text-align: center;
}

#title {
    width: 100%;
    float: left;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 24px;
    clear: both;
    z-index: 2;
    position: relative;
}

#title-caption {
	width: 55%;
	float: left;
	background-color: #c82b31;
	padding: 5px;
}

#title-caption span {
	color: #ffef45;
}

#title-credits {
	width: 45%;
	float: left;
	background-color: #000;
	padding: 5px;
}

.header {
	position: relative;
	width: 100%;
}

.header img {
    vertical-align: top;
    width: 100%;
}

.book-bar {
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 27px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 6px 5px;
	background-color: #c82b31;
	margin: 1px 0;
	text-transform: uppercase;	
}

.book-bar span {
	text-decoration: underline;
}

#top-text {
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 27px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	padding: 5px 0;
}

#top-text span {
    color: #ffef45;
    font-style: italic;
}

.profiles {
	margin: 0 auto;
	float: left;
	width: 100%;
}

.profiles img, .sc-profiles img  {
	width: 100%;
    height: auto;
    margin-bottom: -4px;
}

.term {
  color: #CCC;
  background: #eee;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  text-shadow: none;
  width: 100%;
  border-radius: 0 0 5px 5px;
  background-color: #000;
}

.term p {
  padding: 4px;
}

.term span {
  color: #FF0;
  font-weight: bold;
}

#footer span {
  color: #FF0;
  font-weight: bold;
}

.profiles ul, .sc-profiles {
	float: left;
	color: #fff;
  padding:0 2px;
	margin: 0;
	width: 100%;
}

.profiles ul li, .sc-profiles ul li {
  float: left;
  position: relative;
  width: 100%;
  padding: 2px;
  display: inline-block;
  margin-bottom: 5px;
}

.sc-profiles ul li  {
  width: 50%;
  margin-bottom: 0;
}

.profile_genres {
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
    font-family: "Open Sans Condensed",sans-serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

#footer {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #CCC;
	float: left;
	width: 100%;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer p {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

#footer p span a {
	text-decoration: underline;
}

#footer p a {
	color: #ffed56;
	text-decoration: none;
}

.caption {
	background: #c82b31;
	color: #fff;
	float: left;
	font-size: 22px;
	line-height: 24px;
	padding: 5px 5px 8px 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	box-shadow: 0 -5px 5px -5px #333;
}

.caption span {
  color: #ffef45;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); 
}

.caption span {
  color: #ffef45;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); 
}

.c2t-click span {
	color: #ffef45;
	text-transform: uppercase;	
}

.c2t {
	width: 100%;
	float: left;
	background: #459b28;
    background: -moz-linear-gradient(top, #459b28 0%, #7bbc64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#459b28), color-stop(100%,#7bbc64));
    background: -webkit-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: -o-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: -ms-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: linear-gradient(to bottom, #459b28 0%,#7bbc64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459b28', endColorstr='#7bbc64',GradientType=0 );
	box-shadow: 0 -1px 2px #333;
}

.c2t-click {
    float: left;
    font-size: 22px;
    line-height: 25px;
	font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    width: 50%;
    color: #B5F9CC;
	border-bottom-left-radius: 3px;
	padding-left: 9px;
}

.c2t-click img {
	width: 35px;
	height: 32px;
    padding: 0 0 0 6px;
	vertical-align: middle;
	display: inline;
}

.c2t-click, .c2t-price {
	width: 100%;
	padding: 5px;
}

.c2t-price_wrapper {
	float: left;
	width: 50%;
	background: -moz-linear-gradient(top, #459b28 0%, #7bbc64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#459b28), color-stop(100%,#7bbc64));
    background: -webkit-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: -o-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: -ms-linear-gradient(top, #459b28 0%,#7bbc64 100%);
    background: linear-gradient(to bottom, #459b28 0%,#7bbc64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459b28', endColorstr='#7bbc64',GradientType=0 );
	font-family: Arial,Helvetica,sans-serif;
}

.c2t-price {
	float: left;
	width: 100%;
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-shadow: none;
	background-image: url(images/price-curve.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 0 5px 0 18px;
}

.c2t-price span {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.c2t-price-caption {
	float: left;
	width: 100%;
	color: #F00;
	font-size: 11px;
    line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#tan {
    text-align: center;
    width: 100%;
}

#tan img {
   padding-top: 5px;
   float: none;
}

/**POP-UP**/
.featherlight .featherlight-close-icon {
    font-size: 25px;
	background: #fff;
	top: 3px;
    right: 3px;
}

.featherlight .featherlight-content {
	border-radius: 5px;
	text-align: center;
	padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
	width: 69%;
}

.popup-title {
	float: left;
	width: 100%;
	background-color: #c82b31;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	margin-bottom: 5px;
}

.popup-content {
	float: left;
	width: 100%;
	color: #000;
	padding: 10px;	
}

.popup-content p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 18px;
	line-height: 21px;
}

.popup-content p span {
	background-color: #ffef45;
}

.popup-book {
	float: left;
	width: 100%;
	background-color: #1885b0;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}

.featherlight:last-of-type {
	background: rgba(0,0,0,.6);
}

/**POP-UP-END**/


@media (max-width: 575.98px) {
	
#title {
    width: 100%;
	font-size: 16px;
	line-height: 18px;	
	}
	
#top-text {
    font-size: 19px;
    line-height: 21px;
    margin: 4px 0 3px 0;
	padding: 0;
}
}

@media (max-width: 320px) {

.c2t-click {
    font-size: 20px;
}

.c2t-price {
    font-size: 18px;
	padding-top: 2px;
}

.c2t-price-caption {
    font-size: 10px;
}

}

