#pricing * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#pricing {     
    color: #FFF;
    font-size: 62.5%;
	
    font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana; }

#pricing ul {
    list-style-type: none;
}

#pricing a {
    color: #e95846;
    text-decoration: none;
}

#pricing .pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}


#pricing .pricing-table-title a {
    font-size: 0.6em;
}

#pricing .clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
#pricing .pricing-wrapper {
    width: 100%;
    margin: 40px auto 0;
	
}

#pricing .pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 23%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
	background:white;
	position:relative;
}

#pricing .pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

#pricing .pricing-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0 5px 0;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}


#pricing .slogan {
    color: #FFF;
    background: #e95846;
    padding: 5px 0 20px 0;
    font-size: 1.4em;
    text-transform: Capitalize;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	margin-top:-1px;
}

#moneyChangeButton {
	cursor:pointer;
	width: 80px;
    text-align: center;
	margin-left:1%;
	background:rgba(0,0,0,0.3);
	font-size:2em;
	border:1px solid rgba(255,255,255,0.2);
	padding:3px;
	display:inline-block;
}

#pricing .pricing-table.recommended { transform:scale(1.02); }
#pricing .pricing-table.recommended:hover { transform:scale(1.06); }

#pricing .pricing-table.recommended .pricing-title, #pricing .pricing-table.recommended .slogan {
    background: #2db3cb;
}

#pricing .pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

#pricing .pricing-table .price {
    background: #403e3d;
    font-size: 3.4em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#pricing .pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

#pricing .table-list {
    background: #FFF;
    color: #403d3a;
}

#pricing .table-list li {
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 8px;
}

#pricing .table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
} 

#pricing .table-list li span {
    font-weight: 400;
}

#pricing .table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


#pricing .table-list li:nth-child(2n) {
    background: #F0F0F0;
}

#pricing .pricing-table .table-buy {
    background: #FFF;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    position: absolute;
	width:100%;
    left:0;
	bottom: 0;
}

#pricing .table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

#pricing .table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

#pricing .table-buy .pricing-action {
    float: left;
	width:100%;
    color: #FFF;
    background: #e95846;
    padding: 3px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#pricing .table-buy .pricing-action:hover {
    background: #cf4f3e;
}

#pricing .recommended .table-buy .pricing-action:hover {
    background: #228799;    
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
    #pricing .pricing-wrapper {
        width: 768px;
    }

    #pricing .pricing-table {
        width: 236px;
    }
    
    #pricing .table-list li {
        font-size: 1.3em;
    }

 }

 @media only screen and (max-width: 767px) {
    #pricing .pricing-wrapper {
        width: 420px;
    }

    #pricing .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
 }

@media only screen and (max-width: 479px) {
    #pricing .pricing-wrapper {
        width: 300px;
    }
} 


.domain-pricing {padding-top:30px; overflow: hidden;}
.domain-pricing .tld-row.highlighted { background: #eee; }
.domain-pricing .no-bg { background-color: transparent !important; }
.domain-pricing .tld-pricing-header div:nth-child(odd) { border-color: #ccc; background-color: #f5f5f5; }
.domain-pricing .two-row-center { line-height: 30px; margin-top: 6px; margin-bottom: 6px; padding-left: 30px; }