.mdl-shadow--2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--4dp {
	box-shadow: 0 4px 5px 0 rgba(30, 30, 30, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.cond {
	font-family: "museo-sans-condensed";
}
.font20 {
	font-size: 20px;
}
.font30 {
	font-size: 30px;
}
.fiveHundo {
	font-weight: 500;
}
.sevenHundo {
	font-weight: 700;
}
.red {
	color: #f01446;
}
.gray {
	color: #828282;
}
.carbon {
	color: #424242;
}
.flexy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.museo-con {
	font-family: 'museo-sans-condensed', tahoma;
}
sup {
	font-size: 59%;
}
.nav__mobile--carat {
	display: inline-block;
	margin-right: 7px;
	float: left;
	width: 16px;
	height: 16px;
	transition: transform .25s linear;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*-------------Shadowed-----------*/
#main-content {
	top: 0;
}
#veil {
	background: rgba(0, 0, 0, .75);
	min-height: 100vh;
	width: 100%;
	position: absolute;
	top: 70px;
	z-index: 2;
	display: none;
}
#content__wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.noScrollBody {
	position: fixed !important;
	overflow: hidden;
	height: 100vh;
	left: 0;
	right: 0;
}
.stuck {
	position: fixed !important;
	top: 0;
}
#nav--main.stuck {
	background-position: 0 -20px;
}
#nav--main.stuck .nav--main {
	height: 44px;
}
#nav--main.stuck #veil {
	top: 44px;
}
#nav--main.stuck .nav__drawer {
	top: 44px;
}
.placeHolder {
	margin: 0 auto;
	display: block;
	width: 75%;
}
.nav--site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100vw;
	margin: 0 auto;
}
.nav__wrapper {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 0px;
	position: relative;
}
#nav--global {
	display: none;
	padding: 0;
}
#nav--main {
	background: url(/images/nav/main_nav_bg.jpg) #fff repeat-x;
	position: relative;
	z-index: 50;
	padding: 0;
	width: 100%;
}
.nav--main {
	color: #828282;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.5px;
	height: 70px;
	border-bottom: 1px solid #eee;
}
a.nav__logo img {
	width: 70px;
	padding: 19px 0 0 10px;
}
#nav__phone.font30 {
	font-size: 18px;
}
.nav__ctas .font5 {
	font-size: 10px;
}
.nav__cta--icon:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
#icon--searchNav {
	display: none;
}
#icon--chat {
	margin-top: 4px;
}
.nav__ctas li a {
	color: #f01446;
	padding: 24px 4px;
	text-decoration: none;
}
.nav__ctas li a.btn--order1 {
	padding: 12px 24px;
	border-radius: 4px;
	margin-right: 16px;
	-webkit-transition: all .25s;
	transition: all .25s;
	display: none;
}
.nav__ctas li a:hover.btn--order1 {
	background: #f01446;
	color: #fff;
}
#navLinks--chatOrder {
	display: block;
	padding-top: 8px;
	text-align: center;
}
#icon--hamburgerWrap {
	border-left: 2px solid #f0f0f0;
	width: 50px;
	height: 44px;
}
#icon--hamburgerWrap a {
	display: block;
	width: 50px;
	height: 44px;
	width: 24px;
	height: 28px;
	margin: 0 auto;
	padding: 20px 0 0;
}
#icon--hamburgerWrap.active a {
	display: block;
	width: 50px;
	height: 44px;
	width: 24px;
	height: 28px;
}
.button-red-candy-noRflx a {
	position: relative;
	display: block;
	border-radius: 4px;
	border-style: outset;
	text-align: center;
	text-decoration: none;
	padding: .4rem .6rem;
	background: -webkit-linear-gradient(#ee0505 #ea595d, #e91d22, #ee0505); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#ee0505, #ea595d, #e91d22, #e82a2f);
	background: -webkit-linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
	background: linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f); /* Standard syntax (must be last) */
	border: solid #b33133 1px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}
.button-red-candy-noRflx img {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	opacity: .7;
}
.button-red-candy-noRflx a:hover {
	position: relative;
	display: block;
	border-radius: 4px;
	border-style: outset;
	text-align: center;
	text-decoration: none;
	padding: .4rem .6rem;
	background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#ed1420, #f02026, #ff1515, #d31a1f);
	background: linear-gradient(#ed1420, #f02026, #ff1515, #d31a1f); /* Standard syntax (must be last) */
	box-shadow: 0 0 0 0px #f5f5f5,  0 0 0 0px #dcdcdc,  0 8px 12px 1px rgba(0, 0, 0, 0.14), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
	border: solid #b33133 1px;
	color: #fff;
	font-size: 16px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	overflow: visible;
}
.button-red-candy-noRflx {
	width: 120px;
}
.panel__link a.dropdown {
	margin-left: 5px;
}
.mob-carat-wrapper {
	display: block;
	margin: 0px 0px 0px 5px;
	float: left;
	cursor: pointer;
}
.dropdown-tree {
	display: none;
	border-left: 1px solid #cacaca;
	margin: 0px 0px 17px 2.09rem;
	height: 79px;
}
.dropdown-treeB {
	display: none;
	margin: 0px 0px 17px 2.09rem;
	height: 15px;
	border-left: 1px solid #cacaca;
}
.dropdown-treeC {
	display: none;
	margin: 0px 0px 17px 2.09rem;
	height: 47px;
	border-left: 1px solid #cacaca;
}
.carat-wrapper {
	display: none;
}
li.header {
	display: block;
	margin: 20px 0 10px 28px;
}
span.separator {
	font-style: italic;
	font-weight: 500;
}
/* call button styles*/
/*.call-bg {
	background: -webkit-linear-gradient(#ee0505 #ea595d, #e91d22, #ee0505);
	background: -webkit-linear-gradient(#ee0505, #ea595d, #e91d22, #e82a2f);
	background: -webkit-linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
	background: linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
-ms-transform:skew(20deg,0deg);	
	height: 41px;
	width: 220px;
    border: solid #b33133 1px;	
}*/

/*#nav--main.stuck .call-bg {
	height: 45px;

}*/
/*#nav--main.stuck .inPhone {
	top: 6px;
}*/
#nav__phone .inPhone {
	display: inline-block;
	padding: 0;
	letter-spacing: .3px;
	text-align: center;
	position:relative;
    top: 0;
    left: 0;
	color: #f01446!important;
	font-size:18px;
}


@media all and (max-width: 600px) {
.button-red-candy-noRflx {
	width: 70px !important;
}
.button-red-candy-noRflx a {
	font-size: 12px;
	padding: 0.5rem 0.4rem;
}
}

@media all and (max-width: 1024px) {
.nav--site .mobile {
	display: block;
}
.nav--btn--mobile {
	margin-right: 7px;
}
.nav--main {
	height: 44px;
}
#main-content {
	top: 44px;
}
a.nav__logo img {
	padding: 11px 0 0 10px;
}
#veil {
	top: 44px;
}
#nav--main {
	position: fixed;
	top: 0;
	background-position: 0 -20px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#nav--main .button-gray-candy {
	position: relative;
	display: block;
	border-radius: 4px;
	border-style: outset;
	text-align: center;
	text-decoration: none;
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #e5e5e5, #fff, #f2f2f2); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #e5e5e5, #fff, #f2f2f2); /* Standard syntax */
	background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* Standard syntax (must be last) */
	box-shadow: 0 0 0 0px #f1f1f1, 0 0 0 0px #fff, 0 0px 0px 0px rgba(0, 0, 0, 0.14), 0 0px 1px 1px rgba(0, 0, 0, 0.2);
	border: solid #fff 1px;
	border: solid #dcdcdc 1px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 5px;
}
#nav--main .button-gray-candy:hover {
	position: relative;
	display: block;
	border-radius: 4px;
	border-style: outset;
	text-align: center;
	text-decoration: none;
	background: -webkit-linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
	background: linear-gradient(#9e0407, #d11b20, #d25255, #d31a1f); /* Standard syntax (must be last) */
	border: solid #b33133 1px;
	color: #fff;
	font-size: 12px;
}
#nav--main .button-gray-candy.button-red-border-text {
	border: 1px solid #f01446;
	background: none;
	color: #f01446;
	width: 50px;
}
#nav--main .button-gray-candy {
	width: 80px;
	margin-top: 4px;
}
.nav__ctas li a {
	padding: 6px 4px;
}
.nav__topLevel {
	display: none;
	position: absolute;
	top: 44px;
	right: 0;
	width: 300px;
	height: calc(100vh - 44px);
	overflow-y: scroll;
	overflow-x: hidden;
	background: #f0f0f0;
	/*box-shadow: 0 4px 5px 0 rgba(30, 30, 30, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
	padding: 0;
	z-index: 3;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	visibility: hidden;
	display: block;
	opacity: 0;
	width: 100%;
	background: none;
}
.nav__topLevel > li {
	background: url(/images/nav/mobile_nav_bg_transparent.png) repeat-x 0 -20px;
}
.nav__topLevel > li:first-child {
	/*background: #f0f0f0;
        background: rgba(255,255,255,0.92);*/
	background: url(/images/nav/mobile_nav_bg_transparent.png) repeat-x;
}
 @media all and (max-height:500px) and (max-width: 767px) {
 .nav__topLevel {
 height: calc(100vh - 110px) !important;
}
}
#nav--main.stuck .nav__topLevel {
	top: 44px;
}
.nav__tab {
	padding: 14px 8px;
	font-weight: 900;
	display: block;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #f0f0f0;
	color: #828282;
	text-decoration: none;/*background: url(/images/nav/mobile_nav_bg_transparent.png) repeat-x 0 -20px;*/
}
 @media all and (min-width: 768px) and (max-width:1025px) {
 .nav__ctas li {
 margin-left: 10px;
}
}
/*--- @media all and (max-width:1025px) {
        .nav__mobile--carat {
            display: inline-block;
            margin-right: 7px;
            float: left;
            width: 16px;
            height: 16px;
            transition: transform .25s linear;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    } ----*/
