/*
THEME NAME: 2022 YoYoTricks.com LLC
THEME URI: http://YoYoTricks.com
DESCRIPTION: Theme developed for YoYoTricks.com
TAGS: widgets, sandbox, video
VERSION: 7.1
AUTHOR: YoYoTricks.com
AUTHOR URI: http://yoyotricks.com
*/


/************************************************************************************************************

											Default Styles

************************************************************************************************************/


body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: "Trebuchet MS",Verdana,Arial;
	background: #f8f8f8;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}
#ytPageWhite{background: white; padding-top: 133px;padding-bottom: 30px;}
#ytPageWhite.ytRemoveAppHeadSpace{padding-top:0 !important;}
.pad20{padding: 20px 0;}

img,video{border: none;}
*:focus {outline:0;}
a:link, a:visited {
    border: none;
}
a:hover, a:active {
    color: #4a8fc4;
}

img.alignleft{float: left; margin: 10px;}
img.alignright{float: right; margin: 10px;}


input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

input::placeholder {
	 color: grey !important;
}

.ytSiteDivLink a:hover span{
	color: #CCC;
}

/*#wpadminbar{display: none;}*/

/*article.container{margin-top: 150px;}*/

/************************************************************************************************************

											Bootstrap Override Styles

************************************************************************************************************/
.admin-bar .navbar-fixed-top{
	padding-top: 30px !important;
}

#page-content-wrapper{max-width: 1200px; margin: 0 auto;}

.page-header{margin-top: 0;}
.page-header h1{margin-top: 0;}


/************************************************************************************************************

											Preloader Styles
											
											CSS3 Spinner Styles

************************************************************************************************************/

/*.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.preloader .ytSpinner {
    margin: 0 auto;
    position: absolute;
    left:50%;
    top: 50%;
}

.ytSpinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  display: none;
}

.ytSpinner > div {
  width: 18px;
  height: 18px;
  background-color: whitesmoke;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.ytSpinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ytSpinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}*/





/************************************************************************************************************

										Home Page One and Three Styles

************************************************************************************************************/

#ytOneAndThreeContainer{padding: 0 20px;}
#ytOneAndThreeContainer div img{width: 100%;padding: 10px 0;}
.ytOneImage{padding: 10px 15px;}

#ytOneAndThreeContainer .jumbotron {height:500px; background: url(https://briantricks.yoyotricks.com/wp-content/uploads/2015/10/Beginner-Yoyo-Fizz.jpg)}

.ytHeaderLogo{
	float: left;
	height: 45px;
	padding: 5px;
}
/************************************************************************************************************

										Video Tab Panels

************************************************************************************************************/

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

#tab2default a.zoomNo360{text-align: center;}

/************************************************************************************************************

									Video  and Thumbnail Display

************************************************************************************************************/

.thumbnail a img, .thumbnail img{box-shadow: 1px 1px 3px #464646;}
.thumbnail{border: 0; margin-top: 20px; margin-bottom: 5px;}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a img, .thumbnail img {display: block;
max-width: 100%;
height: auto}

.caption h4{padding-left: 5px; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.owl-item .caption{height: auto;}

#yt_post_featured_product .caption{height: auto;}

#yt_whatyo{color: whitesmoke; text-transform: capitalize;}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed{background: none !important;}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded{background: hsla(0, 0%, 100%, .3) !important;}
.mejs-controls .mejs-time-rail .mejs-time-current{background: hsla(0, 0%, 100%, .9) !important;}

/************************************************************************************************************

											Footer Styles

************************************************************************************************************/
footer.footer{width: 100%; padding: 20px; color: whitesmoke;text-align: center;/*z-index: 999;position: relative;*/}
footer.footer .text-muted{padding-left: 15px;}
footer #footerMenu{margin: 0 auto;max-width: 500px;padding-bottom: 10px;}
footer #footerMenu a{background: none; color: whitesmoke;}
footer #footerMenu a:hover{color:#eee;}

ul.social-icons {
    margin-left: 0px;
}

ul.social-icons li {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-icons li i {
    font-size: 14px;
    color: #fff;
}

ul.social-icons li.facebook:hover {
    border-color: #3B5A9A;
    background: #3B5A9A;
}

ul.social-icons li.twitter:hover {
    border-color: #54ABF0;
    background: #54ABF0;
}

ul.social-icons li.google-plus:hover {
    border-color: #DD4B3E;
    background: #DD4B3E;
}

ul.social-icons li.linkedin:hover {
    border-color: #0175B0;
    background: #0175B0;
}

ul.social-icons li.pinterest:hover {
    border-color: #BE0719;
    background: #BE0719;
}

ul.social-icons li.instagram:hover {
	border-color: #ae187c;
	background: #ae187c;
}

ul.social-icons li.discord:hover {
	border-color: #7289da;
	background: #7289da;
}

ul.social-icons li.tiktok:hover {
	border-color: #69C9D0;
	background: #69C9D0;
}

ul.social-icons button{
	border: none;
	background: none;
	padding: 0;
}

/************************************************************************************************************

										Product Carousel Styles

************************************************************************************************************/
#homeContainer .label{float: left; width: 100%;}

#carouselWrap{
	margin:40px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {
  color: #147196;
}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  margin: 10px 0;
  height: 1px;
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 180px;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: firebrick;
  font-size: 18px;
}

.tcb-product-slider .carousel-inner{padding: 0 55px;}

/************************************************************************************************************

								Custom YoyoTrick Category Landing Page

************************************************************************************************************/

#ytYoyoTrickSection{
	font-family: 'Open Sans', sans-serif;
	color: #2a3b71;
	font-size: 16px;
	position: relative;
	overflow-x: hidden;
	margin-top: -30px;
}
#ytYoyoTrickSection section{position: relative;}

#ytYoyoTrickSection h2{
	font-size: 50px;
	color: #2a3b71;
	font-weight: 300;
	line-height: 60px;
	margin: 30px 0 15px;
}

#ytYoyoTrickSection p{
	font-size: 18px;
	color: #2a3b71;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

#ytYoyoTrickSection .home-slide h2{
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	margin: 0;
	line-height: 70px;
}

#ytYoyoTrickSection .home-slide p{
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin: 20px 0 30px;
}

#ytYoyoTrickSection .panel-heading{
	padding: 0;
	border-radius: 0;
}

#ytYoyoTrickSection .panel .panel-heading .panel-title a{
	display: block;
	padding: 15px 15px 15px 0;
	color: #fff;
	text-transform: capitalize;
	margin-left: 40px;
	position: relative;
}

#ytYoyoTrickSection .panel .panel-heading .panel-title a.collapsed:after{
	content: "\f067";
	font: 18px fontAwesome;
	float: left;
	color: #fff;
	height: 40px;
	width: 40px;
	margin-left: -56px;
	position: absolute;
	line-height: 45px;
	text-align: center;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

#ytYoyoTrickSection .panel .panel-heading .panel-title a:after{
	content: "\f068";
	font: 18px fontAwesome;
	float: left;
	color: #fff;
	height: 40px;
	width: 40px;
	margin-left: -56px;
	position: absolute;
	line-height: 45px;
	text-align: center;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

