
.pricing-container {
	width: 95%;
	max-width: 1170px;
	margin: 4em auto;
/*	background-color: blue;*/
}

.pricing-container {
    margin: 3em auto;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
	text-align: center;

}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
/*	border-radius: 50em;*/
/*	border: 2px solid #17ade4;*/
}

/*.pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}*/

/*.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
/*	width: 120px;*!/
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 2rem;
    font-family: PulsoLight;
    text-transform: uppercase;	
	letter-spacing: 1px;
	padding: 0 10px;
	background-color: red;
}*/

/*.pricing-switcher input[type="radio"] + label {
/*  	color: #ccc;*!/
  	color: #000;
} 


.pricing-switcher input[type="radio"]:checked + label{
   background-color:#FEE856;
   color: #000;
  

} 
*/


/*.pricing-switcher input[type="radio"]:checked + label{
   background-color: rgba(23, 61, 80, 0.06);
   color: #000;

} 
*/




.pricing-switcher .switch {
	position: absolute;
	top: 2px;
/*	left: 2px;*/
	left: 110px;
	height: 45px;
	width: 110px;
/*	background-color: #17ade4;*/
    background-color: rgba(23, 61, 80, 0.06);	
/*	border-radius: 50em;*/
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch{
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}



.no-js .pricing-switcher {
	display: none;
	
}

.pricing-list {
	margin: 2em 0 0;
}

.pricing-list > li {
	position: relative;
	margin-bottom: 1em;
	list-style: none;
	padding-bottom: 40px;
	
}

@media only screen and (min-width: 768px) {
  
    
  
  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
	  list-style: none;
  }
  
  .pricing-list-four > li {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
	  list-style: none;
  	margin-bottom: 60px;
  }
  
  
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
	position: relative;
}

.touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

.pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	list-style: none;
	
}

.pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
/*	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));*/
}

.pricing-wrapper > li.is-ended::after {
	display: none;
}

.pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

.pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .pricing-wrapper > li::after {
    display: none;
  }
  .exclusive .pricing-wrapper > li {
/*    box-shadow: inset 0 0 0 3px #2d3e50;*/
/*    box-shadow: inset 0 0 0 1px #c7c7c7;*/
  }
  .has-margins .pricing-wrapper > li,
  .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

.pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

.currency,
.value {
	font-size: 3rem;
	font-weight: 300;
}

.duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

.exclusive .duration {
	color: #f3b6ab;
}

.duration::before {
	content: '/';
	margin-right: 2px;
}

.value {
    font-size: 7rem;
    font-weight: 300;
}

.currency, 
.duration {
    color: #1bbc9d;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
	width: 600px;
}

.pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

.pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}
  
.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

.pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}
/*

.select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #1bbc9d;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
	color: #ffffff;
}

.exclusive .select {
    background-color: #1bbc9d;
	color: #ffffff;
}
  
.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}
  
.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}
  
.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}
*/

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/* ------------------------------------------------------------------
PRICE TABLE
---------------------------------------------------------------------*/

#price {
background-color: #fff;
/*padding-top: 120px;*/
padding-top: 60px;
/*padding-bottom: 220px;*/

}


#price h2{
	font-weight: 200;
	font-size: 45px;
	text-align: center;
/*	line-height: 1em;*/
/*	margin-top: 80px;*/
/*	font-family: PulsoLight;*/
	
}


#price h2.yellow{

	line-height: 0.9em !important;
	margin-bottom: 50px;
	font-family: PulsoLight;
	margin-top: 50px;
	font-size: 65px;
	
}


#price h3{
	text-align: center;
	
}



#price h4{
	text-align: center;
	font-size: 30px;
	padding-bottom: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #e2e2e2;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
	
}



#price h4:hover{
opacity: 0.5;
}


#price h5{
/*	font-size: 28px;	*/
font-size: 25px;
font-weight: 500;
color: #000;
text-transform: uppercase;
letter-spacing: 5px;
position: relative;
top: 30px;
}



#price .price-table {
/*background-color: blue;*/
/*padding: 15px;*/
}

#price .price-header {
/*	background-color: red;*/
	padding: 3px;
}

#price .price-label {
/*	background-color: green;*/
	height: 50px;
	
}
or
#price .price-label-title {
	font-size: 28px;
	text-align: left;
	padding-top: 25px;	
	font-weight: 200;
	color: red;
	text-transform: uppercase;
}


#price .price-label-title span{
	font-weight: 500;
	
}


#price .price-label-title-top {
	font-size: 30px;
/*	font-size: 35px;*/
	text-align: left;
	padding-top: 25px;	
	font-weight: 200;
/*	color: red;*/
/*	text-transform: uppercase;*/
	font-family: PulsoLight;
	color: black;
	
	margin-bottom: 5px;
}

#price .price-label-title-top span {
	font-size: 55px;
	font-weight: 500;
	color: #00888e;
	
}


