     
@font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Lt';
 src: url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
 font-weight: bold;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Lt';
 src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
 font-weight: 600;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Th';
 src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
 font-weight: 800;
 font-style: normal;
}

/*********************/

html, body {
  height: 100%;
  margin: 0;
}


.full-wrapper {
  min-height: 100%;
  margin-bottom: -100px;  
}
.push {
  height: 100px;
}

footer {
  height: 100px;
}


/******************/




body {
	font-family: 'Proxima Nova Rg' !important;
	color:#333;
	font-weight: normal;
	font-style: normal;
}
font {
    font-family: 'Proxima Nova Rg' !important;
}   
.hamburger-menu {
	background:#1378db;
	color: #fff;
	padding: 5px 0
}
.hamburger-menu nav {
	text-align: right
}
.hamburger-menu nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hamburger-menu nav ul li {
	display: inline-block;
	line-height:36px;
	transition: color 0.3s; 
}
.hamburger-menu nav ul li a {
	display: block;
	color: #fff;
	padding:1px 10px 0 10px;
	font-size: 15px;
	transition: color 0.5s;
	position:relative;
}
.hamburger-menu nav ul li a:before {
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scaleX(0);
	content: "";
	position: absolute;
 transition: transform .5s ease;
}
.hamburger-menu nav ul li a:hover:before {
	transform: scaleX(1);
}
.hamburger-menu nav ul li:hover > a {
	color: #fff;
	opacity:1;
	text-decoration: none;
	transition: color 0.3s;
}
.hamburger-menu nav ul li:hover > a:hover {
	color:#fff;
	opacity:1;
}
.menu-tigger {
	float: right;
	display: none;
	cursor: pointer;
	top: 3px;
}
.menu-tigger span {
	background: #fff;
	height: 2px;
	width: 30px;
	display: block;
	margin: 6px 0;
 -webkit-transition: .5s;
 transition: .5s
}
 .menu-tigger.button-tigger span:nth-child(2) {
 opacity: 0
}
 .menu-tigger.button-tigger span:nth-child(1) {
 -webkit-transform: rotate(45deg);
 transform-origin: 5px 7px;
}
 .menu-tigger.button-tigger span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 transform-origin: 8px -4px;
}
a.focus, a.active {
	text-decoration:none;
}
section.banner {
	text-align: center;
	padding: 0 0 2em 0;
	color: white;
	/*background-image: url(../images/home-banner.jpg);old*/
	background-image: url(../images/banner.jpg);
	background-size: cover;
	/*height: 44vh;*/
	position: relative;
	background-position-y: 30%;
}
.banner-overlay {
 -webkit-transition: background .3s ease;
 transition: background .3s ease;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: linear-gradient(-45deg, #1a3d5a 12%, #0A1029 72%) repeat scroll 0 0 rgba(0, 0, 0, 0.41);
	opacity: .6;
}
.banner-ontents {
	z-index: 10;
	position: relative;
	margin-top:3%;
}
.search-wrap {
	width: 50%;
	margin: 0 auto;
	position: relative;
}
/* Ipad */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  { 
.search-wrap{width: 60% !important;}
}

@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
    nav.res-menu {
    width: 117%;
    left: -75px;
} 
    .hamburger-menu nav ul li a {
    font-size: 28px !important;
    line-height:100px
}
    .chat-reccomend a li,ul.boxes-3 li {
        min-height: auto !important;
    height: auto !important;
        max-height: auto !important;
}
   
    .search-wrap{width: 60%;}
} 
.search-wrap button {
	border-radius: 0;
	height: 24px;
	cursor: pointer;
	line-height: 23px;
	background: #fff url(../images/search_icon_black.svg) no-repeat center top;
	border: 0;
	outline: none;
	padding: 24px 25px;
	background-position: 16px 17px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-wrap input[type="text"] {
	width: 100%;
	padding:24px 40px 24px 25px;
	height: 25px;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: normal;
	color: #333;
	-webkit-appearance: none;
	font-size: 22px;
	outline: none;
	border: 0;
    border-radius:4px;
}
.banner-ontents h1 {
	font-weight: 600;
	margin-bottom: 13px;
	font-family: 'Proxima Nova Lt';
	font-size: 2.8em;
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
 .sticky .c-button--dropdown, .sticky .c-button--dropdown:after, .inner-banner .c-button--dropdown, .inner-banner .c-button--dropdown:after {
 color: #333 !important;
}
}
 @media only screen and (max-width: 768px) {
     .search-wrap input[type="text"]{font-size: 18px !important;}
 section.banner {
 height:auto;
 background-position-y: 0;
}
ul.boxes-3.ca-contact a:last-child {
    margin-bottom: 0 !important;
}

.inner-nav.sticky {
background-color: #fff !important;
 border-bottom: 1px solid #ddd;
}
 .inner-nav .collapsed_ul {
top: 4.5em !important;
background-color: #333 !important;
}
 li.nav_li.collapsed_li a {
color:#fff !important
}
.shake-desc {
width:100% !important;
padding:0 15px !important;
text-align:center
}
.shake-desc-left-1, .shake-desc-right-1, .shake-desc-left-2, .shake-desc-right-2 {
float:none !important;
width:100% !important
}
.shake-desc img {
 max-width: 200px !important;
}
 .card {
margin: 15px 20px 50px 20px !important;
}
 ul.boxes-3 a {
width:100% !important;
margin:0 !important;
border-bottom: 1px solid #e0e0e0 !important;
border-top:0 !important;
border-left:0 !important;
border-right:0 !important;
border-radius:0 !important;
}
ul.boxes-3 li {
height:70px !important
}
 ul.boxes-3 a:last-child {
border-bottom:0 !important;
     margin-bottom:-23px !important;
}
.banner-ontents h1 {
 font-size:28px !important
}
ul.boxes-3 {
 margin-bottom:0 !important
}
.content-wrapper h1 {
margin-bottom:0 !important;
font-size:28px !important;
 font-weight: 600 !important;
 font-family: 'Proxima Nova Lt';
}
.card-list {
padding-top:0 !important
}
.hamburger-menu nav ul li a {
font-size: 17px !important;
}
.inner-nav a.navbar-brand {
line-height: 36px !important;
}
.sticky .c-button--dropdown, .sticky .c-button--dropdown:after, .inner-banner .c-button--dropdown, .inner-banner .c-button--dropdown:after {
 color: #fff !important;
}
.mat-div {
    margin-left: -15px;
}

}
.sticky .c-button--dropdown, .sticky .c-button--dropdown:after, .inner-banner .c-button--dropdown, .inner-banner .c-button--dropdown:after {
	color: #333 !important;
}
 @media only screen and (max-width: 1024px) {
 .logo {
 float: left
}
 .menu-tigger {
 display: block;
 position: relative;
 z-index: 9999
}
 .hamburger-menu nav {
 text-align: center;
 padding-top: 80px;
 position: absolute;
 -webkit-transform: translate(-100%);
 transform: translate(-100%);
 right: 0;
 left: 0;
 background: #111;
 height: 100vh;
 -webkit-transition: .3s;
 transition: .3s;
 opacity: 0;
 z-index: 999;
 top: -6px;
}

 .hamburger-menu nav.res-menu {
 -webkit-transform: translate(0);
 transform: translate(0);
 opacity: 1
}
 .hamburger-menu nav ul li {
 display: block;
 line-height: 50px
}
 .hamburger-menu nav ul li a {
 padding: 0
}
}
.inner-nav {
	z-index: 99;
	position: relative;
	/*border-bottom: 1px dashed #ffff;*/
	-webkit-transition:1s all ease;
	-moz-transition:1s all ease;
	transition:1s all ease;
}
.inner-nav nav {
	float: right;
}
.inner-nav #nav_ul {
	display: none;
}
.inner-nav nav li {
	display: inline-block;
	margin: 2em 1em 1em 1em;
}
.inner-nav nav li hr {
	width: 0em;
	margin: 0.1em 0;
	height: 2px;
	background-color: #1565C0;
	border: none;
	transition: all 0.3s;
}
.inner-nav .hovered_nav_hr {
	width: 100%;
}
.inner-nav .nav_link {
	color: #fff;
	/*text-transform: uppercase;*/
	font-weight: 400;
	font-size: 0.95em;
	transition: color 0.3s;
}
.inner-banner .inner-nav .nav_link, .inner-banner .inner-nav a.navbar-brand {
	color:#333;
	font-weight: 400;
}
.inner-banner .c-button--dropdown, .inner-banner .c-button--dropdown:after {
	color:#333;
}
.inner-banner .c-dropdown__list {
	background: #FAFAFA;
}
.inner-banner .inner-nav {
	border-bottom:none;
}
.inner-nav li a {
	position:relative;
}
.inner-nav li a:before {
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #ffba00;
	transform: scaleX(0);
	content: "";
	position: absolute;
 transition: transform .5s ease;
}
.inner-nav li a:hover:before {
	transform: scaleX(1);
}
.inner-nav .nav_link:hover, .inner-nav .nav_active, .inner-nav .nav_link:focus {
	color: #a9a9a9;
	text-decoration: none;
}
.inner-nav a.navbar-brand {
	color: #fff;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 45px !important;
	position: relative;
	transition: color 0.3s;
    z-index: 9999;
     cursor:auto;
    
}
.inner-banner .inner-nav a.navbar-brand{cursor:pointer;}
.inner-banner .inner-nav a.navbar-brand:hover {
	color: #a9a9a9;
}
/*.inner-nav a.navbar-brand:hover {
	color: #a9a9a9;
}*/
.inner-nav #collapsed_nav {
	height: 1.8em;
	width: 2.5em;
	border-radius: 5px;
	padding-top: 0.2em;
	float: right;
	margin: 1.2em 1em 1.6em 1em;
	display: none;
	cursor: pointer;
}
.inner-nav .col_nav_hr {
	width: 70%;
	border: none;
	height: 2px;
	background-color: #fff;
	margin: 0.31em auto;
}
.inner-nav .col_nav_open {
	background-color: #1565C0;
}
.inner-nav .collapsed_ul {
	position: absolute;
	width: 100%;
	top: 4.8em;
	right: 0;
	padding: 0;
	background-color: #fff;
	display: none;
	text-align: center;
}
.inner-nav .collapsed_li {
	display: block;
	margin: 2em;
}
.content-wrapper {
	padding:20px 0;
	
}
.inner {
	padding:0 0 20px 0;
}
.content-wrapper h1 {
	text-align: center;
	font-weight: 400;
	font-size:35px;
}
.divider {
	height: 1px;
	background: #ddd;
	margin: 25px 0;
}
 @media screen and (max-width: 600px) {
 .inner-nav .nav_link {
 color: #333;
}
 .search-wrap {
 width: 75%;
}
.more_categ_display ul a li {
 border-top: 1px solid #ddd !important;
}
}
.hamburger .line {
	width: 30px;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	margin: 6px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger:hover {
	cursor: pointer;
}
#collapsed_nav.is-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
 #collapsed_nav.is-active .line:nth-child(2) {
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
}
 #collapsed_nav .line:nth-child(2) {
 -webkit-transition-delay: 0.3s;
 -o-transition-delay: 0.3s;
 transition-delay: 0.3s;
}
 #collapsed_nav.is-active .line:nth-child(2) {
 opacity: 0;
}
 #collapsed_nav.is-active .line:nth-child(1), #collapsed_nav.is-active .line:nth-child(3) {
 width: 19px;
 -webkit-transform-origin: right;
 -moz-transform-origin: right;
 -ms-transform-origin: right;
 -o-transform-origin: right;
 transform-origin: right;
}
 #collapsed_nav.is-active .line:nth-child(1) {
 -webkit-transform: translateY(1px) rotate(45deg);
 -ms-transform: translateY(1px) rotate(45deg);
 -o-transform: translateY(1px) rotate(45deg);
 transform: translateY(1px) rotate(45deg);
}
 #collapsed_nav.is-active .line:nth-child(3) {
 -webkit-transform: translateY(-15px) rotate(-45deg);
 -ms-transform: translateY(-15px) rotate(-45deg);
 -o-transform: translateY(-15px) rotate(-45deg);
 transform: translateY(-15px) rotate(-45deg);
}
.card-list {
	text-align: center;
	margin: 0 auto;
	padding:0;
}
.card {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 20px 15px 15px 15px;
	width: 115px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	z-index: 1;
	color: #fff;
	vertical-align: top;
	padding: 5px;
	transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

/*.card:hover, .card:focus {
box-shadow: 0 1px 44px rgba(0, 0, 0, 0.2), 0 4px 11px rgba(0, 0, 0, 0.2) !important;
}*/
@media screen and (min-width:1024px) {
 .card {
min-height:160px;
}
}
.card a:hover {
	text-decoration:none;
}
.card h2 {
	font-size: 14.9px;
	font-weight:bold;
	color: #1378db;
	line-height: 15pt;
	margin-top: 0;
	font: 14.9px Proxima Nova Th;
	/*
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 15pt;
	margin-top: 0;*/
}
footer {
	background-color: #282b41;
	padding: 20px 0;
	text-align: center;
}
footer p {
	color: #ceced4;
	font-weight: 300;
	margin: 0 0 3px 0;
	font-size: 13px;
}
footer span {
	color: #7f8086;
	font-size: 12px;
}
ul.boxes-3 {
	padding: 0;
	text-align: left;
	margin:30px 0 10px 0;
}
ul.boxes-3 li {
	list-style: none;
	width:1%;
	text-align: center;
	margin: 0;
	font-size: 19px;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
@media screen and (min-width: 769px) and (min-height: 800px) {
	ul.boxes-3 li {
		height: 150px !important;
	}
}
@media screen and (min-width: 1400px) and (min-height: 1400px) {
	section.banner {
		background-position-y: 25% !important;
	}
}
ul.boxes-3 a {
	display:inline-block;
	width: 31%;
	color:#333;
	margin: 10px 11px;
	border: 1px solid #e0e0e0;
	font-weight:500;
	border-radius: 4px;
}
ul.boxes-3 a:hover {
	border-color:#1378db;
	text-decoration:none;
}
ul.boxes-3 li span {
	display:block;
	font-size:13px
}
/* sticky header */
.inner-nav.sticky {
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	width:100%;
	left:15px;
	border-bottom: 1px solid #e0e0e0;
}
.inner-nav .container {
	padding:0 !important
}
.inner-nav.sticky a.navbar-brand, .inner-nav.sticky .nav_link {
	color:#333;
	font-weight:400
}
.inner-nav.sticky .hamburger .line {
	background-color:#333;
}
.inner-banner .hamburger .line {
	background-color:#333
}
.inner-nav.sticky .nav_link:hover, .inner-nav.sticky .nav_active.inner-nav.sticky .nav_link:focus {
	color: #a9a9a9;
	text-decoration: none;
}
.shake-desc img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 4px;
}
.shake-desc-left-1 {
	float:left;
	width: 21%;
	margin-top: 20px;
}
.shake-desc-right-1 {
	float:right;
	width: 73%;
        margin-top: 10px;
}
.shake-desc-left-2 {
	float:left;
	width: 73%;
        margin-top: 10px;
}
.shake-desc-right-2 {
	float:right;
	width: 21%;
	margin-top: 20px;
}
.shake-desc {
	width:930px;
	margin:0 auto;
	clear: both;
}
.shake-desc h2 {
	font-weight:500;
	font-size: 35px;
}
.shake-desc p {
	font-size: 20px;
}
.shake-desc a {
	font-size: 18px;
	color:#1378db;
}
.shake-desc a:hover, .shake-desc a:focus {
	text-decoration:none;
	color:#1976D2;
}
.shake-desc-sec1, .shake-desc-sec2, .shake-desc-sec3 {
	clear:both;
	float: left;
}
.shake-desc-sec1,.shake-desc-sec2 {
	padding-bottom: 40px;
}
.shake-desc-sec3 img {
	width:200px;
}
.shake-desc-sec3 {
	text-align:center;
}
.cont-button figure {
	width: 150px;
	height: 45px;
	cursor: pointer;
	margin: 0 auto;
}
.cont-button {
	clear:both;
	text-align:center;
	padding:20px 0 20px
}
.cont-button figure a {
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	display:block;
	font-weight: 300;
	left: -77px;
	position: relative;
}
.cont-button figure:hover a {
	transform: rotateX(-90deg);
}
.cont-button span {
	width: 100%;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	line-height: 48px;
	font-size: 16pt;
	text-align: center;
}
 .cont-button span:nth-child(1) {
 color: #333;
 transform: translate3d(0, 0, 30px);
 -webkit-transform: translate3d(0, 0, 22px);
 background-color: #0D47A1;
 color: #fff;
}
 .cont-button span:nth-child(2) {
 color: #fff;
 transform: rotateX(90deg) translate3d(0, 0, 30px);
 -webkit-transform: rotateX(90deg) translate3d(0, 0, 22px);
 background: linear-gradient(-45deg, #3C1418 12%, #0A1029 72%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* Country */
.c-dropdown {
	position: relative;
	display: inline-block;
	text-align: left;
	/* border-bottom: 2px solid #ffba00; */
	padding: 0;
}
.c-dropdown__list {
	margin: 5px 0 0 0;
	padding: 6px 0;
	list-style: none;
	position: absolute;
	top: 125%;
	left: 0;
	/*width: 100%;*/
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	background: #fff;
 -webkit-transition: opacity .25s linear, top .25s linear;
 transition: opacity .25s linear, top .25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.sticky .c-button--dropdown, .sticky .c-button--dropdown:after {
	color:#333
}
.c-dropdown__item {
	padding: 6px 12px;
	font-size:1em;
	line-height: 20px;
	cursor: pointer;
	color: #434A54;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 -webkit-transition: background-color .25s linear;
 transition: background-color .25s linear;
	margin:0 !important;
	display:block !important;
}
.c-dropdown__item img {
	width: 18px;
	margin-right: 7px;
	position: relative;
	top: -2px;
}
#selectedFlag {
	width: 18px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.c-dropdown__item:hover {
	background-color: #E6E9ED;
}
.c-button {
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-button:hover, .c-button:focus {
	outline: none;
	text-decoration: none;
}
.c-button:not(:disabled) {
 cursor: pointer;
}
.c-button--dropdown {
	padding: 0 26px 1px 5px;
	color: #fff;
	font-size: 1em;
 -webkit-transition: color .2s linear;
 transition: color .2s linear;
	text-transform: uppercase;
	/* border-bottom: 2px solid #ffba00; */
  top: -1px;
	position: relative;
	margin-left: -7px;
}
.c-button--dropdown:hover, .c-button--dropdown:hover:after {
	color: #a9a9a9;
}
.c-button--dropdown:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: 25px;
	width: 20px;
	padding-left: 3px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin-top: -26px;
}
/* End Country */

/* Inner Pages */
.inner-banner {
	height: auto !important;
	padding: 0 !important;
	background:none !important;
}
.inner-banner .banner-overlay, .inner-banner .banner-ontents {
	display: none;
}
.inner-banner .banner-ontents {
	margin-top:4% !important
}
ul.boxes-2 {
	padding: 0;
	text-align: left;
	margin:30px 0 10px 0;
}
ul.boxes-2 li {
	list-style: none;
	width:1%;
	text-align: center;
	margin: 0;
	font-size: 19px;
	height:150px;
	vertical-align: middle;
	display: table-cell;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
ul.boxes-2 a {
	display:inline-block;
	width:47%;
	color:#333;
	margin: 10px 11px;
	transition: border-color 0.5s ease;
	border: 1px solid #e0e0e0;
	font-weight:500;
	border-radius: 20px;
}
ul.boxes-2 a:hover {
	border-color:#1378db;
	text-decoration:none;
}
ul.boxes-2 li span {
	display:block;
	font-size:13px
}
.ftr-search input[type="text"] {
	border:1px solid #e0e0e0;
}
.ftr-search .search-wrap button {
	right: 2px;
	top: 1px;
}
.view-more {
	text-align:center
}
.view-more a {
	font-size: 18px;
	color:#1378db;
}
.view-more a:hover, .view-more a:focus {
	text-decoration:none;
	color:#1976D2;
}
a {
	transition: color 0.5s;
}
/* Breadcrumb */
.breadcrumb-container {
	margin:10px 10px 0 10px;
	padding: 0;
	position: relative;
}
.breadcrumb-container > .breadcrumb:before {
	vertical-align: middle;
	content:"\f101";
	margin: 0 10px;
	font-family: FontAwesome;
	color: #ccc;
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: -1px;
}
.breadcrumb-container > .breadcrumb:first-child:before {
	content: none;
}
.breadcrumb-container > .breadcrumb:last-child {
	display: inline-block;
	font-weight: 500;
	color: #484848;
	font-size: 16px;
}
.breadcrumb-container > .breadcrumb:last-child > a {
	cursor: default;
}
.breadcrumb-container > .breadcrumb:last-child > a:hover {
	background: inherit;
}
.breadcrumb-container > .breadcrumb a {
	cursor: pointer;
	font-size: 14px;
	padding:10px 0 10px 6px;
	font-weight:400;
	color: #1378db;
	font-size: 16px;
}
.content-wrapper.inner h1, .content-wrapper.inner h5 {
	text-align:left;
	padding-left:13px !important;
	font-size: 35px;
}
.content-wrapper.inner h5 {
	font-size: 23px;
	margin-top:0 !important;
	font-weight: 400;
	padding: 7px 0 7px 15px!important;
}
.breadcrumb-container > .breadcrumb a:hover {
	text-decoration:none
}
.ftr-search h1 {
	text-align:center !important;
	margin: 0 0 20px 0;
}
.breadcrumb-container > .dropdown {
	position: relative;
	display: inline-block;
	overflow: visible;
}
.breadcrumb-container > .dropdown > a {
	cursor: pointer;
	color: #000;
}
.breadcrumb-container > .dropdown > a:before {
	content: '...';
	font-size: 26px;
	padding: 10px;/* background: #ddd; */
}
.breadcrumb-container > .dropdown:hover {
	background-color: #ff9800;
}
.breadcrumb-container > .dropdown:hover > .dropdown-container {
	display: block;
}
.breadcrumb-container > .dropdown > .dropdown-container {
	position: absolute;
	display: none;
	background: #0D47A1;
	padding: 15px 10px;
	z-index: 99999;
	width: 250px;
}
.breadcrumb-container > .dropdown > .dropdown-container:after {
	content: '';
	display: none;    /*This must be made block if the cose specified below for breadcrumb is commented*/
	position: absolute;
	left: 10px;
	top: -1px;
	border-top: 10px solid #FF9800;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
}
/**important do not edit.this is for breadcrumb****/
.breadcrumb-container > .dropdown > .dropdown-container.jpj:after {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	top: -1px;
	border-top: 10px solid #FF9800;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
}
/**important do not edit.this is for breadcrumb****/


.breadcrumb-container > .dropdown > .dropdown-container > span {
	text-align: left;
}
.breadcrumb-container > .dropdown > .dropdown-container > span a {
	float: left;
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
}
.breadcrumb-container > .dropdown > .dropdown-container > span a:hover {
	opacity: .8;
}
.breadcrumb-container .breadcrumb {
	margin: 0;
	background-color: #fff;
	padding: 0;
}
/* End Breadcrumb */

 @media only screen and (max-width: 420px) {
.inner-banner {
 height:66px !important;
}
.switch-field:first-child label:before {
left: 29% !important;
}
.switch-field input:checked + label:after {
left: 47% !important;
}
.sticky .c-button--dropdown, .sticky .c-button--dropdown:after, .inner-banner .c-button--dropdown, .inner-banner .c-button--dropdown:after {
 color: #fff !important;
}
.content-wrapper.inner h5 {
margin-bottom:0;
padding-right: 15px !important;
font-size: 18px;
}
}
 @media only screen and (min-width: 421px) and (max-width: 768px) {
.inner-banner {
height:65px !important
}
/*#recommended-title-div {
    left: 42% !important;
}*/
.switch-field input:checked + label:after {
left: 43% !important;
}
}
@media only screen and (min-device-width : 767px) and (max-device-width : 1024px) {
.slick-dots {
display:block !important;
}
.prev, .next {
display:none !important;
overflow: hidden;
}
}
 @media only screen and (max-width:768px) {
.card:hover {
box-shadow:none
}
ul.boxes-2 a {
width:100% !important;
margin:0 !important;
border-bottom: 1px solid #e0e0e0 !important;
border-top:0 !important;
border-left:0 !important;
border-right:0 !important;
border-radius:0 !important;
}
ul.boxes-2 li {
height:70px !important
}


ul.boxes-2 {
 margin-bottom:0 !important
}
}
/* Contact Us */
.switch-field {
	padding: 40px 20px 20px 20px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: table;
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.switch-field label {
	float: left;
}
.switch-field label {
	background: #fff !important;
	color: #333 !important;
	font-size: 19px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	border: 1px solid #E0E0E0;
	min-height: 130px !important;
	border-radius: 15px;
	display: table-cell;
	width: 100%;
	cursor: pointer;
	height: 130px;
	transition: border-color 0.5s ease;
	line-height: 166px;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
	background-color: #1378db;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #1378db;
	color: #fff;
}
.switch-field label:hover {
	border-color: #1378db;
}
.slick-dots {
	text-align: center;
	margin: 0 0 23px 0;
	padding: 0;
}
.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.slick-dots li.slick-active button {
	background-color: black;
}
.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #999;
	border: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	outline:none;
}
.slick-dots li :hover {
	background-color: black;
}
.prev {
	color: #999;
	position: absolute;
	top: 44%;
	left: -2em;
	font-size: 1.5em;
}
.prev :hover {
	cursor: pointer;
	color: black;
}
.next {
	color: #999;
	position: absolute;
	top: 44%;
	right: -2em;
	font-size: 1.5em;
}
.next :hover {
	cursor: pointer;
	color: black;
}
.slick-track {
	margin:0 auto !important
}
.prev i, .next i {
	font-size: 50px;
	top: -7px;
	position: relative;
}
.contact-slider {
	position: relative;
	top: 25px;
	min-height: 220px;
}
.switch-field:first-child label:before {
	content:"Recommended";
	position:absolute;
	top: 1px;
	z-index: 999;
	line-height: 0;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	left: 84px;
	background: #1378db;
	width: 44%;
	height: 10%;
	padding: 14px 2px 13px 0;
	border-radius: 50px;
}
.switch-field input:checked + label:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1378db;
	left: 130px;
	top: 22px;
}
.contact-us h5 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	margin-top: 15px;
	padding: 7px 0;
}
 @media screen and (min-width:1100px) {
.underline--magical {
 background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
 background-repeat: no-repeat;
 background-size: 27% 0.09em;
 background-position: 16px 99%;
 transition: background-size 0.25s ease-in;
}
.underline--magical:hover {
 background-size:27% 100%;
}
}
 @media screen and (max-width: 800px) {
 .next {
 display: none !important;
}
}
@media screen and (min-width:768px) {
.slick-dots {
display:none !important;
}
}
.material-form {
	padding: 15px;
	background-color: #fff;
}
.material-form .input-block {
	background-color: #fff;
	border-bottom: solid 1px #c8c8c8;
	width: 100%;
	height: 50px;
	padding: 0;
	position: relative;
	margin-bottom: 20px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.material-form .input-block::before {
 content: '';
 position: absolute;
 left: 50%;
 width: 0%;
 bottom: 0;
 height: 2px;
 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
 background-color: #2196f3;
}
.material-form .input-block.focus {
	border-color: #fff;
}
.material-form .input-block.focus label {
	color: #2196f3;
	top: 0;
	font-size: 13px;
}
.material-form .input-block.focus::before {
 left: 0%;
 width: 100%;
}
.material-form .input-block.has-value {
	background-color: #fff;
}
.material-form .input-block.has-value label {
	top: 0;
	font-size: 13px;
}
.material-form .input-block.error {
	border-color: #fff;
}
.material-form .input-block.error::before {
 left: 0%;
 width: 100%;
 background-color: #d50000;
}
.material-form .input-block.textarea {
	height: auto;
}
.material-form .input-block.textarea .form-control {
	height: auto;
	resize: none;
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
}
.material-form .input-block.floating-field {
	padding: 2px 0 0;
	height: 62px;
}
.material-form .input-block.floating-field.textarea {
	height: auto;
}
.material-form .input-block label {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 25px;
	margin: 0;
	font-weight: 400;
	z-index: 1;
	color: #616161;
	font-size: 13px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0;
}
.material-form .input-block .form-control {
	background-color: transparent;
	padding: 4px 0 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #3c3c3c;
}
.material-form .input-block .form-control:focus {
	outline: none;
}
.material-form .input-block .form-control:focus label {
	top: 0;
}
.material-form .error-label {
	color: #d50000;
	margin-top: -15px;
	font-size: 14px;
	margin-bottom: 10px;
}
.material-form .form-note {
	font-size: 13px;
	color: #939393;
	margin-top: -15px;
	margin-bottom: 15px;
}
.material-form .square-button {
	background-color: #2196F3;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0;
	height: 55px;
	border: none;
	cursor: pointer;
	width: 100%;
}
.material-form .square-button:hover, .material-form .square-button:focus {
	background-color: #0d8aee;
}
/*dropdown list as ul li method*/
.select-block {
	background-color: #fff;
	width: 100%;
	padding: 12px 0 0;
	position: relative;
	margin-bottom: 20px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.select-block label {
	position: absolute;
	left: 0;
	top: 27px;
	height: 25px;
	width: 100%;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin: 0;
	font-weight: 400;
	z-index: 1;
	color: #616161;
	font-size: 12px;
	line-height: 10px;
	white-space: nowrap;
	overflow: hidden;
	padding: 5px 0;
}
.select-block .active-list {
	width: 100%;
	height: 52px;
	padding: 0;
	color: #333;
	position: relative;
	z-index: 2;
	font-weight: 400;
	cursor: pointer;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select-block .active-list:after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	background-color: #fff;
	top: 50%;
	width: 20px;
	padding-left: 5px;
	text-align: left;
	height: 52px;
	line-height: 52px;
	color: #939393;
	font-size: 14px;
	margin-top: -26px;
}
.select-block.added label {
	top: 0;
	font-size: 13px;
}
.select-block.added .active-list {
	color: #3c3c3c;
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.select-block.added.focus label {
	top: 0;
}
.select-block.focus label {
	top: 0;
	font-size: 13px;
	color: #2196f3;
}
.select-block.focus .active-list {
	font-size: 16px;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
}
.select-block.focus .custom-select {
	border-color: #fff;
}
.select-block.focus .active-list:after {
	content: "\f077";
	font-family: 'FontAwesome';
	color: #3c3c3c;
}
.select-block.focus .custom-select::before {
 left: 0%;
 width: 100%;
}
.select-block .custom-select {
	border-bottom: solid 1px #c8c8c8;
	display: inline-block;
	height: 52px;
	position: relative;
	padding: 0;
	width: 100%;
	line-height: 52px;
}
.select-block .custom-select::before {
 content: '';
 position: absolute;
 left: 50%;
 width: 0%;
 bottom: 0;
 height: 2px;
 -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
 background-color: #2196f3;
}
.select-block .custom-select .list-field {
	width: 100%;
	height: 52px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.select-block .custom-select .drop-down-list {
	width: 100%;
	height: auto;
	max-height: 250px;
	overflow-x: auto;
	z-index: 99;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	margin-top: 2px;
	left: 0;
	background-color: white;
	display: none;
	-moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
	box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 6px, rgba(0, 0, 0, 0.11765) 0px 1px 4px;
}
.select-block .custom-select .drop-down-list li {
	padding: 10.5px 15px;
	cursor: pointer;
	font-size: 12px;
	line-height: normal;
	background-color: #fafafa;
	background-color: #fff;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.select-block .custom-select .drop-down-list li input[type="checkbox"] {
	margin: 0;
	margin-right: 8px;
	position: relative;
	top: 1px;
}
.select-block .custom-select .drop-down-list li label {
	font-weight: normal;
	cursor: pointer;
	display: block;
}
.select-block .custom-select .drop-down-list li:hover {
	color: #3c3c3c;
	background-color: rgba(0, 0, 0, 0.05);
}
.select-block .custom-select .drop-down-list .add-new {
	border-top: solid 1px #c8c8c8;
	padding: 15px;
	color: #3c3c3c;
}
.select-block .custom-select .drop-down-list .add-new i {
	font-size: 16px;
	margin-top: 3px;
	color: #939393;
}
 @media (min-width: 768px) {
 .contact-wrap {
 width: 600px;
 margin: auto;
  
}
 .material-form .input-block label {
 font-size: 16px;
 line-height: 14px;
}
 .material-form .input-block .form-control {
 font-size: 18px;
 font-family: 'Proxima Nova Lt';
 font-weight: 600;
}
 .select-block label {
 font-size: 16px;
 line-height: 14px;
}
 .select-block.added .active-list {
 font-size: 18px;
 font-family: 'Proxima Nova Lt';
 font-weight: 600;
}
 .select-block.focus .active-list {
 font-size: 18px;
 font-family: 'Proxima Nova Lt';
 font-weight: 600;
}
 .select-block .custom-select .drop-down-list li {
 font-size: 15px;
}
 .material-form {
 padding: 30px;
}


}
.material-form .input-block label span, .select-block label span {
	color:red;
}
.message-card figure {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	color: #9e9e9e;
	display: inline-block;
	font-size: 16px;
	margin:20% 7px 10px;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	border-top: 5px solid #FF9800;
}
.message-card figure *, .message-card figure *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.message-card figure figcaption {
	padding: 13% 10% 12%;
}
.message-card figure figcaption:before {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	color: #757575;
	content: "\f10e";
	font-family: 'FontAwesome';
	font-size: 32px;
	font-style: normal;
	left: 50%;
	line-height: 60px;
	position: absolute;
	top: -30px;
	width: 60px;
}
.message-card figure h3 {
	color: #333;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	line-height: 24px;
	margin: 15px 0 15px 0;
}
.message-card figure h4 {
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #333;
}
.message-card figure figcaption h6 {
	color: #232323;
	font-weight: 400;
	position:relative;
}
.message-card figure figcaption h6.time:before {
	color: #009688;
	content: "\f017";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-style: normal;
	left: -7px;
	line-height: 25px;
	position: absolute;
	top: -6px;
	width: 25px;
}
.message-card figure figcaption h6.timing:before {
	color: #009688;
	content: "\f073";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-style: normal;
	left: 45px;
	line-height: 25px;
	position: absolute;
	top: -7px;
	width: 25px;
}
@media screen and (max-width:1024px) {
 .message-card figure figcaption h6.timing:before, .message-card figure figcaption h6.time:before {
display:none
}
 
}
@media screen and (max-width:1024px) and (min-width:992px) {

.message-card figure {
margin: 20% 0 0;
}
}
@media screen and (max-width:991px) {

.message-card figure {
margin:0 !important;
}
}
/* Contact Us End */

.tooltips {
	display: none;
	width: 150px;
	height: auto;
	background: #424242;
	color: #F5F5F5;
	font-size: 13px;
	left: -18px;
	top: 0;
	position: absolute;
	line-height: 14pt;
	padding:5px 5px;
	word-wrap: break-word;
}
.card:hover .tooltips {
	display:block;
	top:-42px;
	animation: fade 2s;
	z-index:9999 !important;
	opacity:1;
	border-radius:5px;
}
.card:hover .tooltips:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #424242;
	left: 45%;
	bottom:-8px;
}
  @keyframes fade {
0% {
top:-25px;
}
15% {
top:-48px;
}
30% {
top:-42px;
}
100% {
top:-42px;
}
}
#more_link, #more_link_product {
	padding: 10px 0;
	clear: both;
	position: relative;
	text-align: center;
}
#more_link a, #more_link_product a {
	font-size: 18px;
	color: #1378db;
	position: relative;
	width: auto;
	cursor: pointer;
}
#more_link a:hover, #more_link a:focus, #more_link_product a:hover, #more_link_product a:focus  {
	text-decoration:none;
	color:#1378db;
}
#more_link a:before, #more_link a:after, #more_link_product a:before, #more_link_product a:after {
	position: absolute;
	content: "";
	content: "";
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
	background-color: #1378db;
}
#more_link a:before, #more_link_product a:before {
	top: -1px;
	right: -18px;
	width: 2px;
	height: 20px;
}
#more_link a:after, #more_link_product a:after {
	top: 8px;
	right: -27px;
	width: 20px;
	height: 2px;
}
.parent_more_category #more_link a:before, .parent_more_category #more_link a:after, .parent_more_category #more_link_product a:before, .parent_more_category #more_link_product a:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slideicon-wrap {
	position: absolute;
	top: 5px;
	left: 46%;
}
.slideicon-wrap i {
	font-size: 30px;
}
.content-wrapper.inner-content-wrapper h1 {
	text-align: left;
	/*padding-left: 15px;*/
	margin-top: 0;
	font-size: 2.1em;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	margin-bottom: 0;
}
.ftr-search {
    clear: both;
   /* margin-bottom: 90px;*/
}
/*#rec_channel_details {
    margin-bottom: 40px;
}*/