#ytYoyoTrickSection .panel-group .panel{
	border-radius: 0;
}

#ytYoyoTrickSection .home-slide .panel p, #ytYoyoTrickSection .home-slide .panel a, #ytYoyoTrickSection .home-slide .panel a:after{color: #2a3b71 !important;}
#ytYoyoTrickSection .home-slide .panel p a{color:#337ab7 !important;}
#ytYoyoTrickSection .home-slide .panel p a:hover{color:#5ca2df !important;}

#ytYoyoTrickSection .ytTrickCatAccordion a.btn{border: 2px solid #337ab7 !important; color: #337ab7;margin: 0 5px;}
#ytYoyoTrickSection .ytTrickCatAccordion a.btn:hover{  color: white;}
#ytPageWhite .btn-default{color: #fff !important;}

#ytYoyoTrickSection .woocommerce li{width: 100%;}
#ytYoyoTrickSection .woocommerce li img{width: 40%; float: left; margin-right: 10px;}
#ytYoyoTrickSection .woocommerce h2, #ytYoyoTrickSection .home-slide .woocommerce h2{padding: 0; margin: 0; color: #2a3b71; font-size: 50px; line-height: 60px; font-weight: 300;}

#ytYoyoTrickSection .panel .btn-primary{
	border-radius: 50px;
	background: transparent;
	padding: 10px 20px;
	min-width: 170px;
	border: 2px solid #337ab7 !important;
	color: #337ab7;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#ytYoyoTrickSection .panel .btn-primary:hover{
	border-color: #4b90c5;
	background: #4b90c5;
	color: white !important;
}

#ytYoyoTrickLandingPage .woocommerce a.button{float: right;}
.ytYoyoTrickStart{margin-bottom: 30px;}

#ytTopLevelCatPage .ytTopCatAnchor{
	position: relative;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


#ytTopLevelCatPage .ytTopCatAnchor:hover img{opacity: 0.8;}

#ytTopLevelCatPage .overlay{
	background-image: -moz-linear-gradient( 180deg, rgb(74, 143, 196) 0%, rgb(35, 59, 136) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(74, 143, 196) 0%, rgb(35, 59, 136) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(74, 143, 196) 0%, rgb(35, 59, 136) 100%);
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 43%;
}

#ytTopLevelCatPage .blog-info{
	position: absolute;
	top: 7%;
	right: 15px;
	left: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 20px;
}

#ytTopLevelCatPage a{color: whitesmoke;}

#ytTopLevelCatPage .col-xs-6{margin-bottom: 20px;}


/************************************************************************************************************

										News and Updates Page Styles

************************************************************************************************************/
.ytUpdatesPost .date{
	float:right;
	margin-top: -30px;
	color: #999;
}

.ytUpdatesPost .media .date{
	float: none;
	margin-top: 0;
	margin-bottom: 10px;
}

.ytUpdatesPost{
	border-bottom: 1px solid #CCC;
	margin-bottom: 50px;
	padding-bottom: 20px
}

/************************************************************************************************************

										TriColumn Page Styles

************************************************************************************************************/

#ytTricolumn{overflow: hidden;}

#ytTricolumn .page-header{text-align: center;}
#ytTricolumn .page-header h1{font-size: 46px;}
#ytTricolumn .page-header h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #777;
	margin-top: 0;
}

#ytTricolumn img{
	width: 100%;
	object-fit:cover;
}

#ytTricolumn .triColOver{
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
	animation-delay: 2s;
	animation-duration: 1.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit:cover;
	padding: 0 15px;
}

#ytTricolumn .btn{
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
	animation-delay: 2s;
	animation-duration: 1.5s;
	width:100%;
	margin-top:10px;
}
#ytTricolumn .btn-botPad{
	margin-bottom:15px;
}
#ytTricolumn a:hover .triColOver{
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit:cover;
}
#ytTricolumn a:hover div.triColOver{height: 100%;}

#triCol1 img{
	-webkit-animation-delay: .8s; /* Safari 4.0 - 8.0 */
	animation-delay: .8s;
	animation-duration: 2s;
}
#triCol2 img{
	-webkit-animation-delay: .2s; /* Safari 4.0 - 8.0 */
	animation-delay: .2s;
	animation-duration: 2s;

}
#triCol3 img{
	-webkit-animation-delay: 1.2s; /* Safari 4.0 - 8.0 */
	animation-delay: 1.2s;
	animation-duration: 2s;
	
}
	
@media only screen and (max-width: 990px){
	#ytTricolumn img{
		padding-bottom:30px;
	}
	
	.nav>li>a{padding: 15px !important;}
}

@media only screen and (max-width: 400px){
	#ytTricolumn .btn{
		font-size:14px;
	}
}

/************************************************************************************************************

										How To Yoyo Page Styles

************************************************************************************************************/

#howToYoyo h2{
	margin: 50px 0 20px 0;
}
#howToYoyo div.clear{margin: 20px;}
#howToYoyo img{width: 100%;}

/************************************************************************************************************

										Sidebar Styles

************************************************************************************************************/


.sidebar .row{margin: 0; padding: 0 10px; max-width: 320px;}
.sidebar h2{font-size: 18px; margin-top: 0;}
.sidebar h4{font-size: 16px;padding-left: 0;}
.sidebar a:hover{text-decoration: none;}
.sidebar .row img{margin-bottom: 20px; box-shadow: 1px 1px 3px #464646; width: 100%;min-height: 160px;}

#relatedVidWrap{
	height: 515px;
	width: 320px;
	overflow-y: auto;
}
#primary_updates #relatedVidWrap{height: 100%;}
.widget_shopping_cart{
	margin-top: 20px;
	padding: 10px;
}

#currentlyWatching{position: relative;}
#currentlyWatching span.ajax-link{
	background-image: url("images/currently-watching.png");
	background-size: contain;
	background-repeat: no-repeat;
    left: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top:0;
}

#currentlyWatching .title-video{font-weight: bold;}

.sideVidLink{position: relative;}
.sideVidLink span.glyphicon{
	top: 10px;
	left: 8px;
	font-size: 28px;
	color: whitesmoke;
	position: absolute;
	z-index: 999;
}
.sideVidLink div{position: relative;}

/************************************************************************************************************

									Category and Archive Styles

************************************************************************************************************/

.caption{ width: 100%; margin-left: auto; margin-right: auto;overflow:visible;}
.row .col-md-3{margin-bottom: 15px;}


/************************************************************************************************************

									Search Results Styles

************************************************************************************************************/

.ytSearchResult{
	margin-bottom: 20px;
	clear: both;
}
.ytSearchHeading{margin-bottom: 10px;}
.ytSearchHeading a{text-decoration: none;}
.ytSearchHeading h2 a:hover{text-decoration: underline;}
.ytSearchLink {color: #006621;}

form#ytSearchPageForm{
	margin: 30px 0;
}
#ytSearchPageForm input{height: 38px; font-size: 16px; width: 90%; padding-left: 10px; padding-right: 30px;}
#ytSearchPageForm button{height: 48px; padding: 0 15px; position: absolute; background: none; border: 0;  margin-left: -40px; }

