/* ==========================================================================
/* ==========================================================================
   Core CSS for suncellular.com.ph
   ========================================================================== */
 
 /* Fix responsive width */
#sun footer {
	min-width: initial;
}
#sun header .container,
#sun footer .container
{
	width: 100% !important;
}
@media (min-width: 768px) {
	#sun header .container,
	#sun footer .container
	{
		width: 750px !important;
	}
}
@media (min-width: 992px) {
	#sun header .container,
	#sun footer .container
	{
		width: 970px !important;
	}
}
@media (min-width: 1200px) {
	#sun header .container,
	#sun footer .container
	{
		width: 1170px !important;
	}
}
 
 
 #sun {
	min-width: 0 !important; 
	-webkit-font-smoothing: antialiased !important;
	font-size: 14px !important;
	font-weight: 300 !important;
}
 
/*Core Navigations*/
#sun .banner.container-fluid {
	padding: 0;
}

#sun header ul,
#sun footer ul 
{
	margin: 0;
	padding: 0;
}
#sun header li ,
#sun footer li 
{
	list-style-type: none;
}

#sun header a ,
#sun footer a  
{
    color: #fe9601;
    outline: 0;
    transition: all .1s ease-in-out;
}
/*** Header ***/
#sun header #topnav .navbar {
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
	z-index: 3;
	background: #fff;
	border: 0;
}

#sun header #topnav {
	height: 74px;
}

#sun header #topnav .navbar-nav {
	margin: 0;
}

#sun header #topnav .navbar-header,
#sun header #topnav .navbar-nav > li
{
	border: 0;
}

#sun header #topnav #menu_items {
	margin-left: 30px;
}

#sun header #topnav #menu_items a {
	color: #595959;
	font-size: 17px;
	padding: 27px 18px;
	border-right: 1px solid #d7d7d7;
	font-weight: 300;
}

#sun header #topnav #menu_items a:hover {
	background: #fec223 !important;
	color: #fff !important;
	text-shadow: 0 0;
	border-right: 1px solid #fff;
}
#sun header #topnav #menu_items a.noborder {
	border-right: 0 !important;
}

#sun header #topnav #sun_logo {
	display: block;
	width: 117px;
	margin: 14px auto 0;
	padding: 0;
}

#sun header #topnav #sun_logo img {
	width: 108px;
	height: auto;
}

/*#sun .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
	border-right: 1px solid #d7d7d7;
}*/

#sun header #topnav .rightnav #sun_services {
	width: 260px;
	height: 74px;
	float: right;
}

#sun header #topnav .rightnav #sun_services a {
	color: #595959;
	font-size: 17px;
	border: 0;
	line-height: 70px;
	display: block;
}

#sun header #topnav .rightnav #sun_services img {
	width: 20px;
	margin-right: 6px;
}

#sun header #topnav .rightnav #sun_services .support {
	float: left;
}

#sun header #topnav .rightnav #sun_services .mysun {
	float: left;
}

#sun header #topnav .rightnav #sun_services .support a {
	background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-support.png) no-repeat 14px 27px;
	background-size: 20px;
	padding: 2px 13px 2px 39px;
}

#sun header #topnav .rightnav #sun_services .support a:hover {
    background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-support-w.png) no-repeat 14px 27px;
	background-size: 20px;
	text-decoration: none;
	color: #fec223;
}

#sun header #topnav .rightnav #sun_services .mysun a {
	background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-mysun.png) no-repeat 14px 28px;
	background-size: 20px;
	padding: 2px 13px 2px 39px;
}

#sun header #topnav .rightnav #sun_services .mysun a:hover {
    background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-mysun-w.png) no-repeat 14px 28px;
	background-size: 20px;
	text-decoration: none;
	color: #fec223;
}
/*** End Header ***/



/*** Footer ***/
#sun footer #sub_footer_wrap {
	padding: 20px 0;
	background: #f8f7f7; 
	background: -webkit-linear-gradient(left,#e0e0e0,#fefefe,#e0e0e0);
	background: -o-linear-gradient(left,#e0e0e0,#fefefe,#e0e0e0);
	background: -moz-linear-gradient(left,#e0e0e0,#fefefe,#e0e0e0);
	background: linear-gradient(to right,#e0e0e0,#fefefe,#e0e0e0);
}
#sun footer #sub_footer_wrap .social {
	text-align: left;
	margin-top: 19px;
	margin-top: 19px;
}
#sun footer #sub_footer_wrap .social a {
	color: #222;
	font-size: 26px;
	margin: 0 30px 0 0;
	-webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
	transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
#sun footer #sub_footer_wrap p {
    font-size: 18px;
	margin: 0 0 10px;
}

#sun footer .fa:hover {
    transform: scale(1.2);
	color: #fe9601;
}