.content-wrapper.inner-content-wrapper h5 {
	text-align: left;
	padding-left: 15px;
	font-size: 1.5em;
}
.content-wrapper.inner-content-wrapper ul.boxes-2 a, .content-wrapper.inner-content-wrapper ul.boxes-3 a {
	border-radius: 4px;
}
.content-wrapper.inner-content-wrapper ul.boxes-2 li, .content-wrapper.inner-content-wrapper ul.boxes-3 li {
	height: 68px;
}
.view-more a i {
	position: relative;
	top: 4px;
	left: 3px;
}
.more_categ_display ul, .more_categ_display a {
	margin-top: 0 !important;
}
.search-wrap span.input-group-btn {
	position: absolute;
	right: -15px;
	top: 19px;
}
.search-wrap span.input-group-btn button {
	background-color: transparent;
}
.search_wrap.inner-search {
	width: 40%;
	margin: -8px 0 0 15px;
	position: relative;
}
.search_wrap.inner-search input[type="text"] {
	width: 100%;
	padding: 20px 40px 19px 12px;
	height: 25px;
	font-family: inherit;
	font-weight: 300;
	letter-spacing: normal;
	color: #333;
	-webkit-appearance: none;
	font-size: 17px;
	outline: none;
	border: 1px solid #e0e0e0;
}
.search_wrap.inner-search button {
	border-radius: 0;
	height: 24px;
	cursor: pointer;
	line-height: 23px;
	background: transparent url(../images/search_icon_black.svg) no-repeat center top;
	border: 0;
	outline: none;
	padding: 24px 25px;
	background-position: 16px 17px;
	position: absolute;
	right: 0;
	top: 0;
}
.search_wrap.inner-search span.input-group-btn {
	position: absolute;
	right: -17px;
	top: 15px;
}
ul.boxes-3 li .rn_ChatHours .rn_HoursBlock {
    margin: 0px 0 0 0;
    display: inline-block; 
}