.caratFlip {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav__drawer {
	background: #f0f0f0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 300px;
	z-index: 100;
	min-height: 150px;
	left: 0px;
	top: 0px;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
}
.nav__drawer__col1 {
	display: none;
}
.menu-plus1, .menu-plus2, .menu-plus3 {
	display: none;
}
.panel__links {
	list-style-type: none;
	width: 280px;
}
.panel__link a {
	display: block;
	color: #828282;
	text-decoration: none;
	margin: 20px 0 10px 28px;
}
.carat-red {
	width: 15px;
	padding: 0 4px;
	margin-left: 8px;
	display: inline-block;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .25s;
	transition: all .35s;
}
.carat-open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.thirdLevel {
	margin: -10px 5px 0px 20px;
	display: block;
	opacity: 1;
	-webkit-transition: all .25s;
	transition: all .5s;
	list-style-type: none;
}
.thirdLevel li:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: 33px;
	margin-top: 14px;
	width: 10px;
	height: 1px;
	background-color: #cacaca;
}
.thirdLevel li {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.thirdLevel li a {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
	display: inline-block;
	margin: 10px 0px 10px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.showSub {
	display: block;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.showBurger {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
	display: block;
}
.thirdLevel li a:hover {
	text-decoration: underline;
}
.panel__wrap {
	display: none;
}
.navShow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	z-index: 5;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
}
}

@media all and (max-width: 767px) {
.nav--site .desktop {
	display: none;
}
.nav--site .mobile {
	display: block;
}
.flipster__button {
	position: absolute;
	top: 60%;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #f01446;
	border: none;
	padding: 0;
	z-index: 9;
	cursor: pointer;
	font-size: 15px;
	opacity: 1;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	margin: 0 7rem;
	border: 1px solid gray;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.flipster__button svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: #fff;
	stroke-width: 1;
	stroke-linecap: round;
	position: relative;
	top: 2px;
}
#mobile__search input {
	width: 270px;
	margin: 10px 15px;
	padding: 8px;
	height: 50px;
	background: url(/images/nav/icon_search.png) no-repeat 210px center #fff;
}
}