#sun footer .fa {
    transition: all .1s ease-in-out;
}

#sun footer .fa-envelope-o {
	font-size: 24px;
}

#sun footer .fa-paper-plane {
	font-size: 20px;
	color: #fe9601;
}

#sun footer #sub_footer_wrap .sub_item {
	border-right: 1px solid #d2d2d2;
	min-height: 78px;
}
#sun footer #sub_footer_wrap .sub_item.last {
	border-right: 0 ;
}

#sun footer input {
    border: 1px solid #333333;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    padding: 10px 16px;
    background: transparent;
    height: 43px;
}
#sun footer #sub_footer_wrap .sub_item input {
	width: 200px;
}

#sun footer #sub_footer_wrap .sub_item select {
	width: 130px;
	margin-right: 0;
}
#sun footer select {
    border: 1px solid #333333;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    padding: 10px 16px;
    background: transparent url(/SunRevamp/AssetsResponsive/img/revamp/dropdown.png) no-repeat 105px 16px;
}
#sun footer select#fixed {
    -webkit-appearance: none;
    -moz-appearance: none;
}
#sun footer #sub_footer_wrap select#fixed {
	-webkit-appearance: none;
	-moz-appearance: none;
}
#sun footer #sub_footer_wrap select#fixed::-ms-expand {
    display: none;
}

#sun footer #sub_footer_wrap .survey {
	margin-top: 12px;
}

#sun footer #sub_footer_wrap .survey td {
	vertical-align: top;
}

#sun footer #sub_footer_wrap .survey a {
	font-weight: 500;
	text-decoration: none;
}

#sun footer #sub_footer_wrap .survey a:hover {
	text-decoration: underline;
}

#sun footer #sub_footer_wrap .plane {
	border: 0;
	background: transparent;
	box-shadow: none;
	margin-left: -44px;
	z-index: 2;
	outline: 0;
}

/*Janine*/
/*accordion*/
#sun footer .accordion-group-wt #accordion .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #5d5e5e;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block !important;
}
#sun footer .accordion-group-wt .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
    padding: 0;
}
#sun footer .accordion-group-wt #accordion .panel .panel-heading a {
    color: #888888;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#sun footer .accordion-group-wt #accordion h4 {
    margin: 0;
    border: 0;
    background: #555 url(/SunRevamp/AssetsResponsive/img/acc-plus-wt.png) no-repeat 99% 50%;
    font-size: 16px;
    font-style: normal;
}
#sun footer .accordion-group-wt #accordion .actives {
    background: #555 url(/SunRevamp/AssetsResponsive/img/acc-minus-wt.png) no-repeat 99% 50%;
}
#sun footer .accordion-group-wt #accordion .panel-body {
    border-top-color: #5d5e5e;
    padding: 0 0 10px;
}
#sun footer .mobile-view li {
    padding: 10px 0 0;
}
#sun footer .mobile-view li a {
    color: #c4c4c4;
	text-decoration: none;
}
#sun footer .mobile-view li a:hover{
    color: #fe9601;
}

/* Breadcrumbs for brand level
   ========================================================================== */

#sun footer .breadcrumbs {
    font-size: 16px;
    color: #888888;
    padding: 20px 0;
    background: #555;
	margin: 0;
}

#sun footer .breadcrumbs div {
	color: #e2e2e2;
	padding-right: 15px;
	padding-left: 15px;
}

#sun footer .breadcrumbs a {
	color: #888888;
}

#sun footer .breadcrumbs a:hover {
	color: #fe9601;
	text-decoration: none;
}

/* End Breadcrumbs for brand level
   ========================================================================== */

#sun footer #footer_wrap {
	background: #555;
	padding: 20px 0;
	font-size: 16px;
	color: #888;
}

#sun footer #footer_wrap .f_links {
	padding-bottom: 20px;
	float: left;
	width: 25%;
}

#sun footer #footer_wrap .f_col6 {
	width: 50%;
}