ul.boxes-3 li #close ~ span {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0;
    line-height: 15pt;
    display: block;
}
.rn_ChatHours .rn_HoursBlock span {
    font-size: 15px !important;
    font-weight: 300 !important;
    margin: 0;
    line-height: 15pt;
    /*display: inline-block;*/
} 
.rn_ChatHours .rn_HoursBlock span.ChatAvailable {
    color: #1378db;	
    font-size: 17px !important;
    font-weight: 400 !important; 
} 
.rn_ChatHours .rn_HoursBlock span.ChatClosed {
    color: #da1616 !important;
	font-size: 17px !important;
}
.rn_ChatHours .rn_HoursBlock span.rn_HoursPrefix {
    font-weight: 300 !important;
}
 @media screen and (max-width:421px) {
 .search_wrap.inner-search {
 width: 90%;
}
    /* #recommended-title-div {
    left: 38% !important;
}*/
         .email-conf-cont {
    font-size: 7pt;
    line-height: 18pt;
}
     .form-dv input[type="text"] {
    width: 99% !important;
    font-size: 11pt !important;
}
 .search_wrap.inner-search span.input-group-btn {
 right: -18px;
}
}
@media screen and (min-width:422px) and (max-width:768px){
     .search_wrap.inner-search {
 width: 60%;
}
}
.sub-overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	background-color: #00000063;
}
.banner-ontents.search-fix {
	margin-top: 9.4%;
}
@media \0screen\,screen\9 {
.shake-desc-sec1, .shake-desc-sec2, .shake-desc-sec3 {
	float:none !important
}
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, .shake-desc-sec1, .shake-desc-sec2, .shake-desc-sec3 {
float:none !important
}
 .cont-button figure a {
 left:0;
 transform: none !important;
}
.search-wrap input[type='text'] {
padding:10px 40px 19px 25px !important;
height: auto!important
}
.inner-search.search_wrap input[type='text'] {
 padding:9px 40px 15px 15px !important;
height: auto!important
}
}
a.navbar-brand:before {
	display:none;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #ffba00;
	transform: scaleX(0);
	content: "";
	position: absolute;
 transition: transform .5s ease;
}
a.navbar-brand:hover:before {
	transform: scaleX(1);
}
.inner-banner .inner-nav .nav_link:focus {
	color: #333;
}
.shake-desc a i {
	font-size: inherit;
	position: relative;
	top: 1px;
}
.more-products {
	margin-top: 26px;
}
div#balance-product .col-xs-12 {
	padding: 10px 0;
	font-size: 16px;
	color:#333;
	border-bottom: 1px solid #e0e0e0;
}
div#balance-product .col-xs-12:last-child {
	padding-bottom:0;
	border-bottom:0;
        margin-bottom: -12px;
}
.more-products {
	clear: both;
	position:relative;
}
.more-products button {
	margin: 0 0 5px 0;
	position:relative;
	color: #0070c9;
	background: none;
	border: 0;
	padding:10px;
	font-size: 18px;
	outline: none;
}
button.more-product:before, button.more-product:after {
	position: absolute;
	content: "";
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
	background-color: #0070c9;
}
button.more-product:before {
	top: 12px;
	right: -7px;
	width: 2px;
	height: 20px;
}
button.more-product:after {
	top: 21px;
	right: -16px;

	width: 20px;
	height: 2px;
}
.parent_more_category:before, .parent_more_category:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);


	transform: rotate(45deg);
}
@media screen and (max-width:768px) {
    ul.boxes-3 a:first-child,ul.boxes-2 a:first-child {
    border-top: 1px solid #e0e0e0 !important;
}
.get-help.inner-more-cat ul.boxes-2 a {
border:0 !important
}

/**align left**/
.shake-desc p {
    text-align: left;
}
/**align left**/

 

}
ul.boxes-2.contactus-sub {
	margin-top: 20px;
}
h1.contact-title {
	text-align: center;
	margin-left: 4%;
    margin-right: 4%;
}
.rn_ProductCategorySearchFilter .rn_Label {
	width:auto !Important;
	clear:both
}
.rn_CategorySearchFilterTreeView.rn_ProductCategorySearchFilter button.rn_DisplayButton {
	clear:both;
	float:left;
	border-color: #e0e0e0;
	min-height: 35px;
	font-size: 15px;
	padding-left: 11px;
}
.rn_Multiline {
	clear:both;
	padding-top: 22px;
}
.rn_Content a {
	word-wrap: break-word;
}
.rn_Content .rn_Element2 {
	font-size:15px !Important
}
.rn_ProductCategorySearchFilter .rn_PanelContainer {
	border: 0 !important;
	background:none !important;
}
.rn_Content li {
	list-style: none;
}
/*******answer detail*********/
#rn_AnswerText {
	font-family: 'Proxima Nova Rg' !important;
}
#rn_AnswerText a div {
	height:auto !important
}
#rn_AnswerText a {
	text-decoration:none !important
}
#rn_AnswerText h3,.ui-accordion h3 {
	background: url("https://code.jquery.com/ui/1.11.2/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	outline: none;
	padding: .5em .5em .5em .7em;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	cursor: pointer;
}
#rn_AnswerText h3:hover {
	border-color: #a2a2a2;
}
.rn_AnswerFeedback input[type=submit], .rn_AnswerFeedback button {
	background: #0E53A7 url("https://faq.beachbody.com/euf/assets/themes/standard/images/buttonGradientCombo.png") 0px 0px repeat-x;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid #304764;
	color: #FFF;
	cursor: pointer;
	font: bold 12px Helvetica, Arial, sans-serif;
	line-height: normal;
	margin-right: 6px;
	padding: 6px 8px;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.rn_RssImgLink {
	display:none
}
.rn_AnswerDetail h1 {
	padding-left:0 !important
}
.rn_Answers_vertical.tbl_question td {
	white-space: normal;
	padding: 8px;
}
.rn_Answers_vertical.tbl_question {
	font-family: 'Proxima Nova Rg' !important;
}
@media screen and (max-width:421px) {
 #rn_AnswerText a div {
width:100px !Important
}
 .search_wrap.inner-search input[type="text"] {
font-size:15px !important
}
 .search-wrap input[type="text"] {
font-size: 16px !important;
padding-left:15px !important
}
}
/******* above is answer detail*********/

