﻿/* cyrillic-ext */
@import url('https://fonts.googleapis.com/css?family=Exo+2:100,300,400,500,600,700,900&display=swap');

body{margin: 0px; padding: 0px; font-family: 'Exo 2'; margin-top:0px; 
overflow-x:hidden !important;
-webkit-overflow-x:hidden !important;
-moz-overflow-x:hidden !important;
-o-overflow-x:hidden !important;
background: #fff;
}

#menu-fixed{ background:#fff;display:none;color: #000;}
header{
background: #0063a8;margin: 0px; padding: 0px; width: 100%; top:0px;
}
nav{width: 100%; position: relative; z-index: 99;}
.logo_img1{
  width: 70%;
}
footer {background: #000; color: #fff; padding: 25px 0; font-size: 11px; width: 100%; margin: 0px; border-bottom: solid 4px #00ffc0;}
section{padding: 20px 0; margin: 0px;}
a{text-decoration: none;}

.titulo{ font-size: 45px; font-weight: 700; font-family: 'Exo 2' !important; line-height: 48px;}
.titulospan{ border-bottom: solid 3px #00ffc0;}

.subtitulo{ font-size: 25px; font-weight: 500; font-family: 'Exo 2' !important; line-height: 20px;}

p{margin: 0px; padding: 0px; font-family: 'Exo 2' !important; font-weight: 200; font-size: 16px;line-height: 25px; text-align: justify;}
hr{height: 1px; background: #bcb5a7; border:0px;}

.boton1{
  padding: 10px 25px; 
  color:#fff;
  font-size: 16px;
  background: #0063a8;
  font-weight: 300;
  border-radius: 50px;
  border: 0px;
}

.boton1:hover{
  background: #000;
}

.divtabla{display: table;}
.divtabla > * {
    display: table-cell;
    vertical-align: middle;
  }
.mapa_sitio{font-size: 14px; padding: 5px 25px 0px 25px; border-top: solid 1px #cccccc; border-left: solid 1px #cccccc; border-right: solid 1px #cccccc; float: right; }

#menu-fixed-logo{display: none;}
#webpage{margin: 0 auto; padding: 0; border:0; width: 100%;  position: relative;}

.linea{ height: 1px; background-color: #cccccc; width: 100%; margin: 0px 0px; }
.linea2{ height: 1px; background-color: #cccccc; width: 100%; margin-bottom: 12px; }

.extrabig{font-size: 200px;}
.big{font-size: 80px;}
.mediumbig{font-size: 35px;}

.alinear_centro{text-align: center;}
/* ICONOS REDES SOCIALES MENU */

/* Wrapper */
.icon-button {
	border-radius: 2.5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
  text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 4px 4px 0 4px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.5rem;
  /*background: #d5d5d5;*/
  color:#fff;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
  position: absolute !important;
	left: 50%;
	top: 50%;
  
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.2rem;
  margin: -1.2rem;
}
.icon-button:hover i {
  color:#6c6969;
}
.icon-button:hover span {
	width: 0;
  margin: 0;
  height: 0;
}

.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.youtube span {
	background-color: #db5a3c;
}
.clip span {
  background-color: #afafaf;
}
.envelope span {
  background-color: #312d2e;
}
/* Icons */
.icon-button i {
	background: none;
	color: #fff;
	height: 2.6rem;
	left: 1px;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.5rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #6c6969;
}
.icon-button .icon-facebook {
	color: #6c6969;
}
.icon-button .icon-youtube {
	color: #6c6969;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-youtube {
	color: white;
}

/* Circle 2 */
/* Wrapper */
.icon-button2 {
  border-radius: 1.5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0rem;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 4px 4px 0 4px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.5rem;
  /*background: #d5d5d5;*/
  color:#fff !important;
}

.icon-button2 span {
  border-radius: 0;
  display: block;
  position: absolute !important;
  left: 50%;
  top: 50%;
  
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.2rem;
  margin: -1.2rem;
}
.icon-button2:hover i {
  color:#6c6969;
}
.icon-button2:hover span {
  width: 0;
  margin: 0;
  height: 0;
}

/* Icons */
.icon-button2 i {
  background: none;
  color: #fff;
  height: 1.6rem;
  left: 1px;
  line-height: 1.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 1.5rem;
  z-index: 10;
}

.icon-button2:hover{
  color: white;
  text-decoration: none;
}

/* TERMINA LO DE ICONOS */
/*.separador{ height: 40px; width: 100%; clear: both}*/
.separador{ height: 20px; width: 100%; clear: both; margin: 10px 0px;}
.separador1{ height: 15px; width: 100%; clear: both; margin: 5px 0px;}
.separador2{ height: 10px; width: 100%; clear: both;}
.separador3{ height: 5px; width: 100%; clear: both;}
.separador4{ height: 2px; width: 100%; clear: both;}
.clear{ clear: both}

.borde_inferior{ border-bottom: solid 2px #e0e722;}
.serviciostexto {font-size: 14px;}

/*Colores textos*/
.color_verde{color:#2d9615;}
.color_blanco{color:#fff;}
.color_gris{color:#525252;}
.color_negro{color:#000;}
.color_rojo{color:#c51230;}
.color_amarillo{color:#b8a35e;}
.color_morado{color:#92278f;}
.color_rosa{color:#a45598;}
.color_naranja{color:#f9b548;}
.color_azul{color:#006e6d;}
.color_celeste{color:#2a75b6;}

/*Colores fondos*/
.fondo_verde{background-color:#99cc00;}
.fondo_morado{background-color:#a45598;}
.fondo_rosa{background-color:#f7e3f4;}
.fondo_blanco{background-color:#ffffff;}
.fondo_gris{background-color:#eeeef0;}
.fondo_negro{background-color:#000000;}
.fondo_amarillo{background-color:#b8a35e; }
.fondo_azul{background-color:#0063a8;}

.fondo_inicio_somos{
  background: url(../images/fondo_nosotros.jpg) no-repeat right top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fondo_servicios{
  background: url(../images/fondo_servicios.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*Anchura textos*/
.text_thin{font-weight: 100;}
.text_light{font-weight: 300;}
.text_normal{font-weight: 400;}
.text_semibold{font-weight: 600;}
.text_bold{font-weight: 700;}
.text_ultra_bold{font-weight: 900;}

/*  Generic Styling, for Desktops/Laptops */

  .tabla { 
    width: 100%; 
    border-collapse: collapse;
  }
  .tabla tr:nth-of-type(odd) { 
    background: #eee;
  }
  .tabla th { 
    background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    color: #2d9615; 
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }
  .tabla td{font-weight: 300; font-size: 13px;}
  .tabla td a{ color: #590d65;}
  .tabla td a:hover{ text-decoration: underline;}
  .tabla td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
  }
  /* 
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
  @media 
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
  
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
    }
    
    td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      content: attr(data-title);
    }
    
  }

  /* Dividers */
.g-hr {
  font-size: 0;
  text-align: center;
  height: 20px;
  width: 100%;
  margin: 35px 0;
  padding: 2px 0;
  overflow: hidden;
  position: relative;
  clear: both;
  }
  .g-hr-h:before,
  .g-hr-h:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 50%;
    margin-top: 7px;
    vertical-align: top;
    position: relative;
    background-color: #e8e8e8;
    }
  .g-hr-h:before {
    left: -13px;
    margin-left: -50%;
    }
  .g-hr-h:after {
    left: 13px;
    margin-right: -50%;
    }
    .g-hr-h i {
      font-size: 16px;
      line-height: 16px;
      height: 16px;
      width: 20px;
      vertical-align: top;
      text-align: center;
      color: #e8e8e8;
      }
  /* SIZE: small */
  .g-hr.size_small {
    margin: 25px 0;
    }
  /* SIZE: big */
  .g-hr.size_big {
    margin: 45px 0;
    }
  /* SIZE: huge */
  .g-hr.size_huge {
    margin: 65px 0;
    }
  /* TYPE: invisible */
  .g-hr.type_invisible {
    height: 0;
    margin: 20px 0;
    }
    .g-hr.type_invisible.size_small {
      margin: 10px 0;
      }
    .g-hr.type_invisible.size_big {
      margin: 30px 0;
      }
    .g-hr.type_invisible.size_huge {
      margin: 50px 0;
      }
    .g-hr.type_invisible .g-hr-h {
      display: none;
      }
  /* TYPE: short */
  .g-hr.type_short {
    width: 30%;
    margin-left: auto !important;
    margin-right: auto !important;
    }
  /* TYPE: simple */
  .g-hr.type_simple .g-hr-h:before {
    left: 0;
    margin-left: 0;
    width: 100%;
    }
  .g-hr.type_simple .g-hr-h:after,
  .g-hr.type_simple .g-hr-h i {
    display: none;
    }

/* Animaciones */
.demo-2 {
  position:relative;
    /*
    float:left;
    margin-right:20px;*/
    width:100%;
    height:190px;
    overflow:hidden;    
    background-color:rgba(26,76,110,0.5);
    list-style: none;

    -webkit-box-sizing: border-box;
      /* Firefox (desktop or Android) 28- */
      -moz-box-sizing: border-box;
      /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
      box-sizing: border-box;
}
.demo-2 p,.demo-2 h2 {
    color:#fff;
    /*padding:10px;
    left:-20px;*/
    top:20px;
    position:relative
}
.demo-2 p {
    font-size:12px;
    line-height:18px;
    margin:0
}
.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    font-weight: 300;
    margin:0;
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    /*margin:-12px 0;*/
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-76px;
    padding-top:80px
}
h2.zero,p.zero {
    margin:0;
    padding:0
}


/* efecto 2*/

.demo-3 {
    position:relative;
    width:100%;
    height:200px;
    overflow:hidden;
    /*float:left;
    margin-right:20px*/
    -webkit-box-sizing: border-box;
      /* Firefox (desktop or Android) 28- */
      -moz-box-sizing: border-box;
      /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
      box-sizing: border-box;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-50px
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    color:#fff;
    font-size:18px;
    text-align:left;
    font-weight:300;
}
.demo-3 figure p {
    display:block;
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:29px 44px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.imgwgaleria {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */

  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
  border: solid 3px #fff;
}
.imgwgaleria:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */

          transform : scale(1.1);
        -moz-transform : scale(1.1);      /* Firefox */
        -webkit-transform : scale(1.1);   /* Chrome - Safari */
        -o-transform : scale(1.1);        /* Opera */
  z-index: 99;

}

/*Formularios*/
/*#form-main{
  width:100%;
  float:left;
  padding-top:0px;
}

#form-div {
  background-color:rgba(72,72,72,0.4);
  padding-left:35px;
  padding-right:35px;
  padding-top:35px;
  padding-bottom:50px;
  width: 450px;
  float: left;
  left: 50%;
  position: absolute;
  margin-top:30px;
  margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}*/

.feedback-input {
  color:#000;
  font-family: 'Exo 2' !important;
  font-weight:500;
  font-size: 13px;
  border-radius: 0;
  line-height: 20px;
  background-color: #f6f6f6;
  padding: 8px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
}

.feedback-input:focus{
  outline: none;
  background: #e0e0e0
}

.focused{
  color:#e0e0e0;
  border:#e0e0e0 solid 3px;
}

textarea {
    width: 100%;
    height: 100px;
    resize:vertical;
    font-family: 'Exo 2' !important;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  background-color:#e0e0e0;
}

#button-blue{
  float: right;
  width: 120px;
  cursor:pointer;
  background-color: #000;
  color:#fff;
  font-size:17px;
  padding:5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:700;
  border:none;
}

#button-blue:hover{
  background-color: rgba(0,0,0,0);
  color: #717171;
}

#button-blue2{
  float:left;
  width: 100%;
  border: #fed371 solid 1px;
  cursor:pointer;
  background-color: #fed371;
  color: #7e7e7e;
  font-size:16px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:-4px;
  font-weight:300;
}

#button-blue2:hover{
  background-color: rgba(0,0,0,0);
  color: #0493bd;
  border: #fed371 solid 1px;
}
  
.submit:hover {
  color: #3498db;
}
  
.ease {
  width: 0px;
  height: 50px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
  #form-div{
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.nota{
margin: 0 auto;
width: 90%;
text-align: center;
padding-bottom: 15px;
padding-top: 0px; 
min-height: 350px;
margin-bottom: 20px;
}

.nota .divimg{
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.nota .divimg img{
  width: 100%;
}

.nota h2{
  font-size: 21px;
  font-weight: 500;
  padding:5px 15px
}

.nota p{
  padding:15px
}

.nota a{
  color: #fde7fb;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 300;
}

.redondo{
  border-radius: 50%;
  padding: 7px 9px;
  font-size: 13px;
  background-color: #423e3f;
  color:#fff;
  font-weight: 500;
  margin: 5px;
}
.redondo2{
  border-radius: 50%;
  padding: 7px 11px;
  font-size: 13px;
  background-color: #423e3f;
  color:#fff;
  font-weight: 500;
  margin: 5px;
}

.galeria{
  overflow: hidden !important;
  height: 400px;
  margin: 0px !important;
  padding: 0px !important;
}
.galeria .foto{
  overflow: hidden !important;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
}
.galeria .foto img{
  min-width: 110%;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.galeria .foto img:hover{ -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}


/*PLANES*/
.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    width: 960px;
    margin: 40px auto 0;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 300px;
    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;
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

.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);
    color: #fff;
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
    text-align: left;
}

.table-list li {
    font-size: 1.2em;
    font-weight: 700;
    padding: 12px 8px;
    list-style: none;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
}

.table-list li span {
    font-weight: 400;
}

.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;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 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;
}

.table-buy .pricing-action:hover {
    background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
    background: #228799;    
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }
    
    .table-list li {
        font-size: 1.3em;
    }

 }

 @media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
 }

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
} 