@media all and (min-width: 768px) {
.nav--site .desktop {
	display: block;
}
.nav--site .mobile {
	display: none;
}
.touchNav {
	display: block;
 !important;
}
#icon--searchNav {
	display: block;
	-webkit-transition: all .5s;
	transition: opacity .5s;
	cursor: pointer;
}
#mobile__search {
	display: none;
}
.nav--icon--search--active {
	height: 40px;
	padding-top: 9px !important;
	background: #fff;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	box-shadow: -7px 3px 6px #cdcdcd;
}
#nav--main.stuck .nav--icon--search--active {
	padding-top: 9px !important;
}
#nav--main.stuck .nav--icon--search--active {
	height: 40px;
}
#nav--search--wrap {
	height: 40px;
	opacity: 0;
	width: 0px;
	-webkit-transition: all .5s;
	transition: all .5s;
	top: 2px;
	right: 86px;
	position: absolute;
	background: #fff;
	z-index: -10;
	border-radius: 2px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-right: none;
}
#nav--main.stuck #nav--search--wrap {
	height: 40px;
	top: 2px;
}
#nav--search--wrap input {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: none;
	outline: none;
	font-size: 18px;
	font-family: 'museo-sans';
	font-weight: 100 !important;
}
.nav--showSearch {
	opacity: 1 !important;
	width: 250px !important;
	position: absolute;
	top: 4px;
	z-index: 100 !important;
	background: #fff;
	box-shadow: -5px 3px 7px #cdcdcd;
}
}

/*-------------============DESKTOP STYLES============--------------*/