@media only screen and (max-width: 399px) {
	#ytSearchPageForm input{width: 85%; }
}

#errorPage .navbar-form, #errorPage .form-group, #errorPage .input-group{
	float: none;
	display: block;
}
#errorPage .form-control{width: 90% !important;}

/************************************************************************************************************

								Custom Shop Home Page Styles

************************************************************************************************************/
#customShopPage{
	margin: 0 auto;
	width: 980px;
	margin-bottom: 30px;
}

#customShopPage .button{padding: 5px 15px; font-size: 16px; float: none;letter-spacing: 1px;}
#shopMenu{
	margin: 0 5px;
	padding: 0;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);-webkit-border-radius: 2px;
}
#shopMenu .smItem{float: left; list-style: none; width: 137px; padding: 0 5px 10px 5px; text-align: center; font-size: 15px; font-weight: bold; font-variant: small-caps;}

#shopMenu .smItem img{
	width: 125px; 
	margin-top: 8px;
	border: 1px solid #D1D1D1;
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 4px;
}
#shopMenu .smItem a.selected img{background: #0588B5;opacity: 0.9;}
#shopMenu .smItem a{text-decoration: none; color: #464646}
.pad3{padding: 3px;}

.grey{background: none repeat scroll 0 0 #E7E7E7; border: 1px solid #D1D1D1;}

#shopSlider{
	width:960px;
	height: 420px;
}

.scrollContainer{width: 967px;}

.twothird{
	width: 628px;
	float: left;
	padding: 10px 8px;
	height: 420px;
	text-align: center;
	font-size: 14px;
}
.onethird{
	width: 330px;
	float: right;
	padding: 10px 8px;
	height: 420px;
	text-align: center;
	font-size: 14px;
}

.twothirdR{
	float: right;
}
.onethirdL{
	float: left;
	padding: 10px 13px 10px 6px;
}

.onethird h1, .twothird h1{font-size: 24px;}
.onethird img{width: 315px; height: 400px;}
.twothird img{width: 610px;height: 400px;}
.twothird img, .onethird img{border: 1px solid #D1D1D1;background: none repeat scroll 0 0 #FFFFFF;padding: 4px;}
.onethird p{font-size: 16px;margin: 0 0 5px 0;}

.onehalf{
	float: left;
	width: 455px;
	height: 60px;
	padding: 18px 10px 0 10px;
	margin-left:5px;
	text-align: center;
}
.onehalf img{height: 25px;padding-right: 3px;vertical-align: middle;}
.onehalf h4{display: inline;font-size: 15px;vertical-align: middle; margin-bottom: 0;}
.onehalf p{margin-top: 5px;font-size: 11px;}

#shopSlider .scroll {
	overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.panelOverlay{
	position: absolute;
	width: 315px;
	font-variant: small-caps;
}
.panelOverlayThin{
	position: absolute;
	width: 215px;
	font-variant: small-caps;
	margin-left: 48px;
	margin-top: 10px;
}
.panelOverlayThin h1{font-size: 18px;}
.panelOverlayThin a.button{font-size: 12px !important;}

.overlayBL{
	margin-top: 230px;
	margin-left: 20px;	
}
.overlayTL{
	margin-top: 30px;
	margin-left: 20px;	
}
.overlayTR{
	margin-top: 30px;
	margin-left: 250px;	
}

.overlayTR2{
	margin-top: 10px;
	margin-left: 300px;	
}

.overlayWhite{color: whitesmoke;}



/************************************************************************************************************

								Woocommerce Override Styles

************************************************************************************************************/

/******

POST FEATURED AND RECOMMENDED PRODUCTS

******/
#prodwrap {
    margin: 10px 10px 10px 21px;
}
#videoTab #prodwrap{margin: 0; padding: 0;}
#videoTab #prodwrap ul.products li{margin-right: 25px;margin-bottom: 0;}
#videoTab .woocommerce ul.products {margin: 0;}

#yt_post_featured_product {
	background: #f5f5f5;
	padding: 8px 20px 40px 20px;
	border-radius: 5px;
	
}
#yt_post_recommended_product {
}
#yt_post_featured_product h2 {
    color: #464646;
    margin-bottom: 10px;
    font-size: 1.5em;
}
#yt_post_recommended_product h2 {
    color: #464646;
    margin-bottom: 10px;
    font-size: 1.5em;
}

#yt_post_featured_product .thumbnail{background: none;}
#yt_post_featured_product .thumbnail img{margin: 0;float: left;}
#yt_post_featured_product .caption{float: left; width: auto; margin-left: 10px;}
#yt_post_featured_product .btn{display: block; margin-top: 10px;}

#tab3default h3{margin-left: 10px;}

/******

PRODUCT DESCRIPTION

******/

div.images  p.yt_view360 {
	border:1px solid #DDD;
	text-align:center;
	text-decoration: none;
	visibility: visible;
}

div.images img{max-width: 100%; height: auto;}

a.zoom {
	text-decoration: none;
}

#container form {
    margin: 0 10px;
}
.bundle_price {
	clear:both;
}

tr.bundled_table_item td.product-thumbnail {
	padding-left: 40px;
}

div.summary h1.product_title {
	margin-left:11px;
}

div.bundled_product_summary p.stock {
	display:none;
}

h2.bundled_product_title {
	font-size: 14px;
	padding-top:10px;
}

div.bundle_variations p {
	width:120px;
}

div.bundle_variations select {
	width:100px;
}

div.bundled_product_summary div.images a img {
	border:1px solid #DDD;
	border-bottom:0px;
	background:whiteSmoke;
	padding:6px;
	display:block;
	width:110px;
	margin:0px;
	height:auto;
}

.product-type-bundle .price del{display: none !important;}

.price ins{text-decoration: none;}

