/*Global CSS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Lora');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800');

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
* { margin: 0px; padding: 0px; }

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; }
body { margin: 0px; padding: 0px; color: #3a3a3a; font-size: 13px; line-height: 22px; background: #fff; font-family: 'Open Sans', sans-serif; font-weight: 400; }
.clear { height: 0px; overflow: hidden; clear: both; }
input:focus, textarea:focus, button:focus, a:focus { outline: none; }
img { display: block; max-width: 100%; height: auto; border: 0px; }
p { padding-bottom: 20px; }
p a { color: #5e95fa; text-decoration: underline; }
a { color: #5e95fa; }
strong { font-weight: 700; }
hr { display: block; clear: both; height: 1px; width: 100%; background: #cdcdcd; padding: 0px; border: 0px; margin: 33px 0 36px; }
a:hover { text-decoration: none; }

h1,h2,h3,h4,h5,h6 { padding-bottom: 5px; font-weight: normal; }
input, select, button {  }

h1 { padding-bottom: 15px; font-size: 22px; color: #3a3a3a; font-weight: 700; text-transform: uppercase; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

ul, ol { padding: 0px 0px 14px 15px; }
.btn { margin-top: 28px; padding: 14px 22px 14px; display: block; text-align: center; background: #7a2d54; color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }

.btn:hover { background: #982760; }


/* layout */