.price-value {
/*	background-color: #df0e0e;*/
/*	background-color: rgba(23, 61, 80, 0.06);*/
/*	height: 120px;*/
	
	text-align: center;
/*	padding: 40px 20px 0;*/
/*	padding-bottom: 20px;*/
/*	margin-top: 50px;*/

}

.price-unit {
	position: relative;
/*	top: -30px;*/
	font-size: 22px;
	font-weight: 200;
	letter-spacing: -0.4px;
		font-family: PulsoRegular;

}

.price-number {
	font-size: 50px;
	text-align: center;
	position: relative;
	font-weight: 200;
	font-family: PulsoRegular;
	color: #fff;	
/*	top: -30px;*/
}

.price-desc {
	position: relative;
	top: 0px;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: .7px;	
	font-family: PulsoLight;
	padding: 0 10px;
}


#price .price-rows {
/*	background: yellow;*/
/*	padding: 20px;*/
padding-right: 20px;
}


#price .price-row {
	padding: 20px 0;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 1px solid #d9d9d9;
	color: #7f7f7f;
}


#price .price-row span{
		font-size: 18px;
		color: #000000;
}


#price sub.price-duration {
	text-transform: uppercase;
/*	padding-top: 20px;*/
	padding-bottom: 20px;
/*	background-color: white;*/
	display: table;
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	font-size: 15px;
/*	color: #a4a4a4;*/
	color: #7C7C7C;
}



#price sub.price-duration-buttom {
	
	text-transform: uppercase;
	display: table;
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 80px;
	font-size: 11px;
	color: #a4a4a4;
	position: relative;
	top: -13px;
}


#price sub.price-old {	
	display: inline-block;
	width: 100%;
	font-family: PulsoLight;
	font-size: 14px;
	color: #fff;
	position: relative;
/*	top: 35px;*/
}



#price sub.price-old {
/*	font-weight: 800;*/
/*	font-family: 'Raleway', sans-serif;*/
	font-size: 18px;
	color: #d4cece;
	padding-left: 5px;
}


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

Pricing tables 

-------------------------------- */
.cd-pricing {
/*  width: 90%;*/
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.cd-pricing > li {
  position: relative;
  margin: 0 auto 2.5em;
  background-color: #ffffff;
  border-radius: .3em .3em .25em .25em;
  border: solid 1px #C8C8C8;
	list-style: none;
	
}

.cd-pricing > li.empty-box {
  box-shadow: none;
}
.cd-pricing > li.empty-box::after {
  /* placeholder visible when .cd-form is open - in this case same color of the background */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f222b;
}
@media only screen and (min-width: 768px) {
  .cd-pricing {
    max-width: 1000px;
  }
  .cd-pricing > li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
	list-style: none;
  }
  .cd-pricing > li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-pricing > li {
/*    width: 28.0%;*/
    width: 32%;
    float: left;
    margin-right: 2%;
  }
}


.cd-top-desc {
padding: 2.3em 1em 1.3em;
border-radius: 0.9em 0.9em 0 0;
/* box-shadow: inset 0 2px 0 #d4d7d3; */
color: #000000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f3f3f3;
}
}
.cd-top-desc h2, .cd-pricing-header .cd-price {
  line-height: 1.2;
}

.cd-top-desc h2, .cd-pricing-header .cd-plus {
  line-height: 1.2;
/*  background-color: red;*/
}

.cd-top-desc h2 {
  font-size: 2rem;
  margin-bottom: 0.15em;
}
.cd-top-desc .cd-price {
/*  display: inline-block;*/
  font-weight: normal;
  text-align: center;
 
  

}
.cd-top-desc .cd-price::after {
  clear: both;
  content: "";
  display: table;
}

.cd-price img {
	margin-bottom: 30px;
	margin-top: 10px;
}


.cd-top-desc span {
/*  float: left;*/
}
.cd-top-desc span#mas {
  font-size: 25px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: PulsoRegular;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #919191;
}

.cd-top-desc span:nth-of-type(1) {
  	color: #000000;
/*	text-transform: uppercase;*/
/*    padding-bottom: 10px;*/
    display: table;
    clear: both;
    width: 100%;
    float: left;
/*    margin-top: 30px;*/
    font-size: 24px;
	letter-spacing: 1px;
/*    color: #ffffff;*/
	font-family: PulsoRegular;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 0.9em;
}


.cd-top-desc span.bigger {
	font-size: 45px;
/*	color: red;*/
}

.cd-top-desc label {
	text-align: center;
	display: block;
/*	background-color: red;*/
	position: relative;
/*	top: 10px;*/
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200;
	font-family: PulsoRegular;
	letter-spacing: 1px;
	
}


.cd-top-desc label.gigas {
	position: relative;
/*	color: red;*/

/*	top: -40px;*/
}




.cd-top-desc span:nth-of-type(2)::before {
/*  content: '/';*/
}
@media only screen and (min-width: 768px) {
  .cd-top-desc h2 {
    font-size: 2.6rem;
  }
}



