/* ==========================================================================
   Core CSS for suncellular.com.ph
   Copyright 2014 Smart Communications, Inc.
   ========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body#sun{
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  min-width: auto!important;
 	width: 100%!important;
	min-width: 100%!important;
}

/* Overwrite responsive width 
#sun .container
{
	width: 1024px !important;
}
@media (min-width: 768px) {
   #sun .container {
    width: 1024px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1024px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px !important;
  }
}*/

/* ==========================================================================
   THEME
   ========================================================================== */

/* Typography 
   ========================================================================== */

#sun h1, #sun h2, #sun h3, #sun h4, #sun h5, #sun h6
{
    font-weight:700;
    border:none;
    margin:12px 0;
    font-style:normal;
    color: #FEBF55;
}
#sun h1
{
    font-size:40px;
}   
#sun h2
{
    font-size:36px;
}   
#sun h3
{
    font-size:32px;
}   
#sun h4
{
    font-size:28px;
}   
#sun h5
{
    font-size:24px;   
}   
#sun h6
{
    font-size:20px;    
}      
#sun p.leadtext.big
{
    color: #555;
    font-size:36px;
    font-weight:300;
    margin:12px 0 22px;
	line-height: 42px;
}
#sun p.leadtext.small
{
    color: #555;
    font-size:24px;
    font-weight:400;
    margin:12px 0 22px;
	line-height: 30px;
}
#sun p.feature
{
    color:#333;
    font-size:20px;
    font-weight:300;
    margin:12px 0 18px;
	line-height: 24px;
}
#sun p
{
    color:#333;
    font-size:16px;
    font-weight:300;
    margin:12px 0;
	line-height: 22px;
}
#sun p.long
{
    color:#333;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size:12px;
    margin:12px 0;
	line-height: 21px;
}
#sun p a
{
    color: #B40606;
    text-decoration:underline;
}
#sun p.caption
{
    color:#888;
    font-size:14px;
    margin:0;
    font-weight:300;
}
#sun span.label.big
{  
    display:block; 
    font-weight:700;
    font-size:30px;
    color: #B40406;
    text-align:left;
    padding:0;
}
#sun span.label.small
{
    display:block; 
    font-weight:700;
    font-size:16px;
    color: #FEBF55;
    text-align:left;
    padding:0;
}
#sun ol.list
{
    font-weight:300;
    font-size:14px;
    color:#333;
}
#sun ul.list
{
    font-weight:300;
    font-size:14px;
    color:#333;
}
#sun ol.list li, #sun ul.list li
{
	line-height: 23px;
}
/* Buttons 
   ========================================================================== */