.rn_ProductCategorySearchFilter .rn_Panel {
	background: transparent !important;
}

/************* ORDER STATUS AND CREDIT CARD UPDATE POPUP**************/
@media (min-width: 768px) {
.modal-content {
 width: 500px;
 margin: 30px auto;
}
}
.modal-content {
	padding:0 !important;
}
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top:0 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.4);
}
span.close {
	float: right;
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=40);
	opacity: .4;
	position: absolute;
	right: 16px;
	top: 23px;
}
.cmp_logo {
	padding: 0 15px 15px 15px;
	border-bottom: 1px solid #e5e5e5;
	text-align:center;
	margin: 0 -15px 0 -15px;
}
.model-inner {
	position: relative;
	padding: 15px;
}
#headingOrder, #heading {
	padding: 15px 0;
	text-align: center;
	font-size: 20pt;
	font-weight: 300;
	font-family: 'Proxima Nova Lt';
}
.info-text p {
	text-align: center;
	color: #222;
	margin: 0 0 17px 0 !important;
	font-size: 11pt;
	padding:0
}
form#rn_QuestionSubmit {
	margin-bottom: 0;
}
.form-dv {
	text-align: center;
}
.form-dv input[type="text"] {
	border-radius: 20px;
	padding: 8px 15px !important;
	height: 33px;
	outline: none;
	border: 1px solid #BDBDBD;
	background-color: #F5F5F5;
	width: 70%;
}
.model-footer {
	background: #F5F5F5;
	padding: 10px;
	text-align: right;
	margin: 25px -15px -15px -15px;
	border-radius: 6px;    
}
.model-footer button, button#next {
	background: #005eb8 !important;
	border: 0;
	padding:7px 15px 5px 15px;
	color: #fff;
	outline: none;
	font-size: 12pt;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
}
.form-dv select {
	padding: 1px;
}
.shipped_order {
	text-align: center;
	padding: 0 25px 15px 25px;
	font-size: 19px;
}
button#next {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	border-radius:0;
}
div#valid_data_vv hr, #heading hr {
	border: 1px dashed #9e9e9e;
	letter-spacing: inherit;
	margin: 0;
}
.rn_MessageBox h2 {
	display: none;
}
.rn_MessageBox b {
	padding: 10px 0;
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 300;
	outline:none;
}
.rn_MessageBox {
	text-align: center;
	margin: 0 15px 15px 15px;
	background-color: #fadede !important;
	border: 1px solid #d78e8e;
	color: #e51e1e;
	border-radius: 5px;
	outline: none;
}
.mid-box span {
	display: block;
	font-weight: 600;
}
.center-box .text-2 {
	font-weight: 600;
}
#errors {
	text-align: center;
	margin-bottom: 10px;
	color: red;
}
.rn_ErrorField {
	background-color: #FEFDA0 !important;
}
#myModal_ccu #formdisplay .credit_card_expiry label {
	float: left;
	width: 100% !important;
	height: 25px;
	text-align: left;
}
#myModal_ccu #formdisplay .cvv input {
	margin-top:25px;
}
#firstName .rn_TextInput, #lastName .rn_SelectionInput {
	margin-bottom: 0px !important;
}
.credit_card_expiry select {
	float: left;
	max-width: 48% !important;
}
#myModal_ccu #formdisplay #firstName label, #myModal_ccu #formdisplay #lastName label {
	text-align: left !important;
}
.cvv {
	width: 48% !important;
	font-size: large;
	margin-left:4%;
}
.cvv label {
	display:none !important;
}
.credit_card_cvv {
	margin-left:4%;
}
.cvv select {
	min-width: 100% !important;
}
.credit_card_cvv {
	width: 30% !important;
}
.credit_card_number {
	width: 66% !important;
}
#formdisplay .city, #formdisplay .state, #formdisplay .zip, #formdisplay .country {
	float: left;
	width: 48% !important;
}
#formdisplay .city, #formdisplay .zip, .credit_card_expiry select:first-child {
	margin-right:4% !important;
}
#formdisplay .city label, #formdisplay .state label, #formdisplay .zip label, #formdisplay .country label, .credit_card_number label, .credit_card_cvv label {
	float: left;
	width: 100% !important;
}
#formdisplay .city label, #formdisplay .state label, #formdisplay .zip label, #formdisplay .country label, .credit_card_number label, .credit_card_cvv label {
	float: left;
	min-width: 100% !important;
	text-align: left;
	height: 25px;
}
#formdisplay .city input, #formdisplay .state input, #formdisplay .zip input, #formdisplay .country input, #formdisplay .city select, #formdisplay .state select, #formdisplay .zip select, #formdisplay .country select, .credit_card_number input, .credit_card_cvv input {
	width: 100% !important;
	min-width: 100% !important;
}
.cvv label {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}
.card_popup *, .card_popup .valid_data_ccu {
	font-weight: 500;
}
.model-inner .rn_TextInput .rn_Text {
	padding-top:4px !important;
	padding-bottom:4px !important;
}
.model-inner .rn_MessageBox.rn_ErrorMessage, .model-inner #rn_ErrorLocation1 {
	background-color: #fadede !important;
	border: 1px solid #d78e8e;
	color: #e51e1e;
	background-image: none;
	border-radius: 5px;
}
.model-inner * {
	outline:none !important;
}
.model-inner #rn_ErrorLocation1 {
	line-height:24px !important;
	padding:10px !important;
	text-align:center;
}
#myModal_ccu #formdisplay input[type=text], #myModal_ccu #formdisplay select {
	float: left;
	width: 100% !important;
	font-size: 13pt;
	border-radius: 20px;
	padding: 4px 15px !important;
	height: 33px;
	outline: none;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #ebebeb;
}
#myModal_ccu #formdisplay div.rn_UpdateCreditCradText {
	float: left;
	width: 100%;
}
#myModal_ccu #formdisplay #rn_TextInput_23_LabelContainer, #myModal_ccu #formdisplay #rn_TextInput_22_LabelContainer, #myModal_ccu #formdisplay div.rn_UpdateCreditCradText label, #myModal_ccu #formdisplay div.rn_countrySelectionInput div, #myModal_ccu #formdisplay div.rn_SelectionInput_New label {
	float: left;
	width: 100% !important;
	text-align: left !important;
	font-weight: 400 !important;
	height: 25px;
}
#myModal_ccu #formdisplay label, div.rn_countrySelectionInput label, #myModal_ccu #formdisplay div.rn_SelectionInput_New label {
	font-weight: 400 !important;
	display:inline-block !important;
	font-size: 14pt !important;
	font-weight: 400 !important;
}
#formdisplay br {
	display:none
}
#formdisplay {
	padding: 0 20px 20px 20px;      
	background: #fff;
	position: absolute;
	margin-left: -15px;
	border-radius: 6px;    
}
#formdisplay h4 {
	margin: 0;
	font-size: 16px;
	padding-bottom: 10px;
}
#rn_ErrorLocation_vv br {
	display: block;
}
#rn_ErrorLocation_vv {
	background-color: #fadede !important;
	border: 1px solid #d78e8e;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}