#sun footer #footer_wrap .f_links a, 
#sun footer #legal a 
{
	color: #c4c4c4;
	line-height: 30px;
}

#sun footer #footer_wrap .f_links a:hover, 
#sun footer #legal a:hover 
{
	color: #fe9601;
	text-decoration: none;
}

#sun footer #legal {
	text-align: center;
}

#sun footer #legal hr {
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #5d5e5e;
	border-bottom: 0;
	display: block;
	line-height:0;
	height: 0;
	overflow: hidden;
    border-left: 0px; 
    border-right: 0px;
	*display: none;
}


/*#sun .fl1, #sun .fl2, #sun .fl3
#sun footer #footer_wrap .f_links .links */
#sun footer #footer_wrap .fl1, 
#sun footer #footer_wrap .fl2, 
#sun footer #footer_wrap .fl3
{
	display: block;
	visibility: visible;
}

#sun footer .link_section {
	background: #555;
	border: 0;
	box-shadow: 0 0;
	text-shadow: 0 0;
	border-radius: 0;
	padding: 8px 0;
	color: #888888;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	cursor: default;
	opacity: 0;
}

#sun footer #footer_wrap .btn {
	font-size: 16px;
}

#sun footer #footer_wrap .default_display {
	display: block;
}

#sun footer .mobile-view {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /** Hack for IE ***/

	#sun footer #sub_footer_wrap .subscribe {
		line-height: 0;
	}
	
	#sun footer #sub_footer_wrap .subscribe select {
		margin-top: -10px;
	}
	
}

.ie9 #sun footer #sub_footer_wrap { height: 122px; }
.ie9 #sun footer #sub_footer_wrap .subscribe select  { top: -19px; position: relative; }  
.ie9 #sun footer #sub_footer_wrap .subscribe select  { background: transparent url(/SunRevamp/AssetsResponsive/img/revamp/dropdown.png) no-repeat 139px 13px }  

/** End Hack for IE ***/

/*** END Footer ***/


/*backtop plugin*/
#sun #back-top.cd-top {
	display: inline-block;
	height: 58px;
	width: 44px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: gainsboro url(/SunRevamp/AssetsResponsive/img/revamp/backtop.jpg) no-repeat;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	outline: 0;
}
#sun #back-top.cd-top.cd-is-visible, 
#sun #back-top.cd-top.cd-fade-out, 
#sun .no-touch #back-top.cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
#sun #back-top.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
}
#sun #back-top.cd-top.cd-is-visible:hover {
    opacity: 1;
}


/*** MEDIA QUERIES ***/
@media only screen and (min-width: 768px) {
	
	/*backtop plugin*/
	#sun #back-top.cd-top {
		right: 20px;
		bottom: 20px;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	/*backtop plugin*/
	#sun #back-top.cd-top {
		right: 30px;
		bottom: 180px;
	}
}

@media screen and (max-width: 1199px) {
	
	/*Core Navigations*/
	#sun header #topnav .rightnav #sun_services {
			width: auto;
	}
	#sun header #topnav .rightnav #sun_services .support a {
		padding: 0 13px 0 39px;
		font-size: 14px;
		line-height: 74px;
	}
	#sun header #topnav .rightnav #sun_services .mysun a {
		padding: 0 13px 0 39px;
		font-size: 14px;
		line-height: 74px;
	}	
	
}

@media screen and (max-width: 1080px) {
	
	
	
	/*Core Navigations*/
	#sun footer #sub_footer_wrap .subscribe td {
		display: block;
	}
	
	#sun footer #sub_footer_wrap .sub_item select {
		width: 100%;
		margin: 0 0 16px 0;
	}
	
	#sun footer #sub_footer_wrap .sub_item input, 
	#sun footer #sub_footer_wrap .input-group {
		width: 100%;
	}
	
	#sun footer select {
		background-position: 96% 16px;
	}
	
	#sun footer #sub_footer_wrap .container {
		width: 100%
	}
	
	#sun footer #sub_footer_wrap .sub_item {
		min-height: 134px;
	}
	
	#sun footer #sub_footer_wrap .survey {
		margin-top: 30px;
	}
	
	#sun footer #sub_footer_wrap .social {
		text-align: center;
		margin-top: 44px;
	}
	

}