.woocommerce ul.products li.product .price{color: #000 !important; font-size:1em !important;}

.bundled_item_wrap .price{display: none;}

div.images a img {
	border:1px solid #DDD;
	border-bottom:0px;
	background:whiteSmoke;
	padding:6px;
	display:block;
	width:300px;
	margin:0px;
	height:auto;
}

div.yt_colors {
	background: none repeat scroll 0 0 #E7E7E7;
    border: 1px solid #D1D1D1;
    border-radius: 6px 6px 6px 6px;
    margin: 4px 0px;
    padding: 18px;
}
div.yt_colors a {
	color:#396F9D;
	text-decoration: none;
	font-weight: bold;
}
div.yt_colors a:hover{color: #4a8fc4;}

.entry-content p.note{
	border: 1px solid;
	margin: 20px;
	padding:18px 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
    border-radius: 6px 6px 6px 6px;
    color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/cartNote.png');
}


ul.woocommerce-error{
	border: 1px solid;
	margin: 20px;
	padding:18px 60px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
    border-radius: 6px 6px 6px 6px;
    color: #D8000C;
	background-color: #FFBABA;
}



h2.yt_ps_description {
	clear:both; 
	margin-bottom: 10px;
}

h2.yt_ps_description a {
	text-decoration:none; 
	font-weight:bold;
}

div.yt_tag_desc {
	background: none repeat scroll 0 0 white;
    border: 1px solid #D1D1D1;
    border-radius: 6px 6px 6px 6px;
    margin: 0px 0px 20px 0px;
    padding: 10px;
}

div.yt_tag_desc p {
	padding: 5px 10px;
}

div.yt_tag_desc a {
	color:#396F9D;
	text-decoration: none;
	font-weight: bold;
}
div.yt_tag_desc a:hover{color: #4a8fc4;}

div.yt_tag_desc ul {
	margin:5px 0px;
	list-style-type: none;
}

div.yt_peterman {
	background: none repeat scroll 0 0 #E7E7E7;
    border: 1px solid #D1D1D1;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0px 20px;
    padding: 18px;
}
div.yt_peterman a {
	color:#396F9D;
	text-decoration: none;
	font-weight: bold;
}
div.yet_peterman a:hover{color: #4a8fc4;}

a .product-360overlay {
	background-image: url("images/360-full-view.png");
	height: 100%;
	/* right: 50px; */
	position: absolute;
	top: 0;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
/*a:hover .product-360overlay {
    background-image: url("images/360.png");
}*/

a.product-360 {
background-image: none;
}

.yoyo-review-video{float:left;margin:10px 10px 0 0;position:relative;clear:both}
.yoyo-review-video-noclear{float:left;margin:10px 10px 0 0;position:relative;}
.yt-yoyo-review-video{margin:10px 10px 0 0;position:relative;width: 300px;}

a .ajax-fancylink {
    background-image: url("images/play-video.png");
    height: 30px;
    left: 25px;
    position: absolute;
    top: 25px;
    width: 30px;
}

a.fancyYoutube img {margin:0px;}

span.posted_in {
display: block;
margin: 5px 0px;
}

.addthis_toolbox{margin-bottom: 10px;}
.addthis_counter.addthis_pill_style{display: inline-block !important;}

div.product .woocommerce_tabs .panel {padding-bottom: 10px !important;}

.tabs{display: none !important;}

/*Category page changes*/

/*span.onsale{display: none;}*/

.categoryProducts a, .ytProdInfo .images a{overflow: hidden;display: block;}
.categoryProducts a:hover img, .ytProdInfo .images a:hover img{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);

}
.categoryProducts a img, .ytProdInfo .images a img{
	-webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	-ms-transition: all 0.30s linear;
	transition: all 0.30s linear;
}


/*Recommended Parts Syles*/
#recommendedParts{background: #E7E7E7; padding: 10px; border: 1px solid #D1D1D1;margin: 20px 0;}
.recommendedSection h4{border-bottom: 1px solid #D1D1D1; margin: 15px 0 0 0;}
.recommendedSection ul{margin: 0; padding: 0;}
.recommendedSection li{border-bottom: 1px solid #D1D1D1; padding: 5px; margin: 0; list-style: none;}
.recommendedSection li.white{background: whitesmoke;}
.recommendedSection li.gray{background: #EEE;}
.recommendedSection div.recType{border-right: 1px solid #D1D1D1; width: 130px; float: left;}
.recommendedSection li a, .recommendedSection li span.specUnit{float: left; padding-left: 15px;overflow-wrap: break-word; width: 220px;}
#yoyoSpecsInline{width:420px;overflow:auto; margin: 0 auto;background: #E7E7E7;padding: 10px;border: 1px solid #D1D1D1; position: relative;}

/*Byer's Guide Page Styles*/
.heroBillboard{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative;
	min-width: 1009px;
}

.heroImage {
	position: relative;
	background-size: cover !important;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 500px;
}
.heroImage:before{
	content: "";
	display: block;
	padding-bottom: 48%;
}
.heroWrapper{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.heroSectionContent{
	position: relative;
	z-index: 1;
	height: 100%;
}
.heroSectionContent .white{
	color: whitesmoke;
}

.heroSectionContentRight{
	margin-left: auto;
	margin-right: 40px;
	width: 30%;
}
.heroSectionContentTopLeft{
	margin-left: 50px;
	margin-right: auto;
	width: 680px;
	height: 60%;
}
.heroSectionContentLeft{
	margin-left: 50px;
	margin-right: auto;
	width: 32%;
	height: 80%;
}
.heroSectionContentTopRight{
	margin-left: auto;
	margin-right: 5%;
	width: 500px;
	height: 70%;
}
.heroSectionContentVideo{
	width: 100%;
	height: 100%;
}
.heroBillboardContent{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.heroSectionContentCenter .heroBillboardContent{
	top: 20%;
}
.heroMore, .heroGetProd a.fancyYoutube{
	text-decoration: none;
	font-size: 18px !important;
	line-height: 1.4444 !important;
	font-weight: 400 !important;
	margin-bottom: 10px;
}
.heroHeadline{
	font-size: 52px;
	line-height: 1.0769;
	font-weight: 200;
	margin-bottom: 6px;
}
.heroCopy{
	font-size: 18px;
	line-height: 1.4444;
	font-weight: 400;
	margin-bottom: 10px;
}
span.heroOrSpan{
	padding: 0 10px;
}
.heroGetProd{
	margin-bottom: 20px;
}

.heroAuthorWrapper .heroCopy{
	font-size: 24px;
	line-height: 1.4444;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 0px
}

.heroAuthorWrapper .heroHeadline{
	margin-bottom: 0;
	font-size: 62px;
}

.heroAuthorWrapper .heroSectionContentLeft{
	margin-left: 200px;
}


@media only screen and (max-width: 1280px) {
	.heroHeadline{
		font-size: 30px;
		line-height: 1.0769;
		font-weight: 200;
		margin-bottom: 6px;
	}
	.heroCopy{
		font-size: 14px;
		font-size: 14px;
		line-height: 1.4444;
		font-weight: 400;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1023px) { 
	.heroBillboard{min-width: 753px;}
	.heroImage{min-height: 400px;}
	.heroSectionContentTopRight{margin-right: 5px;height: 65%;width: 400px;margin-top: 50px;}
	.heroSectionContentTopLeft{margin-left: 10px; margin-top: 20px;}
	.heroSectionContentRight{margin-top: 15px;width: 40%;margin-right: 10px;}
	.heroSectionContentLeft{margin-left: 10px; margin-top: 18px; width: 37%;}
	.heroAuthorWrapper .heroSectionContentLeft{	margin-left: 100px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 

	
	.heroBillboard{min-width: 480px;}
	.heroImage{min-height: 550px;}
	.heroSectionContentTopRight,.heroSectionContentTopLeft,.heroSectionContentRight,.heroSectionContentLeft{margin: auto; height: 70%; width: 450px;}
	.heroCopy{font-size: 14px !important; -webkit-text-size-adjust:none;}
	
	.heroAuthorWrapper .heroSectionContentTopRight{height: 35% !important;}
	.heroAuthorWrapper .heroSectionContentLeft{	margin-left: 30px;}
	.heroAuthorWrapper .heroCopy{font-size: 24px !important; }
	
	#heroAuthor4{background-position: center bottom !important;}
	
	.heroBillboardContent.fizzMobileAdj{top:30%;}
}

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

	
	.heroBillboard{min-width: 320px;}
	.heroImage{min-height: 550px;}
	.heroSectionContentTopRight,.heroSectionContentTopLeft,.heroSectionContentRight,.heroSectionContentLeft{margin: auto; height: 70%; width: 300px;}
	.heroSectionContentTopLeft{margin-top: 12px;}

	.heroAuthorWrapper .heroSectionContentTopRight,.heroAuthorWrapper .heroSectionContentTopLeft,.heroAuthorWrapper .heroSectionContentRight,.heroAuthorWrapper .heroSectionContentLeft{height: 35% !important;}
	
	.heroAuthorWrapper .heroSectionContentLeft{	margin-left: 30px;}
	.heroAuthorWrapper .heroCopy{font-size: 24px !important; }
	
	.heroAuthorWrapper blockquote{font-size: 16px; margin-top: 50px;}
	
	.heroAuthorWrapper .heroSectionContentLeft{margin-left: 10px; width: 300px;}
	
	

}

.heroAuthorWrapperSmall .heroCopy{
	font-size: 18px !important;
}
.heroAuthorWrapperSmall .heroHeadline{
	font-size: 50px !important;	
}

/*Product Pages Customizations*/

.tabs{display: none;}
#productContain div#container{width: 984px; margin: 0 auto;}

div.summary h1.product_title{margin-left: 0; font-size: 2.8em}
#container form{margin: 0;}

.ytProdInfo div.images{background: none;}
.ytProdInfo div.images a img{
	border: none;
	width: 100%;
	margin: 0;
	background: none;
	padding: 0;
}

div.images p.yt_view360{border: none; }

.mfp-inline-holder .mfp-content{width: 100% !important;}
.Magic360 img{width: 100% !important;}

#productHeroWrap{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	position: relative;
	min-width: 100%;
	margin-top: 30px;
}
#productHero{
	position: relative;
	background-size: cover !important;
	background-position: right center !important;
	background-repeat: no-repeat;
	height: 500px;
}
#productHero:before{
	content: "";
	display: block;
	padding-bottom: 35%;
}

#tab-description h2{
	font-size: 2.5em;
}

#tab-description p, #tab-description ul{
	font-size: 16px;
}

.vanityWrapper{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.vanitySectionContent{
	position: relative;
	z-index: 1;
	margin-left: 20%;
	margin-right: auto;
	width: 600px;
	height: 40%;
}
.vanityBillboardContent{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vanityBillboardContent p{
	font-size: 52px;
	line-height: 1.0769;
	font-weight: 200;
	margin-bottom: 6px;
}

.swatchImage img{
	width: 40px !important;
	height: 40px !important;
	padding: 2px;
	margin: 0 4px 0 0
}

table.variations{width: 100%;}
.variations_button .quantity{float: right; margin-bottom: 10px !important;}
.variations_button .quantity input{width: 50px !important;}


.vanityLine{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.ytProdInfo img.attachment-shop_thumbnail{
	width: 245px !important;
}

.bundled_product_summary .bundled_product_images{
	float: left;
}

.bundled_product_summary .ytBundleDets{
	float: left;
}

div.bundled_product_summary {
	width:100%;
	margin:10px 0 0 0;
}

.bundled_product_summary{padding: 0 !important;}
.entry-content .bundled_product_summary img{margin: 0}
.bundled_product_summary .bundled_product_images a{margin: 0 !important;}
h4.bundled_product_title{margin: 0;}
.bundled_product_summary .variations label{display: block;}
.bundled_product_summary .variations select{width: 300px;}
.bundle_button div.variations_button{margin-top: 30px;}
.bundle_add_to_cart_button{width: 100% !important;}

#wrapper .fancyVidWrap{width: 775px; margin: 0 auto;}

#descWrapper #productContain #container {width: 100%;}
#descWrapper #tab-description{width: 100%;}

#descWrapper .fancyVidWrap{width: 50%;float: left;margin: 25px 45px;}
#descWrapper .fancyVidWrap video#mainVid{width: 100%; height: auto;}
.introCaption{text-align: center;padding: 5px;margin-top: -5px; margin-bottom: 5px;}
.introCaption a{text-decoration: none; font-size: 14px; font-weight: bold; color: #565A73;}
#descWrapper .woocommerce-tabs{
	float: left;
	width: 40%;
	margin-bottom: 20px;
	clear: none;
}

.row .fancyVid{max-width: 800px; margin: 0 auto;}

/*Starter 1A-5A Page*/

.ytHelpersImage{float: left;margin-right: 20px;text-align: center;}



.product-type-bundle .ytProdInfo div.images a img{
	width: 100%;
	float: right;
	max-width: 350px;
}



.product-type-bundle form.cart table div.quantity{
	width: 10px;
}

table.bundled_products td.bundled_item_images_col{
	width: 33% !important;
}

.bundled_product_summary .variations label{display: none;}



/************************************************************************************************************

								Shopping Cart Styles

************************************************************************************************************/

#page-content-wrapper .woocommerce table.shop_table {border: 0;}
#coupon_code{width: auto;}
#enterCoupon{float: none;}
.couponWrap{float: left;}

#page-content-wrapper .cart .actions{padding-top: 20px;}

tr.order-total{font-size: 20px;}

#cartSidebarTotals h2{padding-bottom: 10px; color: #396F9D;}
#cartSidebarTotals .amount, #order_review .amount{color: red;}

#cartSidebarTotals td{text-align: right; vertical-align: top;}
#cartSidebarTotals th{width: 90px; vertical-align: top;padding-bottom: 27px;}

#cartSidebarTotals tr.total, #order_review .total{font-size: 16px;}


td.actions .button.alt{margin-top: 0 !important;}

.topCartButton{float: right; margin-right: 10px;margin-bottom: 10px;}

.shop_table .quantity input.minus, .shop_table .quantity input.plus{display: none !important;}


div.woocommerce_error a.button, div.woocommerce-message a.button{margin-top: -3px !important; float: right;}

.widget_shopping_cart .total, .widget_shopping_cart .buttons{margin-left: 5px !important;}

.woocommerce_info{padding:10px 22px !important;}

#customer_login{margin-top: 15px;}

.wc-proceed-to-checkout{text-align: center;}

.checkout #shipping_method {margin: 0; padding: 0;}
.checkout #shipping_method li{list-style: none; padding: 0;}
.checkout .product-name{width: 300px;}

#shipping_address_not_found,#billing_address_not_found{
    padding: 1em 1em 1em 1em!important;
    margin-top: 10px;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}

a.button{color: whitesmoke;}


/*#cartSidebarTotals .woo_pp_cart_buttons_div {display: none;}*/

#cartSidebarTotals{
	background: #FAFAFA;
	padding: 15px;
	border: 1px solid #eee;	
}
#cartSidebarTotals #shipping_method{padding-left: 0;}

#woocommerce-cart-notice-under-25{
	background-image: none;
}

#cartSidebarTotals table{width: 100%;}

/************************************************************************************************************

											Checkout  Styles

************************************************************************************************************/

#ship-to-different-address{margin-top: 0;}
#ship-to-different-address label.checkbox{float: right;}
#ship-to-different-address input#ship-to-different-address-checkbox{
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.select2-container{border: 0; box-shadow: none;padding: 0;}

/************************************************************************************************************

								DropDown Cart Styles

************************************************************************************************************/

.dropDownCart{
	width: 300px;
	margin-left: -190px;
}
.dropDownCart .buttons,.dropDownCart .total{clear: both; padding-left: 20px !important;}
.dropDownCart .buttons a{color: whitesmoke !important;}

.dropDownCart .widget_shopping_cart{width: 295px !important;padding: 0 !important; margin-top: 0 !important;}
.dropDownCart .widget_shopping_cart_content{padding: 0 !important;}
.dropDownCart .woocommerce.widget_shopping_cart .cart_list li{width: 100%;}

.dropDownCart a.remove{
	padding: 0;
	margin-left: 5px;
	margin-top: 15px;
}
.mini_cart_item a.remove{
	border-radius: 0 !important;
	width: .8em !important;
}
.ytDropCartPad{padding: 20px;}

/************************************************************************************************************

								Contact Page Styles

************************************************************************************************************/

.panel-title>a{padding: 10px 0;}
.panel-title>a:hover{text-decoration: none;}

/************************************************************************************************************

								Responsive Styles

************************************************************************************************************/

@media only screen and (max-width: 1200px){
	.mfp-inline-holder .mfp-content{margin-left: 0;}
}

@media only screen and (min-width: 979px){
	.woocommerce-tabs.wc-tabs-wrapper{margin: 0 100px;}
}

@media only screen and (max-width: 979px){ 
	
	#page-content-wrapper{padding: 0;}
	
	div#header, #access, #wrapper,#footer-wrap,div#container, .home .post-content,div.yt_ship,#homeContainer,#productCarousel,div#primary_home,div#primary, div#primary ul.xoxo_home, #trickCategoryContainer, .ytTabs,#productHeroWrap,#productContain div#container{width: 100%;} /*This section of code removes all the fixed width elements once the site needs to start being responsive. */
	div.yt_ship{padding: 0; border: none;}
	div#content{padding: 0 5px;}
	.the-post{margin: 0;}
	
	div#primary_home,div#primary{margin-top: 0;}
	div.sidebar ul{float: none;}
	.sidebar li.widget_todays_video{
		float: none;
		margin-right: 5px;
		width: 100%;
		margin-bottom: 0;
		margin-left: 5px
	}
	div.sidebar li#video_widget{
		margin: 0;
		width: 100%
	}
	.sidebar ul.xoxo_home,.sidebar ul.xoxo{height: auto; width: auto;}
	.sidebar .video-content{text-align: left;}
	
	video#mainVid{width: 100%; height: auto;}
	
	.video_spacer span.title-video a{font-size: 16px;padding-bottom: 70px;}
	.video_spacer span.title-video{
		position: absolute;
		margin-top: 5px;
		left: 180px;
	}
	
	#primary_updates .video_spacer span.title-video{
		position: relative;
		margin-top: 0;
		left: auto;
	}
	#containerProductUpdates{width: 520px;}
	
	.sidebar .video-content{float: left;}
	div.sidebar .video_spacer li{margin-bottom: 5px; border-bottom: solid thin whitesmoke;}
	
	#shopstyle .products{margin: 0 auto;}
	
	
	.vanitySectionContent{margin-left: 50px;height: 40%;}
	
	#descWrapper .fancyVidWrap{float: none;width: 100%; margin: 0;}
	#descWrapper .woocommerce-tabs, #wrapper .woocommerce-tabs{float: none; width: 80%; margin: 0 auto;margin-top: 50px;}
	#wrapper #tab-description{width: 100%;}
	
	.pad3{padding: 0;}
	#customShopPage{margin: 0; width: 100%; padding: 0; }
	#customShopPage .panel{border: 0; margin-bottom: 0;}
	#shopMenu{display: none;}
	#shopSlider{width: 100%; height: auto;}
	div.scrollContainer{width: 100% !important;}
	div#brands.panel{float: none !important; width: 100%;}
	.twothird{width: 100%;float: none; padding: 0;height: auto;}
	.twothird img{width: 100%; height: auto; border: none; background: none; padding: 0;}
	.onethird{display: none;}
	
	div#cartSidebarTotals{
		margin-left: 20px;
	}
	
	#customShopPage .panelOverlay{
		background: #FFF;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		margin: 0;
	}
	#customShopPage .panelOverlay h1{display: none;}
	
	#customShopPage .panelOverlay a{
		color: black !important;
		font-size: 100px;
		padding: 30% 0 10% 0;
		background: none !important;
		border: none !important;
		display: block;
	}
	
	#customShopPage .onehalf{display: none;}
	
	#trickCategoryContainer ul{
		width: 750px;
		margin: 0 auto;
	}
	
	.trickCategoryVideoBox{
		width: 150px;
	}
	
	h2#yt-catdesc{margin: 0;}
	div#yoyo-trick-desc{padding: 0 20px;}
	
	.trickCategoryVideoBox img{width: 145px;}
	
	.entry-title{text-align: center;}
	
	.ytMagnificentLightbox video{width: 100%; height: auto;}
	
	#wrapper .navbar-fixed-top{padding: 0;}
	

}