#sun a.btnlarge, #sun a.btn, #sun a.btnsmall  
{
    color:#FFF;
    font-weight:700;
    display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#sun a.btnlarge
{
    font-size: 18px;
    padding: 8px 26px 12px;
}
#sun a.btn
{
    border-radius: 0;
    font-size: 16px;
    padding: 6px 18px 9px;
}
#sun a.btnsmall
{
    font-size: 14px;
    padding: 5px 14px 8px;
}
#sun a.red
{
    background-color: #B40406;
}
#sun a.yellow
{
    background-color: #FEBF55;
}
#sun a.orange
{
    background-color: #D3603E;
}
#sun a.gray
{
    background-color: #D1D1D1;
}
#sun a.white
{
    background-color: #FFF;
    color: #FEBF00;
}
#sun a.border
{
    background-color: transparent;
    border:1px solid #FFF;
}
#sun a.red:hover
{
    background-color: #9A0914;
}
#sun a.yellow:hover
{
    background-color: #FBA310;
}
#sun a.orange:hover
{
    background-color: #BB401B;
}
#sun a.gray:hover
{
    background-color: #C2C2C2;
}
#sun a.white:hover
{
    color: #FEBF00;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}
#sun a.border:hover
{
    background-color: transparent;
    border:1px solid #FFF;
}
#sun table.table.one
{
    border:none;
}
#sun table.table.one thead
{
    background-color:#555;
    color:#FFF;
}
#sun table.table.one thead tr td
{
    border-bottom: 1px solid #FFF;
    border-right: none;
    font-weight: 700;
    border-left: none;
	vertical-align: middle;
}
#sun table.table.one tbody tr td
{
    background-color:#F1F1F1;
    color:#333;
    font-weight:300;
    border: none;
    border-bottom: 1px solid #FFF;
	vertical-align: middle;
}
#sun table.table.one tbody tr td.col1
{
    background-color:#FEBF55;
    color:#FFF;
    font-weight:700;
	vertical-align: middle;
}
#sun table.table.one tbody tr td
{
    border:none;
    border-bottom:1px solid #FFF;
	vertical-align: middle;
}
#sun table.table.two
{
    border:none;
}
#sun table.table.two thead
{
    background-color:#FEBF55;
    color:#FFF;
}
#sun table.table.two thead tr td
{
    border-bottom: none;
    border-right: 1px solid #FFF;
    font-weight: 700;
    border-left: none;
	vertical-align: middle;
}
#sun table.table.two tbody tr:hover
{
    background-color:#F1F1F1;
}
#sun table.table.two tbody tr td
{
    border:none;
    border-right:1px solid #D6D6D6;
    border-bottom:1px solid #D6D6D6;
    font-weight:300;
    color:#333;
	vertical-align: middle;
}
#sun table.table.two tbody tr td:last-child
{
    border-right:none;
}
#sun table.table.three
{
    border:none;
}
#sun table.table.three thead
{
    background-color:#FFF;
    color:#555;
}
#sun table.table.three thead tr td
{
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #eee;
	border-top: 4px solid #eee;
	border-right: 1px solid #eee;
	vertical-align: bottom;
	font-weight: 700;
}
#sun table.table.three tbody tr td
{
    background-color:#F1F1F1;
    color:#333;
    font-weight:300;
    border: none;
    border-bottom: 1px solid #FFF;
	vertical-align: middle;
}
#sun table.table.three tbody tr td.col1
{
	background-color: #ccc;
	color: #333;
	font-weight: 700;
	vertical-align: middle;
	text-align: left;
}
#sun table.table.three tbody tr td
{
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	vertical-align: middle;
	text-align: center;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* Header 
   ========================================================================== */
/* Topnav */
#sun header 
{
	z-index:1000;
}
#sun header .topnav
{
	/*background-color: #F1F1F1;
	height:50px;*/
	background-color: #555555;
	height: 45px;
	/*min-width: 1124px;*/
}
#sun header .topnav .left
{
	float:left;
}
#sun header .topnav .left ul.selector li
{
	float:left;
}
#sun header .topnav .left ul.selector li a
{
	display:block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	/*padding: 13px 21px 16px;*/
	/*padding: 10px 20px 14px;*/
	color: #C9C9C9;
}
#sun header .topnav .left ul.selector li a:hover
{
	color: #FFF;
	text-decoration: none;
}
#sun header .topnav .left ul.selector li a.active
{
	/*background: #DBDBDB;
	color: #555;*/
	background: #333;
	color: #FFFFFF;
}

#sun header .topnav .right
{
	float:right;
}
#sun header .topnav .right ul.selector li
{
	float:left;
}
#sun header .topnav .right ul.selector li a
{
	display:block;
	font-size: 14px;
	font-weight: 300;
	padding: 11px 10px 14px;
	/*color: #737373;
	padding: 13px 10px 16px;*/
	color: #CECECE;
}
#sun header .topnav .right ul.selector li a i
{
	/*color: #999;*/
	color: #CECECE;
}
#sun header .topnav .right ul.selector li a:hover, #sun header .topnav .right ul.selector li a:hover i
{
	/*color: #555;*/
	color: #FFF;
	text-decoration: none;
}
#sun header .topnav .right ul.selector li.search
{
	padding: 8px 0 8px 8px;
	position: relative;
}
#sun header .topnav .right ul.selector li.search input[type="text"]
{
	border: none;
	background-color: #F1F1F1;
	font-weight: 300;
	padding: 4px 27px 4px 5px;
	font-family: Lato, Helvetica, Arial, Sans-serif;
	font-weight: 300;
	font-size: 14px;
	width: 150px;
}
#sun header .topnav .right ul.selector li.search input[type="text"]:focus
{
	background-color: #FFF;
}
#sun header .topnav .right ul.selector li.search input[type="submit"]
{
	background: transparent url("../img/search-default.png") no-repeat 0 0;
	display: block;
	border: 0;
	outline: none;
	text-indent: -9000px;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 12px;
	left: 134px;
}
#sun header .topnav .right ul.selector li.search input[type="submit"]:hover, #sun header .topnav .right ul.selector li.search input[type="submit"]:active
{
	background: transparent url("../img/search-active.png") no-repeat 0 0;
}
#sun header .mainnav
{
	height: 70px;
	z-index:200;
}
#sun header .mainnav .logo 
{
	height: 70px;
	width: 95px;
}
#sun header .mainnav .logo a
{
	display: block;
	background: #FFF url("../img/sunlogo.png?v=082515") no-repeat 0 -4px;
	background-size: 85px;
	height: 95px;
	text-indent: -9000px;
}
#sun header .mainnav .navigation
{
	float:right;
}
#sun header .mainnav .navigation ul 
{
	border-bottom:none;
	margin-top: 25px;
}
#sun header .mainnav .navigation ul li
{
	float:left;
}
#sun header .mainnav .navigation ul li a
{
	font-weight: 700;
	color: #555;
	text-transform: uppercase;
	font-size: 15px;
	/*padding: 11px 18px 13px;*/
	margin: 0px;
	display: block;
	border: none;
	border-radius: 0;
	border-color: none;
	outline:none;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor:pointer;
}
#sun header .mainnav .navigation ul li a:hover
{
    color:#333;   
}
#sun header .mainnav .navigation ul li a:hover, #sun header .mainnav .navigation ul li.active a
{
	background-color: #FEBF55;
	color:#333;   
}
#sun header .mainnav .tab-content
{
	display: none;
	background-color: #FEBF55;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.30);
	z-index:100;
	float: left;
	width: 100%;
	position: absolute;
    top: 115px;
	/*top: 145px;*/
    height: 178px;
}
#sun header .mainnav .tab-content .tab-pane ul li
{
	float:left;
}
#sun header .mainnav .tab-content .tab-pane ul li a
{
	display: block;
	color: #333;
	padding: 32px 28px;
	font-size: 16px;
	text-align: center;
	font-weight:400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#sun header .mainnav .tab-content .tab-pane ul li a i
{
	color: #FFF;
}


#sun header .mainnav .tab-content #postpaid.tab-pane ul 
{
	margin-left: 10px;
}

#sun header .mainnav .tab-content #prepaid.tab-pane ul 
{
	margin-left: 10px;
}

#sun header .mainnav .tab-content #broaband.tab-pane ul 
{
	margin-left: 10px;
}

#sun header .mainnav .tab-content #international.tab-pane ul
{
	margin-left: 250px;
}

#sun header .mainnav .tab-content #mobile-internet.tab-pane ul
{
	margin-left: 185px;
}

#sun header .mainnav .tab-content #vas.tab-pane ul
{
	margin-left: 0;
}

#sun header .mainnav .tab-content .tab-pane ul li a i
{
	display: block;
	margin-bottom: 12px;
}
#sun header .mainnav .tab-content .tab-pane ul li a span
{
	display: block;
}
#sun header .mainnav .tab-content .tab-pane ul li a:hover
{
	text-decoration: none;
}

/* Sticky Nav */
#sun header .mainnav .stickynav
{
    height:50px;
    background-color: #FEBF55;
}
#sun header .mainnav .stickynav ul li
{
    float:left;
}
#sun header .mainnav .stickynav ul li a
{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 13px 26px 15px;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#sun header .mainnav .stickynav ul li a:hover
{
	text-decoration: none;
}

/*Menu Icons - Rewards*/

/*Menu Icons - Postpaid*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-rewards
{
	background:url("../img/GiftBox.png") no-repeat center scroll transparent;
	width: 104px;
	height: 81px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-plans
{
	background:url("../img/Postpaid-Plans & Phones.png") no-repeat center scroll transparent;
	width:107px;
	height:81px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-offers
{
	background:url("../img/Postpaid-Offer & Subscriptions.png") no-repeat center scroll transparent;
	width:155px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-promos
{
	background:url("../img/Postpaid-Latest Promos.png") no-repeat center scroll transparent;
	width:100px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-onlineapp
{
	background:url("../img/Postpaid-Online Application.png") no-repeat center scroll transparent;
	width:130px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-retention
{
	background:url("../img/icon-retention.png") no-repeat center scroll transparent;
	width:90px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-faqs
{
	background:url("../img/Postpaid-FAQs.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-postpaid-onlinebill
{
	background:url("../img/Postpaid-Online Bill.png") no-repeat center scroll transparent;
	width:83px;
	height:80px;
}

/*Menu Icons - Prepaid*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-loads
{
	background:url("../img/Prepaid-Loads & Cards.png") no-repeat center scroll transparent;
	width:99px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-buy-load
{
	background:url("../img/Prepaid-Buy Load.png?v=051115") no-repeat center scroll transparent;
	width:99px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-sims
{
	background:url("../img/Prepaid-Prepaid Sims.png") no-repeat center scroll transparent;
	width:99px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-rates
{
	background:url("../img/Prepaid-Rates.png?v=051115") no-repeat center scroll transparent;
	width:120px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-promos
{
	background:url("../img/Prepaid-Latest Promos.png") no-repeat center scroll transparent;
	width:100px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-faqs
{
	background:url("../img/Postpaid-FAQs.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-prepaid-xpressload
{
	background:url("../img/Prepaid-Xpressload.png") no-repeat center scroll transparent;
	width:99px;
	height:80px;
}

/*Menu Icons - Broadband*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-plans
{
	background:url("../img/Broadband-Plans & Devices.png") no-repeat center scroll transparent;
	width:109px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-prepaidkits
{
	background:url("../img/Broadband-Prepaid Kits.png") no-repeat center scroll transparent;
	width:85px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-offers
{
	background:url("../img/Broadband-Offer & Subscriptions.png") no-repeat center scroll transparent;
	width:155px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-promos
{
	background:url("../img/Broadband-Latest Promos.png") no-repeat center scroll transparent;
	width:100px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-onlineapp
{
	background:url("../img/Broadband-Online Application.png") no-repeat center scroll transparent;
	width:130px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-onlinebill
{
	background:url("../img/Broadband-Online Bill.png") no-repeat center scroll transparent;
	width:86px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-broadband-faqs
{
	background:url("../img/Broadband-FAQs.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}

/*Menu Icons - International*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-international-iddsmsmms
{
	background:url("../img/International-EDD Calls, SMS & MMS.png") no-repeat center scroll transparent;
	width:157px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-international-roaming
{
	background:url("../img/International-Roaming.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}

/*Menu Icons - Mobile Internet*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-iplans
{
	background:url("../img/Mobile Internet-iPlans.png") no-repeat center scroll transparent;
	width:65px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-iloads
{
	background:url("../img/Mobile Internet-iLoads.png") no-repeat center scroll transparent;
	width:80px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-operaloads
{
	background:url("../img/Mobile Internet-Opera Loads.png") no-repeat center scroll transparent;
	width:88px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-wazeloads
{
	background:url("../img/Mobile Internet-Waze Loads.png") no-repeat center scroll transparent;
	width:83px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-foreverloads
{
	background:url("../img/Mobile Internet-Forever Loads.png") no-repeat center scroll transparent;
	width:98px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-chatalldayloads
{
	background:url("../img/Mobile Internet-Chat All Day Loads.png") no-repeat center scroll transparent;
	width:131px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-faqs
{
	background:url("../img/Mobile Internet-FAQs.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-imb
{
	background:url("../img/Mobile Internet-imb.png") no-repeat center scroll transparent;
	width:88px;
	height:80px;
}

/*New Menu*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-ibundles
{
	background:url("../img/Mobile Internet-ibundles.png") no-repeat center scroll transparent;
	width:88px;
	height:80px;
}


#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-nonstop-surf
{
	background:url("../img/Mobile Internet-nonstop-surf.png") no-repeat center scroll transparent;
	width:118px;
	height:80px;
}


#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-app-loads
{
	background:url("../img/Mobile Internet-app-plans-others.png?v=051115") no-repeat center scroll transparent;
	width:130px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-mobileinternet-time-based
{
	background:url("../img/Mobile Internet-time-based.png?v=051115") no-repeat center scroll transparent;
	width:130px;
	height:80px;
}


/*Menu Icons - Value Added Services*/

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-mobileinet
{
	background:url("../img/VAS-Mobile Internet.png") no-repeat center scroll transparent;
	width:109px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-music
{
	background:url("../img/VAS-Music.png") no-repeat center scroll transparent;
	width:69px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-messaging
{
	background:url("../img/VAS-Messaging.png") no-repeat center scroll transparent;
	width:82px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-videos
{
	background:url("../img/VAS-videos.png") no-repeat center scroll transparent;
	width:90px;
	height:80px;
	margin-right: 4px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-infostore
{
	background:url("../img/VAS-Infostore.png") no-repeat center scroll transparent;
	width:80px;
	height:80px;
}
#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-gaming
{
	background:url("../img/VAS-Gaming.png?v=051115") no-repeat center scroll transparent;
	width:106px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icon-vas-books-and-magazines
{
	background:url("../img/VAS-Books and Magazines.png?v=051115") no-repeat center scroll transparent;
	width:145px;
	height:80px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icons-sun-website-vas-fun-downloads
{
	background:url("../img/icons-sun-website-vas-fun-downloads.png") no-repeat center scroll transparent;
	width:90px;
	height:80px;
	margin-left: 10px;
}

#sun header .mainnav .tab-content .tab-pane ul li a i.icons-sun-website-vas-promos
{
	background:url("../img/icons-sun-website-vas-promos.png") no-repeat center scroll transparent;
	width:90px;
	height:80px;
}

/* Footer
   ========================================================================== */
#sun footer
{
	background-color: #555;
	/*min-width:1124px;*/
}
#sun footer .row.upper h3, #sun footer .row.lower h3
{
	color: #FFF;
	font-size:18px;
	font-weight: 400;
	margin: 55px 0 26px 16px;
}
#sun footer .row.upper ul li 
{
}
#sun footer .row.upper ul li a
{
	font-size: 15px;
	font-weight: 300;
	color: #C4C4C4;
	display: block;
	padding: 4px 0 4px 16px;
}
#sun footer .row.upper ul li a:hover
{
	color:#FFF;
	text-decoration: none;
}
#sun footer .row.upper  h3.logo
{
	display: block;
	background: transparent url("../img/whitelogo.png") no-repeat 0 11px;
	background-size: 85px;
	height: 100px;
	text-indent: -9000px;
	margin: 0;
	float:none;
}
#sun footer hr
{
	border-color: #777;
	margin: 30px 0;
}
#sun footer .row.lower 
{
	margin-bottom: 30px;
}
#sun footer .row.lower h3
{
	color: #FFF;
	font-size:18px;
	font-weight: 700;
	margin: 0 0 0 16px;
}
#sun footer .row.lower .social 
{
	margin: 16px 0 0 16px;
}
#sun footer .row.lower .social li
{
	float:left;
	margin-right: 23px;
}
#sun footer .row.lower .social li a, #sun footer .row.lower  p.legal a,
#sun footer  .legal .left p a
{
	color:#FFF!important;
	text-decoration: none;
}
#sun footer .row.lower  p.legal a:hover
{
	text-decoration:underline;
}
#sun footer .row.lower  p.legal
{
	color: #C4C4C4;
	font-weight:300;
	margin-left:16px;
	font-size: 14px;
}


/* Main Template
   ========================================================================== */
#sun #main
{
	padding-bottom: 28px;
}

/* Page Header for inside content */
#sun #main .pageheader
{
    background-color: #F1F1F1;
    padding: 19px 0 20px;
}
#sun #main .pageheader h1
{
    color: #D3603E!important;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 300;
    margin:0;
}
#sun #main .pageheader p.breadcrumbs
{
    font-size: 14px;
    font-weight: 300;
    margin:0;
    padding-left: 4px;
}
#sun #main .pageheader p.breadcrumbs span
{
    color: #555;
}
#sun #main .pageheader p.breadcrumbs a
{
    color: #959595;
    text-decoration:none;
}
#sun #main .pageheader p.breadcrumbs a:hover
{
    color: #D3603E;
}

/* News Articles
   ========================================================================== */
#sun .sunnews
{
}

#sun .sunnews ul.sfnewsList
{
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem 
{
	border-bottom: 1px solid #eee;
	padding: 20px 0px;
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem h3 
{
	margin-bottom: 8px;
	font-size: 24px;
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem h3 a
{
	color: #B40406;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem h3 a:hover, #sun .sunnews ul.sfnewsList li.sfnewsListItem h3 a:active
{
	color: #9A0914;
} 
#sun .sunnews ul.sfnewsList li.sfnewsListItem .sfnewsMetaInfo
{
	font-size:14px;
	color: #888;
	margin-bottom: 6px;
	font-weight:300;
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem .sfnewsSummary
{
	color: #555;
	font-size:16px;
	font-weight:300;
	line-height: 22px;
}
#sun .sunnews ul.sfnewsList li.sfnewsListItem .sfnewsFullStory 
{
	margin-top: 18px;
}
#sun .sunnews .sfnewsDetails
{
}
#sun .sunnews .sfnewsDetails h1
{
	padding-top: 10px;
	margin-bottom:2px;
}
#sun .sunnews .sfnewsDetails .sfnewsAuthorAndDate
{
	font-size:14px;
	color: #888;
	margin-bottom: 0;
	font-weight:300;
}
#sun .sunnews .sfnewsDetails .sfnewsSummary
{
	font-size: 18px;
	font-style: italic;
	color: #555;
	margin-bottom: 6px;
	font-weight: 300;
	padding-top: 16px;
}
#sun .sunnews .sfnewsDetails .sfnewsContent
{
	padding: 2px 0;
}
#sun .sunnews .sfnewsDetails .sfnewsContent p
{
	line-height: 22px;
}
#sun .sunnews .sfnewsDetails .addthis_toolbox
{
	padding: 12px 0;
}
/* Paginator by SF */
#sun .sf_pagerNumeric
{
	margin-top: 36px;
}
#sun .sf_pagerNumeric a
{
	background-color: #FEBF55;
	color: #FFF;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin: 1px;
	padding: 10px 12px;
	border: 0;
}
#sun .sf_pagerNumeric a:hover
{
	background-color: #FBA310;
	border:none;
}
#sun .sf_pagerNumeric a.sf_PagerCurrent
{	
	background-color: #D3603E;
	color: #FFF;
}
/* Search Page */
#sun .container p.sfsearchResultStatistics
{
	font-size: 22px;
	margin: 28px 0;
}
#sun .container .sfsearchResultTitle a
{
	font-size: 18px;
	color: #9A0914;
}
#sun .container .sfsearchResultTitle a:hover 
{
	color: #B40406;
}
#sun .container .sfsearchResultSnippet
{
	display:none;
}
#sun .container .sfsearchResultHighLighter, #sun .container .sfsearchResultUrl
{
	font-weight: 300;
}
/* Home Page
   ========================================================================== */
/* News Ticker */

#sun #main .newsroom
{
	background-color: #CCC;
    clear: both;
    margin: 0;
    position: relative;
}
#sun #main .newsroom .news {
	background-color: #CCC;
}
#sun #main .newsroom .container
{
	position: relative;
}
#sun #main .newsroom p
{
    margin-bottom:0;
}
#sun #main .newsroom .title
{
	padding: 8px 12px 9px 15px;
	width: 126px;
	float: left;
	border-right: 1px solid #DDD;
	font-weight: 700;
	margin-top: 16px;
}
#sun #main .newsroom .title p
{
    font-weight: 400;
    color:#444;
}
#sun #main .newsroom .mainticker
{
    padding: 4px 10px 4px 6px;
    width: 600px;
    float: left;
    position:relative;
    border-left:1px solid #f2f2f2;
}

/*----------------------
	For Sun Business
------------------------*/
#sun .container .row.solutions ul li a em{
	display: block;
}
#sun .container .row.solutions ul li a span{
	display: block;
	color: #555;
	font-size: 20px;
	text-align:center;
	line-height: 23px;
}
#sun .container .row.solutions ul li a em.business{
	background: url("../img/revamp/business1.png") no-repeat center scroll transparent;
	/*width: 161px;*/
	height: 147px;
	/*background-position: -24px -32px;*/
}
#sun .container .row.solutions ul li a em.mobility{
	background: url("../img/business-solutions/Solutions-Mobility.png") no-repeat center scroll transparent;
	/*width: 161px;*/
	height: 170px;
	/*background-position: -24px -32px;*/
}
#sun .container .row.solutions ul li a em.connectivity{
	background: url("../img/revamp/business2.png") no-repeat center scroll transparent;
	/*width: 161px;*/
	height: 171px;
	/*background-position: -24px -25px;*/
}
#sun .container .row.solutions ul li a em.broadband{
	background: url("../img/revamp/business3.png") no-repeat center scroll transparent;
	/*width: 161px;*/
	height: 173px;
	/*background-position: -5px -16px;*/
}
#sun .container .row.solutions ul li a em.international{
	background: url("../img/business-solutions/Solutions-International.png") no-repeat 0 scroll transparent;
	width: 161px;
	height: 172px;
	background-position: -24px -32px;
}

.contactright #submitContactForm, .contactright #submitContactForm2 {
float: left;
margin-left: 150px;
margin-top: 10px;
width: 170px;
height: 39px;
background:url("../img/business-solutions/submit.gif") no-repeat 0 scroll transparent;
border: none;
cursor: pointer;
}

/*FOR XPRESSLOAD*/
/*===============================================
Login Page
================================================*/
#sun .login-background
{
	background: url(../img/xpressload/474488957.jpg) no-repeat center center scroll;
	margin-top: 50px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#sun #main .container .login-box
{
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	padding:36px;
	width: 666px;
}

#sun #main .container .login,
#sun #main .container .register,
#sun #main .container .terms-conditions
{
	margin: 60px auto 240px 0;
}

#sun #main .container .login-box h1
{
	color:#FEBF55;
	margin: 7px 0 10px 0;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 1px #B6AFAF;
	/*text-shadow for IE 9 and below; only works when published online*/
	filter: Shadow(color=#8F8B8B, Direction=100, Strength=1);
}


#sun #main .container .login-box p{margin-top:5px; font-size:17px;}

#sun #main .container .login-box ul.list
{
	padding-left: 17px;
	font-size: 17px;
	margin-bottom: 22px;
}

#sun #main .container .login-box .form {padding:2%;}

#sun #main .container .login-box .form label
{
	font-size:20px;
	color:#555;
	font-weight:400;
	text-align: left;
	margin-bottom: 19px;
	width:73px;
	margin-left: 30px;
}

#sun #main .container .login-box .form input
{
	height: 44px;
	width: 400px;
	margin-left: 27px;
	padding: 10px;
	color: #333;
	font-weight: 400;
	border: 1px solid #D6D6D6;
}
#sun #main .container .login-box .form p{ color:#8c8c8c; }
#sun #main .container .login-box .form a{text-decoration: none;}
#sun #main .container .login-box .form hr
{
	border-top: 1px solid #CFCECE; 
	border-bottom: 1px solid #fff;
}

#sun #main .container .login-box .form p.faqs {text-align: center;}
#sun #main .container .login-box .form p.faqs a {text-decoration: underline;}

#sun #main .container .login-box .form a.btnlarge.red{margin: 0 225px;}
#sun #main .container .login-box .form p.forgot-password{text-align: center;}
#sun #main .container .login-box .form p.forgot-password a{color:#555;}

#sun #main .container .login-box .form a.btnlarge.yellow{margin: 0 134px;}
#sun #main .container .login-box .form p{ color:#8c8c8c; }

/*===============================================
Registration Page
================================================*/
/*#sun #main{padding-bottom:0;}*/
#sun .reg-background
{
	background: url(../img/xpressload/177504731.jpg) no-repeat center center scroll;
	margin-top: 50px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

#sun #main .container .reg-box
{
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
	padding:36px;
	width: 666px;
}

#sun #main .container .reg-box h1
{
	color:#FEBF55;
	margin: 7px 0 10px 0;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 1px #8F8B8B;
	font-size:38px;
	/*text-shadow for IE 9 and below; only works when published online*/
	filter: Shadow(color=#8F8B8B, Direction=100, Strength=1);
}

#sun #main .container .reg-box .form {padding:3%;}
#sun #main .container .reg-box h6
{
	font-weight: 300;
	color:#555;
	font-size:22px;
	text-align: center;
}
#sun #main .container .reg-box .form label
{
	font-size:19px;
	color:#555;
	font-weight:400;
	text-align: left;
	margin-bottom: 19px;
	width:149px;
}

#sun #main .container .reg-box .form input
{
	height: 44px;
	width: 380px;
	margin-left: 12px;
	padding: 10px;
	color: #333;
	font-weight: 400;
	border: 1px solid #D6D6D6;
}
#sun #main .container .reg-box .form p.agree
{ 
	color:#555; 
	text-align: center; 
}

#sun #main .container .reg-box .form a.btnlarge.red{margin: 0 40%;}
#sun #main .container .form a{text-decoration: none;}
#sun #main .container .form a.btnlarge.red{margin: 0 40%;}

/*===============================================
Load Transaction - Step 2
================================================*/

#sun #main .container .send-two h5
{
	margin:0;
	color: #555555;
	font-size: 23px;
	font-weight: 400;
}

#sun #main .container .send-two .selection-accordion #loadProfile ul{padding-left:0;}

#sun #main .container .send-two .selection-accordion #loadProfile li
{
	background: #e0e0e0;
	width: auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	list-style: none;
}

#sun #main .container .send-two .selection-accordion #loadProfile li.load-chosen,
#sun #main .container .send-two .selection-accordion #loadProfile li.load-name
{background: #fff;}

#sun #main .container .send-two .selection-accordion #loadProfile > ul > li > a
{
	display: block;
	width: 745px;
	padding: 6px 25px 5px 9px;
	height: 40px;
}

#sun #main .container .send-two .selection-accordion #loadProfile li a:hover{text-decoration: none;}
#sun #main .container .send-two .selection-accordion #loadProfile .load-info
{
	clear:both;
	display:none;
	background: #fff;
	padding: 0px 11px;
	border: 1px solid #dcdcdc;
}

#sun #main .container .send-two .selection-accordion i.selected
{
	background-position: 0 -28px !important;
	background:url(../img/xpressload/selected-sprite.png) no-repeat;
	width: 26px;
	height: 28px;
	float: left;
	margin-right: 15px;
}

#sun #main .container .send-two .selection-accordion i.not-selected
{
	background-position:0 -10px;
	background:url(../img/xpressload/selected-sprite.png) no-repeat;
	width: 26px;
	height: 28px;
	float: left;
	margin-right: 15px;
}

#sun #main .container .send-two .selection-accordion .loadTable-content li 
{
	list-style:none;
	line-height: 31px;
	vertical-align: middle;
}

#sun #main .container .send-two .selection-accordion .loadTable-content .load-chosen
{
	width: 19px;
	float: left;
	clear: both;
}

#sun #main .container .send-two .selection-accordion .loadTable-content .load-chosen input{margin-right:10px;}

#sun #main .container .send-two .selection-accordion #loadProfile li.active a h5,
#sun #main .container .send-two .selection-accordion #loadProfile li:hover a h5
{color:#fff;}

#sun #main .container .send-two .selection-accordion #loadProfile ul li.active, #loadProfile > ul > li:hover 
{
	background: #555555 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#sun #main .container .send-two a.btnlarge.red {float:right;}

#sun #main .container .send-two .loads{margin: 0 6%;}

#sun #main .container .send-two .loads label:hover{cursor: pointer;}

/*===============================================
Load Transaction - Merged 1&2
================================================*/

#sun #main .container .send-combo .send-one
{
	margin: 100px auto;
}

#sun #main .container .send-combo .send-two
{
	margin:63px auto;
}

#sun #main .container .send-combo .send-one h1,
#sun #main .container .send-combo .send-two h1
{
	color:#555;
	font-weight:300;
	text-align: left;
}

#sun #main .container .send-combo .send-one h5
{
	color: #555555;
	font-size: 23px;
	font-weight: 400;
}

#sun #main .container .send-combo .send-one h5 span,
#sun #main .container .send-combo .send-two h5 span
{
	font-weight: 300;
	color: #a1a1a1;
}

#sun #main .container .send-one .selected-number h5
{
	color: #fff;
	font-size: 23px;
	font-weight: 400;
}

/*

#sun #main .container .send-combo .send-two .selection-accordion #loadProfile ul li.active, #sun #main .container .send-combo .send-two .selection-accordion #loadProfile > ul > li:hover 
{
	background: #ffcc59 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#sun #main .container .send-combo .send-two .selection-accordion #loadProfile li.active a h5,
#sun #main .container .send-combo .send-two .selection-accordion #loadProfile li:hover a h5
{color:#555;}*/

#sun #main .container .send-combo .send-one .another-number p.error
{
	color:red; 
	font-style:italic;
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
	display: none;
}

#sun #main .container .send-combo .send-one .selection
{
	margin: 0 auto;
	width: 580px;
}

#sun #main .container .send-combo .send-one .my-number
{
	padding:20px;
	background:#e0e0e0;
	width: 270px;
	text-align: center;
	float: left;
	margin-right: 25px;
	height:135px;
}

#sun #main .container .send-combo .send-one .my-number:hover,
#sun #main .container .send-combo .send-one .another-number:hover
{cursor:pointer;}

#sun #main .container .send-combo .selection .default
{
	background:#e0e0e0; 
	border-bottom: 4px solid #c1c1c1;
}

#sun #main .container .send-combo .send-one .my-number.selected-number p
{
	color: #555;
	font-size: 18px;
	font-weight:400;
}

#sun #main .container .send-combo .send-one .my-number.default p
{
	color: #939393;
	font-size: 18px;
	font-weight:400;
}

#sun #main .container .send-combo .send-one .another-number
{
	padding:17px;
	/*background: #ffcc59;*/
	width: 270px;
	text-align: center;
	float: left;
	height:135px;
}

#sun #main .container .send-combo .selection .selected-number{background: #ffcc59; border-bottom:4px solid #e2b607;}

#sun #main .container .send-combo .send-one .another-number input
{
	width: 231px;
	border: none;
	font-size: 15px;
	padding: 11px;
	font-weight: 300;
	font-style: italic;
	/*border:1px solid red;*/
}

#mob-num:focus::-webkit-input-placeholder 
{
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}

#sun #main .container .send-combo .send-one a.btnlarge.red
{
	float:right;
	margin-top:60px;
	clear: both;
}

#sun #main .container .send-combo .send-two a.btnlarge.red 
{
	margin: 0 42%;
	float: none;
}

/*===============================================
Boxed Selection of Loads (For Sun Xpressload)
================================================*/
/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/
.loads input[type=radio] 
{
    display:none; 
    margin:10px;
}
 
/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
.loads input[type=radio] + label 
{
    display: inline-block;
	margin: -2px 12px;
	padding: 47px;
	background-color: #e7e7e7;
	border-color: #ddd;
	font-size:28px;
	text-align: center;
	font-weight: 400;
	color:#555;
}

.loads input[type=radio] + label
{
   display: inline-block;
	margin: -2px 12px;
	padding: 34px 46px;
	background-color: #e7e7e7;
	border-color: #ddd;
	font-size:25px;
	text-align: center;
	font-weight: 400;
	border-bottom: 4px solid #c1c1c1;
}

.loads label.radio2
{
	position: relative;
	height: 142px;
}

/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/
.loads input[type=radio]:checked + label 
{ 
   background-image: none;
   background-color:#ffcc59;
   border-bottom: 4px solid #e2b607;
   color:#fff;
}

/*FOR IE FIX*/
.loads label.checked {
background-image: none;
background-color: #ffcc59 !important;
border-bottom: 4px solid #e2b607 !important;
color: #fff !important;
}

/*===============================================
Modal Dialog
================================================*/
#purchase-summary.modalDialog 
{
	position: fixed;
	top: -70px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(48, 47, 47, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc313030,endColorstr=#cc313030);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc313030, endColorstr=#cc313030)";
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}

#purchase-summary.modalDialog:target 
{
	opacity: 1;
	pointer-events: auto;
	display: block;
}

#purchase-summary.modalDialog > div 
{
	height: auto;
	width: 650px;
	position: relative;
	margin: 16% auto;
	padding: 23px 75px 75px 75px;
	/* border-radius: 10px; */
	background: #fff;
}

#purchase-summary .close 
{
	background: #606061;
	color: #FFFFFF !important;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	  opacity:1;
	  font-size:16px;
	filter:alpha(opacity=100);
	behavior: url(../css/border-radius.htc);
}

#purchase-summary .close:hover,
#purchase-summary .close:focus
{
	background:#FBA310;
	opacity:1;
	filter:alpha(opacity=100);
}

.modal-backdrop{display:none;}

#purchase-summary h3
{
	text-align: center;
	font-weight: 300;
	color: #555;
}

#purchase-summary h5
{
	font-weight: 400;
	color: #555;
}

#purchase-summary h5.total-price
{
	font-weight: 400;
	color:#555;
	text-align: center;
}

#purchase-summary p
{
	font-weight: 300;
	color: #555;
	text-align: center;
	font-size:19px;
}

#purchase-summary .buttons{margin: 0 22%;}

#purchase-summary .buttons .btnlarge.gray{margin-right:10px;}

#overlay
{	
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    opacity: 0.3;
    background: #fff url(../img/xpressload/712.gif) no-repeat center center;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}

#modal-overlay 
{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	opacity: 1;
}


/*===============================================
Success Page
================================================*/
#sun #main .container .success-page
{
	text-align:center;
	margin: 113px auto;
}

#sun #main .container .success-page p
{
	font-size: 22px;
	padding: 0 99px;
	line-height: 27px;
}
#sun #main .container .success-page p.trn,
#sun #main .container .success-page p.date
{
	font-size:16px !important;
	margin:0;
	line-height:20px;
}
#sun #main .container .success-page a.back-to-homepage{text-decoration: underline; color:#B40406;}

/*===============================================
Cross Browser Fixes - Firefox
================================================*/
.gecko #sun #main .container .send-combo .send-one
{
	margin: 58px auto;
}

/*===============================================
Cross Browser Fixes - IE7
================================================*/

.ie7 #sun .login-background #main{margin-bottom:-54px;}

.ie7 #sun .login-background{position: relative; top:-4px; margin-top:0px;}

.ie7 #sun #main .container .login-box .form a.btnlarge.red,
.ie7 #sun #main .container .login-box .form a.btnlarge.red:hover
{margin: 0 253px;} 

.ie7 #sun #main .container .login-box .form a.btnlarge.yellow,
.ie7 #sun #main .container .login-box .form a.btnlarge.yellow:hover
{margin: 0 162px;}

.ie7 #sun #main .container .login-box .form input#email{margin-left:24px;}

.ie7 #sun #main .container .login-box h1{font-size:45px;}

.ie7 #sun #main .container .login-box ul.list
{
	padding-left:0px;
	position: relative;
	left: -23px;
}

.ie7 #sun #main .container .login-box .form label{margin-bottom:9px;}
.ie7 #sun #main .container .login-box .form input{height:auto;}

.ie7 #sun .reg-background #main {margin-bottom:-38px;}

.ie7 #sun .reg-background{position: relative; top:6px; margin-top:0px;}

.ie7 #sun #main .register{position: relative; top:65px;}

.ie7 #sun #main .container .reg-box
{
	width:562px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#0ffffff);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#0ffffff)";
}

.ie7 #sun #main .container .reg-box h1{font-size:36px;}
.ie7 #sun #main .container .reg-box .form label{margin-bottom:9px;}
.ie7 #sun #main .container .reg-box .form input{height:23px; width:340px;}
.ie7 #sun #main .container .reg-box .form input#pword{margin-left:15px;}
.ie7 #sun #main .container .send-combo .send-one .selection{width:650px;}

.ie7 #sun #main .container .send-combo .send-one .my-number,
.ie7 #sun #main .container .send-combo .send-one .another-number
{
	padding:34px 20px 20px 20px;
	width:220px;
	height:75px;
}

.ie7 #sun #main .container .send-combo .send-one .another-number input{width:197px;}

.ie7 .loads label.radio2{height:72px;}

.ie7 #purchase-summary.modalDialog > div {width:500px; padding:40px 75px 60px 75px;}

.ie7 #overlay,
.ie8 #overlay
{background: transparent url(../img/xpressload/712.gif) no-repeat center center;}

/*===============================================
Cross Browser Fixes - IE8
================================================*/

.ie8 #sun .login-background #main
{margin-bottom:-107px;}

.ie8 #sun .login-background
{position: relative; top:-26px; margin-top:0px;}

.ie8 #sun .reg-background
{position: relative; top:-44px; margin-top:0px;}

.ie8 #sun .reg-background #main
{margin-bottom:-138px;}

.ie8 #sun #main .container .reg-box
{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#0ffffff);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ffffff, endColorstr=#0ffffff)";
}

.ie8 #sun #main .container .send-combo .send-one{margin:59px auto;}

/*===============================================
Cross Browser Fixes - IE9 & IE10
================================================*/

.ie9 #sun #main .container .send-combo .send-one,
.ie1 #sun #main .container .send-combo .send-one
{margin:59px auto;}

/*----------------------
    Cross Browser
--------------------------*/
/* .ie10 #sun header .mainnav .navigation ul, .ie9 #sun header .mainnav .navigation ul{
    position:relative;
    left:-18px;
}*/

/* CSS for IE8 */
.ie8 #sun header .mainnav .logo a{
    height: 95px;
    width: 95px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.ie8 #sun header .mainnav .navigation ul{
    position:relative;
    left:56px;
}

/* CSS for IE8, IE7 */
.ie8 #sun header .mainnav .logo a, .ie7 #sun header .mainnav .logo a{
   background: #FFF url("../img/sunlogo2.jpg?v=082515") no-repeat 0 -10px;
   width:95px;
   height:95px;
   background-position-y:-10px;
}
.ie8 #sun footer .row.upper h3.logo, .ie7 #sun footer .row.upper h3.logo{
    background: transparent url("../img/whitelogo2.png") no-repeat 0 11px;
    height:100px;
    background-position-y:1px;
}

/* CSS for IE7 */

.ie7 #sun header .mainnav .navigation ul li a 
{
	padding: 11px 16px 13px;
	font-weight:normal;
}

.ie7 .col-xs-3{
    width:15%;
}
.ie7 .col-xs-9{
    width:72%;
}
.ie #sun header .topnav .right ul.selector li.search input[type="submit"]{left:166px !important; color:transparent;}
.ie #sun table.table.three tr td img
{ 
	max-width:100% !important; 
}
.ie7 .carousel-indicators 
{	display:inline; 
	list-style-type:none; 
	margin:0 auto; 
	width:47%;
}
.ie7 .carousel-indicators li
{	display:inline; 
	margin-left:2px; 
	margin-right:2px;
}
.ie7 .carousel-indicators .active
{	margin-left:2px; 
	margin-right:2px;
}

/* Firefox Carousel */
.carousel{border-left:0;}




/* Subfooter with Survey and Newsletter */


#sun #sub_footer .cfbox 
{
   /* width: 340px;*/
    float: left;
    padding: 0px 0px 0 95px;
    margin-right: 0px;
    text-align: left;
}

#sun #sub_footer #cfbox1 {background: url("../img/icon-follow.png") 0px 8px no-repeat;}
#sun #sub_footer #cfbox2 {background: transparent url("../img/icon-newsletter.png") no-repeat -3px 11px }
#sun #sub_footer #cfbox3 {background: url("../img/icon-survey.png") 5px 10px no-repeat;}

#sun #sub_footer .wf-sortable {padding-left: 52px;}

#sun #sub_footer p {font-size: 13px;}


#sun #sub_footer #fb1 {color: #2479a5 !important;}

#sun #sub_footer #tw1 {color: #25b2e7;}

#sun #sub_footer #in1 {color: #9B674F;}

#sun #sub_footer #yo1 {color: #dd2821;}

#sun #sub_footer #li1{color:#0077B5;}

#sun #sub_footer .fa_iscons {margin: 27px 0 0 0;}

#sun #sub_footer .fa_iscons a {margin: 0 15px 0 0;}

#sun #sub_footer #imgSurvey 
{
    float: left;
    margin: 0 11px 0 0;
    position: absolute;
    right: 449px;
}

#sun #sub_footer .instagram .container h4 
{
  padding: 12px 10px 3px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}

#sun #sub_footer_wrap div.clearfix 
{
	background-color: #F0F0F0;
}
#sun #sub_footer 
{
	background-color: #F0F0F0;
	padding: 20px 0;
}

#sun #sub_footer #sub_footer_container 
{
    /*width: 1024px !important;*/
    margin: 19px auto;
    height: 174px;
    padding: 0px;
}

#sun #sub_footer #drpdwn_caret { border-top: 4px solid #000 !important;}
#sun #sub_footer #drpdwn_menu #drpdwn_li #drpdwn_a:hover
 {
  text-decoration: none !important;
  background: none !important;
  font-weight: bold;
}
#sun #sub_footer #drpdwn_menu #drpdwn_li {list-style-type: none !important;}
#sun #sub_footer #drpdwn {
  background: #fff;
  width: 127px;
  color: #000;
  text-shadow: none;
  float: right;
  border-radius: 3px;
}
#sun #sub_footer p#nltext {
    float: left;
    font-size: 12px;
    margin: 2px 0px 0px -1px;
}

#sun #sub_footer #get_wrapper {margin: 0 0 0 6px;}
#sun #sub_footer div#gtrspns_box {
  /* background-color: red; 
	width: 238px;*/
    margin: 0px 0 0 -55px;
}
/* smart prepaid getresponse */
#sun #sub_footer input.wf-button,
#sun #sub_footer a.wf-rc-reload 
 {
    font-size: 16px !important;
    color: #FFF !important;
    font-style: normal !important;
    text-decoration: none !important;
    width: 30px !important;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    border-width: 0px !important;
    border-color: #000 !important;
    border-style: none !important;
    position: relative;
    border-radius: 0px 4px 4px 0px;
}

#sun #sub_footer input.wf-button
{
	background-image: url("../img/plane.png") !important;
    background-color: #B40406 !important;
    padding: 5px 0px !important;
}

#sun #sub_footer_wrap input.wf-button,
#sun #sub_footer_wrap a.wf-rc-reload 
 {
    font-size: 16px !important;
    color: #FFF !important;
    font-style: normal !important;
    text-decoration: none !important;
    width: 30px !important;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    border-width: 0px !important;
    border-color: #000 !important;
    border-style: none !important;
    position: relative;
    border-radius: 0px 4px 4px 0px;
}

#sun #sub_footer_wrap input.wf-button
{
	background-image: url("../img/plane2.png") !important;
    background-color: #eeeeee !important;
    padding: 5px 0px !important;
	margin-left: -36px;
	z-index: 3;
	height: 32px;
}
#sun #sub_footer_wrap input.wf-button :hover {	
	background-repeat: no-repeat !important;
}

#sun footer #sub_footer_wrap .sub_item input:hover {
	background: transparent;
	background-position: 3px 4px;
	background-repeat: no-repeat;
}

#sun #sub_footer_wrap .wf-labelpos {
	height: 0;
}

#sun #sub_footer a.wf-rc-reload 
{
	background-image: url("../img/icon-refresh.png") !important;
    background-color: #999999 !important;
	padding: 5px 0px !important;
	display: inline-block;
	text-indent: -999999px;
	float:right;
	margin-top: -32px;
	margin-right: 16px;
}
#sun #sub_footer .wf-inputpos,
#sun #sub_footer .wf-contbox {display: block !important;}

#sun #sub_footer select#category_faq 
{
    width: 115px;
    float: left;
    font-size: 13px;
    padding: 4px 0px 6px 6px;
    margin: 0 23px 0 0;
	 background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sun #sub_footer input.wf-input 
{
    /*width: 233px;*/
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: inline-block;
    height: 33px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sun #sub_footer #wrap.views-row-2, 
#sun #sub_footer #wrap.views-row-3, 
#sun #sub_footer #wrap.views-row-4{display:none;}

/* for revamp */
#sun #sub_footer_wrap #wrap.views-row-2, 
#sun #sub_footer_wrap #wrap.views-row-3, 
#sun #sub_footer_wrap #wrap.views-row-4{display:none;}
#sun #sub_footer_wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

#sun #sub_footer_wrap select::-ms-expand {
    display: none;
}


#sun #sub_footer div#recaptcha_image img 
{
 width: 77%;
 z-index: 999999;
 position: relative;
}
#sun #sub_footer input#recaptcha_response_field 
{
 display: block;
 width: 202px!important;
}
#sun #sub_footer .wf-inputpos,
#sun #sub_footer .wf-contbox {display: block !important;}
#sun #sub_footer .wf-captcha {height: 150px;}
#sun #sub_footer input#recaptcha_response_field 
{
	display: block;
	width: 202px!important;
}

/* RESPONSIVE */
.RadWindow_Sitefinity td.rwWindowContent,
.RadWindow .rwWindowContent
{
	background-color: transparent!important;
	background: none!important;}

/* Header */

#sun header #core-nav .mainnav{display: none;}

#sun .navbar {margin-bottom: 0px;}
#sun .container-fluid {padding: 0;}

#sun header .mainnav .logo {display: none;}
#sun .navbar-brand > img
{
	width: 50px;
	height: 50px;
}

#sun .navbar-default 
{
	background: #000!important;
	border: 0!important;
	border-radius: 0!important;
}
#sun .navbar-brand
{
	padding: 0!important;
	float:initial!important;
}

#sun .navbar-brand > img 
{
    display: initial!important;
    text-align: center;
}

#sun .navbar-header
{
	text-align: center;
    border-bottom: 1px solid #999999;
}
#sun .navbar-toggle
{
	float:left;
	border: 0;
}

#sun .navbar-default .navbar-toggle .icon-bar {background-color: #333!important;}
#sun .navbar-default .navbar-toggle:hover, 
#sun .navbar-default .navbar-toggle:focus,
#sun .navbar-default .navbar-nav > .open > a:focus{background-color: transparent!important;}
#sun .navbar-header .my-smart
{
    float: right;
    font-size: 15px;
    color: #333!important;
    padding: 15px 12px 14px 12px;
	display:block;
}

#sun .navbar-default.sticky li#gn-search
{
    float: right;
    list-style: none;
    color: #333;
    padding: 15px 10px;
}

#sun .navbar-default.sticky li#gn-search a{color:#333;}
#sun .navbar-default.sticky li#gn-search a:hover{text-decoration: none;}

#sun .navbar-default .navbar-collapse,
#sun .navbar-default .navbar-form
{
	border: none;
	box-shadow: none;
}

#sun .navbar-nav { margin: 10px 10px 15px 10px;}


#sun header .navbar-nav > li#gn-search,
#sun header .navbar-nav > li#gn-mysmart {display:none;}
#sun .navbar-nav > li  {border-bottom: 1px #333 solid;}
#sun .navbar-nav > li > a
{
    color: #fff;
    font-size: 15px;
	font-weight: 400;
	padding: 15px 10px;
}
#sun .navbar-nav > li > a{text-decoration: none;}


#sun .navbar-nav .dropdown-menu > li > a{color:#fff!important;}
#sun .navbar-nav > li > a:hover,
#sun .navbar-nav .dropdown-menu > li > a:hover
{
	color: #ddd!important;
	text-decoration: none!important;
	background-color: transparent!important;
}

#sun .navbar-nav li.dropdown a i.fa-angle-down
{   
	font-size: 16px;
    float: right;
    padding: 0px 20px;
}

#sun .navbar ul li#gn-search a {padding: 17px 15px 13px;}
#sun .navbar ul li#gn-mysmart a {padding: 17px 12px 13px 12px;}


/* Mobile navigation */

#sun header #stickynav-mobile .submenu,
#sun header #stickynav-mobile .submenu .inner
{
	background-color: #ffffff;
	
}

#sun header #stickynav-mobile .submenu nav ul li a{color: #333;}

#sun .navbar-default {background: #fff!important;}
.navbar-collapse.in {overflow-y: initial;}

#sun .navbar-nav > li {border-bottom: 1px #333 solid;}

#sun .tab_container #subnav_search.subnav {display: none;}

#sun .navbar-default.sticky #subnav_search #search {padding: 20px}

#sun .navbar-default.sticky #subnav_search #search input
{
	height: 50px;
    line-height: 30px;
    font-size: 28px;
    font-weight: 200;
    width: 100%;
    outline: none;
    padding: 4px 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


#sun header #stickynav .submenu ,
#sun header #stickynav-mobile .submenu 
{
	height: 46px;
}

#sun header #stickynav-mobile{z-index: -999999;}

#sun header #stickynav .submenu .inner,
#sun header #stickynav-mobile .submenu .inner
{
	margin: 0 auto;
}
#sun header #stickynav .submenu nav ul,
#sun header #stickynav-mobile .submenu nav ul
{
	margin: 0;
	padding: 0px 0px 0px 103px;
	display: block;
	height: 46px;
	overflow: auto;
    white-space: nowrap;
}

#sun header #stickynav-mobile .submenu nav ul {padding: 0;}

#sun header #stickynav .submenu  nav ul li,
#sun header #stickynav-mobile .submenu  nav ul li
{
	/*float: left; */
    display: inline-block;
	padding: 0;
	margin: 0;
}
#sun header #stickynav .submenu  nav ul::-webkit-scrollbar, 
#sun header #stickynav-mobile .submenu  nav ul::-webkit-scrollbar { 
    display: none; 
	
}

	
#sun header #stickynav-mobile .submenu ul li a{padding: 10px 12px;}


#sun header #stickynav .submenu  nav ul li a,
#sun header #stickynav-mobile .submenu  nav ul li a
{
	color: #333;
	font-size: 14px;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#sun header #stickynav .submenu  nav ul li a:hover,
#sun header #stickynav-mobile .submenu  nav ul li a:hover
{
	color: #ddd;
	text-decoration: none;
}
#sun header #stickynav .submenu  nav ul li a.better-active,
#sun header #stickynav-mobile .submenu  nav ul li a.better-active
{
	color: #aaa;
}

#sun header #stickynav .mainmenu .left ul li a.sticky-prepaid
{
	color: #CEDC00;
}

#sun header #stickynav-mobile  .submenu .menu-overlay1,
#sun header #stickynav-mobile  .submenu .menu-overlay2
{
	background-size: cover;
	height: 46px;
    z-index: 10000;
    position: absolute;
    width: 62px;
    opacity: 0.8;
} 	
	
#sun header #stickynav-mobile  .submenu .menu-overlay1
{
	background: url(http://smart.com.ph/smartrevamp/AssetsResponsive/images/submenu-bg-left2.png) no-repeat; 
	float:left;
	
}/*
#sun header #stickynav-mobile  .submenu .menu-overlay2
{
	background: url(http://smart.com.ph/smartrevamp/AssetsResponsive/images/submenu-bg-right2.png) no-repeat; 
	background-position: 4px;
	right: 0px;
	margin-top: -46px;
}*/

/* menu */

#sun header .topnav .left ul.selector li a{padding: 10px 7px 14px;}

/* footer */

#sun footer .footermain .container {
    display: none;
}
.clear {clear: both;}

#sun .navbar-nav > li  {border-bottom: 1px #333 solid;}
#sun .navbar-nav > li > a
{
    color: #333;
    font-size: 15px;
	font-weight: 400;
	padding: 15px 10px;
}
#sun footer .navbar-nav > li > a{color: #fff;}

#sun .navbar-nav > li > a{text-decoration: none;}


#sun .navbar-nav .dropdown-menu > li > a{color:#333!important;}
#sun .navbar-nav > li > a:hover,
#sun .navbar-nav .dropdown-menu > li > a:hover
{
	color: #333!important;
	text-decoration: none!important;
	background-color: transparent!important;
}

#sun footer .navbar-nav .dropdown-menu > li > a,
#sun footer .navbar-nav > li > a:hover,
#sun footer .navbar-nav .dropdown-menu > li > a:hover {color: #fff!important;}

#sun .navbar-nav li.dropdown a i.fa-angle-down
{   
	font-size: 16px;
    float: right;
    padding: 0px 20px;
}


#sun footer .footermain .container .row.upper .boxes{min-height: 315px;}

#sun footer .footermain .navbar-nav
{
	display: block;
	margin: 0;
	padding-left: 0;
	padding-bottom: 10px;
}


#sun footer .navbar-nav > li:first-child {border-top: 1px #666 solid;}
#sun footer .navbar-nav > li {border-bottom: 1px #666 solid;}
#sun footer .navbar-nav > li>a:focus{background: none;}
#sun footer .footer-links {padding: 10px;}
#sun footer .footer-logo img
{
	width: 67px;
    margin-bottom: -18px;
}
#sun footer .row.lower {margin: 0;}
#sun footer .footer-links ul li {padding: 5px 0;}
#sun footer .footer-links ul li a {color: #fff;}
#sun footer .legal .left p{color: #fff;}

#sun footer .footermain .container .row.upper .col-xs-12.col-sm-6.col-md-3 {
    min-height: 315px;
}

.sfFormDropdown select,
.sfFormBox.sfTxtBoxMedium .sfTxt,
.sfFormBlock.sfTxtBlockMedium .sfTxt {width: 100%!important;}


.tabs-container {
    width: 100%;
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
}

#sun .tabs-container .tabs{   width: 930px!important;}


/* MEDIA QUERIES */

/* max-width */



@media (max-width: 375px)
{
	#sun header .topnav .container{padding: 0;}
	#sun header .topnav .right ul.selector li a span,
	#sun header .topnav .right ul.selector li.search	{display: none;}
	#sun .sf_pagerNumeric a {padding: 6px 7px;}
	
	#sun .container .row.solutions ul li a em.business,
	#sun .container .row.solutions ul li a em.connectivity,
	#sun .container .row.solutions ul li a em.broadband {background-size: 100%;}
	#sun .container .row.solutions ul li a span {font-size: 14px;}
	#sun #main .pageheader h1 {font-size: 39px; text-transform: capitalize;}
}

@media (max-width: 640px)
{
	.sf_2cols_1_50,
	.sf_2cols_2_50
	{
		float: none!important;
		width: 100%!important;
	}
	
	.sf_2cols_2_50 .sf_2cols_2in_50 {margin-left: 0!important;}
	#sun .container .row.solutions ul li {padding: 20px 0!important;}
}


/* min width */

@media (min-width: 480px)
{
	.tab_container,
	#gn-search,
	.my-sun,
	#sun header .topnav .right ul.selector li a span	{display: none;}
	
	#sun .navbar-brand{margin-left: -50px;}
	#sun header .topnav .right ul.selector li a {padding: 11px 7px 14px;}
	#sun header .topnav .right ul.selector li.search input[type="text"] {width: 118px;}
	#sun header .topnav .right ul.selector li.search input[type="submit"]{left: 97px;}
	
	
}

@media (min-width: 640px)
{
	#sun header .topnav .left ul.selector li a {padding: 10px 10px 14px;}
	#sun header .topnav .right ul.selector li a {padding: 11px 6px 14px;}
	#sun header .topnav .right ul.selector li a span{display: inline-block;}
	
}

@media (min-width: 768px)
{	
	#sun header #core-nav .mainnav{display:block;}
	#sun header .mainnav .logo {display: block;}
	#sun .navbar.sticky {display: none!important;}
	
	#sun header .mainnav .stickynav 
	{
		height: 53px;
		margin-top: -3px;
	}
	
	#sun footer .footermain .container{display: block!important;}
	#sun footer .footermain .navbar-nav{display: none!important;}
	#sun header .mainnav .navigation ul li a
	{   
		padding: 11px 5px 13px;
		font-size: 12.5px;
	}
	
	#sun header .topnav .right ul.selector li.search input[type="text"] { width: 150px;}
	#sun header .topnav .right ul.selector li.search input[type="submit"] {left:134px;}
	#sun header .topnav .left ul.selector li a {padding: 10px 14px 14px;}
	
	#sun header .mainnav .tab-content {top: 112px;}
	#sun header .mainnav .tab-content .tab-pane ul li {width: 100px;}	
	#sun header .mainnav .tab-content .tab-pane#broadband ul li {width: 90px;}
	#sun header .mainnav .tab-content .tab-pane#mobile-internet ul li {width: 124px;}
	#sun header .mainnav .tab-content .tab-pane#international ul li {width: 124px;}
	
	#sun header .mainnav .tab-content .tab-pane ul li a {font-size: 12px;}
	
	#sun header .mainnav .tab-content .tab-pane ul li a i {width: auto!important;}
		
	#sun header .mainnav .tab-content #prepaid.tab-pane ul li a
	{
		padding: 32px 0px;
	}
	#sun header .mainnav .tab-content #postpaid.tab-pane ul li a
	{
		padding: 32px 0px;
	}
	#sun header .mainnav .tab-content #broadband.tab-pane ul li a
	{
		padding: 32px 0px;
	}
	#sun header .mainnav .tab-content #international.tab-pane ul li a
	{
		padding: 32px 0px;
	}
	#sun header .mainnav .tab-content #mobile-internet.tab-pane ul li a
	{
		padding: 32px 0px;
	}
	#sun header .mainnav .tab-content #vas.tab-pane ul li a
	{
		padding: 32px 0px;
	}
}

@media (min-width: 992px)
{
	#sun header .mainnav .navigation ul li a
	{
		padding: 11px 10px 13px;
		font-size: 15px;
	}
	
	#sun header .mainnav .stickynav 
	{
		height: 50px;
		margin: 0;
	}
	
	#sun header .topnav .left ul.selector li a{padding: 10px 20px 14px;}
	
	#sun header .mainnav .tab-content .tab-pane ul li a {font-size: 14px;}
	#sun header .mainnav .tab-content .tab-pane ul li {width: 132px;}
	#sun header .mainnav .tab-content .tab-pane#broadband ul li {width: 117px;}
	#sun header .mainnav .tab-content .tab-pane#mobile-internet ul li {width: 158px;}
	#sun header .mainnav .tab-content .tab-pane#international ul li {width: 206px;}
	
	#sun header .mainnav .tab-content #prepaid.tab-pane ul li a
	{
		padding: 32px 20px;
	}
	#sun header .mainnav .tab-content #postpaid.tab-pane ul li a
	{
		padding: 32px 15px;
	}
	#sun header .mainnav .tab-content #broadband.tab-pane ul li a
	{
		padding: 32px 8px;
	}
	#sun header .mainnav .tab-content #international.tab-pane ul li a
	{
		padding: 32px 42px;
	}
	#sun header .mainnav .tab-content #mobile-internet.tab-pane ul li a
	{
		padding: 32px 30px;
	}
	#sun header .mainnav .tab-content #vas.tab-pane ul li a
	{
		padding: 32px 18px;
	}
	
}

@media (min-width: 1200px)
{
	#sun header .mainnav .navigation ul li a{padding: 11px 18px 13px;}
	#sun #sub_footer select#category_faq {float: right;}
	
	#sun header .mainnav .tab-content .tab-pane ul li a {font-size: 15px;}
	#sun header .mainnav .tab-content .tab-pane ul li {width: 160px;}
	#sun header .mainnav .tab-content .tab-pane#broadband ul li {width: 142px;}
	#sun header .mainnav .tab-content .tab-pane#mobile-internet ul li {width: 211px;}
	#sun header .mainnav .tab-content .tab-pane#international ul li {width: 246px;}
	
	#sun header .mainnav .tab-content #prepaid.tab-pane ul li a
	{
		padding: 32px 20px;
	}
	#sun header .mainnav .tab-content #postpaid.tab-pane ul li a
	{
		padding: 32px 15px;
	}
	#sun header .mainnav .tab-content #broadband.tab-pane ul li a
	{
		padding: 32px 8px;
	}
	#sun header .mainnav .tab-content #international.tab-pane ul li a
	{
		padding: 32px 42px;
	}
	#sun header .mainnav .tab-content #mobile-internet.tab-pane ul li a
	{
		padding: 32px 30px;
	}
	#sun header .mainnav .tab-content #vas.tab-pane ul li a
	{
		padding: 32px 18px;
	}
	
	#sun header .mainnav .tab-content #international.tab-pane ul {
		margin-left: 275px;
	}
	#sun header .mainnav .tab-content #mobile-internet.tab-pane ul {
		margin-left: 220px;
	}
}

.wf-valid__captcha 
{
	width: 90% !important;
}


