/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
body{
	font-family:'Open Sans';
	font-weight:400;
	background:#FFF!important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
.site-content{
	margin-top:0px;
}

.nav-first{
	height:26px;
	background:url(img/nav-top-bg.png);
}
.main-link{
	color:#0099FF;
	padding:0px 21px 3px;
	float:right;
	text-transform:UPPERCASE;
	font-weight:700;
}
.main-link:hover{
	background:#0099FF;
	color:#330066;
	text-decoration:none;
}
.main-phone{
	font-size:14px;
	color:#66FF33;
	float:right;
	margin-right:20px;
	margin-left:20px;
	font-weight:300;
	letter-spacing:1px;
}
.main-phone strong{
	font-weight:700;
}

.pa5{padding:5px;}
.pt5{padding-top:5px;}
.pb5{padding-bottom:5px;}
.ptb5{padding:5px 0px;}
.pl5{padding-left:5px;}
.pr5{padding-right:5px;}
.plr5{padding:0px 5px;}
.pa10{padding:10px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}
.ptb10{padding:10px 0px;}
.pl10{padding-left:10px;}
.pr10{padding-right:10px;}
.plr10{padding:0px 10px;}
.pa20{padding:20px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.ptb20{padding:20px 0px;}
.pl20{padding-left:20px!important;}
.pr20{padding-right:20px;}
.plr20{padding:0px 20px;}
.pa30{padding:30px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.ptb30{padding:30px 0px;}
.pl30{padding-left:30px;}
.pr30{padding-right:30px;}
.plr30{padding:0px 30px;}
.pa40{padding:40px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.ptb40{padding:40px 0px;}
.pl40{padding-left:40px;}
.pr40{padding-right:40px;}
.plr40{padding:0px 40px;}
.pa50{padding:50px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.ptb50{padding:50px 0px;}
.pl50{padding-left:50px!important;}
.pr50{padding-right:50px;}
.plr50{padding:0px 50px;}
.pzero{
	padding:0px!important;
}

.ma5{margin:5px;}
.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}
.mtb5{margin:5px 0px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mlr5{margin:0px 5px;}
.ma10{margin:10px;}
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mtb10{margin:10px 0px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mlr10{margin:0px 10px;}
.ma20{margin:20px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mtb20{margin:20px 0px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.mlr20{margin:0px 20px;}
.ma30{margin:30px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mtb30{margin:30px 0px;}
.ml30{margin-left:30px;}
.mr30{margin-right:30px;}
.mlr30{margin:0px 30px;}
.ma40{margin:40px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.mtb40{margin:40px 0px;}
.ml40{margin-left:40px;}
.mr40{margin-right:40px;}
.mlr40{margin:0px 40px;}
.ma50{margin:50px;}
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.mtb50{margin:50px 0px;}
.ml50{margin-left:50px;}
.mr50{margin-right:50px;}
.mlr50{margin:0px 50px;}
.mt0{margin-top:0px;}
.mb0{margin-bottom:0px;}
.mlauto{margin-left:auto;}
.mrauto{margin-right:auto;}
.mcenter{margin:0px auto;}
.mzero{
	padding:0px!important;
}
.pad8{padding:0px 8%;}
.pr5{padding-right:5%;}
.pl5{padding-left:5%;}
.gay, .chopper{ max-width:1200px; margin:0 auto!important; padding:0px 10px; }

.chopper-md{ max-width:1016px; margin:0 auto!important; padding:0px 10px; }
.chopper-small{ max-width:900px; margin:0 auto!important; padding:0px 10px; }

.border{border:thin solid #ccc;}

.clear{clear:both;}

.left{float:left;}

.right{float:right;}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family:'Open Sans' !important;
	font-weight:400  !important; line-height:115%  !important;
}
/*Main Nav*/
/* New Nav */
.apple-icon-mobile{
	position:absolute;
	left:0px;
	top:-26px;
	z-index:100;
	background-image:none;
	width:160px;
	height:75px;
	transition:background-image 0.5s ease;
}
.apple-icon-mobile:hover{
	background-image:url(img/nav-apple-icon-over.png);
	background-repeat:no-repeat;
}
.apple-icon{
	position:absolute;
	left:0px;
	top:-26px;
	z-index:100;
	background-image:none;
	width:160px;
	height:75px;
	transition:background-image 0.5s ease;
}
.apple-icon:hover{
	background-image:url(img/nav-apple-icon2-over.png);
	background-repeat:no-repeat;
}
/* navA */
.navA{
	background:#282A2B;
}
.searchbar {
  height: 21px !important;
  padding: 2px 12px !important;
  font-size: 12px !important;
  border-radius: 10px 0px 0px 10px !important;
}
.searchbtn{
  padding: 2px 8px !important;
  font-size: 12px !important;
  border-radius: 0px 10px 10px 0px !important;
  line-height:15px !important;
}
.navA .link{ color:#FFF;margin-right:15px; }

.headersearch { 
	position: absolute; 
	right: 20px; 
	top: 20px; 
	z-index: 102; 
	max-height: 40px; 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.headersearch-sm{
	top:5px;
}
.headersearch form { float: left; }
.headersearch input { text-indent: -500px; cursor: pointer; border: 0px; width: 40px; background-image: url(img/search-new.png); background-color: rgb(102, 255, 51); padding: 8px 0px 7px; margin-bottom: 0px; transition: width 0.3s, background-color 0.3s; -webkit-transition: width 0.3s, background-color 0.3s; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; font-family: 'Open Sans', sans-serif; background-position: 3px 50%; background-repeat: no-repeat no-repeat; }
.headersearch input:hover { background-color: rgb(245, 245, 245); }
.headersearch input:focus { color: rgb(85, 85, 85); background-color: rgb(245, 245, 245); text-indent: 25px; width: 200px; cursor: text; padding-left: 15px; padding-right: 15px; }
.sidebar-nav {
    padding: 9px 0;
}

/*Footer*/
.footer-top{
	padding:62px 0px 72px 0px;
	background:#330066;
	font-size:14px;
	line-height:25px;
	color:#0099FF;
}
.footer-top strong{
	color:#0099FF;
	font-size:16px;
	font-weight:700;
}
.footer-bottom{
	padding:18px 0px;
	font-size:13px;
	color:#939598;
	background:#282A2B;
}
.large-green{
	float:left;
	padding-top:20px;
	font-family:'Open Sans';
	color:#66CC33;
	font-size:36px;
	font-weight:200;
	line-height:40px;
}
.social-twitter::before { content: ''; }
.social-facebook::before { content: ''; }
.social-gplus::before { content: ''; }
.social-pinterest::before { content: ''; }
.social-youtube::before { content: ''; }
.social-linkedin::before { content: ''; }
.icon-flag::before { content: '⚑'; }
.icon-mail::before { content: '✉'; }
.social { }
.social ul { margin: 0px; padding: 0px; }
.social li { float: left; display: inline; margin: 0px; padding: 0px; }
.social li:last-child { margin-right: 0px; }
.social li a { float: left; width: 50px; height: 50px; opacity: 1; background-color: transparent; margin: 0px 5px 5px 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; box-sizing: border-box; border: 1px solid rgba(0, 153, 255, 1); background-position: initial initial; background-repeat: initial initial; }
.social li a:hover { border: 0px; }
.social li a:hover .s_icon { margin-left: 1px; margin-right: 1px; margin-top: 1px; }
.social .s_icon { float: left; font-size: 20px; color: rgb(255, 255, 255); text-align: center; width: 50px; line-height: 50px; }
.social li a:hover .s_icon { color: rgb(255, 255, 255); }
.social ul li a.so_facebook:hover { background-color: rgb(70, 114, 179); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_twitter:hover { background-color: rgb(9, 155, 204); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_gplus:hover { background-color: rgb(218, 74, 56); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_pinterest:hover { background-color: rgb(195, 37, 36); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_vimeo:hover { background-color: rgb(139, 178, 37); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_youtube:hover { background-color: rgb(203, 50, 44); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_linkedin:hover { background-color: rgb(46, 140, 194); background-position: initial initial; background-repeat: initial initial; }
.social ul li a.so_rss:hover { background-color: rgb(233, 118, 51); background-position: initial initial; background-repeat: initial initial; }
.customlist, .customlist ul, .customlist li { list-style: none; margin: 0px; padding: 0px; font-size: 14px; }
.customlist li { margin-bottom: 10px; }
.customlist i { font-size: 18px; vertical-align: bottom; }
.yamm{ background:url(img/nav-bg.png); }
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: relative;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* Grid demo styles */
.grid-demo {
  padding: 10px 30px;
}
  .grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
    line-height: 2;
    background-color: #e5e1ea;
    border: 1px solid #d1d1d1;
  }
/* Grid demo styles */
.grid-demo {
  padding: 10px 30px;
}
.grid-demo [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: center;
	line-height: 2;
	background-color: #e5e1ea;
	border: 1px solid #d1d1d1;
}
.yamm .dropdown:hover .dropdown-menu {
    display: block;
 }
 
 
.yamm .dropdown-menu { background: rgb(51,0,102); /* The Fallback */background:rgba(51,0,102,0.9);position: absolute; top: 65px; left: 0px; z-index: 1000; display: none; float: left; min-width: 160px; margin: 0px; list-style: none; font-size: 14px;  border: 0px solid rgba(0, 0, 0, 0.14902); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 6px 12px; box-shadow: rgba(0, 0, 0, 0) 0px 6px 12px; background-clip: padding-box; overflow:hidden;box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);}

.white-txt{ color:#FFFFFF; }

.text-white{ color:#FFFFFF!important; }
.text-black{ color:#000000!important; }
.text-yellow{ color:#FFC627!important; }
.text-orange{ color:#FF9900!important; }
.text-green{ color:#66CC33!important; }
.text-neongreen{ color:#66ff33!important; }
.text-blue{ color:#0099FF!important; }
.text-purple{ color:#330066!important; }

.text-white a{ color:#FFFFFF!important; }
.text-black a{ color:#000000!important; }
.text-yellow a{ color:#FFC627!important; }
.text-green a{ color:#66CC33!important; }

.text-48{ font-size:48px!important; }
.text-40{ font-size:40px!important; }
.text-30{ font-size:30px!important; }
.text-24{ font-size:24px!important; }
.text-20{ font-size:20px!important; }
.text-18{ font-size:18px!important; }
.text-16{ font-size:16px!important; }
.text-14{ font-size:14px!important; }
.text-13{ font-size:13px!important; }
.text-12{ font-size:12px!important; }
.text-11{ font-size:11px!important; }
.text-10{ font-size:10px!important; }
.text-9{ font-size:9px!important; }
.text-8{ font-size:8px!important; }

.text-line-50{ line-height:50px!important; }
.text-line-35{ line-height:35px!important; }
.text-line-20{ line-height:20px!important; }

.text-light{ font-weight:300!important; }
.text-normal{ font-weight:400!important; }
.text-semibold{ font-weight:600!important; }
.text-bold{ font-weight:700!important; }
.text-extrabold{ font-weight:800!important; }
.text-liteitalic{ font-weight:300!important;font-style: italic!important; }

.bg-color-white{
	background:#ffffff;
}

.one-edge-shadow {
	-webkit-box-shadow: 0 8px 16px -6px black;
	   -moz-box-shadow: 0 8px 16px -6px black;
	        box-shadow: 0 8px 16px -6px black;
}
.inner-shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}
.shadow {
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 2px 5px 5px rgba(68,68,68,0.4);
	-webkit-box-shadow: 2px 5px 5px rgba(68,68,68,0.4);
	box-shadow: 2px 5px 5px rgba(68,68,68,0.4);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.gray-shadow{
	background:url(/wp-content/uploads/2014/03/3bg.png) repeat-x #ededed;
}
.blueline{
	width:100%;
	border-bottom:thin solid #0099FF;
	margin:10px 0px;
}

.footer-input{
	background: transparent;
	border-color:#66CC33;
}
.little-blue-headline{
	color:#0099FF;
	font-size:12px;
	text-transform:uppercase;
}


.footer-top .customlist li { margin-bottom: 0px; }
.footer-top .customlist li a { color:#FFF; }

.dropdown-menu .customlist li { margin-bottom: 0px; }
.dropdown-menu .customlist li a { 
	color:#FFFFFF;
	font-size:18px;
	padding:0px;
}
.dropdown-menu .customlist li a:hover {
	border-bottom:none;
	text-decoration:none;
	color:#66FF33;
}

.dropdown-menu .title {
	color:#66FF33!important;
	font-size:18px!important;
	padding:0px!important;
	margin:20px 0px!important;
	border-bottom:none!important;
	text-decoration:none!important;
	float:left;
	width:100%;
}
.section-title{
	font-size:20px;
	line-height:25px;
	float:left;
	padding-bottom:10px;
	font-weight:600;
}

h1,h2,h3,h4,h5,h6{
	font-weight:400px!important;
}
h1{
	font-size:43px!important;
}
h2{
	font-size:36px!important;
}
h3{
	font-size:27px!important;
}
h4{
	font-size:20px!important;
}
h5{
	font-size:16px!important;
}
h6{
	font-size:14px!important;
}


.wpb_button { 
	display:inline-block!important;
	margin-bottom:0!important;
	font-weight:300!important;
	text-align:center!important;
	vertical-align:middle!important;
	cursor:pointer!important;
	background-image:none!important;
	border:1px solid transparent!important;
	white-space:nowrap!important;
	padding:8px 15px!important;
	font-size:14px!important;
	line-height:1.666!important;
	border-radius:4px!important;
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important;
	-webkit-transition:all .3s linear!important;
	transition:all .3s linear!important;
}
.wpb_button:hover, .wpb_button:active, .wpb_button.active, .wpb_button.disabled, .wpb_button[disabled] { background-color: #555555!important; }

.wpb_wpb_button{
	color:#000!important;
	background-color:#fff!important;
	border-color:#ccc!important;
}
.wpb_wpb_button:hover{ color:#FFF!important; }
.wpb_btn-primary { background-color: rgb(0, 153, 255)!important; }
.wpb_btn-info { background-color: rgb(51, 0, 102)!important; }
.wpb_btn-success { background-color: rgb(102, 204, 51)!important; }
.wpb_btn-warning { background-color: rgb(255, 153, 30)!important; }
.wpb_btn-danger { background-color: rgb(239, 55, 66)!important; }
.wpb_btn-inverse { background-color: rgb(255, 198, 39)!important; }

.bb-top-title{ font-size:14px!important; }
.post-title{ font-size:18px!important;display:inline!important;line-height:25px!important;margin-bottom:10px!important;font-weight:600!important;float:left; }
.post-title a{ color:#000!important; }
.vc_read_more{color:#0099FF; }
 
.nav-list .nav-header{display:block;padding:8px 25px;background:#66CC33;font-size:14px;font-weight:300;line-height:1.666;color:#FFF;text-transform:capitalize;}.nav-list li+.nav-header{margin-top:-10px!important;}.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 0px 0 rgba(255,255,255,0.5)}
.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;margin-top:0px!important;}
.nav-list>li>a:hover,.nav-list>li>a:focus{background-color:#330066;color:#66CC33;}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#66CC33;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#330066;}
.nav-list li+.nav-header{margin-top:0px!important}
.dwal{min-height:20px;padding:0px!important;margin-bottom:20px;background-color:#fff;border:1px solid #ededed;border-bottom:1px solid #d1d1d1;border-radius:5px;overflow:hidden;}

.isotope-inner{
	display:block;
	margin-bottom:23px;
	line-height:1.666;
	background-color:#fcfcfc;
	border:1px solid #eee;
	border-bottom:1px solid #d1d1d1;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:0px 10px 20px;
}
.post-thumb{
	padding:10px 0px 10px 10px;
}
a.isotope-inner:hover,a.isotope-inner:focus,a.isotope-inner.active{
	border-color:#66CC33
}
.isotope-inner .entry-content{
	padding:20px;
	color:#555;
}
a.isotope-inner{
	padding:4px;
}

.shadow-top {
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}
.aio-icon{
	border-radius:5px!important;
}

.nav-small-blue{
	width:100%;
	background:rgba(0,153,255,0.15);
	font-size:14px;
}
.nav-small-blue .title{
	color:#0099FF;
	font-weight:700;
	float:left;
	padding:13px 0px 3px 3%;
	margin-right:20px;
}

.nav-small-blue > li {
  float: left;
}
.nav-small-blue > li > a {
	margin-top:5px;
  padding-top:8px;
  padding-bottom:7px;
  font-size:14px;
  color:#0099FF;
}
.nav-small-blue > li > a:hover {
	color:#fff;
	background-color:#0099FF;
}
.nav-small-blue > li + li {
  margin-left: 5px;
}
.nav-small-blue > li.active > a,
.nav-small-blue > li.active > a:focus {
  color: #0099FF;
  background-color: #FFF;
}
.nav-small-blue > li.active > a:hover{
	color:#fff;
	background-color:#0099FF
}
.video-js {
    width: auto !important; /* override the plugin's inline dims to let vids scale fluidly */
    height: auto !important;
}
.video-js .vjs-control-bar { display: block; }
.video-js video {position: relative !important;}

.divider{
	border-bottom:1px solid #000;
	float:left;
	margin:0px 0px 10px;
	width:100%;
	font-size:9px;
}
.dividerspace{
	float:left;
	margin:0px 0px 10px;
	width:100%;
	font-size:9px;
}
#myModal .modal-dialog  {width:80%;}
.playbtnwhite{
	color:#FFF;
	text-decoration:none;
	position:relative;
	text-align:center;
	display:block;
	width:100px;
}
.playicowhite{
	font-size:50px;
	padding:10px 10px 10px 15px;
	border-radius: 50%;
	border:2px solid #fff;
}
.playtxtwhite{
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
}
.playbtnwhite:hover{
	color:#66FF33;
	text-decoration:none;
}
.playbtnwhite:hover .playicowhite{
	border:2px solid #66FF33;
}

.playbtnblue{
	color:#0099FF;
	text-decoration:none;
	position:relative;
	text-align:center;
	display:block;
	width:100px;
}
.playicoblue{
	font-size:50px;
	padding:10px 10px 10px 15px;
	border-radius: 50%;
	border:2px solid #0099FF;
}
.playtxtblue{
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
	line-height:50px;
	text-transform:uppercase;
}
.playbtnblue:hover{
	color:#66FF33;
	text-decoration:none;
}
.playbtnblue:hover .playicoblue{
	border:2px solid #66FF33;
}
.promo{
	background:#FF9900;
	width:100%;
	padding:3px 0px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	display:none;
}
#featured-video{
	margin:15px 0px 10px;
}
.no-bows .spg-post-date{
	display:none;
}
.no-blades .spg-thumb{
	display:none;
}
.the-eye .spg-pagination, .the-eye .spg-order{
	display:none;
}
.img-rounded img{
	border-radius:5px;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  color: black!important;
}
*:-moz-placeholder {
  color: black!important;
}
*:-ms-input-placeholder { /* IE10+ */
  color: black!important;
}
@media (max-width:946px) {
	 #pd360-btns{display:none;} 
}
@media (max-width:1199px) {
	 .gay, .chopper{ padding:0px 8%!important; }
}
.pills .ui-tabs-panel{
	background:none!important;
}
.pills .ui-tabs-nav li{
	margin:10px 5px 10px 0px!important;
	background:#ededed;
	border-radius:5px!important;
}
.pills .ui-tabs-nav li a{
	color:#0099FF!important;
}
.pills .wpb_tabs_nav li a:focus{
	color:#FFF!important;
	background-color:#66CC33!important;
	border-radius:5px!important;
}
.pills .wpb_tabs_nav li a:hover{
	background-color:#66CC33!important;
	border-radius:5px!important;
	color:#FFF!important;
}
.pills .ui-tabs-panel:first-of-type{
	/*display:none!important;*/
}
.pills .ui-tabs-nav li:first-child:active > .pills .ui-tabs-panel:first-of-type{
	 display:block!important;
}
.green-hover .aio-icon:hover{
	background:#66CC33!important;
}
.purple-hover .aio-icon:hover{
	background:#330066!important;
}
.yellow-hover .aio-icon:hover{
	background:#FFC627!important;
}
.blue-hover .aio-icon:hover{
	background:#0099FF!important;
}
.orange-hover .aio-icon:hover{
	background:#FF9900!important;
}
.red-hover .aio-icon:hover{
	background:#EF3741!important;
}
/*.aio-icon:hover{
	background:#333!important;
}*/
img#wpstats{display:none}
.hideme{ display:none; }

/*
STORE
*/
#nav2 ul{
	margin:8px 0px 8px 20%;
}
#nav2 li{
	display:inline;
	padding-right:4%;
}
#nav2 li a{
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	color:#666666;
	text-decoration:none;
}
#nav2 li a:hover{
	color:#1f1c74;
}
#nav2 .selected{
	color:#7FC241;
}
.title{
	padding:0px 5px 0px 30px;
}
#featured{
	margin:10px 0px 10px 30px;
	border-top:#cccccc thin solid;
	overflow:hidden;
	padding-top:20px;
}
.product{
	height:150px;
	float:left;
}
.productImage{
	float:left;
}
#featured .productText{
	color:#333333;
	font-size:13px;
	font-weight:bold;
	float:right;
	width:189px;
	text-decoration:none;
}
#featured .productPrice{
	color:#121772;
	font-size:18px;
	font-weight:bold;
	float:right;
	width:189px;
	text-decoration:none;
}
.productPrice2{
	color:#121772;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
}
#search{
	float:right;
	margin-right:20px;
	width:189px;
}
#topnav{
	font-family:'Open Sans';
	font-size:12px;
	font-weight:400;
	color:#666666;
	float:right;
}
#topnav a{
	color:#666666;
	text-decoration:none;
}
#topnav a:hover{
	color:#1f1c74;
}
#search{
	float:right;
	margin-right:20px;
	width:189px;
}
#searchbar{
	position:relative;
	background:url(img/store/search.png) no-repeat;
	width:190px;
	height:25px;
}
#searchbar .searchbox{
	font-family:Helvetica, Arial, sans-serif;
	border:none;
	font-size:12px;
	color:#666666;
	width:150px;
	position:absolute;
	left:10px;
	background-color: transparent;
	margin:0px;
	top:5px;
}
#searchbar .searchbtn{
	position:absolute;
	background:url(img/store/search.png) no-repeat right;
	width:27px;
	height:25px;
	right:0px;
	top:0px;
	border:none;
	cursor:hand;
}
.stick-to-bottom-container{
	position:relative;
}
.stick-to-bottom{
	position:absolute;
	left:0px;
	bottom:0px;
}
.border-blue{
	border:1px solid #0099FF;
}
.border-green{
	border:1px solid #66CC33;
}
.border-orange{
	border:1px solid #FF9900;
}