/*
	cableinternet/iblaze
*/

/********************************* Container settings ****************************/
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
/*********************************************************************************/
.internet{
	padding-top:10px;
	padding-bottom:25px;
	min-height: -webkit-calc(100vh - 184px);
	min-height: -moz-calc(100vh - 184px);
	min-height: -ms-calc(100vh - 184px);
	min-height: -o-calc(100vh - 184px);
	min-height: calc(100vh - 184px);
}
.int-container{
	margin-top:30px;
	margin-bottom:50px;
}
.int-pkg{
	margin:0 auto;
	width:280px;
	height:180px;
	background: #FF662E; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF662E, #B31810); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF662E, #B31810); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF662E, #B31810); /* For Microsoft */
	background: -o-linear-gradient(#FF662E, #B31810); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF662E, #B31810); /* Standard syntax */
}
.int-pkg > .category{
	font-size:16px;
	color:#FFF;
	background-color:#0046B0;
	text-align:center;
	position:absolute;
	border-radius:50%;
	width:75px;
	height:75px;
	margin-left:-35px;
	margin-top:-25px;
	line-height:15px;
	background: #00B4F5; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(#00B4F5 5%,  #003887 80%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(#00B4F5 5%,  #003887 80%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(#00B4F5 5%,  #003887 80%); /* For Firefox 3.6-15 */
	background: radial-gradient(#00B4F5 5%,  #003887 80%); /* Standard syntax */
	text-shadow: 0px 2px 0px #333;
	z-index:1;
}
.int-pkg > .category > .cat-internet{
	height:100%;
	padding-top:33%
}
.int-pkg > .category > .cat-bundle{
	height:100%;
	padding-top:41%
}
.int-pkg > .title{
	position: relative;
	color:#0046B0;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	letter-spacing:0px;
	text-align:center;
	padding-left:35px;
	font-size:28px;
	line-height:55px;
	border-radius:10px;
	top: -10%;
	transform: translateY(10%);
	background: #CCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#CCC,#FFF, #CCC, #CCC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CCC,#FFF, #CCC, #CCC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CCC,#FFF, #CCC, #CCC); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#CCC,#FFF, #CCC, #CCC); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(#CCC,#FFF, #CCC, #CCC); /* Standard syntax */
	box-shadow: 0 1px 4px #5C5C5C;
}
.int-pkg > .price{
	position: relative;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:center;
	font-size:70px;
	color:#FFF;
	top: -10%;
	transform: translateY(-5%);
	text-shadow: -1px 1px 2px #000;
}
.int-pkg > .price >.peso{
	font-size:60px
}
.int-pkg > .per-month{
	position: relative;
	background-color:#feb31e;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:left;
	line-height:33px;
	font-size:28px;
	padding:0 5px 5px 10px;
	color:#FFF;
	top: -21%;
	transform: translateY(21%);
	width:70%;
	margin-left:96px;
	text-shadow: 1px 1px 1px #000;
}
.int-pkg > .side{
	position: relative;
	background-color:#795214;
	width:17px;
	height:17px;
	margin-left:271px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-top:-38px;
	z-index:-2;
}
.note{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	color:#666;
	line-height:14px;
}

.newrate-title{
	margin:20px 10px 50px 10px;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#0046B0;
}

a.area-btn{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:center;
	min-width:150px;
	max-width:150px;
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
	color:#fff;
    background: #0046B0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#0046B0, #19347D); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#0046B0, #19347D); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#0046B0, #19347D); /* For Microsoft */
	background: -o-linear-gradient(#0046B0, #19347D); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#0046B0, #19347D); /* Standard syntax */
	border-color: #19347D;
	text-decoration:none
}
a.area-active{
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;
}
a.area-btn:hover{
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;
}
.area-opt{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
}
.address{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	line-height:30px;
	font-size:16px;
}
.entire-address{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	line-height:30px;
	font-size:16px;
}
p.dwelling{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:12px;
	line-height:10px;
	margin:-8px 0 0 0;
}
@media (max-width: 991px) {
	.entire-address{
		 text-align:left;
		 margin-left:45px;
		 margin-bottom:0px;
	}
	p.dwelling{
		text-align:left;
		margin-left:60px;
		margin-top:8px;
	}
}
/******************* subscribe ********************/

.subscribe a {
	outline:none;
	letter-spacing:1px;
    margin: 2px 0 0 0;
	line-height:35px;
	font-weight:bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
	position: relative;
	z-index: 1;
}

.subscribe {
    width: 137px;
    height: 35px;
    margin: 10px auto;
    position: relative;
    background: #FF6A00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#FF6A00), color-stop(#E04700));
    background: -webkit-linear-gradient(top,  #FF6A00, #E04700);
    background: -moz-linear-gradient(top,  #FF6A00, #E0470);
    background: -o-linear-gradient(top,  #FF6A00, #E04700);
    background: -ms-linear-gradient(top,  #FF6A00, #E04700);
    background: linear-gradient(to bottom,  #FF6A00 , #E04700);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6A00', endColorstr='#E04700',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #FFA851;
    color: #FFF;
    font-size: 20px;
 
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);
}
.subscribe:before {
    content: "";
    width: 127px;
    height: 15px;
    display: block;
    position: absolute;
    left: 5px;
 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	 border-top-left-radius: 0px;
	 border-top-right-radius: 0px;
	 border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/******************* upgrade ********************/

.upgrade a {
	outline:none;
	letter-spacing:1px;
    margin: 2px 0 0 0;
	line-height:35px;
	font-weight:bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
	position: relative;
	z-index: 1;
}

.upgrade {
    width: 137px;
    height: 35px;
    margin: 10px -12px;
    position: relative;
    background: #19347D;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#0046B0), color-stop(#19347D));
    background: -webkit-linear-gradient(top,  #0046B0, #19347D);
    background: -moz-linear-gradient(top,  #0046B0, #19347D);
    background: -o-linear-gradient(top,  #0046B0, #E04700);
    background: -ms-linear-gradient(top,  #0046B0, #19347D);
    background: linear-gradient(to bottom,  #0046B0 , #19347D);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046B0', endColorstr='#E04700',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #FFA851;
    color: #FFF;
    font-size: 20px;
 
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);
}
.upgrade:before {
    content: "";
    width: 127px;
    height: 15px;
    display: block;
    position: absolute;
    left: 5px;
 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	 border-top-left-radius: 0px;
	 border-top-right-radius: 0px;
	 border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}