div#displaynote {
	text-align: center;
}
.clsCardTypes {
	text-align: center;
	font-size: 16px;
}
.clsCardTypes p {
	margin: 0;
}
#myModal_ccu #formdisplay .card_type {
	width: 48% !important;
	font-size: large;
	margin-left: 4%;
}
#myModal_ccu #formdisplay div {
	float: left;
	width: 100%;
}
.rn_UpdateCreditCardFormSubmit {
	text-align: center;
}
.rn_UpdateCreditCardFormSubmit button {
	background: #005eb8 !important;
	border: 0;
	padding:7px 15px 5px 15px;
	color: #fff;
	outline: none;
	font-size: 12pt;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-radius:0;
	margin-top:10px
}
.card_type label {
	margin: 0 0 1px 0;
}
.state label {
	margin-bottom: 5px !important;
}
.year select {
	position: relative;
	top: -5px;
}
div#responseMessage_cc {
	text-align: center;
	font-size: 15px;
	padding: 0;
	line-height: 12pt;
}
div#closeButton {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}
div#closeButton input[type="button"] {
	background: #005eb8 !important;
	border: 0;
	padding:7px 15px 5px 15px;
	color: #fff;
	outline: none;
	font-size: 12pt;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border-radius:0;
	margin-top:10px;
}
#form123 #rn_ErrorLocation_vv {
	margin-left: 15px;
	margin-right: 15px;
}
#form123 #rn_ErrorLocation_vv span {
	color: red;
}
.clsCredirCardLbl {
	text-align: center;
	color: red;
	font-size: 17px;
	margin: 5px 0 10px 0;
}
.rn_AnswerDetail {
	margin: 20px 0;
    min-height: 208px;
}
@-moz-document url-prefix() {
 .inner-search.search_wrap input[type='text'] {
 padding:9px 40px 9px 15px !important;
height: auto!important
}
}
.parent_more_product a:before, .parent_more_product a:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hide_radio {
	display: none;
}
/*********recommended channel code start here***********/