@media only screen and (max-width: 950px){
	
	.recommendedSection li a{width: 160px;}
	
	
	.bundled_product_summary .variations select{width: 200px;}
	
	.navbar-form input.form-control{width: 200px !important;}
	
}


@media only screen and (max-width: 860px){
	.ytYoyoTrickNavigation{height: auto; overflow: auto}
	.ytYoyoTrickSection{margin: 5px;}
	.ytBackToTopWrapper{margin: 10px 0 30px 0;}
	#ytRecProduct #yt_post_recommended_product{padding: 20px 0 20px 10px;}
	
	#primary_updates #primary{width: 100%;}
	#containerProductUpdates,#containerProductUpdates .ytUpdatesPost{width: 100%;}
	#containerProductUpdates .updateVideo{text-align: center;}
	#containerProductUpdates .updateVideo h2{text-align: left;}
	
	.updateContent{float: left;margin-left: 25px;}
	
	#primary_updates li#video_widget.widget.widget_video{text-align: center;}
	#primary_updates ul.xoxo{margin: 0 auto;}
	#primary_updates div.sidebar .video_spacer li{margin-bottom: 30px;}
	
	#wrapper .fancyVidWrap{width: 100%;}
		
}

@media only screen and (max-width: 800px){
	.authorVideo{
		width: 100%;
		float: none;
		padding: 0;
	}
	.authorVideoText{
		float: none;
		width: 90%;
		padding: 20px;
	}
	.authorTheContent{
		padding: 20px;
		float: none;
		width: 90%
	}
	.authorTheImage{
		float: none;
		padding: 0;
		width: 100%;
	}

}