@media screen and (max-width: 991px) {
	
	
	/*Core Navigations*/
	#sun header #topnav #sun_logo img {
		width: 94px;
	}
	
	#sun header #topnav {
		height: 64px;
	}
	
	#sun header #topnav #menu_items {
		margin-left: 10px;
	}
	
	#sun header #topnav #menu_items a {
		padding: 27px 14px;
		font-size: 16px;
	}
	
	#sun header #topnav .rightnav #sun_services {
		width: auto;
		height: auto;
		margin-top: 17px;
	}	
	
	#sun header #topnav .rightnav #sun_services .support a {
		background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-support.png) no-repeat 14px 27px;
		background-position: 6px;
		width: 40px;
		overflow: hidden;
		height: 40px;
		background-size: 28px;
		padding: 0 0 0 30px;
		border-radius: 20px;
	}
	#sun header #topnav .rightnav #sun_services .support a:hover {
		background: #fec223 url(/SunRevamp/AssetsResponsive/img/revamp/ico-support-w_.png) no-repeat 14px 27px;
		color: #fff;
	}
	
	#sun header #topnav .rightnav #sun_services .mysun a {
		background: #fff url(/SunRevamp/AssetsResponsive/img/revamp/ico-mysun.png) no-repeat 14px 28px;
		background-position: 6px;
		width: 40px;
		overflow: hidden;
		height: 40px;
		background-size: 28px;
		padding: 0 0 0 30px;
		border-radius: 20px;
	}
	
	#sun header #topnav .rightnav #sun_services .mysun a:hover {
		background: #fec223 url(/SunRevamp/AssetsResponsive/img/revamp/ico-mysun-w_.png) no-repeat 14px 28px;
		color: #fff;;
	}
	
	#sun header #topnav .rightnav #sun_services .support a:hover, #sun header #topnav .rightnav #sun_services .mysun a:hover {
		background-size: 28px;
		background-position: 6px;
		border-radius: 20px;
	}
	
	#sun header #topnav .rightnav #sun_services a {
		text-indent: -9999px;
	}
	
}

@media screen and (max-width: 784px) {
	
	/*Core Navigations*/
	#sun footer .link_section {
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	
	/*Core Navigations*/
	#sun header a,
	#sun footer a
	{
		float: none;
	}
	
	#sun header #topnav .navbar-toggle {
		float: left;
		border: 0;
		margin-top: 14px;
		margin-left: 6px;
		display:block;
	}
	#sun header #topnav .navbar-header {
		float: none;
		margin-right: -15px;
		margin-left: -15px;
	}
	#sun header #topnav .navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}
	#sun header #topnav .collapse {
		display: none !important;
		visibility: hidden !important;
	}
	#sun header #topnav .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
		border-top: 1px solid #e7e7e7;
	}

	#sun header #topnav .navbar-collapse.in {
		overflow-y: auto;
	}
	#sun header #topnav .collapse.in {
		display: block !important;
		visibility: visible !important;
	}
	#sun header #topnav #menu_items ul,
	#sun header #topnav #menu_items li
	{
		float: none;
	}
		
	
	#sun header .navbar-default .navbar-toggle .icon-bar {
		background-color: #333;
	}
	#sun header #topnav .navbar-default .navbar-toggle:hover, 
	#sun header #topnav .navbar-default .navbar-toggle:focus {
		background: none;
	}
	
	#sun header #topnav #menu_items {
		padding: 0;
		margin: 0;
	}
		
	#sun header #topnav .navbar {
		padding: 0;
	}
	
	#sun header #topnav #menu_items a {
		padding: 18px 18px;
		border: 0;
		transition: none;
		font-size: 20px;
	}
	
	#sun header #topnav #menu_items a:hover {
		background: #fec223;
		background-size: 22px;
		opacity: 0.8;
		color: #fff;
		transition: none;
	}
	
	#sun header #topnav #menu_items {
		margin: 0;
	}
	
	#sun header #topnav .rightnav #sun_services {
		position: absolute;
		top: 10px;
		right: 14px;
		height: 65px;
		margin-top: 0;
	}
	
	#sun footer #footer_wrap .f_links, 
	#sun footer #footer_wrap .f_col6 {
		width: 100%;
		padding-bottom: 0;
	}
	
	#sun footer .link_section {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #5d5e5e;
		padding: 12px 0;
		cursor: pointer;
		outline: 0;
		opacity: 1;
	}
	
	#sun footer .link_section::after {
		content: '+';
		font-size: 20px;
		font-weight: normal;
		position: absolute;
		right: 24px;
		margin-top: -6px;
	}
	
	#sun footer #footer_wrap .f_links_wrapper {
		margin-bottom: 40px;
	}
	
	#sun footer #footer_wrap .f_links a {
		display: block;
		padding: 4px 0;
	}
	
	#sun footer #footer_wrap .multi_links a {
		display: inline;
	}
	
	#sun footer #footer_wrap .multi_links li {
		padding: 4px 0;
	}
	
	#sun footer #footer_wrap .default_display {
		display: none;
	}
	
	#sun footer .mobile-view {
		display: block;
	}
	
}