.chat-reccomend a {
	
	vertical-align: top;
	min-height: 199px;
	margin: 15px !important;
	width: 29% !important;
	position: relative;
}
.chat-reccomend li span {
	font-size: 22px !important;
	font-weight: 300 !important;
	color: #3A4D5D;
	margin-top: 14px;
}
.chat-reccomend li p {
	font-size: 15px;
	font-weight: 300 !important;
	margin: 0;
	line-height: 15pt;

}
.chat-reccomend li {
	padding: 15px;
	vertical-align: top !important;
}
.overlay-form {
	height: 0;
	width: 100%;
	background-color: #fff;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	transition: all 0.5s ease-in-out;
}
.overlay-form.active {
	height: 100%;
	width: 100%;
	left: 0;
	overflow: scroll; 
	overflow-x: hidden;
	z-index: 99999; 
	webkit-overflow-scrolling: touch;
} 

* {
    -webkit-overflow-scrolling: touch;
}
.slideUpForm {
	position: relative;
	width: 100%;
	opacity: 0;
	padding:0;
	background: #fff;
	display: block;
 transition: all .75s ease;
	z-index: 999;
}
.slideUpForm.active {
	width: 100%;
	height: auto;
	opacity: 1;
	top: 0;
	border-radius: 0;
}
.slideUpForm input, .slideUpForm textarea {
	width: 100%;
	margin: 0.5em;
	padding: 0.5em;
	border: solid 2px #dbdbdb;
	outline: none;
}
.slideUpForm input:focus, .slideUpForm textarea:focus {
	border: solid 2px #999;
}
.slideUpForm input[type=submit] {
	transition: all 0.5s ease-in-out;
}
.slideUpForm input[type=submit]:hover {
	box-shadow: 0 0px 3px 1px #999;
	cursor: pointer;
}
.slideUpForm .close-reccomend {
	position: absolute;
	left: 32px;
	top: 1em;
	font-size: 16px;
	color: #999;
	padding: 5px 11px;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
	text-indent: -9999px;
}
 .close-reccomend::before, .close-reccomend::after {
 height: 4px;
 margin-top: -2px;
}
.close-reccomend:hover::before, .close-reccomend:hover::after {
 background: #383838;
}
.close-reccomend::before, .close-reccomend::after {
 content: '';
 position: absolute;
 height: 3px;
 width: 100%;
 top: 50%;
 left: 0;
 margin-top: -1px;
 background: #a5a5a5;
}
.close-reccomend::before {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
.close-reccomend::after {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.slide-form-head {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.overlay-form h1 {
	text-align:center !important;
	margin: 0 0 0 0;
	padding: 15px 0;
	font-size: 30px;
}
.chat-reccomend a:first-child li:before {
    display:none;
	content: "Recommended";
	position: absolute;
	top: 4px;
	z-index: 999;
	line-height: 0;
	font-family: 'Proxima Nova Lt';
	font-weight: 600;
	color: #de8400;
	font-size: 16px;
	left: 212px;
	padding: 14px 2px 13px 0;
}
.chat-reccomend a.active-chat {
	border-color: #1378db;
}
@media screen and (max-width: 768px) {
 .slideUpForm {
 padding:0;
 margin: 0 auto;
}
.slideUpForm .close-reccomend {
left: 12px;
top: 10px;
}
.slideUpForm h1 {
font-size: 20px;
padding: 15px 29px;
}
.chat-reccomend a:first-child li:before {
top: -14px;
left: 125px;
}
.chat-reccomend a {
min-height:auto;
}
}
/*********recommended channel code end above***********/
@media screen and (max-width:768px) {
 .form-dv input[type="text"] {
width:85%
}
 #rn_ErrorLocation_vv span {
 font-size: 13px;
}
}
#valid_data, #valid_data_vv {
/* padding: 15px; */
}
#valid_data .multiple_order_links, #valid_data_vv .multiple_order_links {
	width: 100%;
	position: relative;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
}
#valid_data_vv .multiple_order {
	border-bottom: #a8aaad 1px dashed;
	margin-bottom:10px;
	padding-bottom:10px
}
#valid_data .multiple_order_links::before, #valid_data_vv .multiple_order_links::before {
 position: absolute;
 width: 10px;
 height: 10px;
 content: '';
 background: #0079c1;
 left: 0;
 top: 6px;
}
.multiple_order {
	font-size: 18px;
	text-align: center;
}
.new-modi.most-order {
	font-size: 16px;
	padding: 13px 0;
}
#valid_data .multiple_order_links a, #valid_data_vv .multiple_order_links a {
	font-weight:bold !important
}
#spanish-chat-hours, #diamond-chat-hours, #bblive-chat-hours {
	margin-top: 20px;
}
.rn_ChannelDisplayAnswer h1, .rn_ChannelDisplayAnswer h2 {
	padding: 0 !important;
}
.rn_ChannelDisplayAnswer h1 {
	color: #de8400;
}
.rn_ChannelDisplayAnswer h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
    margin-bottom: 10px;
}
.rn_ChannelDisplayAnswer h2:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: -20px;
}
 @media screen and (max-width:768px) {
 .rn_ChannelDisplayAnswer table {
width:100% !important
}
 .rn_ChannelDisplayAnswer table td {
font-family: 'Proxima Nova Rg' !important;
padding:5px 0 !important
}
 .chtrec-icon {
display:none;
}
 .chat-reccomend li span {
color:#333;
font-weight:600 !important;
margin: 0;
}
 .chat-reccomend a li {
height:auto !important
}
 .form_fields {
float:none !important
}
 #rn_IFrameContent #rn_content .rn_wrap select {
 width: 100% !important;
}
.cust_data_phone,.confirm_address,#rn_IFrameContent .coach_section .coach_address,.coach_name,#rn_IFrameContent .coach_section .coach_id,.ccc_begin .cr_details, .ccc_begin .cust_data_email, .form_section input[type="text"], .form_section input[type="email"], .form_section input[type="number"] {
 width: 100% !important;
}
#email_add_coach_eng{margin-left:0 !important}
.confirm_container {
    padding: 0 15px;
}
.confirm_container strong{display:none}
.confirm_container li {
    list-style: none;
}