@media all and (min-width: 1025px) {
.nav--site .desktop {
	display: block;
}
.nav--site .mobile {
	display: none;
}
.touchNav {
	display: none;
}
.nav__mobile--carat {
	display: none;
}
#tab__currentCustomers, #other__DISHWebsites {
	display: none;
}
.nav--site {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100vw;
	margin: 0 auto;
}
.nav__wrapper {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#nav--global {
	background: #424242;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav--global {
	height: 34px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav--global li {
	padding: 0 0 0 15px;
}
.nav--global li:not(:last-child)::after {
	content: "|";
	padding-left: 24px;
}
.nav--global a {
	color: #fff;
	text-decoration: none;
	padding: 8px 0;
}
.nav--global a:hover {
	text-decoration: underline;
}
.nav__loginLinks {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#nav--main {
	background: url(/images/nav/main_nav_bg.jpg) #fff repeat-x;
	background-position: center -5px;
	position: relative;
	z-index: 50;
	width: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav--main {
	color: #404040;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1.5px;
	height: 70px;
	border-bottom: 1px solid #eee;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#nav__phone.font30 {
	font-size: 30px;
}
.nav__ctas .font5 {
	font-size: 14px;
}
#icon--searchNav {
	display: block;
	-webkit-transition: all .5s;
	transition: opacity .5s;
	cursor: pointer;
}
.nav--icon--search--active {
	height: 60px;
	padding-top: 18px !important;
	background: #fff;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	box-shadow: -7px 3px 6px #cdcdcd;
}
#nav--main.stuck .nav--icon--search--active {
	padding-top: 9px !important;
}
#nav--main.stuck .nav--icon--search--active {
	height: 40px;
}
#nav--search--wrap {
	height: 60px;
	opacity: 0;
	width: 0px;
	-webkit-transition: all .5s;
	transition: all .5s;
	top: 5px;
	right: 60px;
	position: absolute;
	background: #fff;
	z-index: -10;
	border-radius: 2px;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-right: none;
}
#nav--main.stuck #nav--search--wrap {
	height: 40px;
	top: 2px;
}
#nav--search--wrap input {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: none;
	outline: none;
	font-size: 18px;
	font-family: 'museo-sans';
	font-weight: 100 !important;
}
.nav--showSearch {
	opacity: 1 !important;
	width: 250px !important;
	position: absolute;
	top: 4px;
	z-index: 100 !important;
	background: #fff;
	box-shadow: -5px 3px 7px #cdcdcd;
}
#nav--main.stuck a.nav__logo img {
	padding: 0 0 0 10px;
	margin-top: -4px;
}
.nav__topLevel {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.nav__topLevel > li > a {
	display: inline-block;
	color: #404040;
	padding: 32px 6px;
 //width: 10rem;
	text-align: center;
	text-decoration: none;
	background-position: center 70px;
	background-size: 16px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.menu-plus1, .menu-plus2, .menu-plus3 {
	display: block;
	margin-bottom: -5rem;
	padding-top: 4px;
	font-size: 10px;
	color: #404040;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: opacity .27s ease-in, margin-bottom .25s ease-in-out;
	transition: opacity .27s ease-in, margin-bottom .25s ease-in-out;
}
.menu-cool {
	margin-bottom: 0rem;
	opacity: 1;
}
.nav__topLevel > li > a:hover {
	color: #000;
}
.nav__topLevel > li > a.active {
	color: #000;
	background: url(/images/nav/nav_indicator_red.svg) no-repeat center bottom;
	background-position: center 67px;
	background-size: 24px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#nav--main.stuck .nav__topLevel > li > a.active {
	background-position: center 60px;
}
.nav__topLevel > li > a#tab__getDISH.active {
	color: #000;
	background: url(/images/nav/nav_indicator_red.svg) no-repeat;
	background-position: center 67px;
	background-size: 24px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.nav__topLevel > li > a#tab__aboutDISH.active {
	color: #000;
	background: url(/images/nav/nav_indicator_red.svg) no-repeat;
	background-position: center 67px;
	background-size: 24px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
a.nav__logo img {
	width: 90px;
	height: 53px;
	margin-left: 10%;
	margin-right: -10px;
}
.nav__ctas .button-red-candy-noRflx {
	margin: 0 0 0 15px;
}
.nav__ctas {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.nav__ctas li a {
	color: #f01446;
	padding: 24px 12px;
	text-decoration: none;
}
.nav__ctas li a.btn--order1 {
	padding: 12px 24px;
	border-radius: 4px;
	margin-right: 16px;
	-webkit-transition: all .25s;
	transition: all .25s;
	display: inline-block;
}
.nav__ctas li a:hover.btn--order1 {
	background: #f01446;
	color: #fff;
}
.nav__ctas li {
	padding: 0 2px;
}
#nav__phone img {
	padding-right: 8px;
}
#nav__phone .inPhone {
	display: inline-block;
	padding: 0;
	font-size: 15px;
	text-align: center;
	position: relative;
	top: -2px;
	color: #f01446!important;
}
#icon--hamburgerWrap {
	display: none;
	position: relative;
}
button {
	cursor: pointer;
}
.btn__outline--whiteRed {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	width: 180px;
}
.btn__outline--whiteRed:hover {
	background: #fff;
	color: #f01446;
}
.btn__outline--whiteRed a {
	color: #fff;
	padding: 16px 2px;
	line-height: 3;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1.25px;
}
.btn__outline--whiteRed:hover a {
	color: #f01446;
}