@media screen and (max-width: 767px) {
	
	/*Core Navigations*/
	#sun footer #sub_footer_wrap {
		padding: 0 0 20px 0;
	}
	
	#sun footer #sub_footer_wrap .sub_item {
		min-height: auto;
		border-right: 0;
	}
	
	#sun footer #sub_footer_wrap .input-group-btn {
		width: 0;
	}
	
	#sun footer #sub_footer_wrap .social {
		border-bottom: 1px solid #d2d2d2;
		padding-bottom: 19px;
		margin-top: 19px;
	}
	#sun footer #sub_footer_wrap .survey {
		 border-bottom: 1px solid #d2d2d2;
		 margin-top: 19px;
		 margin-bottom: 19px;
	}	
	#sun footer #sub_footer_wrap .survey p {
		margin: 0 0 20px;
	}
	
	/*#sun .fl1, #sun .fl2, #sun .fl3
	#sun footer #footer_wrap .f_links .links*/
	#sun footer #footer_wrap .fl1, 
	#sun footer #footer_wrap .fl2, 
	#sun footer #footer_wrap .fl3
	{
		display: initial;
		visibility: initial;
	}
	
}

@media screen and (max-width: 736px) {
	
	/*Core Navigations*/
	#sun header #topnav #sun_logo img {
		width: 80px;
	}
	
}

@media screen and (max-width: 527px) {
	

	
	#sun #main #main_banner .item {
		background: #feda00;
	}
	
}

@media screen and (max-width: 375px) {
	
	/*Core Navigations*/
	#sun header .button,
	#sun footer .button
	{
		font-size: 18px;
		padding: 8px 10px;
	}
	
}

#sun #main .sf_pagerNumeric a {
    color: #FFF !important;
}


/* ==========================================================================
   Style Guide CSS for suncellular.com.ph
   ========================================================================== */

.clr { /* Custom clear fix/div - please don't remove */
	clear: both;
	display: block;
	line-height:0;
	height: 0;
	overflow: hidden;
}

* { /* This is to remove outline/border for all links button, a-link, etc. when clicked */
	outline: 0;
}

/* Default a Link color */

#sun a {
	color: #D3603E;
	outline: 0;
	transition: all .1s ease-in-out;
	text-decoration: none;
}

#sun p a {
    color: #D3603E;
    text-decoration: none;
}

#sun a:hover,
#sun p a:hover {
	text-decoration: underline;
}

/* Typography */

#sun h1 {
	font-size: 40px;
	color: #333;
	font-weight: 300;
	margin-bottom: 26px;
	margin-top: 0;
	line-height: 42px;
}

#sun h2 {
	font-size: 32px;
	color: #333;
	font-weight: 300;
	margin-bottom: 26px;
	margin-top: 0;
	line-height: 36px;
}

#sun h3 {
	font-size: 24px;
	font-weight: 300;
	color: #333;
	border-bottom: 0;
}

#sun h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

#sun h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

#sun h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

#sun p {
	font-size: 20px;
	line-height: 26px;
}

#sun #main p.long {
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

#sun .white-text {
    color: #fff;
}
 
#sun .grey-text {
    color: #888;
}
 
#sun .green-text {
    color: #1bad6c;
}

/* Input box */

#sun select {
	border: 1px solid #333333;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	padding: 10px 16px;
	background: transparent url(/Personal/AssetsResponsive/img/revamp/dropdown.png) no-repeat 145px 16px;
}

#sun input {
	border: 1px solid #333333;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	padding: 10px 16px;
	background: transparent;
	height: 43px;
}

