.logo
{
	width: 75px;
	height: 26px;
	background-image: url(../images/logo.png);
	background-image: image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
/* Base */
body
{
	margin: 0;
	color: #050a10;
	background-color: #e6e8ea;
	font-family: 'proxima-nova';
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
}
/* header begin */
header
{
	width: 100%;
	font-family: 'proxima-nova';
	font-weight: 400;
	position: relative;
	pointer-events: none;
	z-index: 3;
	background-image: url(../images/menu_bg.png);
	background-image: image-set(url(../images/menu_bg.png) 1x, url(../images/menu_bg@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/menu_bg.png) 1x, url(../images/menu_bg@2x.png) 2x);
	background-size: 100% 120px;
	background-repeat: repeat-x;
	background-position: 0 0;
}
header,
header *
{
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
header .assistly-widget
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	pointer-events: auto;
}
header .assistly-widget a
{
	pointer-events: auto;
	transition: initial;
}
.alertbar-wrap.active-fix
{
	position: fixed;
	top: 0;
	z-index: 99;
}
.alertbar-wrap
{
	background-color: #3461b2;
	color: #fff;
	width: 100%;
	cursor: default;
}
.alertbar-wrap .cotainer
{
	width: 100%;
	padding: 5px 70px;
}
.alertbar-wrap .title
{
	width: 80px;
	display: inline-block;
	float: left;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
}
.alertbar-wrap .desc
{
	width: -moz-calc(100% - 106px);
	width: -webkit-calc(100% - 106px);
	width: calc(100% - 106px);
	display: inline-block;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.alertbar-wrap .close-btn
{
	width: 16px;
	height: 22px;
	cursor: pointer;
	position: relative;
	float: right;
}
.alertbar-wrap .close-btn i,
.alertbar-wrap .close-btn i:after
{
	content: '';
	width: 16px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 2px;
}
.alertbar-wrap .close-btn i
{
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 10px;
	right: 0;
}
.alertbar-wrap .close-btn i:after
{
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.alertbar-wrap .close-btn:hover i,
.alertbar-wrap .close-btn:hover i:after
{
	width: 20px;
	transition: width 0.2s;
	-moz-transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-ms-transition: width 0.2s;
}
header.sticky,
header.sticky-animation
{
	position: fixed;
}
header.sticky-bg
{
	background: #0f172b;
}
header .header-container
{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.header-placeholder
{
	height: 0;
}
header,
.header-placeholder.sticky,
.header-left > li,
.header-right > li
{
	height: 120px;
}
.header-left,
.header-right
{
	z-index: 2;
	position: absolute;
	pointer-events: none;
}
.header-left
{
	left: 0;
}
.header-right
{
	right: 0
}
.header-left > li,
.header-right > li
{
	float: left;
	display: table;
}
.header-left > li
{
	margin: 0 12px;
}
.header-right > li
{
	margin-right: 12px;
}
.header-left > li:first-child
{
	margin-left: 0;
}
.header-left > li:last-child,
.header-right > li:last-child
{
	margin-right: 0;
}
.header-right > li:last-child
{
	margin-left: 15px;
}
header.sticky-bg,
header.sticky-animation .header-left > li,
header.sticky-animation .header-right > li
{
	height: 80px;
	pointer-events: initial;
}
header .logo
{
	display: table-cell;
	vertical-align: middle;
	pointer-events: auto;
}
header.sticky-animation .logo
{
	width: 75px;
	height: 26px;
}
header .nav-item
{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	pointer-events: auto;
}
header .nav-item.header-phone
{
	cursor: default;
}
header .header-right .nav-item.selected
{
	padding-right: 15px;
}
header .text-label
{
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'proxima-nova';
	font-weight: 700;
	text-align: center;
	background-color: transparent;
	padding: 10px 9px 6px;
	pointer-events: auto;
	padding-top: 7px;
}
header .nav-item.header-phone .text-label,
header .nav-item.header-phone:not(.selected):hover .text-label
{
	color: #99a4ae;
}
header.sticky-animation .text-label
{
	font-size: 14px;
}
header .selected .text-label
{
	color: #3461b2;
}
header .selected:hover .text-label
{
	color: #2a4e8e;
	-webkit-transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-ms-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
header .nav-item:not(.selected):hover .text-label
{
	color: #3461b2;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
header #tab-more
{
	height: 5px;
	width: 23px;
	background-image: url(../images/header_more.png);
	background-image: image-set(url(../images/header_more.png) 1x, url(../images/header_more@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_more.png) 1x, url(../images/header_more@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	pointer-events: auto;
}
header #tab-more:hover
{
	background-image: url(../images/header_more_hover.png);
	background-image: image-set(url(../images/header_more_hover.png) 1x, url(../images/header_more_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_more_hover.png) 1x, url(../images/header_more_hover@2x.png) 2x);
}
header.sticky-animation #tab-more
{
	height: 5px;
	width: 23px;
}
header .nav-panel,
header #item-account
{
	position: relative;
	display: none;
}
header .nav-panel.open,
header #item-account.open
{
	display: block;
}
header .more-list:before
{
	position: absolute;
	top: -9px;
	right: 60px;
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #fff;
}
header .more-list.wider:before
{
	right: 50%;
	margin-right: 12px;
}
header #item-account .more-list:before
{
	right: 15px;
}
header .open .more-list
{
	position: absolute;
	pointer-events: none;
	top: 85px;
	-webkit-transform: translateX(-50%) translateX(-16px);
	-moz-transform: translateX(-50%) translateX(-16px);
	-ms-transform: translateX(-50%) translateX(-16px);
	-o-transform: translateX(-50%) translateX(-16px);
	transform: translateX(-50%) translateX(-16px);
}
header #item-account.open .more-list
{
	right: -15px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
header.sticky-bg .open .more-list,
header.sticky-bg #item-more:hover .more-list
{
	top: 65px;
	-webkit-transform: translateX(-12px) translateX(-50%);
	-moz-transform: translateX(-12px) translateX(-50%);
	-ms-transform: translateX(-12px) translateX(-50%);
	-o-transform: translateX(-12px) translateX(-50%);
	transform: translateX(-12px) translateX(-50%);
}
header .more-list
{
	width: 150px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 0;
}
header .more-list .panel-content
{
	width: 100%;
	max-height: 495px;
	overflow-y: auto;
	pointer-events: auto;
}
header .more-list.wider
{
	width: 250px;
}
header #item-account .more-list
{
	width: 125px;
}
header .more-list .more-item
{
	padding: 0 16px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	display: block;
	pointer-events: auto;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header .more-list .more-item:first-child
{
	padding-top: 7px;
}
header .more-list .more-item:last-child
{
	padding-bottom: 7px;
}
header .more-list .more-item.selected,
header .more-list .more-item:hover
{
	color: #3461b2;
}
header .account-profile,
.has-sub-menu .account-profile
{
	width: 20px;
	height: 20px;
	background-image: url(../images/header_profile.png);
	background-image: image-set(url(../images/header_profile.png) 1x, url(../images/header_profile@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_profile.png) 1x, url(../images/header_profile@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	pointer-events: auto;
}
.has-sub-menu span.account-profile
{
	height: 48px;
	margin-left: 20px;
}
header .account-profile:hover,
{
	background-image: url(../images/header_profile_hover.png);
	background-image: image-set(url(../images/header_profile_hover.png) 1x, url(../images/header_profile_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_profile_hover.png) 1x, url(../images/header_profile_hover@2x.png) 2x);
}
header.sticky-animation .account-profile
{
	width: 16px;
	height: 16px;
}
header .search
{
	width: 16px;
	height: 16px;
	background-image: url(../images/header_search.png);
	background-image: image-set(url(../images/header_search.png) 1x, url(../images/header_search@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_search.png) 1x, url(../images/header_search@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	pointer-events: auto;
}
header .search:hover
{
	background-image: url(../images/header_search_hover.png);
	background-image: image-set(url(../images/header_search_hover.png) 1x, url(../images/header_search_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_search_hover.png) 1x, url(../images/header_search_hover@2x.png) 2x);
}
header.sticky-animation .search
{
	width: 14px;
	height: 14px;
}
.spNav
{
	display: none;
}
header .headerBtn
{
	display: none;
	position: absolute;
	right: 0;
}
.fr
{
	float: right;
}
.fl
{
	float: left;
}
@media (max-width: 1199px)
{
	.header-left > li
	{
		margin: 0 3px;
	}
	.header-right > li
	{
		margin-right: 3px;
	}
}
@media (max-width: 991px)
{
	header
	{
		position: fixed;
		pointer-events: auto;
		background: #0f172b;
	}
	header,
	header.sticky-bg,
	.header-placeholder,
	.header-placeholder.sticky,
	.header-left > li,
	.header-right > li,
	header.sticky-animation .header-left > li,
	header.sticky-animation .header-right > li,
	header .headerBtn
	{
		height: 80px;
	}
	.header-placeholder
	{
		position: relative;
	}
	header .header-left .nav-item
	{
		display: none;
	}
	header .header-right
	{
		display: none;
	}
	header .search
	{
		margin-right: 20px;
	}
	header.sticky-animation .search
	{
		width: 16px;
		height: 16px;
	}
	.spNav
	{
		background: #0f172b;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		z-index: 11;
		font-family: 'proxima-nova';
		font-weight: 400;
	}
	.spNav.hamburger-close
	{
		display: block;
	}
	.spNav li
	{
		border-bottom: 1px solid #272f41;
	}
	.spNav a,
	.spNav span
	{
		font-size: 16px;
		text-decoration: none;
		display: block;
		height: 48px;
		line-height: 48px;
		text-indent: 20px;
		color: #fff;
		font-weight: 700;
	}
	.spNav a.selected,
	.spNav a:hover,
	.sub-menu-list .sub-menu-item > a:hover,
	.sub-menu-list .sub-menu-item.selected > a,
	.has-sub-menu.my-accout:hover
	{
		background: #3461b2;
		color: #fff;
		cursor: pointer;
	}
	.spNav a.header-phone,
	.spNav a.header-phone:hover
	{
		cursor: default;
		color: #99a4ae;
		background: transparent;
	}
	.has-sub-menu
	{
		position: relative;
	}
	.has-sub-menu .list-arrow
	{
		cursor: pointer;
		pointer-events: auto;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 16px;
		height: 9px;
		background-image: url(../images/list_arrow.png);
		background-image: image-set(url(../images/list_arrow.png) 1x, url(../images/list_arrow@2x.png) 2x);
		background-image: -webkit-image-set(url(../images/list_arrow.png) 1x, url(../images/list_arrow@2x.png) 2x);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		-webkit-transition: all 0.33s ease-in-out;
		-moz-transition: all 0.33s ease-in-out;
		-ms-transition: all 0.33s ease-in-out;
		-o-transition: all 0.33s ease-in-out;
		transition: all 0.33s ease-in-out;
	}
	.has-sub-menu.open .list-arrow
	{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sub-menu-list
	{
		display: none;
	}
	.sub-menu-list.open
	{
		display: block;
		border: 0;
	}
	.sub-menu-list .sub-menu-item
	{
		border: none;
		position: relative;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding-right: 15px;
	}
	.sub-menu-list a.sub-menu-item
	{
		color: #99a4ae;
		font-weight: 500;
	}
	header .headerBtn
	{
		display: table;
	}
	.hamburger-wrap
	{
		padding-left: 34px;
	}
	.hamburger
	{
		padding: 20px 0 19px;
		display: table-cell;
		vertical-align: middle;
		float: none;
		cursor: pointer;
	}
	.hamburger li
	{
		width: 30px;
		border-bottom: 2px solid #fff;
		margin-bottom: 5px;
		height: 0;
	}
	.hamburger li:nth-child(1)
	{
		animation: hamburger-normal1 1s forwards;
	}
	.hamburger li:nth-child(2)
	{
		animation: hamburger-normal2 1s forwards;
	}
	.hamburger li:nth-child(3)
	{
		animation: hamburger-normal3 1s forwards;
	}
	@keyframes hamburger-normal1
	{
		0%
		{
			transform: rotate(45deg) translateY(6px);
		}
		100%
		{
			transform: rotate(0deg) translateY(0);
		}
	}
	@keyframes hamburger-normal2
	{
		0%
		{
			opacity: 0;
		}
		100%
		{
			opacity: 1;
		}
	}
	@keyframes hamburger-normal3
	{
		0%
		{
			transform: rotate(-45deg) translateY(-7px);
		}
		100%
		{
			transform: rotate(0deg) translateY(0);
		}
	}
	.hamburger.hamburger-close li:nth-child(1)
	{
		animation: hamburger-close1 1s forwards;
	}
	.hamburger.hamburger-close li:nth-child(2)
	{
		animation: hamburger-close2 1s forwards;
	}
	.hamburger.hamburger-close li:nth-child(3)
	{
		animation: hamburger-close3 1s forwards;
	}
	@keyframes hamburger-close1
	{
		0%
		{
			transform: rotate(0deg) translateY(0) translateX(0);
		}
		100%
		{
			transform: rotate(45deg) translateY(5px) translateX(5px);
		}
	}
	@keyframes hamburger-close2
	{
		0%
		{
			opacity: 1;
		}
		100%
		{
			opacity: 0;
		}
	}
	@keyframes hamburger-close3
	{
		0%
		{
			transform: rotate(0deg) translateY(0) translateX(0);
		}
		100%
		{
			transform: rotate(-45deg) translateY(-5px)  translateX(5px);
		}
	}
}
/* header end */
/* footer begin */
footer
{
	width: 100%;
	font-family: 'proxima-nova';
	font-weight: 400;
	background-color: #ffffff;
}
footer .footer-up
{
	font-family: 'proxima-nova';
	font-weight: 700;
	color: #000000;
	width: 100%;
	height: 300px;
	border-bottom: 2px solid #e6e8ea;
}
footer .up-container
{
	padding-top: 58px;
	padding-bottom: 50px;
	background-image: url(../images/footer_up_device.png);
	background-image: image-set(url(../images/footer_up_device.png) 1x, url(../images/footer_up_device@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/footer_up_device.png) 1x, url(../images/footer_up_device@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: bottom right;
}
footer .device-img
{
	width: 220px;
	height: 57px;
	background-image: url(../images/footer_device.png);
	background-image: image-set(url(../images/footer_device.png) 1x, url(../images/footer_device@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/footer_device.png) 1x, url(../images/footer_device@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
}
footer .device-text
{
	font-size: 36px;
	margin: 27px 0 25px;
	font-weight: 800;
	color: #232323;
}
footer .down-link
{
	width: 135px;
	height: 40px;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
footer .app-store
{
	background-image: url(../images/footer_app_store.png);
	background-image: image-set(url(../images/footer_app_store.png) 1x, url(../images/footer_app_store@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/footer_app_store.png) 1x, url(../images/footer_app_store@2x.png) 2x);
}
footer .google-play
{
	margin-left: 12px;
	background-image: url(../images/footer_google_play.png);
	background-image: image-set(url(../images/footer_google_play.png) 1x, url(../images/footer_google_play@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/footer_google_play.png) 1x, url(../images/footer_google_play@2x.png) 2x);
}
footer .view-all
{
	font-size: 16px;
	line-height: 40px;
	float: left;
}
footer .view-all a
{
	color: #3461b2;
}
footer .view-all a:hover
{
	text-decoration: underline;
}
footer .container
{
	height: 100%;
}
footer .footer-left,
footer .footer-right
{
	display: inline-block;
	height: 60px;
	padding: 0;
	margin: 0;
}
footer .footer-left
{
	float: left;
}
footer .footer-right
{

	float: right;
}
footer .footer-left span
{
	display: inline-block;
	float: left;
	vertical-align: middle;
	margin-right: 26px;
}
footer .footer-left span:last-child
{
	margin-right: 0;
}
footer .social-item
{
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
footer .social-facebook
{
	background-image: url(../images/social_FB.png);
	background-image: image-set(url(../images/social_FB.png) 1x, url(../images/social_FB@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_FB.png) 1x, url(../images/social_FB@2x.png) 2x);
}
footer .social-facebook:hover
{
	background-image: url(../images/social_FB_hover.png);
	background-image: image-set(url(../images/social_FB_hover.png) 1x, url(../images/social_FB_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_FB_hover.png) 1x, url(../images/social_FB_hover@2x.png) 2x);
}
footer .social-twitter
{
	width: 24px;
	background-image: url(../images/social_TW.png);
	background-image: image-set(url(../images/social_TW.png) 1x, url(../images/social_TW@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_TW.png) 1x, url(../images/social_TW@2x.png) 2x);
}
footer .social-twitter:hover
{
	background-image: url(../images/social_TW_hover.png);
	background-image: image-set(url(../images/social_TW_hover.png) 1x, url(../images/social_TW_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_TW_hover.png) 1x, url(../images/social_TW_hover@2x.png) 2x);
}
footer .social-instagram
{
	width: 21px;
	height: 21px;
	background-image: url(../images/social_IN.png);
	background-image: image-set(url(../images/social_IN.png) 1x, url(../images/social_IN@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_IN.png) 1x, url(../images/social_IN@2x.png) 2x);
}
footer .social-instagram:hover
{
	background-image: url(../images/social_IN_hover.png);
	background-image: image-set(url(../images/social_IN_hover.png) 1x, url(../images/social_IN_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_IN_hover.png) 1x, url(../images/social_IN_hover@2x.png) 2x);
}
footer .social-youtube
{
	width: 28px;
	background-image: url(../images/social_YT.png);
	background-image: image-set(url(../images/social_YT.png) 1x, url(../images/social_YT@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_YT.png) 1x, url(../images/social_YT@2x.png) 2x);
}
footer .social-youtube:hover
{
	background-image: url(../images/social_YT_hover.png);
	background-image: image-set(url(../images/social_YT_hover.png) 1x, url(../images/social_YT_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/social_YT_hover.png) 1x, url(../images/social_YT_hover@2x.png) 2x);
}
footer .footer-left .center-container
{
	margin-left: 0;
}
footer .footer-right .center-container
{
	margin-right: 0;
}
footer .footer-logo
{
	line-height: normal;
	margin-bottom: 5px;
}
footer .copyright-text
{
	font-size: 14px;
	color: #232323;
	text-align: right;
	line-height: 16px;
	margin: 9px 0;
}
@media (max-width: 991px)
{
	footer .up-container
	{
		background-image: url(../images/footer_up_device_mobile.png);
		background-image: image-set(url(../images/footer_up_device_mobile.png) 1x, url(../images/footer_up_device_mobile@2x.png) 2x);
		background-image: -webkit-image-set(url(../images/footer_up_device_mobile.png) 1x, url(../images/footer_up_device_mobile@2x.png) 2x);
	}
}
@media (max-width: 767px)
{
	footer
	{
		height: auto;
		overflow: hidden;
	}
	footer .footer-up
	{
		height: auto;
	}
	footer .up-container
	{
		padding: 46px 0 50px;
		padding-bottom: 230px;
	}
	footer .device-img
	{
		margin: 0 auto;
	}
	footer .device-text
	{
		text-align: center;
		font-size: 24px;
	}
	footer .apps
	{
		padding: 10px 0 8px;
		text-align: center;
	}
	footer .down-link
	{
		float: none;
		display: inline-block;
	}
	footer .view-all
	{
		float: none;
		text-align: center;
	}
	footer .view-all a
	{
		margin-left: 0;
	}
	footer .down-container
	{
		margin: 0;
	}
	footer .footer-left
	{
		margin-top: 20px;
	}
	footer .footer-left,
	footer .footer-right
	{
		display: block;
		width: 100%;
	}
	footer .footer-left, footer .footer-right
	{
		height: 50px;
	}
	footer .footer-left .center-container,
	footer .footer-right .center-container
	{
		margin: 0 auto;
	}
	footer .copyright-text
	{
		text-align: center;
		line-height: 20px;
		padding-bottom: 10px;
	}
}
@media (max-width: 480px)
{
	footer .device-text
	{
		margin: 20px 0 10px;
	}
}
/* footer end */
/* overlay start */
#modalUnder
{
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.modalOver
{
	position: absolute;
	z-index: 101;
	height: 450px;
	width: 340px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: solid 4px #3461b2;
}
.modalOver.modalCancelSubWithReasons,
#modalApplyPromo.modalOver,
#modalUpsell.modalOver
{
	height: auto;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#modalSignIn
{
	width: 340px;
	height: 450px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px rgba(0, 0, 0, 0.7);
}
#signInClose,
#searchClose,
#shippingClose
{
	position: absolute;
	top: 37px;
	right: 20px;
	width: 24px;
	height: 24px;
	background-image: url(../images/signin_close.png);
	background-image: image-set(url(../images/signin_close.png) 1x, url(../images/signin_close@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/signin_close.png) 1x, url(../images/signin_close@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	display: block;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#signInClose:hover,
#searchClose:hover
{
	background-image: url(../images/signin_close_hov.png);
	background-image: image-set(url(../images/signin_close_hov.png) 1x, url(../images/signin_close_hov@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/signin_close_hov.png) 1x, url(../images/signin_close_hov@2x.png) 2x);
}
@media (max-width: 767px)
{
	#modalSignIn
	{
		width: 100%;
		box-shadow: none;
	}
}
/* search modal start */
#modalSearchUnder
{
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: rgba(15, 23, 43, 0.95);
	width: 100%;
	height: 100%;
}
.modal-search
{
	position: absolute;
	top: 0;
	z-index: 101;
	width: 100%;
	padding: 35px 0;
}
.search-header
{
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
}
.search-header .search-title
{
	font-size: 18px;
	float: left;
	color: #ffffff;
	font-weight: 700;
}
@media (max-width: 767px)
{
	.search-header .search-title
	{
		font-size: 16px;
	}
}
#searchClose
{
	top: 12px;
	right: 0px;
	background-image: url(../images/search_close.png);
	background-image: image-set(url(../images/search_close.png) 1x, url(../images/search_close@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/search_close.png) 1x, url(../images/search_close@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
}
#searchClose:hover
{
	background-image: url(../images/search_close_hov.png);
	background-image: image-set(url(../images/search_close_hov.png) 1x, url(../images/search_close_hov@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/search_close_hov.png) 1x, url(../images/search_close_hov@2x.png) 2x);
}
.search-input
{
	height: 50px;
	width: 100%;
	position: relative;
	border: 1px solid #99a4ae;
	border-radius: 5px;
}
.search-input input
{
	text-indent: 20px;
	height: 100%;
	font-size: 18px;
	font-family: 'proxima-nova';
	font-weight: 400;
	line-height: 50px;
	width: calc(100% - 35px);
	color: #fff;
	background: transparent;
	outline: none;
	border: none;
}
#searchImg {
	position: absolute;
	right: 15px;
	top: 0px;
	cursor: pointer;
	width: 20px;
	height: 50px;
	background-image: url(../images/header_search.png);
	background-image: image-set(url(../images/header_search.png) 1x, url(../images/header_search@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_search.png) 1x, url(../images/header_search@2x.png) 2x);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	pointer-events: auto;
}
#searchImg:hover
{
	background-image: url(../images/header_search_hover.png);
	background-image: image-set(url(../images/header_search_hover.png) 1x, url(../images/header_search_hover@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/header_search_hover.png) 1x, url(../images/header_search_hover@2x.png) 2x);
}
.episodes-list
{
	font-family: 'proxima-nova';
	font-weight: 400;
}
.episodes-list .episode-item
{
	padding: 30px 0;
	border-bottom: 1px solid #99a4ae;
}
.episodes-container .episodes-list .episode-item
{
	border-bottom: 1px solid #ccc;
}
.episodes-list .episode-left
{
	margin-left: -15px;
}
.episodes-list .episode-img
{
	position: relative;
	display: block;
}
.episodes-list .episode-show-name
{
	font-size: 14px;
	color: #3461b2;
	margin: 8px 0 0;
	text-transform: uppercase;
	font-family: 'proxima-nova';
	font-weight: 700;
}
.episodes-list .episode-show-name .show-season
{
	padding-left: 10px;
	color: #959595;
}
.episodes-list .episode-show-name > a
{
	color: #3461b2;
}
.episodes-container .episodes-list .episode-show-name
{
	font-weight: 700;
}
.episodes-list .episode-name
{
	font-family: 'proxima-nova';
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 23px;
	max-height: 78px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}
.episodes-list .episode-name.has-audio
{
	padding-right: 50px;
}
.episodes-container .episodes-list .episode-name
{
	font-weight: 600;
	color: #232323;
}
.episodes-container .episodes-list .episode-name>a
{
	color: #232323;
}
.episodes-list .episode-description
{
	font-size: 16px;
	font-family: 'proxima-nova';
	font-weight: 400;
	color: #c2c2c2;
	line-height: 24px;
	max-height: 75px;
	overflow: hidden;
}
.episodes-container .episodes-list .episode-description
{
	color: #232323;
}
.search-result .no-content
{
	padding: 80px 0;
	font-size: 24px;
	color: #ffffff;
}
.search-result .button
{
	margin: 30px auto;
}
#moreVideos
{
	display: none;
	text-align: center;
	padding: 20px 0;
}
#moreVideos .load-more
{
	margin: 0 auto;
}
@media (max-width: 767px)
{
	.search-input
	{
		margin-bottom: 25px;
	}
	.episodes-list .episode-show-name
	{
		margin: 4px 0 3px;
	}
	.search-result .episodes-list .episode-show-name
	{
		margin: 30px 0 12px;
	}
	.episodes-list .episode-name
	{
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 30px;
		max-height: 60px;
	}
	.episodes-list .episode-show-name
	{
		font-size: 12px;
	}
	.episodes-container .episodes-list
	{
		padding-top: 30px;
	}
	.episodes-list .episode-item,
	.episodes-container .episodes-list .episode-item
	{
		padding: 0;
		border-bottom: none;
		margin-left: -15px;
		margin-right: -15px;
	}
	.episodes-list .episode-left
	{
		margin-left: 0;
	}
	.episodes-list .episode-description
	{
		display: none;
	}
}
/* search modal end */