@media only screen and (max-width: 775px){
	#featuredApp{
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 20px;
	}
	#carouselWrap{
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center
	}	
	
	
	#ytRecProduct #yt_post_featured_product{width: 92%;}
	#ytRecProduct #yt_post_featured_product .ytProdRight{float: left;}
	
	
	
	.bundled_product_summary .variations select{width: 300px;}
	
	#container .woocommerce .col2-set .col-1, #container .woocommerce .col2-set .col-2, #container .woocommerce-page .col2-set .col-1, #container .woocommerce-page .col2-set .col-2{
		float: none !important;
		width: 100% !important;
	}
	
	.navbar-form{display: none;}
	
	#ytSiteWrapper .container{padding-left: 0;}
	.navbar-right .dropdown-menu{
		position: absolute !important;
		background-color: #fff !important;
		-webkit-background-clip: padding-box !important;
		background-clip: padding-box !important;
		border: 1px solid #ccc !important;
		border: 1px solid rgba(0, 0, 0, .15) !important;
		border-radius: 4px !important;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
		border-radius: 0 !important;
	}
	.searchDropDown{margin-left: -250px;}
	
}

@media only screen and (max-width: 762px){
	.woocommerce .cart .button, .woocommerce .cart input.button{float: right !important;}
	.woocommerce table.cart .product-thumbnail{display: block !important;}
	
	#trickCategoryContainer ul{
		width: 540px;
		margin: 0 auto;
	}
	
	.trickCategoryVideoBox{
		width: 140px;
	}
	
	.trickCategoryVideoBox img{
		width: 130px;
		padding: 5px;
	}
	 
	.ytColSidebar{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.ytColSidebar .widgettitle{margin-top: 50px;}
	.ytColSidebar #relatedVidWrap, .ytColSidebar #relatedVidWrap .row, .ytColSidebar #buyGuideWrap, .ytColSidebar #buyGuideWrap .row{width: 100%;height: auto; max-width: 100%;}
	
	.ytColSidebar h2{font-size: 24px;}
	.ytColSidebar h4{font-size: 18px;}
	.ytColSidebar .caption{height: auto;}
	
	.navbar-toggle{margin-top: 17px;}
	
	ul.navbar-left{margin-left: 10px;}
	
	.navbar-left{margin-top: 11px;}
}