.cd-pricing-header {
padding: 3em 1em 2em;
/*  padding: 5.3em 1em 2.3em;*/
/*  border-radius: .25em .25em 0 0;*/
/*  box-shadow: inset 0 1px 0 #c1cfa2;*/
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #00afdb;
/*   background-color: #535353;
  height: 200px;*/
/*  padding-top: 1em;*/
}



.cd-pricing-header h2, .cd-pricing-header .cd-price {
  line-height: 1.2;
}
.cd-pricing-header h2 {
  font-size: 2rem;
  margin-bottom: 0.15em;
}
.cd-pricing-header .cd-price {
/*  display: inline-block;*/
  font-weight: bold;
  text-align: center;

}
.cd-pricing-header .cd-price::after {
  clear: both;
  content: "";
  display: table;
}
.cd-pricing-header span {
/*  float: left;*/
}
.cd-pricing-header span#mas {
  font-size: 45px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: PulsoRegular;
}

.cd-pricing-header span:nth-of-type(1) {
  	/*color: #f5d600;
	text-transform: uppercase;
    padding-bottom: 10px;
    display: table;
    clear: both;
    width: 100%;
    float: left;
    margin-top: 30px;
    font-size: 25px;
	letter-spacing: 1px;
    color: #ffffff;
	font-family: PulsoLight;*/
}





.cd-pricing-header span:nth-of-type(2)::before {
/*  content: '/';*/
}
@media only screen and (min-width: 768px) {
  .cd-pricing-header h2 {
    font-size: 2.6rem;
  }
}


.cd-pricing-features {
/*  padding: 2.8em 1em 1.5em;*/
padding: 1.8em 2.5em 1.5em;
background-color: #fcfcfc;
box-shadow: 0 2px 1px #d7d7d7;
}


.cd-pricing-features li h2 {
	 overflow: hidden;
	 text-align: center;
	font-size: 14px !important;
	padding: 0;
	margin: 0;
	line-height: 0.9em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 20px 0 ;
}
.cd-pricing-features li h2:before,
.cd-pricing-features li h2:after {
	 background-color: #333;
	 content: "";
	 display: inline-block;
	 height: 1px;
	 position: relative;
	 vertical-align: middle;
	 width: 50%;
}
.cd-pricing-features li h2:before {
	 right: 0.5em;
	 margin-left: -50%;
}
.cd-pricing-features li h2:after {
	 left: 0.5em;
	 margin-right: -50%;
	}


.cd-pricing-features li {
  line-height: 1.8em;
/*  	line-height: 1em;*/
/*  	margin-bottom: .4em;*/
	list-style: none;
	font-size: 14px;
	color: #535353;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	
	
}

.cd-pricing-features li img {
	padding: 0 2px;
/*	padding-top: 8px;*/
/*	padding-bottom: 8px;*/
	width: 35px;
} 

.cd-pricing-features li:last-of-type {
  margin-bottom: 0;
}

.cd-pricing-features p {
  margin-bottom: 20px;
  font-family: PulsoRegular;
  text-transform: uppercase;
  text-align: center;
}


.cd-pricing-features em {
  position: relative;
  padding-left: 28px;
}
.cd-pricing-features em::before {
  /* this is the icon (check or cross) next to the plan feature */
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: url(../img/cd-icons-internet.svg) no-repeat -24px 0;
}
.cd-pricing-features .available em::before {
  background-position: 0 0;
}



.cd-pricing-footer {
/*  padding-bottom: 1.7em;
  background-color: red;*/
  padding: 20px;
}
.cd-pricing-footer a {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.empty-box .cd-pricing-footer a {
  /* scale down to 0 the action button when sign up form is visible */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}




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

Pricing tables 

-------------------------------- */
.cd-pricing {
/*  width: 90%;*/
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
.cd-pricing > li {
  position: relative;
  margin: 0 auto 2.5em;
  background-color: #ffffff;
  border-radius: .3em .3em .25em .25em;
  border: solid 1px #C8C8C8;
	list-style: none;
}

.cd-pricing > li.empty-box {
  box-shadow: none;
}
.cd-pricing > li.empty-box::after {
  /* placeholder visible when .cd-form is open - in this case same color of the background */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f222b;
}
@media only screen and (min-width: 768px) {
  .cd-pricing {
    max-width: 1000px;
  }
  .cd-pricing > li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
	list-style: none;
  }
  .cd-pricing > li:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-pricing > li {
/*    width: 28.0%;*/
    width: 32%;
    float: left;
    margin-right: 2%;
  }
}



}

.empty-box .cd-pricing-footer a {
  /* scale down to 0 the action button when sign up form is visible */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}


/* ####### AJUSTES PARA TELEFONOS CON PANTALLA CHICA -- */

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

.cd-top-desc span.bigger {
	font-size: 45px;
/*	color: red;*/
}

}

