/*! https://www.gocache.com.br/?sccss=1 */
/*! Simple Custom CSS */
/* Enter Your Custom CSS Here */

.pricing-table {
	border-width: 1px;
    border-style: solid; 
    border-color: #CCCCCC;
    border-radius: 3px;
  	width: 75%;
  	padding: 0px;
}

@media screen and (max-width: 770px) {
    .pricing-table {
        width: 100%;
    	float: none !important;
    }
}

#pricing-row {
 	padding: 0px;
  	margin-bottom: 0px;
}

/*.pricing-table ul{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: #CCCCCC; 
    border-radius: 3px; 
    margin: 3px; 
    width: 200px; 
    text-align: center; 
    list-style: none; 
    float: left; 
    padding: 0px; 
    background-color: #FFFFFF; 
} */



.pricing-table .plan-title {
	font-size: 28px;
	color: #fff;
	background-color: #000;
  	text-align: center;
  	padding: 10px;
}

.pricing-table .price {
	color: #000;
  	background-color: #fff;
  	text-align: center;
	font-size: 75px;
  	padding-top: 45px;
}

.pricing-table .price-sub {
	color: #000;
  	background-color: #fff;
  	text-align: center;
	font-size: 22px;
  	padding-top: 45px;
}

.pricing-table .price .real {
	font-size: 30px;
	vertical-align: top;
  	margin-top: -30px;
  	display: inline-block;
}

.pricing-table .price .amount {
	font-size: 90px;
}

.pricing-table .price .month {
	/*font-size: 90px;*/
	font-weight: 600;
}


/* new pricing table */

.pricing-table2 .list-unstyled {
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
    color: #9A9A9A;
    list-style: none;
}
.list-unstyled {
    /*padding-left: 0;*/
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-table2 .list-lines {
    text-align: left;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    width: 18px;
    text-align: center;
}

.pricing-table2 .list-lines li {
    margin: 0;
    padding-top: 10px;
  	padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
}

/* Enter Your Custom CSS Here */

.pricing-table2 {
	border-width: 1px;
    border-style: solid; 
    border-color: #CCCCCC;
    border-radius: 3px;
  	width: 100%;
  	padding: 0px;
  	padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  	background-color: #fff;
  
  border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.23);
}

@media screen and (max-width: 770px) {
    .pricing-table2 {
        width: 100%;
    	float: none !important;
    }
}


.pricing-table2 .plan-title {
	font-size: 28px;
	color: #666666;
	background-color: #FFFFFF;
  	text-align: center;
  	padding-top: 20px;
    padding-bottom: 30px;
}

.pricing-table2 .price {
	color: #000;
  	background-color: #fff;
  	text-align: center;
	font-size: 75px;
  	padding-top: 45px;
}

.pricing-table2 .price-sub {
	color: #000;
  	background-color: #fff;
  	text-align: center;
	font-size: 22px;
  	padding-top: 45px;
}

.pricing-table2 .price .real {
	font-size: 30px;
	vertical-align: top;
  	margin-top: -30px;
  	display: inline-block;
}

.pricing-table2 .price .amount {
	font-size: 90px;
}

.pricing-table2 .price .month {
	/*font-size: 90px;*/
	font-weight: 600;
}





/* end new pricing table */

.bullet-point {
 	font-size: 13px;
  	padding: 2px;
}




.avia-section {
min-height: 10px;
}

div.bottom-bar a {
  font-size: 20px;
  vertical-align: middle;
  line-height: 80px;
  padding: 15px 0 15px 60px;
  background: url("/wp-content/uploads/2015/06/Dark_ray_64.png") 0 center no-repeat transparent;
  background-size: 50px;
  line-height: 28%;
  color: #fff;
}

div.bottom-bar a:link {
    text-decoration: none;
  	color: #FFFFFF;
}

div.bottom-bar a:visited {
    text-decoration: none;
  	color: #FFFFFF;
}

div.bottom-bar a:hover {
    text-decoration: none;
  	color: #FFFFFF;
}

div.bottom-bar a:active {
    text-decoration: none;
  	color: #FFFFFF;
}

.tooltip-plans {
 	font-size: 11px !important; 
  	background: #f0f0f0 !important;
}


//alert label

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  height: 35px;
  font-size: 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success2 {
  color: #468847;
  background-color: #9DDE83;
  border-color: #d6e9c6;
  border: 2px solid;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}





/* toggle */

.preview-switch{text-align:center;display:inline-block;zoom:1;float:none;margin-top:30px}.preview-switch a.toggle-switch{text-transform:uppercase;text-decoration:none;letter-spacing:1px;font-weight:700;float:left;font-size:12px;padding-top:7px;color:#b2b2b2;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.preview-switch a.write{color:#63b84e}.preview-switch a.grey{color:#b2b2b2;background:none}.preview-switch .switch-pill{float:left;background-color:#63b84e;position:relative;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;cursor:pointer;width:70px;height:30px;-webkit-border-radius:35px;-moz-border-radius:35px;-ms-border-radius:35px;-o-border-radius:35px;border-radius:35px;margin:0 13px}.preview-switch .switch-pill .switch{background-color:white;position:absolute;top:3px;left:3px;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;width:24px;height:24px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px}.preview-switch .switch-pill.right{background-color:#146a95}.preview-switch .switch-pill.right .switch{left:43px}.preview-switch a.toggle-switch.right{color:#146a95}

/* end toggle */


div .pricing_av_one_third {
    margin-left: 2%;
    width: 32%;
}