#sun input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
#sun input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
#sun input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
#sun input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

#sun select:hover, #sun input:hover {
	background-color: #fff;
}

#sun .center {
	text-align:center;
}
/* buttons */

#sun #main .button {
	font-size: 20px;
	color: #fff;
	padding: 10px 22px;
	border-radius: 4px;
	text-shadow: none;
	transition: all .2s ease-in-out;
}

#sun #main .button:hover {
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    transition: all 200ms ease-in;
}

#sun #main .red { /* For banners, actions */
	background: #df0024;
	color: #fff !important;
}
#sun #main .red:hover {
    background: #fa4562;
}

#sun #main .yellow { /* Main, Common */
	background: #fec223;
	color: #333 !important;
}
#sun #main .yellow:hover {
    background: #fed569;
}

#sun #main .orange { /* For Yellow backgrounds */
	background: #f8931d !important;
	color: #fff !important;
}
#sun #main .orange:hover {
    background: #f8b261 !important;
}

#sun #main .green { /* For Postpaid */
	background: #1bad6c;
}
#sun #main .green:hover {
    background: #22d786;
}

#sun #main .ghost { /* Learn more, load more */
	background: none;
	border: 1px solid #fff;
}
#sun #main .ghost:hover {
    background: #fff;
	color: #333;
}

#sun #main .ghost_yellow { /* Yellow border */
	background: none !important;
	border: 2px solid #fec223;
	color: #333 !important;
}
#sun #main .ghost_yellow:hover {
    background: #fec223 !important;
	color: #333;
}

#sun #main .arrow {
	color: #333;
	font-size: 18px;
	padding: 6px 0 6px 40px !important;
	background: url(/SunRevamp/AssetsResponsive/img/revamp/btn-arrow.png) no-repeat 0px 0px;
	font-weight: 600;
	border-radius: 0 0;
	box-shadow: 0 0;
}

#sun #main .arrow:hover {
	box-shadow: 0 0;
	text-decoration: underline;
	border-radius: 0 0;
}

#sun #main .arrow-white {
	color: #fff;
	font-size: 18px;
	padding: 6px 0 6px 40px !important;
	background: url(/SunRevamp/AssetsResponsive/img/revamp/btn-arrow-white.png) no-repeat 0px 0px;
	font-weight: 600;
	border-radius: 0 0;
	box-shadow: 0 0;
}

#sun #main .arrow-white:hover {
	box-shadow: 0 0;
	text-decoration: underline;
	border-radius: 0 0;
}


/* ghost container*/
#sun #main .card .show_btn {
    opacity:0;
	transition: all .2s ease-in-out;
}
#sun #main .card:hover .show_btn {
    opacity:1;
}

@media screen and (max-width: 375px) {
	
	#sun #main .button {
		font-size: 18px;
		padding: 8px 10px;
	}
	
}
@media screen and (max-width: 768px)
{
	#sun #main .card .show_btn {
		opacity:1;
	}
}

/* Buttons for the Old Core CSS
   ========================================================================== */
#sun #main a.btnlarge, #sun #main a.btn, #sun #main a.btnsmall  
{
    font-weight: 500;
	font-size: 20px;
	padding: 8px 22px;
	border-radius: 4px;
	text-shadow: none;
}

#sun #main a.btn {
	margin-top: -6px;
	padding: 7px 22px;
}

#sun #main a.btnlarge {
	padding: 7px 22px 8px;
}

#sun #main a.btnlarge:hover, #sun #main a.btn:hover, #sun #main a.btnsmall:hover  
{
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    transition: all 200ms ease-in;
}

#sun #main a.btnsmall
{
    font-size: 14px;
}

/* End Buttons for the Old Core CSS
   ========================================================================== */


/* Tables */

#sun #main table thead tr td, 
#sun #main thead {
	background: #fec223;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: none;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

#sun #main table tbody tr th,
#sun #main table th {
	font-weight: 400;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 7px 10px;
	background: #fec223;
}

#sun #main table tbody tr td {
	border: 1px solid #ddd;
	background: #fff;
}

#sun #main td {
	font-size: 16px;
	padding: 7px 10px;
	background: #fff;
}