#layout { width: 100%; position: relative; overflow: hidden; padding-top: 60px; }
.wrapper { max-width: 935px; margin: 0 auto; position: relative; padding-left: 20px; padding-right: 20px; }

	/* header */
	#header { padding: 0px; position: fixed; top: 0px; left: 0px; width: 100%; box-shadow: 0 20px 20px -20px rgba(0,0,0,0.15); -webkit-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.15); -moz-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.15); -ms-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.15); -o-box-shadow: 0 20px 20px -20px rgba(0,0,0,0.15); background: #fff; }
	#header.fixed { box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3); -moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3); -ms-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3); -o-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.3); }
	#header .SI_logo { margin: 23px 0 0 15px; float: left; max-width: 140px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; z-index: 998; }
	#header .whatif_logo { margin: 0px; float: right; max-width: 120px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; background: url(images/corner-sticker.html) no-repeat center center;  }
	#header .logo { position: absolute; top: 11px; left: 50%; max-width: 170px; margin-left: -85px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; opacity: 1; background: url(../images/logo.png) no-repeat center center;  }


    #header.Rightshow {
        width: 100%;
        background: url(../images/banner-pattern.jpg) repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 999
    }
	#header .SI_logo img.mobile { display: none; }
	#header.fixed .logo { opacity: 1; }

	/* homeBanner */

	#homeBanner { padding: 21px 0 26px; position: relative; }
	#homeBanner .adsWrap { max-width: 730px; margin: 9px auto 0; position: relative; }
	#homeBanner .mainLogo { padding: 0 0 0 18px; font-size: 167px; line-height: 167px; text-align: center; display: block; font-weight: 800; color: #fff; text-decoration: none; letter-spacing: 0.055em; word-spacing: -35px; text-shadow: 5px 5px 20px #064284; margin: 0 auto; max-width: 1084px; position: relative; opacity: 0.9; }
	#homeBanner .mainLogo:before { content: ""; position: absolute; top: 46px; left: -9px; display: block; width: 66px; height: 101px; background:url(../images/SI_logo.png) top left no-repeat; background-size: cover; }
	#homeBanner .mainLogo:after { content: ""; position: absolute; top: 92px; right: 11px; display: block; width: 37px; height: 24px; background: url(../images/corner-sticker.png) top left no-repeat; background-size: cover; }
	#homeBanner .mainLogo span { padding-left: 22px; margin-bottom: -14px; display: block; font-size: 19px; line-height: 26px; color: #fff; letter-spacing: 2.4em; position: relative; text-shadow: none; -webkit-text-shadow: none; }

	/* content */
	#content { position: relative; padding: 0px; }
	/*.second-show { display: none; }
	body.TouchDevices .second-show { height: 0px; display: block; overflow: hidden; z-index: -99; position: relative; }
	body.TouchDevices .second-show.show { height: auto; z-index: inherit; }*/

		/* sportslistBar */
		.sportslistBar { padding: 11px 0px 25px; min-height: 600px; position: relative; }
		.sportslistBar .social { float: right; }
		.sportslistBar .social .fb_icon { margin-right: 6px; width: 43px; height: 43px; display: inline-block; vertical-align: top; font-size: 0px; line-height: 0px; background: url(../images/social_icon.png) top left no-repeat; background-size: 96px auto; }
		.sportslistBar .social .fb_icon:hover { background-position: bottom left; }
		.sportslistBar .social .tw_icon { width: 43px; height: 43px; display: inline-block; vertical-align: top; font-size: 0px; line-height: 0px; background: url(../images/social_icon.png) top right no-repeat; background-size: 96px auto; }
		.sportslistBar .social .tw_icon:hover { background-position: bottom right; }
		.sportslistBar .grid-list { padding: 15px 0 0px; margin: 0px -10px; list-style-type: none; }
		.sportslistBar .grid-list li, .sportslistBar .element-item { padding: 0 10px 20px; width: 25%; float: left; }
		.sportslistBar .grid-list li img, .sportslistBar .element-item img { transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.sportslistBar .wraptext { display:inline-block; cursor: pointer; position: relative; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; text-decoration:none}
		.sportslistBar .wraptext:hover .caption { background: #015c95; }
		.sportslistBar .wraptext:hover h4 { color: #fff; }
		.sportslistBar .wraptext:hover h4 small { color: #fff; }
		.sportslistBar .grid-list li figure, .sportslistBar .element-item figure { overflow: hidden; transform-origin: center center;transform-style: preserve-3d; position: relative; }
		.sportslistBar .wraptext:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; border: 1px solid #015c95; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.sportslistBar .wraptext:hover { box-shadow: 0 20px 40px #9a9a9a; z-index: 1; }
		.sportslistBar .wraptext:hover:after { opacity: 1; }
		.sportslistBar .grid-list li .wraptext:hover img, .sportslistBar .element-item .wraptext:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
		.sportslistBar .grid-list li img, .sportslistBar .element-item img { width: 100%; }
		.sportslistBar .grid-list li .caption, .sportslistBar .element-item .caption { padding: 9px 15px 10px; background: #f2f2f2; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; display: table; width: 100%; }
		.sportslistBar .caption h4 { padding: 0px; font-size: 14px; line-height: 20px; color: #9a9a9a; text-transform: uppercase; font-weight: 700; letter-spacing: -0.3px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; display: table-row; }
		.sportslistBar .caption h4 span { display: table-cell; vertical-align: middle; }
		.sportslistBar .caption h4 small { padding: 1px 0 0; font-size: 13px; color: #9a9a9a; font-style: italic; font-family: 'PT Sans', sans-serif; font-weight: 400; text-transform: none; letter-spacing: 0px;  transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; display: table-cell; vertical-align: middle; text-align: right; }
		.sportslistBar .filterRow .filter_toggle { padding: 5px 19px 5px 20px; display: block; font-size: 14px; color: #3c3c3c; line-height: 30px; text-transform: uppercase; font-weight: 700; text-decoration: none; border: 1px solid #cecece; border-radius: 2px; width: 100%; position: relative; height: 43px; }
		.sportslistBar .filterRow .filter_toggle.active:before { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); }
		.sportslistBar .filterRow .filter_toggle:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 7px 5px 0 5px; border-color: #a0a0a0 transparent transparent transparent; display: block; position: absolute; top: 50%; right: 20px; margin-top: -3px; }
		.sportslistBar .filterRow { padding: 0 20px 15px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.sportslistBar .isotope { margin: 0 10px; padding-bottom: 30px; }
		.sportslistBar .filterRow .filter { position: relative; float: left; width: 268px; }
		.sportslistBar 	#filters { padding: 8px 0 0; border: 1px solid #cecece; border-top: 0px; position: absolute; top: 41px; left: 0px; width: 100%; background: #fff; z-index: 9; display: none; max-height: 300px; }
		.sportslistBar 	#filters button { padding: 7px 19px; margin-bottom: 11px; font-family: 'Open Sans', sans-serif; text-transform: uppercase; border: 0px; background: none; -webkit-appearance: none; display: block; font-size: 14px; color: #999999; font-weight: 700; line-height: 20px; cursor: pointer; display: block; width: 100%; text-align: left; }

		button::-moz-focus-inner { border: 0; }
		.sportslistBar #filters button.is-checked, .sportslistBar #filters button:hover { color: #3996fc; }

        .CustomScrollBox { position: relative; padding: 8px 0; }

		#LeftPanel { padding: 60px 0 0; position: fixed; top: 0px; left: 0px; height: 100%; width: 300px; background: #f2f2f2; border-right: 1px solid #c6c6c6; z-index: 99; height: 100%; }
        #LeftPanel h1 { padding: 10px 0 10px 10px; letter-spacing: 2px;}
		#LeftPanel h3 { padding: 5px 32px 13px 35px; font-size: 15px; color: #3a3a3a; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; background: url(../images/arrow_icon.png) 12px 12px no-repeat; background-size: 11px auto; cursor: pointer; }
		#LeftPanel h3.active { background: url(../images/arrow_down.png) 12px 14px no-repeat; background-size: 11px auto; }
        #LeftPanel .level2 {
            background: rgba(0, 0, 0, 0) url("../images/arrow_icon.png") no-repeat scroll 12px 12px / 11px auto;
            color: #3a3a3a;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.1em;
            padding: 7px 32px 13px 28px;
            text-transform: uppercase;
        }
        #LeftPanel .level2.active { background: url(../images/arrow_down.png) 12px 14px no-repeat; background-size: 11px auto; }
        #LeftPanel .children {
            margin: 5px 10px;
        }
        #LeftPanel ul li { padding-bottom: 5px; font-size: 14px; font-weight: 600; color: #999999; letter-spacing: 0.06em; }
		#LeftPanel ul { padding: 1px 20px 10px; margin: 0px; list-style-type: none; display: none; }
		#LeftPanel ul li a { text-decoration: none; color: #999999; text-transform: uppercase; }
		#LeftPanel ul li a:hover , #LeftPanel ul li.active > a{ color: #da925e; }


		#RightPanel { padding: 0 0 0 300px; width: 100%; position: relative; }

        .imageBar {
            height: 724px;
            width: 100%;
            background: url(../images/drew-brees-miami-dolphins.jpg) no-repeat top left;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            z-index: 999
        }
        .header-credit { float: right; margin-right: 25px; }

		.videoBar { position: relative; }
		.videoBar iframe, .videoBar object { max-width: 100%; }
		.videoBar iframe { width: 100% !important; }

		#leftCntr { padding: 34px 325px 34px 0px; width: 100%; }
		#rightCntr { padding: 36px 0 0; width: 300px; position: absolute; top: 0px; right: 20px; }

		/* infoBar */
		.infoBar { padding: 0px; position: relative; }
		.infoBar .cat_name { font-family: 'Raleway', sans-serif; display: block; padding: 12px; margin-bottom: 12px; width: 30%; font-size: 16px; line-height: 14px; background-color: #467eb9; color: #fff; font-weight: 800; text-transform: uppercase; text-align: center; letter-spacing: 0.15em; }
		.infoBar p { font-family: 'Lora', serif; font-size: 16px; letter-spacing: 0.04em; padding-right: 65px; }
        .infoBar h1 { font-family: 'Raleway', serif; }
        .infoBar h2 { font-family: 'Raleway', serif; font-size: 14px; margin: -10px 0 10px; }
		.infoBar .social { margin: -18px 0 25px; padding: 2px 10px 8px 0; text-align: right; border-bottom: 1px solid #d9d9d9; }
        .infoBar em { font-style: italic; }
        .infoBar strong { font-weight: 700; }
		.infoBar .social a { font-size: 0px; line-height: 0px; display: inline-block; vertical-align: top; }
		.infoBar .social a.fb { width: 9px; height: 18px; background: url(../images/fb_icon.png) top left no-repeat; position: relative; background-size: cover; }
		.infoBar .social a.fb:after { content: ""; width: 9px; height: 18px; background: url(../images/fb_icon_hover.png) top left no-repeat; position: absolute; top: 0px; left: 0px; display: block; background-size: cover; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.infoBar .social a.fb:hover:after { opacity: 1; }
		.infoBar .social a.tw { margin: 2px 0 0 8px; width: 19px; height: 15px; background: url(../images/tw_icon.png) top left no-repeat; position: relative; background-size: cover; }
		.infoBar .social a.tw:after { content: ""; width: 19px; height: 15px; background: url(../images/tw_icon_hover.png) top left no-repeat; position: absolute; top: 0px; left: 0px; display: block; background-size: cover; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; opacity: 0; }
		.infoBar .social a.tw:hover:after { opacity: 1; }
		.infoBar .gallery { padding: 49px 0 66px; }
		.infoBar .gallery ul { padding: 0px; margin: 0px; list-style-type: none; }
		.infoBar .gallery li { padding-top: 71px; }
		.infoBar .gallery li:first-child { padding-top: 0px; }
		.infoBar .gallery li figure { position: relative; }
		.infoBar .gallery li figure img { width: 100%; }
		.infoBar .gallery li figure .zoom { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; line-height: 0px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.infoBar .gallery li figure .zoom:hover:after { opacity: 1; }
		.infoBar .gallery li figure .zoom:before { content: ""; position: absolute; bottom: 0px; left: 0px; width: 30px; height: 30px; font-size: 0px; line-height: 0px; background: url(../images/zoom_icon.jpg) top left no-repeat; background-size: 30px auto; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
		.infoBar .gallery li figure .zoom:after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 30px; height: 30px; font-size: 0px; line-height: 0px; background: url(../images/zoom_icon.jpg) bottom left no-repeat; background-size: 30px auto; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; opacity: 0; }
		.infoBar .gallery li p { font-size: 12px; line-height: 16px; color: rgba(0,0,0,0.5); padding: 8px 0 0 0; font-family: Arial, Helvetica, sans-serif; letter-spacing: -0.01em; }

		#leftCntr .sportslistBar .grid-list li { padding: 0 5px 10px; width: 50%; }
		#leftCntr .sportslistBar .grid-list { margin: 0 -5px; }
		#leftCntr .sportslistBar { padding: 23px 0px; border-top: 1px solid #cecece; }
		#leftCntr .sportslistBar h2 { font-size: 15px; color: #3a3a3a; line-height: 20px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.06em; padding-bottom: 1px; }
		#leftCntr .sportslistBar h2 a { text-decoration: none; }
		#leftCntr .sportslistBar .grid-list li .caption { padding: 8px 10px 11px; }

			/* moreBar */
			.moreBar { padding: 0px; margin: 0px; overflow: hidden; }
			.moreBar .add_placeholder_image { margin-bottom: 30px; width: 300px; min-width: 300px; }
			.moreBar ul { margin: 0px; padding: 0px; list-style-type: none; }
			.moreBar li { padding: 17px 0 14px 60px; margin-bottom: 1px; border-bottom: 2px solid #dddddd; cursor: pointer; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
			.moreBar li:hover { opacity: 0.8; }
			.moreBar li.gallery { background: url('../images/gallery_icon.png') 4px 31px no-repeat; background-size: 31px auto; }
			.moreBar li.video { background: url('../images/play_icon.png') 3px 31px no-repeat; background-size: 32px auto; }
			.moreBar li.text { background: url('../images/txt_icon.png') 2px 33px no-repeat; background-size: 24px auto; }
			.moreBar li.gallery:hover { background: url('../images/gallery_icon_hover.png') 4px 31px no-repeat; background-size: 31px auto; }
			.moreBar li.video:hover { background: url('../images/play_icon_hover.png') 3px 31px no-repeat; background-size: 32px auto; }
			.moreBar li.text:hover { background: url('../images/txt_icon_hover.png') 2px 33px no-repeat; background-size: 24px auto; }
			.moreBar li:last-child { border: 0px; }
			.moreBar h4 { padding-right: 40px; font-size: 13px; color: #3a3a3a; line-height: 20px; font-weight: 400; }
			.moreBar li img { float: left; max-width: 32px; margin: 15px 24px 10px 2px; }
			.moreBar li:last-child img { }
			.moreBar h4 span { padding-bottom: 2px; font-weight: 700; color: #3a3a3a; font-size: 11px; line-height: 16px; display: block; }
			.moreBar h4 span small { color: #5e95fa; font-size: 12px; line-height: inherit; }
			.moreBar h3 { padding: 0px 0 6px 3px; margin-bottom: 3px; font-size: 15px; color: #3a3a3a; line-height: 23px; font-weight: 700; text-transform: uppercase; border-bottom: 2px solid #e4e4e4; letter-spacing: 0.06em; }


	/* footer */

	#footer { padding: 35px 0; }

	#back-to-top { padding-right: 2px; position: fixed; bottom: 10px; display: block; right: 15px; color: #fff; font-size: 26px; line-height: 32px; width: 40px; height: 40px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #015c95 url(../images/arrow-up.png) center center no-repeat; z-index: 99; text-align: center; background-size: 15px auto; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; }

	#back-to-top:hover { background-color: #da925e; }

	#back-to-top.show { opacity: 1; }


	.Filtererror { color: #f00; padding: 0 20px; font-size: 16px; line-height: 20px; display: block; clear: both; }


	a.sidePanelToggle {transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; height:50px; display: block; text-decoration: none; line-height: 52px; text-align: right; background: none; width: 55px; z-index: 10; position: relative; float: right; margin:0; display: none; position: absolute; top: 0px; left: 0px; font-size: 0px; line-height: 0px; background: #3996fc; }

	a.sidePanelToggle span { width: 28px; height: 4px; display: block; position: absolute; right: 14px; top: 23px; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; z-index: 9999; border-radius: 4px;}

	a.sidePanelToggle span:after { width: 28px; height: 4px; position: absolute; left: 0px; top: -9px; content:''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 4px; }

	a.sidePanelToggle span:before { width: 28px; height: 4px; position: absolute; left: 0px; bottom: -9px; content:''; background: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 4px; }

	a.sidePanelToggle.active span { background: transparent; }

	a.sidePanelToggle.active span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; border-radius: 0px; -webkit-border-radius: 0px; }

	a.sidePanelToggle.active span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; border-radius: 0px; -webkit-border-radius: 0px; }

	body.TouchDevices .sportslistBar .wraptext figure { transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; }

	.MobileVideo { display: none; overflow: hidden; }