.rn_AnswerDetail table {
    width: 100% !important;
}
.rn_Answers_vertical.tbl_question td {
    padding: 3px 8px !important;
}



}
.rn_ChannelDisplayAnswer table td {
	font-family: 'Proxima Nova Rg' !important;
        white-space: inherit;
}
.rn_HoursBlock span, .rn_CurrentTime {
	color: #333;
}
.rn_CurrentTime {
	margin-top:7px
}
#regular-chat-hours h2, #spanish_chat, #Diamond_day_hours, #bblive-chat-hours h2, #BB_Live_chat, #bblive-chat-status h2 {
	color: #333;
} 
#rn_ChatLaunchForm h3 {
	margin: 0 0 10px 0 !important;
	text-align:center;
	font-weight: 600;
}
#rn_ChatLaunchForm legend {
	border: 0 !important;
}
.rn_Required, .rn_ErrorLabel {
	color: #C10000;
}
#rn_errorlocation_chat, #rn_ErrorLocation_directly {
	border: 1px solid #808080;
	color: #990000;
	text-align: left;
	padding: 15px 15px 15px 43px;
	border-radius:0 !important;
	background: #FFFFE0 url(https://faq.beachbody.com/euf/assets/themes/responsive/images/important.png) no-repeat !important;
	margin: 0 -7px 0 8px;
	background-position: 4px 8px !important;
}
#rn_errorlocation_chat a, #rn_ErrorLocation_directly a {
	color: #990000 !important;
	font-weight: 600;
	outline:none;
}
#rn_errorlocation_chat b, #rn_ErrorLocation_directly b {
	padding:0
}
.cont-button a {
	background-color: #1378db;
	color: #fff;
	padding: 15px 28px;
	font-size: 16pt;
	transition: 0.25s;
	border-radius: 4px;
}
.cont-button a:hover, .cont-button a:focus {
	text-decoration: none;
	background-color: #1378db;
}
 @media screen and (max-width:320px) {
 #myModal_ccu #formdisplay #rn_TextInput_23_LabelContainer, #myModal_ccu #formdisplay #rn_TextInput_22_LabelContainer, #myModal_ccu #formdisplay div.rn_UpdateCreditCradText label, #myModal_ccu #formdisplay div.rn_countrySelectionInput div, #myModal_ccu #formdisplay div.rn_SelectionInput_New label, #myModal_ccu #formdisplay label, div.rn_countrySelectionInput label, #myModal_ccu #formdisplay div.rn_SelectionInput_New label {
font-size: 12pt !important;
font-weight: 300 !important;
}
#formdisplay .zip {
width:100% !important
}
}
#rn_IFrameContent #rn_content .rn_wrap select {
	width: 365px;
	height: 32px;
	padding-left: 7px;
}
.ccc_begin button[type="submit"], .rn_FormSubmit input[type="submit"] {
	background-color: gray;
	background: gray;
	color: #FFFFFF;
	padding: 7px 11px;
	cursor: pointer;
	margin: 5px 0 0 20px;
	margin-left: 20px;
	border: 0;
	-webkit-appearance: none;
	margin-left: 0px !important;
	box-shadow: none !important;
	border-radius: 0;
	text-shadow: none;
	font-size: 14px;
	font-weight: 200;
}
.ccc_begin label, .ccc_begin strong {
	font-weight:300 !important;
}
.rn_RequiredText.rn_FloatRight {
	float: left;
	margin:0 0 5px 0;
	color: #ef1f48;
	width: 100%;
}
h2.ccc_title {
	margin-top: 0;
}
#rn_CustCoachChange .cr_details, #rn_CustCoachChange #customer_details div.cust_data_email, #rn_IFrameContent .coach_section .cust_data_email, #rn_IFrameContent .coach_section .coach_id, #rn_IFrameContent .coach_section .coach_address {
	width: 366px;

}
.cr_details {
	width: 46%;
	float: left;
	margin-right: 30px;
}
#rn_IFrameContent #rn_content .rn_wrap h2 {
	color: #333 !important;
	font-weight: bold;
	clear: both;
	font-size: 1.7em !important;
	font-weight: 400 !important;
}
#rn_IFrameContent .rn_questionform .rn_wrap h2 {
	margin-bottom: 9px;
	float: left;
	width: 100%;
}
.form_section input[type="text"], .form_section input[type="email"], .form_section input[type="number"] {
	padding: 5px;
	width: 365px;
}
.rn_TextInput .rn_MaskOverlay {
	display: none;
}
.ccc_begin li {
	list-style: none;
}
.form_section h2, .form_section h3 {
	color: #505050 !important;
	font-size: 1em !important;
	clear: both;
	position: relative;
	font-weight:600;
}
.ccc_begin h4 {
	font-weight:600;
	font-size:14px
}
#rn_ErrorLocation_ccc.rn_ErrorMessage {
	background: #FFFFE0 url(https://faq.beachbody.com/euf/assets/themes/standard/images/layout/important.png) no-repeat !important;
	padding: 8px 6px 8px 40px !important;
	border: 1px solid #808080;
	border-radius:0 !important;
	margin: 10px 0;
	padding: 6px;
	text-align:left;
}
#rn_ErrorLocation_ccc.rn_ErrorMessage b a {
	color: #990000;
}
#rn_ErrorLocation_ccc.rn_ErrorMessage b {
	padding:0
}
.cust_data_email, .coach_id, .coach_address {
	width: 46%;
	float: left;
	margin-right: 30px;
}
.cust_data_phone, .coach_name, .confirm_address {
	width: 46%;
	float: left;
}
.confirm_address input[type="text"] {
	border:1px solid #bdbdbd !important;
	padding: 6px !important;
}
#email_add_coach_eng {
	float: left;
	margin-left: 396px;
}
#email_add_coach_eng h4 {
	margin:0
}
.confirm_container {
    padding: 0 15px;
	min-height: 370px;
}
.confirm_container strong{display:none}
.confirm_container li {
    list-style: none;
}

@media all and (-ms-high-contrast:none)
     {
     #rn_CustCoachChange input[type=text],#rn_CustCoachChange input[type=text]:focus,#rn_CustCoachChange input[type=password], #rn_CustCoachChange input[type=password]:focus,#rn_CustCoachChange input[type=number]:focus,#rn_CustCoachChange input[type=number],#rn_CustCoachChange input[type=email]:focus,#rn_CustCoachChange input[type=email], #rn_CustCoachChange textarea:focus, #rn_CustCoachChange select:focus {border:1px solid #333}

     *::-ms-backdrop, #rn_CustCoachChange input[type=text],#rn_CustCoachChange input[type=text]:focus,#rn_CustCoachChange input[type=password], #rn_CustCoachChange input[type=password]:focus,#rn_CustCoachChange input[type=number]:focus,#rn_CustCoachChange input[type=number],#rn_CustCoachChange input[type=email]:focus,#rn_CustCoachChange input[type=email], #rn_CustCoachChange textarea:focus, #rn_CustCoachChange select:focus {border:1px solid #333}

     *::-ms-backdrop, .confirm_address input[type='text']{padding:5px !important}
}
.cr_details label {
    line-height: 11pt !important;
}
.rn_AnswerDetail table td {
    white-space: inherit;
        vertical-align: top;
    padding: 6px !important;
	font-family: 'Proxima Nova Rg' !important;
}

#spanish-message-outbound-time,#spanish-message-chat-not-available {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 15px;
    margin-left: 10px;
	text-align: justify;
    margin-right: -9px;
}
#recommended-title-div {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    color: #de8400;
    font-size: 16px;
    position: absolute;
    top: -38px;
	text-align:center;
	/*left:30%;*/
	width:100%;
}
@media screen and (max-width:768px){
    #recommended-title-div{top:0px;}
    .chat-reccomend .col-md-12 {
    padding: 0;
    margin: 0 -15px;
}
    .divider{margin: 25px -15px;}
	.divider.separate-divider-home {
    margin: 25px 0 25px 0 !important;
}
    .rn_ChannelDisplayAnswer h2:before {
    left: -12px !important;
}

    .ui-accordion {
    width: 100% !important;
}
}
.parent-phone-hours {
    text-align: center;
}

.phone-image {
    margin-bottom: 30px;
}

.phone-hours-div p, .phone-hours-div label {
    display: block;
}

.phone-hours-div p {
    font-size: 25px;
    color: #1378d3;
    font-weight: 600;
}

.phone-hours-div label {
    font-weight: 300;
}
.get-help.inner-more-cat {
    min-height: auto !important;   
}
.ccc_begin button[type="submit"]{background-color: #0D47A1 !important;
    color: #fff !important;
    padding:4px 17px !important;
    font-size: 14pt !important;
    transition: 0.25s;
	border-radius: 4px;
	}
.ccc_begin button[type="submit"]:hover{background-color: #013484 !important;}
@media screen and (max-width: 320px){
/*#recommended-title-div {
    left:30% !important
}*/
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/*#recommended-title-div {
    left:43% !important
}*/
     }
 form#rn_CustCoachChange {
    margin-bottom: 52px;
}
#rn_ChatLaunchForm h3:hover {
    background: none !important;
}
#after-submit-email {
    text-align: center;
}
h2.open-tag:before {
    content: "\f107";
}
.ask-an-expert-div .form-control{
    border: 1px solid #1378db !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    box-shadow: none;
    width: 100% !important;
    margin-left: 0 !important;
    color: #000 !important;
	border-radius: 4px !important;
    }
.ask-an-expert-div .input-block::before{background-color:transparent !important}
.ask-an-expert-div .input-block.floating-field{height:auto !important}
.ask-an-expert-div .input-block{border:0 !important}

.ask-an-expert-div label.contactForm__label {
    left: 9px;
    top: 23px;
    display: block;
    float: left;
    background-color: #fff;
    width: auto !important;
    z-index: 99;
    font-size: 14px !important;
    padding: 0 6px !important;
    height: auto !important;
}

.ask-an-expert-div .has-value label,.ask-an-expert-div .focus label{left:21px}
.ask-an-expert-div button{
    font-weight: 300;
    font-size: 18px !important;
    vertical-align: middle;
    padding: 7px 15px 4px 15px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto;
    background-color: #1976D2 !important;
	border-radius: 4px !important;
    }
.ask-an-expert-div .contactForm__submitGroup{text-align:center}
.rn_Answers_vertical.tbl_question td a div {
    width: auto !important;
    padding: 10px 20px;
    margin: 0 auto;
    height: 33px !important;
    border-radius: 5px !important;
}