@media only screen and (max-width: 740px){
	#header .headerLeft .blog-description{display: none;}
	.ytYoyoTrickContent{width: 100%;}
	ul.ytYoYoTrickAccordion, ul#ytFAQ{margin-right: 25px;}
	.ytYoyoTrickImg{float: none; text-align: center;}
	
	#shopstyle ul.products li{margin-right: 1%;}
	#shopstyle ul.products li img{width: 125px; height: 125px;}
	#shopstyle ul.products li .count{display: none;}
	
	.ytHelpersContent{width: 100%;}
	
	div#inlineAlternateProd1{width: 90% !important; padding: 5px;}
	.alternateInfo{width: 100%;float: none;}
	#inlineAlternateProd1 ul.alternateProd{float: none;}
	
	ul.nav.navbar-nav.navbar-right.pull-right{display: none;}
}

@media only screen and (max-width: 635px){
	.ytTabs li a{padding: 10px 23px;}
	.commentYouTube{float: none !important;}
	
	.woocommerce table.cart .bundled_table_item td.product-thumbnail{display: none !important;}
	
	
	#shopstyle ul.products li,#shopstyle ul.products li.last{width: 108px;}
	#shopstyle ul.products li img{width: 100px; height: 100px;}
	#shopstyle ul.products li{margin-right: 2%;}
	
}

@media only screen and (max-width: 539px){
	#header .headerLeft {display: none;}
	#logos{float: left;}
	.ytTabs li a{padding: 10px 13px;}
	.bundled_product_summary .variations select{width: 135px;}
	
	input.search{width: 125px;}
	.rtMenuSearch{margin-left: -140px; width: 280px;}
	.rtMenuAccount{margin-left: -120px;}
	.rtMenuCart{margin-left: -270px; width: 300px;}
	button.submitSearch{left: 250px;}	
	
	.woocommerce table.cart .product-thumbnail{display: none !important;}
	
	.woocommerce .cart .button, .woocommerce .cart input.button{float: none !important; margin-top: 10px;}
	
	#customShopPage .panelOverlay a{font-size: 70px;}
	
	#trickCategoryContainer ul{
		width: 400px;
		margin: 0 auto;
	}
	
	.trickCategoryLI{
		margin-right: 10px;
	}
	
	#containerProductUpdates iframe{width: 100% !important;}
	
	p.yt_view360{width: 100%;}
	
	.topCartButton, .topCartButton .btn-success {width: 100%;}
	
	
	
}

@media only screen and (max-width: 519px){
	.ytSiteDivLink .ytSiteDivAnchor div.headerLogoBack{display: none;}
	//.ytSiteDivLink .ytSelectAnchor span{display: inline;}
}
	
@media only screen and (max-width: 480px){
	
	.ytTabs{
		background: whitesmoke;
		width: 200px !important;
		height: auto;
		border: 1px solid #D1D1D1;
		border-bottom: none;
	}
	.ytTabs li{
		float: none;
		margin-left: 0;
		height: 30px;
	}
	.ytTabs li.active{background: white;}
	.ytTabs li a{
		width: 200px;
		border: 0;
		
	}
	.ytTabs li a.active{background: none;}
	
	.woocommerce .bundled_table_item{display: none;}
	.woocommerce table.cart .product-thumbnail{display: block !important;}
	
	#shopstyle ul.products li,#shopstyle ul.products li.last{width: 250px;}
	#shopstyle ul.products li img{width: 100%; height: 100%;}
	#shopstyle ul.products li{margin-right: 10px;}
	
	/*.mfp-inline-holder .mfp-content, a#magic1.Magic360,.Magic360 img{width: 300px !important; height: auto !important;}*/
	
	#yoyoSpecsInline{width: 300px;}
	.recommendedSection li span.specUnit{width: 160px;}
	
	.products li{float: none !important;}
	
	ul.navbar-left{font-size: 14px !important; margin-left: -8px;}
	
}