#sun #main .table-header td {
    font-weight: 700;
    background: #ffcc01;
    background: -webkit-linear-gradient(left,#ffcc01,#fee155);
    background: -o-linear-gradient(left,#ffcc01,#fee155);
    background: -moz-linear-gradient(left,#ffcc01,#fee155);
    background: linear-gradient(to right,#ffcc01,#fee155);
    text-align: center;
    color: #333;
}

/* End Tables */

/* List style */
 
#sun #main li {
    font-size: 18px;
}

/* End List style */


/* Breadcrumbs for 3rd level
   ========================================================================== */
#sun footer .rsmLink:hover {
	background-color: transparent;
	background-image: none;
}

#sun footer .rsmLink {
	padding: 0 3px 0 0px;
	color: 
}

#sun footer .sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem {
	font-size: 16px;
}

#sun footer .sfBreadcrumbWrp, #sun footer .sfBreadcrumbWrp .RadSiteMap {
	margin: 0 !important;
	padding: 0 !important;
}

#sun footer .sfNoBreadcrumbNavigation a, #sun footer .sfNoBreadcrumbNavigation a:hover {
	color: #e2e2e2;
}

/* End Breadcrumbs
   ========================================================================== */



/* Sticky Nav */

#sun #main {
    padding-bottom: 0;
}

/* Top nav position */
#sun #topnav .navbar {
	position: relative;
}

#sun header #low_nav #sticky_header {
	background: #feda00;
	box-sizing:border-box;
	z-index: 3 !important;
}

#sun header #low_nav #pc_header .sun_brand_name {
	float: left;
}

#sun header #low_nav #pc_header .sun_brand_name h2 {
	margin: 0;
	margin-top: 18px;
	font-weight: 300;
}

#sun header #low_nav #pc_header .sun_brand_name a {
	color: #333;
}

#sun header #low_nav #pc_header .sun_brand_name a:hover {
	background: none;
	text-decoration: none;
}

#sun header #low_nav #pc_header ul {
	float: right;
}

#sun header #low_nav #pc_header li {
	display: inline;
}

#sun header #low_nav #sticky_header #pc_header ul a {
	color: #333;
	font-size: 17px;
	padding: 25px 18px;
	display: inline-block;
}

#sun header #low_nav #sticky_header #pc_header ul a:hover {
	background: #fec223;
	text-decoration: none;
}

#sun header #low_nav #sticky_header .hide_scroll {
	display: none;
}

#sun header #low_nav #sticky_header #pc_header {
	display: block;
}



@media screen and (max-width: 1199px) {

	#sun header #low_nav #sticky_header #pc_header ul a {
		padding: 15px 10px;
	}
	
	#sun header #low_nav #pc_header .sun_brand_name h2 {
		margin-top: 9px;
	}

}

@media screen and (max-width: 992px) {
	
	#sun header #low_nav #sticky_header #pc_header ul a {
		padding: 15px 10px;
	}
	
	#sun header #low_nav #pc_header .sun_brand_name h2 {
		font-size: 20px;
		font-weight: 500;
		margin-top: 9px;
	}
	
}

@media screen and (max-width: 991px) {
	
	#sun header #low_nav #sticky_header .hide_scroll {
		overflow-y: hidden;
		display: block;
		width: 100%;
	}
	
	#sun header #low_nav #sticky_header #subnav_mobile {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		background-color: #feda00;
	}
	
	#sun header #low_nav #sticky_header #subnav_mobile td {
		height: 40px;
	}
	
	#sun header #low_nav #sticky_header #subnav_mobile a {
		color: #333;
		padding: 12px 30px;
	}
	
	#sun header #low_nav #sticky_header #subnav_mobile a:hover {
		background: #fec223;
		text-decoration: none;
	}
	
	#sun header #low_nav #sticky_header #pc_header {
		display: none;
	}
	
}
/* End Sticky Nav */

/*custom containers*/

#sun #mysun_containers a.orange {
    color: #fff;
    font-size: 18px;
    padding: 6px 0 6px 40px !important;
    background: url(/SunRevamp/AssetsResponsive/img/revamp/btn-arrow-white.png) no-repeat 0px 0px !important;
    font-weight: 600;
    border-radius: 0 0;
    box-shadow: 0 0;
}
#sun #mysun_containers a.orange:hover {
    box-shadow: 0 0;
    text-decoration: underline;
    border-radius: 0 0;
    background: url(/SunRevamp/AssetsResponsive/img/revamp/btn-arrow-white.png) no-repeat 0px 0px !important;
}