/* call button styles*/
/*.call-bg {
	background: -webkit-linear-gradient(#ee0505 #ea595d, #e91d22, #ee0505);
	background: -webkit-linear-gradient(#ee0505, #ea595d, #e91d22, #e82a2f);
	background: -webkit-linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
	background: linear-gradient(#c50b0f, #ea595d, #e91d22, #e82a2f);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	 -ms-transform:skew(20deg,0deg);
	height: 66px;
	width: 300px;
    border: solid #b33133 1px;	
}*/
/*
#nav--main.stuck .call-bg {
	height: 45px;

}*/
/*#nav--main.stuck .inPhone {
	top: 3px;
}*/
#nav__phone .inPhone {
	display: inline-block;
	padding: 0;
	font-size: 24px;
	letter-spacing: .3px;
	text-align: center;
	top: 0;
	left: 0;
	color: #f01446!important;
	
}

/*-------------Subnav Drawers-----------*/
.nav__drawer {
	background: #fff;
	display: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 850px;
	position: absolute;
	z-index: -5;
	height: 450px;
	left: 20px;
	top: 70px;
	/*-webkit-transition: all .5s;
        transition: all .5s;*/
	overflow: hidden;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.navShow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	z-index: 5;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav__drawer__col1 {
	width: 250px;
	padding: 80px 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.col1__headline {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 20px;
}
.flex-headline {
	margin-bottom: 0px;
}
.thick {
	font-weight: 700;
}
.flex-heading {
	display: block;
	font-weight: 300;
	font-size: 3rem;
	padding-top: .75rem;
	margin-left: -3px;
}
.col1__paragraph {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.25;
	margin-bottom: 20px;
}
/*    .skinny-p {
      font-weight: 100;
      word-spacing: -2px;
      display: inline-block;
      margin-left: -2px;
    }*/
.col1__paragraph a {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.col1__paragraph a:hover {
	text-decoration: underline;
}
.col1__price {
	display: block;
	position: relative;
	margin-left: -2px;
	height: 4.5rem;
	font-size: 4rem;
	font-weight: 100;
}
.bling, .cent, .time {
	font-size: 1.65rem;
	vertical-align: top;
}
.bling {
	position: absolute;
	top: 8px;
	left: 0px;
}
.dollar {
	position: absolute;
	left: 12px;
}
.cent {
	position: absolute;
	top: 8px;
	left: 83px;
}
.time {
	font-size: 1.2rem;
	position: absolute;
	top: 31px;
	left: 80px;
}
.fine-print {
	font-weight: 100;
	font-size: 10px;
	margin-bottom: 2.5rem;
	padding-left: 10px;
}
.build {
	display: block;
	margin: 0px auto;
	border: 2px solid #fff;
	text-align: center;
	padding: .75rem 1rem;
	border-radius: 5px;
	width: 85%;
}
.col1__paragraph  a:hover{
    text-decoration: none !important;
}
.col1__paragraph button {
	margin-left: 15px;
}
.tucked {
	margin-left: -30px;
}
p.watch {
	text-align: center;
}
.panel__wrap .col1__paragraph {
	font-size: 12px !important;
	line-height: 1.5;
}
.panel__wrap .col1__headline {
	font-size: 16px !important;
	margin-bottom: 10px;
}
.panel__link a.dropdown {
	margin-left: 15px;
}
#drawer__getDISH .nav__drawer__col1 {
	background: #f01446 url(/images/nav/bg_learn_col1.png) no-repeat;
	background-size: cover;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#drawer__aboutDISH .nav__drawer__col1 {
	background: #f01446 url(/images/nav/bg_compare_col1.png) no-repeat;
	background-size: cover;
	color: #fff;
}
#drawer__compareDISH .nav__drawer__col1 {
	position: relative;
	padding: 40px 17px;
	background: url(/images/nav/bg_getDISH_col1.png) no-repeat;
	background-size: cover;
	color: #fff;
}
.nav__drawer__col2 {
	width: 290px;
	padding: 30px 0px 10px 16px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #fff;
	z-index: 14;
}
.nav__drawer__col2 ul {
	list-style-type: none;
	overflow: hidden;
}
.nav__drawer__col2 > ul > li {
	font-size: 13px;
}
.nav__drawer__col2 > ul > li > a {
	color: #404040;
	text-decoration: none;
	display: block;
	padding: 6px 0;
	margin-left: 14px;
	width: 100%;
}
.nav__drawer__col2 > ul > li > a.dropdown {
	display: inline-block;
	width: auto;
}
.nav__drawer__col2 > ul > li > a:hover {
	color: #242424;
	text-decoration: underline;
}
.nav__drawer__col2 > ul > li > a:hover div {
	opacity: 1 !important;
}
.carat-wrapper {
	display: inline-block;
	position: absolute;
	;
	padding: 2px 0px 0px 5px;
}
.carat-red {
	width: 20px;
	height: 20px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	padding: 3px;
	box-shadow: 2px 0px 4px #EBEBEB;
	cursor: pointer;
	-webkit-transform: rotate(90deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
	-ms-transform: rotate(90deg); /* IE 9 */
	transform: rotate(90deg);
	-webkit-transition: all .25s;
	transition: all .35s;
}
.carat-open {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.dropdown-tree {
	display: none;
	border-left: 1px solid #cacaca;
	margin: 0px 0px 17px 1.2rem;
	height: 90px;
}
.dropdown-treeB {
	display: none;
	border-left: 1px solid #cacaca;
	margin: 0px 0px 17px 1.2rem;
	height: 22px;
}
.dropdown-treeC {
	display: none;
	border-left: 1px solid #cacaca;
	margin: 0px 0px 17px 1.2rem;
	height: 56px;
}
.show-tree {
	display: block;
}
.thirdLevel {
	display: block;
	position: relative;
	padding: 10px 0px 0px 12px;
	-webkit-transition: all .25s;
	transition: all .35s;
}
.thirdLevel li a:nth-child(1):before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	padding-top: 5px;
	border-bottom: 1px solid #cacaca;
	width: 8px;
}
.thirdLevel li a {
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	margin-bottom: 16px;
}
li.header {
	margin-left: 14px;
	margin: 10px 0px 15px 12px;
}
span.separator {
	font-style: italic;
	font-weight: 500;
}
.showSub {
	display: block;
	opacity: 1;
}
.thirdLevel li a:hover {
	text-decoration: underline;
}
.panel__wrap {
	position: absolute;
	right: -310px;
	top: 0;
	width: 310px;
	z-index: 2;
	padding: 250px 30px 20px;
	background: #fff;
	height: 450px;
	background: url(/images/nav/bg_panel.png) no-repeat;
}
.division {
	position: relative;
	margin: 0px auto;
	padding-top: 1rem;
	width: 90%;
 background-color: #d8e1e7+0, f6f6f6+2, f6f6f6+2, ffffff+100&1+0, 0+100 */background: -moz-linear-gradient(top, rgba(216,225,231,1) 0%, rgba(246,246,246,0.98) 2%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(216,225,231,1) 0%, rgba(246,246,246,0.98) 2%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(216,225,231,1) 0%, rgba(246,246,246,0.98) 2%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e1e7', endColorstr='#00ffffff', GradientType=0 );
	border-top: 1px solid #e0e0e0;
}
.build-pad-fix {
	padding-right: 1rem;
}
/*--------Panel Styling ---------*/
#panel__link--packages #panel__packages {
	background: url(/images/nav/bg_panel_packages.jpg) #fff no-repeat;
	background-size: contain;
	-webkit-transition: all .1s;
	transition: all .1s;
	opacity: 1;
}
#panel__link--packages:hover #panel__packages {
	z-index: 10;
	opacity: 1;
}
#panel__link--channelPackages #panel__channelPackages {
	background: url(/images/nav/bg_panel_channel-packages.jpg) #fff no-repeat;
	background-size: contain;
	-webkit-transition: all .1s;
	transition: all .1s;
	opacity: 1;
}
#panel__link--channelPackages:hover #panel__channelPackages {
	z-index: 10;
	opacity: 1;
}
#panel__link--channelPackagesTV #panel__channelPackagesTV {
	background: url(/images/nav/bg_panel_tv-channel-packages.jpg) #fff no-repeat;
	background-size: contain;
	-webkit-transition: all .1s;
	transition: all .1s;
	opacity: 1;
}
#panel__link--channelPackagesTV:hover #panel__channelPackagesTV {
	z-index: 10;
	opacity: 1;
}
#panel__link--flexBuild #panel__flexBuild {
	background: url(/images/nav/bg_panel_build-package.jpg) #fff no-repeat;
	background-size: contain;
	-webkit-transition: all .1s;
	transition: all .1s;
	opacity: 1;
}
#panel__link--flexBuild:hover #panel__flexBuild {
	z-index: 10;
	opacity: 1;
}
#panel__link--latino #panel__latino {
	background: url(/images/nav/bg_panel_latino.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--latino:hover #panel__latino {
	z-index: 10;
	opacity: 1;
}
#panel__link--international #panel__international {
	background: url(/images/nav/bg_panel_international.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--international:hover #panel__international {
	z-index: 10;
	opacity: 1;
}
/*#panel__link--premiums*/ #panel__premiums {
	background: url(/images/nav/bg_panel_premiums.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--premiums:hover #panel__premiums {
	z-index: 10;
	opacity: 1;
}
/*#panel__link--sports*/ #panel__sports {
	background: url(/images/nav/bg_panel_sports.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--sports:hover #panel__sports {
	z-index: 10;
	opacity: 1;
}
/*#panel__link--adult*/ #panel__adult {
	background: url(/images/nav/bg_panel_adult.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--adult:hover #panel__adult {
	z-index: 10;
	opacity: 1;
}
#panel__link--lifestyle #panel__lifestyle {
	background: url(/images/nav/bg_panel_addOns.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--lifestyle:hover #panel__lifestyle {
	z-index: 10;
	opacity: 1;
}
#panel__link--news #panel__news {
	background: url(/images/nav/bg_panel_news.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--news:hover #panel__news {
	z-index: 10;
	opacity: 1;
}
#panel__link--latinoAdd #panel__latinoAdd {
	background: url(/images/nav/bg_panel_latino-add-on.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--latinoAdd:hover #panel__latinoAdd {
	z-index: 10;
	opacity: 1;
}
#panel__link--dishExperience #panel__dishExperience {
	background: url(/images/nav/bg_panel_experience.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--dishExperience:hover #panel__dishExperience {
	z-index: 10;
	opacity: 1;
}
#panel__link--hopper3 #panel__hopper3 {
	background: url(/images/nav/bg_panel_hopper3.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 1;
}
#panel__link--hopper3:hover #panel__hopper3 {
	z-index: 10;
	opacity: 1;
}
#panel__link--hopperSling #panel__hopperSling {
	background: url(/images/nav/bg_panel_hopper.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--hopperSling:hover #panel__hopperSling {
	z-index: 10;
	opacity: 1;
}
#panel__link--dany #panel__dany {
	background: url(/images/nav/bg_panel_dany.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--dany:hover #panel__dany {
	z-index: 10;
	opacity: 1;
}
#panel__link--hopperGo #panel__hopperGo {
	background: url(/images/nav/bg_panel_hopperGo.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--hopperGo:hover #panel__hopperGo {
	z-index: 10;
	opacity: 1;
}
#panel__link--hopperGo a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #828282;
}
#panel__link--bundles #panel__bundles {
	background: url(/images/nav/bg_panel_bundles.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--bundles:hover #panel__bundles {
	z-index: 10;
	opacity: 1;
}
#panel__link--dishValue #panel__dishValue {
	background: url(/images/nav/bg_panel_value.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--dishValue:hover #panel__dishValue {
	z-index: 10;
	opacity: 1;
}
#panel__link--installSHS #panel__installSHS {
	background: url(/images/nav/bg_panel_install.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--installSHS:hover #panel__installSHS {
	z-index: 10;
	opacity: 1;
}
/*#panel__link--smartPhoneRepair*/ #panel__smartPhoneRepair {
	background: url(/images/nav/bg_panel_spr.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--smartPhoneRepair:hover #panel__smartPhoneRepair {
	z-index: 10;
	opacity: 1;
}
#panel__link--tvOutdoors #panel__tvOutdoors {
	background: url(/images/nav/bg_panel_outdoor.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--tvOutdoors:hover #panel__tvOutdoors {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareDISH #panel__compareDISH {
	background: url(/images/nav/bg_panel_compareDishComp.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 1;
}
#panel__link--compareDISH:hover #panel__compareDISH {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareDTV #panel__compareDTV {
	background: url(/images/nav/bg_panel_compareDTV.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareDTV:hover #panel__compareDTV {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareComcast #panel__compareComcast {
	background: url(/images/nav/bg_panel_compareComcast.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareComcast:hover #panel__compareComcast {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareTWC #panel__compareTWC {
	background: url(/images/nav/bg_panel_compareTWC.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareTWC:hover #panel__compareTWC {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareCharter #panel__compareCharter {
	background: url(/images/nav/bg_panel_compareCharter.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareCharter:hover #panel__compareCharter {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareCOX #panel__compareCOX {
	background: url(/images/nav/bg_panel_compareCOX.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareCOX:hover #panel__compareCOX {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareFios #panel__compareFios {
	background: url(/images/nav/bg_panel_compareVerizon.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareFios:hover #panel__compareFios {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareChannels #panel__compareChannels {
	background: url(/images/nav/bg_panel_compareChannels.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareChannels:hover #panel__compareChannels {
	z-index: 10;
	opacity: 1;
}
#panel__link--comparePackages #panel__comparePackages {
	background: url(/images/nav/bg_panel_compareDishPacks.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--comparePackages:hover #panel__comparePackages {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareChannelLineup #panel__compareChannelLineup {
	background: url(/images/nav/bg_panel_compareLineup.png) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareChannelLineup:hover #panel__compareChannelLineup {
	z-index: 10;
	opacity: 1;
}
#panel__link--compareTechnology #panel__compareTechnology {
	background: url(/images/nav/bg_panel_compareTech.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--compareTechnology:hover #panel__compareTechnology {
	z-index: 10;
	opacity: 1;
}
#panel__link--newFlex #panel__newFlex {
	background: url(/images/nav/bg_panel_flex-pack.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--newFlex:hover #panel__newFlex {
	z-index: 10;
	opacity: 1;
}
#panel__link--flexGenre #panel__flexGenre {
	background: url(/images/nav/bg_panel_flex-pack.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--flexGenre:hover #panel__flexGenre {
	z-index: 10;
	opacity: 1;
}
#panel__link--flexChannel #panel__flexChannel {
	background: url(/images/nav/bg_panel_flex-pack.jpg) #fff no-repeat;
	background-size: contain;
	opacity: 0;
}
#panel__link--flexChannel:hover #panel__flexChannel {
	z-index: 10;
	opacity: 1;
}
}

/*-------------MEDIA QUERIES --------- */
@media all and (min-width: 1025px) and (max-width: 1060px) {
#nav__phone .inPhone {
    font-size: 20px;
}
}
@media all and (min-width:1200px) {
.font20 {
	font-size: 24px;
}
#nav__phone .inPhone {
	display: inline-block;
	padding: 0;
	font-size: 26px;
	letter-spacing: .3px;
	text-align: center;
	top: 0;
	left: 0;
	color: #f01446!important;
}
}

@media all and (min-width: 1280px) {
.nav--site {
	max-width: 1280px;
}
}
.shineItUp {
	-webkit-animation: shineItUp linear 1;
	animation: shineItUp linear 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 @-webkit-keyframes shineItUp {
 0% {
opacity:0.3;
left: -60px;
}
 14% {
opacity: 1;
left: 128px;
}
 30% {
opacity: 0;
}
 100% {
opacity:0;
}
}
@-moz-keyframes shineItUp {
 0% {
opacity:0.3;
left: -60px;
}
 14% {
opacity: 1;
left: 128px;
}
 30% {
opacity: 0;
}
 100% {
opacity:0;
}
}
@keyframes shineItUp {
 0% {
opacity:0.3;
left: -60px;
}
 14% {
opacity: 1;
left: 128px;
}
 30% {
opacity: 0;
}
 100% {
opacity:0;
}
}
/*============= SEARCH BOX ===============================================*/
.nav--showSearch .as-list, #mobile__search .as-list {
	background-color: #F01446;
	position: absolute;
	overflow: hidden;
	text-align: left;
	width: 100%;
	color: #fff;
}
.nav--showSearch .as-list .as-result-item, #mobile__search .as-list .as-result-item {
	padding: 5px 5px 5px 10px;
}
.nav--showSearch .as-list .as-result-item a, #mobile__search .as-list .as-result-item a {
	color: white;
	width: 100%;
}
.nav--showSearch .as-list .as-result-item a:hover, #mobile__search .as-list .as-result-item a:hover {
	color: #404040;
	font-weight: bold;
}

@media all and (max-width: 767px) {
#mobile__search .as-list {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
}
/*====================== Hamburder Icon ==========================================*/
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
	width: 100%;
	height: 3px;
	background: #f01446;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, background 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}
.menu-toggle span {
	display: block;
	position: relative;
	margin: 0 auto;
	text-indent: -999em;
}
.menu-toggle span:before, .menu-toggle span:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
}
.menu-toggle span:before {
	top: -8px;
}
.menu-toggle span:after {
	bottom: -8px;
}
.active .menu-toggle span {
	background: transparent;
}
.active .menu-toggle span:before {
	-webkit-transform: translate(4px, -1px) rotate(45deg);
	-ms-transform: translate(4px, -1px) rotate(45deg);
	transform: translate(4px, -1px) rotate(45deg);
}
.active .menu-toggle span:after {
	-webkit-transform: translate(2px, 0px) rotate(-45deg);
	-ms-transform: translate(2px, 0px) rotate(-45deg);
	transform: translate(2px, 0px) rotate(-45deg);
}