@media only screen and (max-width: 399px){
	#rightMenu li{margin: 0 5px;}
	#videoTab #prodwrap ul.products li{margin-bottom: 20px; float: none;width: 300px; height: 170px;}
	#videoTab #prodwrap ul.products li img{
		float: left;
		width: 150px;
		margin-right: 10px
	}
	.woocommerce table.cart .product-thumbnail{display: none !important;}
	.woocommerce td.product-quantity{min-width: 10px;}
	
	#customShopPage .panelOverlay a{font-size: 50px;}
	
	
	#shopstyle ul.products li,#shopstyle ul.products li.last{width: 100%; clear: both;}
	#shopstyle ul.products li img{width: 120px; height: 120px;float: left;margin-right: 20px;}
	
	.categoryIntroListItem{padding-right: 0;}
	.trickCategoryLI{width: 100%;}
	
	#trickCategoryContainer ul{
		width: 300px;
		margin: 0 auto;
	}
	
	.trickCategoryVideoBox{
		width: 200px;
	}
	
	.trickCategoryVideoBox img{
		width: 190px;
		padding: 5px;
	}
	
	#trickCategoryContainer{margin-left: 0;}
	
	#ytRecProduct .button{float: none !important;}
	#ytRecProduct .ytProdRight .button {float: left !important;}
	
	.ytProdPopUp img{
		width: 100%;
		padding: 0;
		border: 0;
	}
	#ytYoyoTrickLandingPage .woocommerce li{
		width: 200px;
		margin-left: 25px;
	}
	.updateVideo h2{width: 250px;}
	
	.recommendedSection li a{width: 150px;}
	
	.container-fluid{padding-left: 5px !important; padding-right: 5px !important;}
	
	#homeContainer h3 .label{font-size: 60%;}
	
	.tab-content a.zoomNo360{float: none !important;}
	.tab-content a.zoomNo360 img{width: 100%}
	
	.tab-content .col-xs-6, .ytYoyoTrickSection .col-xs-6, .ytYoyoTrickSection .col-xs-12{float: none !important; width: 100% !important;}
	
	.ytYoyoTrickSection ul.ytYoYoTrickAccordion{margin-right: 0; margin-left: 0;}
	
	.recommendedSection div.recType{width: 100px;}
	.recommendedSection li a{width: 130px;}
	
	.ytSiteDivLink .ytSiteDivAnchor{padding: 20px 10px; font-size: 14px;}
	.ytSiteDivLink img{width: 25px; height: 20px;}
	
	.yt_SelectCountryText{
		clear: both;
		font-size: 16px;
		margin-top: 100px;
	}
	
}

/************************************************************************************************************

									ytInternational Stock Switcher STyles

************************************************************************************************************/

#ytInternationalSelect, #ytInternationalRedirect{width: 500px;height: 400px;margin: 0 auto; text-align: center;}
#ytInternationalSelect h2, #ytInternationalRedirect h2{color: whitesmoke;}

#ytInternationalSelect #ytIntDropDown select{
	width: 130px;
}

#ytInternationalSelect .mfp-close, #ytInternationalRedirect .mfp-close{
	color: white;
	right: 5%;
	margin-top: -2%;	
}

#ytInternationalRedirect .flag-icon{
	width: 200px;
	height: 200px;
}

.ytAutoChangeCountryAnchor .flag-icon{
	cursor: pointer;
}

@media only screen and (max-width: 499px){
	#ytInternationalSelect{
		width: 300px;
	}
}

/************************************************************************************************************

												Rewards Page

************************************************************************************************************/

#reward-howitWorks img{
	width: 100%;
}

/************************************************************************************************************

										FireFox Specific Styles

************************************************************************************************************/

@-moz-document url-prefix() {
	.sideVidLink span.glyphicon{
		top:20px;
	}
	
	#yoyoBody .navbar-fixed-top, a#yoyoHome:hover, #yoyoNav, #yoyoBody .ytSiteDivLink .ytSiteDivAnchor.ytSelectAnchor{
		background-attachment: inherit;
	}
}


.cloudflare-badge{
	margin: 0 auto;
	margin-bottom: 20px;
}


.yt360HideClass{display: none;}

.ytProdInfo .onsale{
	background: red;
	color: white;
	padding: 5px 20px;
	text-transform: uppercase;
	position: absolute;
	z-index: 999;
}

.exceptionText{
	font-size: 12px;
}

#footerDownload{
	font-family: "Open Sans", sans-serif;
	position: relative;
}




.mtsnb{-webkit-box-shadow:0 3px 4px rgba(0,0,0,.05);box-shadow:0 3px 4px rgba(0,0,0,.05); margin-top: 106px;}
.mtsnb .mtsnb-container{width:1080px;font-size:15px; text-align: center; margin: 0 auto; padding: 15px 0;}
.mtsnb a{color:#f4a700}
.mtsnb .mtsnb-button{background-color:#f4a700; display: inline-block;
padding: 6px 10px;
font-size: 12px;
border-radius: 3px;
color: #fff!important;
outline: 0;
border: 0;
cursor: pointer;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
margin-left: 5px;
}


#boxUpgrade{
	background: #FAFAFA;
	padding: 15px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
#boxUpgrade img{
	float: left;
	width:80px;
	height: 80px;
}
#boxUpgradeInfo{
	float: left;
	margin-left: 15px;
}
.boxUpgradeIndoAbout{
	font-size: 10px;
	clear: both;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0px;
}
#boxUpgradeInfo p{border: 0 !important; padding: 0 !important;}
#boxUpgrade .woocommerce-Price-amount{color: red;font-size: 22px;}
#boxUpgrade .btn{margin-left:10px;} 


#levelUpVidPage{
	border: solid thin #4162A1;
	color: #fff;
	padding: 13px 10px;
	font-size: 16px;
	z-index: 1;
	/* position: relative; */
	margin-bottom: 15px;
	background: url(images/levelUpHeader5.jpg) center center;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}

.ytLevelUpWrap .badge-success {
	border-color: #18ce0f;
	color: #18ce0f !important
}
.ytLevelUpWrap .badge {
	padding: 2px 8px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid;
	border-radius: 0.875rem;
}

.singlevideoLevelUpActions{
	float: right;
	font-size: 18px;
	padding-top: 6px;
}
.singleVidLevelUpToolbarH, .singlevidLevelUpMaster, .singlevidLevelUpFav, .user_stats, .u_name{
	float: left;
	padding: 0 10px;
}
.singlevidLevelUpFav a, .singlevidLevelUpMaster a{
	font-size: 18px;
	color: #fff;
}

.user_stats h4, .u_name h4{
	font-size: 18px;
	margin: 0;
}
.user_stats span, .u_name span{
	font-size: 12px;
}

.singlevidNotLoggedIn{
	font-size: 18px;
	padding: 10px;
}
.singlevidNotLoggedIn a{
	color: yellow;
}
.singlevidNotLoggedIn a:hover{
	color: white;
}

#storeMainNotices{
	margin-bottom: 30px;
	text-align: center;
}

.cartFreeShip{
	text-align: center;
}

.b2d2FizzImage{
	width: 35%;
	height: 35%;
	margin:10px 20px 50px 0 !important;
}
.up-sells {clear: both;}

.nav li .ytMiniCart a{
	display: block;
	position: relative;
	line-height: 20px;
	border: none !important;
	padding: 15px;
}
.nav li .ytMiniCart a:hover{
	border: none !important;
}

.ytMirroringButton{
	cursor: pointer;
}

.ytMirroredVideo video{
	transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-moz-transform:rotateY(180deg); /* Firefox */
}