/*** Quick Links ***/
/*#sun .quicklinks-container,*/
div#brand-quicklinks,
div#brand-quicklinks .item-box
{
    padding: 0;
}

div#brand-quicklinks .item-box a {
    text-decoration: none;
    background: #fff;
    padding-left: 85px;
    color: #333;
    font-size: 18px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: initial;
	
}
div#brand-quicklinks .item-box a:hover {
    background: #ffcc00;
    color: #fff;
}
#sun div#brand-quicklinks .item-box a, 
#sun div#brand-quicklinks .item-box a:hover 
{
	background-repeat: no-repeat !important;
	background-position: 7px 50% !important;
}

.ie9 #sun div#brand-quicklinks .item-box a, 
.ie9 #sun div#brand-quicklinks .item-box a:hover 
{
	display: block;
	height: 150px;
	background-position: 50% 16px !important;
	text-align: center;
	justify-content: center;
	padding: 90px 10px 10px;
}


@media screen and (max-width: 1199px)
{
	div#brand-quicklinks .item-box a{
		background-position: 50%;
	}
	div#brand-quicklinks .item-box a {
		text-decoration: none;
		background: #fff;
		padding: 10px;
	}
	#sun div#brand-quicklinks .item-box a, 
	#sun div#brand-quicklinks .item-box a:hover 
	{
		text-decoration: none;
		text-align: center;
		padding: 90px 10px 10px;
		background-repeat: no-repeat !important;
		background-position: 50% 16px !important;
		height: 150px;
		justify-content: center;
		/* border: solid; */
	}
}
/*** End Quick Links ***/


/*** New Accordion ***/

#sun .sun-accordion .panel-group {
	list-style-type: none;
  	padding: 0;
}

#sun .sun-accordion .panel-group .panel-heading {
	background-image: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	display: block;
	color: #333;
	text-align: left;
	position: relative;
	padding: 20px 30px 20px 0px;
}

#sun .sun-accordion .panel-group .panel-heading:hover {
	text-decoration: none;
}

#sun .sun-accordion .panel-default > .panel-heading {
	background-color: none;
	filter: none;
}

#sun .sun-accordion .panel-group .panel-default {
	border-radius: 0;
	border-width: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: visible;
	margin: auto;	
	border-bottom: 1px solid #d2d2d2;
}

#sun .sun-accordion .panel-group .panel-body {
	border: none;
	padding: 20px 30px 20px 0px !important;
	border-radius: 0;
	padding: 25px;
	font-size: 20px;
	font-weight: 300;
}

#sun .sun-accordion .panel-group .panel-body p {
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

#sun .sun-accordion .panel-group .exp-col {
	position: absolute;
	right: 20px;
}

#sun .sun-accordion .exp-col {
	color: #d3603e;
	font-weight: normal;
	font-size: 18px;
	border: 1px solid;
	width: 16px;
	height: 16px;
	line-height: 12px;
	padding-left: 2px;
	border-radius: 2px;
}


/*** End New Accordion ***/

/*** Universal Header ***/
#sun #universal_header ul { margin: 0 auto; width: 470px; padding: 0; }
#sun #universal_header {
    height: 30px;
    background-color: #222222;
}

#sun #universal_header li {
	float: left;
	list-style: none !important;
}

#sun #universal_header .active_white {
	background-color: #fff;
}

#sun #universal_header {
	overflow-y: hidden;
	display: block;
	width: 100%;
	position: relative;
    z-index: 4;
}

#sun #universal_header #uh_content {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

#sun #universal_header #uh_content a {
	display: block;
	padding: 0 16px;
	text-align: center;
}

#sun #universal_header #uh_content a:hover {
	background: #3a3737;
}

#sun #universal_header #universal_header {
	width: 100%;
}

#sun #universal_header #uh_content .active_white:hover {
	background: #fff;
}

#sun #universal_header img {
	/*width: 75%;*/
	text-align: center;
	margin: 0 auto 4px;
}
	
#sun #universal_header .tnt_logo a {
	padding: 0 18px !important;
}

/*fix*/
#sun #universal_header #uh_content li:last-child {
    display: none;
}
#sun #universal_header #uh_content ul {
    width: 370px;
}

@media screen and (max-width: 600px) {
	
	#sun #universal_header ul { margin: 0; }
	
}

/*** End Universal Header ***/