.answer-table-content
{ 
overflow:auto;
}
.chat-reccomend a {
    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
} 
.chat-reccomend a:focus {
  box-shadow: 0 0 4px #1378db;       
}
.phone-hours-div a {
    text-decoration: none;
}
/*@media screen and (min-width:768px){
    .chat-reccomend li p{display:none !important}
    }*/
@media screen and (min-width:769px){
.self-service h1 {display:none;font-weight: 400;
    font-size: 35px;}
}
.inner-banner a.navbar-brand:before {display:block !important}
@media screen and (min-width:769px){
ul.boxes-3.rec-boxes {
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}
}
#file-upload label {
    margin-left: 8px;
    color: #8e8e8e;
    font-weight: 300;
    font-size: 15px !important;
}
#file-upload input[type="file"]{
    border: 1px solid #1378db !important;
    padding: 8px 15px;
    font-weight: 500;
    box-shadow: none;
    width: 100%;
    position: relative;
    left: 2px;
    background: transparent;
	border-radius: 4px;
    }
@media screen and (max-width:768px){
    .divider.mob_divider {
    display: none;
}
    #most_popular_answer {
    margin-bottom: 22px;
	
}
    /* Fix detail image fix */
    #rn_AnswerText .tbl_question td {
    display: block;
}
    .most-pop li {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
    .custom-shadow{
  box-shadow: none !important;
}
    #file-upload input[type="file"]{left: -12px;width: 104%;}
    #submit-button button{margin-bottom:0 !important;}
    #rn_errorlocation_chat, #rn_ErrorLocation_directly{margin-left: -7px;}
	/**To make the font of the tile gray when clicking on the same in mobile**/
	
	ul.boxes-3 a:focus{
    color: #ddd;
    text-decoration:none;
    }
	ul.boxes-3 a:focus li{    
		color: #ddd !important;    
	}
	
	ul.boxes-2 a:focus {
    color: #ddd;   
    text-decoration:none;
    }

	ul.boxes-2 a:focus li {
		color: #ddd !important;
	}
	
	/**To make the font of the tile gray when clicking on the same in mobile**/
	
	ul.boxes-3 a:focus,ul.boxes-2 a:focus {
  box-shadow: none !important;   
}
	
}
#no-channel-display-text {
 font-weight: bold;
 font-size: 16px;
}

.form_fields select::-ms-expand{
    display: none;
}
.menu-stick-device-only {
    overflow: hidden;
}

.rn_FormSubmit button:before {
    position: relative !important;
    display: inline-block !important;
    left: 0 !important;
}

.ccu_next_h1{text-align:center !important}

/*#answercontent {
    margin-bottom: 25px;
}*/


ul.boxes-3 a,ul.boxes-2 a {
    -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
} 
ul.boxes-3 a:focus,ul.boxes-2 a:focus,.custom-shadow,.custom-shadow:focus,.custom-shadow:active {
  box-shadow: 0 0 4px #1378db;
    text-decoration: none;
}
a,*,*:focus {
    text-decoration-line: none !important;
}

body.hide-scroll {
    overflow: hidden;
}


/* ul.boxes-2 a:focus li, a#jithin.mHover:focus li, a#jithin.mHover:hover li, ul.boxes-3 a#jithin.mHover:hover li   {
    color: #ddd !important;
} 
*/


@media screen and (min-width:768px) and (max-width:992px){  
    .shake-desc{width:100%}
    .card-list{margin-bottom:35px;}
    ul.boxes-2 a{width:46%}

}
@media screen and (min-width:769px) and (max-width:1024px){  
   .hamburger-menu nav{left:-180px !important}   
}
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .hamburger-menu nav{    left: -109px !important;}

}

/*a.mHover,a.mHover li{color: #ddd !important}*/
#rn_AnswerText * {
    font-family: 'Proxima Nova Rg' !important;
}

@media screen and (min-width:1100px){
    ul.boxes-3 a{    width: calc(100% / 3 - 25px);}
    .hamburger-menu nav{left: -62px !important}
   /*.content-wrapper h1{padding-right: 26px;}*/
	 /*ul.boxes-2 a:focus li, ul.boxes-3 a:hover li, a#jithin.mHover:focus li, a#jithin.mHover:hover li, ul.boxes-3 a#jithin.mHover:hover li   {
    color: #333 !important;
} */

 
}

@media only screen and (max-width : 768px) {

/*ul.boxes-3 a:hover li, ul.boxes-3 a:hover li, ul.boxes-2 a:hover li, ul.boxes-2 a:hover li{
	 color: #ddd !important;
}*/
    #rn_ChatLaunchForm h3 {
    margin-bottom: 0 !important;
}
#most_popular_answer i {
    display: none;
}

}

.most-orange{
 	border-bottom: 2px solid #ffba00;   
} 
#most_popular_answer a:focus {  
	border-bottom: 2px solid #ffba00;
} 
 
@media screen and (min-width:768px) and (max-width:1100px){ 
    ul.boxes-3 a{width:30%}
}

/* Down Arrow */

.arrow-icon {
  height: 2.8em;
  width: 2.8em;
  display: block;
  padding: 0.5em;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 4px;
}

.left-bar {
  position: absolute;
  background-color: transparent;

  top: 17px;
  left: 0;
  width: 18px;
  height: 2px;
  display: block;
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.left-bar:after {
  content: "";
  background-color: white;
  width: 18px;
  height: 2px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.right-bar {
  position: absolute;
  background-color: transparent;
  top: 17px;
  left: 14px;
  width: 18px;
  height: 2px;
  display: block;
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.right-bar:after {
  content: "";
  background-color: white;
  width: 18px;
  height: 2px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.open .left-bar:after {
  transform-origin: center center;
  transform: rotate(-70deg);
}
.open .right-bar:after {
  transform-origin: center center;
  transform: rotate(70deg);
}
.sticky .right-bar:after,.sticky .left-bar:after {
    background-color: #333;
}
.inner-banner .left-bar:after,.inner-banner .right-bar:after {
    background-color: #333;
}
/* End Down Arrow */

.material-form .email-loader {position:absolute;right: -27px;top: 37px;}

.material-form {
    position: relative;
}
.rn_Paginator .rn_NextPage, .rn_Paginator .rn_PreviousPage {
    color: #3B6DB1;
    font-size: 0.8em;
    cursor: pointer;
}
.rn_Paginator ul{margin:0;padding:0}
.rn_Paginator li {
    border: 0;
    display: inline-block;
    list-style-type: none;
    padding: 0 0.2em;
    margin-right: 4px;
}
.rn_Paginator .rn_NextPage span, .rn_Paginator .rn_PreviousPage span {
    font-size: 1.2em;
}
.rn_Paginator a {
    border: 1px solid #DDD;
    text-decoration: none;
    padding:.2em 0.4em;
}
.rn_Paginator .rn_NextPage:after {
    font-family: 'FontAwesome';
    margin-left: 6px;
    content: "\f054";
}
.rn_Paginator .rn_CurrentPage { 
    color: #3B6DB1;
    cursor: default;
    font-weight: bold;
}

#membertype .mat-label {
    top: 0px;
    left: 12px;
    background-color: #fff;
}
#membertype::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #1976D2;
    right: 12px;
    top: 32px;
}
#membertype{position:relative;margin-left: 7px;width: 100%;margin-bottom: 14px;}
#membertype select.mat-input {
    border: 1px solid #ff9800 !important;}
#mpa_title {
    font-size: 24px;
}  

#self-service-form .rn_Required {
    font-size: 21px;
    position: absolute;
    top: 0px;
    margin-left: 1px;
}

.mat-label {
    position: relative;
}
/******************** ipad pro css changes********************/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

  section.banner {
    height: auto;
    background-position-y: 30%;
}  
ul.boxes-3 a, ul.boxes-2 a {
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
}
ul.boxes-3 li, ul.boxes-2 li {
    height: 70px !important;
}
ul.boxes-3 a:focus,ul.boxes-2 a:focus {
  box-shadow: none !important; }
  
  .chtrec-icon {
    display: none;
}
.chat-reccomend a li {
    height: auto !important;
}
.chat-reccomend a {
    min-height: auto;
}

/*#recommended-title-div {
    top:7px;
}*/
ul.boxes-3 a:first-child, ul.boxes-2 a:first-child {
    border-top: 1px solid #e0e0e0 !important;
}
.contactus-sub.boxes-2 a:last-child {
    border-bottom: 0 !important;
	margin-bottom: -23px !important;
}
}

/******************** ipad pro css changes********************/
@media only screen and (max-width: 768px){
ul.boxes-3.ca-contact a:last-child {
    margin-bottom: 0 !important;
}
.contactus-sub.boxes-2 a:last-child {
    border-bottom: 0 !important;
	margin-bottom: -23px !important;
}
}
.rn_AnswerInfo {
  padding-top: 15px; 
  padding-bottom: 15px;
}
.rn_AnswerFeedback {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* ipad Media */

/*Banner image fix - start*/
@media only screen and (max-width: 480px) {  
 section.banner {
  height: auto;
  background-position-y: -100px;
  background-size: 200% !important;
 }
}
@media only screen and (max-width: 768px) {
     .search-wrap input[type="text"]{font-size: 17px !important;}
  section.banner {
   height: auto;
   background-position-y: -90px;
   background-size: 160%;
  }
}
/*Banner image fix - end*/

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	html .rn_Content a:focus,html .rn_Content a:hover{
		border: none!important;
		text-decoration: none!important;
	}
	a {
		text-decoration: none !important;
	}
	a:focus{
		text-decoration: none !important;
		outline:0 none !important;
	}
}
@media screen and (max-width:420px){
#recommended-title-div{position:relative;left:0 !important;margin-bottom: -15px;}
}
@supports (-webkit-overflow-scrolling: touch) {
#formdisplay select{-webkit-appearance: none !important;}                      
}

/*****************contact us fidging issue fixed using the below code********************/
.v-scroll {
	overflow-y: scroll !important;      
}
.v-scroll-hide {
	overflow-y: hidden !important;        
}
/*****************contact us fidging issue fixed using the above code********************/
@media screen and (max-width:768px) {
.chat-reccomend a {  
 min-height: 0px !important;
}
}
span.close-reccomend {
    z-index: 999;
}

