.hide {
	display: none;
}
/*something else*/
.tlakdev_youtube {
    position: relative;
    padding: 5px 45px 5px 0;
}
.tlakdev_youtube_container {
    margin: 0 auto;
}
.tlakdev_youtube .iframe_area {
    float: left;
    background-color: #000;
}
.tlakdev_youtube .iframe_area iframe {
    display: block;
    height: 450px;
    margin: 0 auto;
}
.tlakdev_youtube .video_list_area {
    background-color: #404143;
    float: left;
    position: relative;
    overflow: hidden;
}
.tlakdev_youtube .video_list_area .video_list_area_scrollable {
    position: absolute;
    left: 0 !important;
}
.tlakdev_youtube .video_list_area .td_video_thumb {
    background-color: #151515;
    display: block;
    width: 100%;
    margin-bottom: 1px;
    clear: both;
    height: 95px;
}

.tlakdev_youtube .video_list_area .td_video_thumb.video_active {
    background-color: #404143;
}
.tlakdev_youtube .video_list_area .td_video_thumb img {
    display: block;
    float: left;
    height: 95px;
    margin-right: 10px;
}
.tlakdev_youtube .video_list_area .td_video_thumb .thumb_title {
    font-weight: bold;
    color: #3B8DBC;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    overflow: hidden !important;
    display: block;
}
.tlakdev_youtube .video_list_area .td_video_thumb .thumb_description {
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
}
@media screen and (max-width: 399px) {
	.tlakdev_youtube {
		height: 100%;
		padding-right: 5px;
	}
	.tlakdev_youtube_container {
		width: 98%;
	}
	.tlakdev_youtube .iframe_area {
		width: 98%;
	}
	.tlakdev_youtube .iframe_area iframe {
		height: 250px;
		width: 98%;
	}
	.tlakdev_youtube .video_list_area {
		height: 192px;
		width: 98%;
	}
}
@media screen and (min-width: 400px) and (max-width: 764px) {
	.tlakdev_youtube {
		height: 430px;
		padding-right: 5px;
	}
	.tlakdev_youtube_container {
		width: 390px;
	}
	.tlakdev_youtube .iframe_area {
		width: 390px;
	}
	.tlakdev_youtube .iframe_area iframe {
		height: 250px;
		width: 390px;
	}
	.tlakdev_youtube .video_list_area {
		height: 192px;
		width: 390px;
	}
}
@media screen and (min-width: 765px) and (max-width: 1083px) {
	.tlakdev_youtube {
		height: 265px;
	}
	.tlakdev_youtube_container {
		width: 765px;
	}
	.tlakdev_youtube .iframe_area {
		width: 390px;
	}
	.tlakdev_youtube .iframe_area iframe {
		height: 265px;
		width: 385px;
	}
	.tlakdev_youtube .video_list_area {
		height: 265px;
		width: 335px;
	}
}
@media screen and (min-width: 1084px) and (max-width: 1339px) {
	.tlakdev_youtube {
		height: 450px;
	}
	.tlakdev_youtube_container {
		width: 1040px;
	}
	.tlakdev_youtube .iframe_area {
		width: 590px;
	}
	.tlakdev_youtube .iframe_area iframe {
		width: 580px;
		height: 450px;
	}
	.tlakdev_youtube .video_list_area {
		height: 450px;
		width: 450px;
	}
}
@media screen and (min-width: 1340px) {
	.tlakdev_youtube {
		height: 450px;
	}
	.tlakdev_youtube_container {
		width: 1315px;
	}
	.tlakdev_youtube .iframe_area {
		width: 850px;
	}
	.tlakdev_youtube .iframe_area iframe {
		width: 580px;
		height: 450px;
	}
	.tlakdev_youtube .video_list_area {
		height: 450px;
		width: 450px;
	}
}
.tlakdev_youtube.tlakdev_video_single {
    padding: 5px;
}
.tlakdev_youtube.tlakdev_video_single .tlakdev_youtube_container {
	width: 100%;
}
.tlakdev_youtube.tlakdev_video_single .iframe_area {
	width: 100%;
	background-color: #FFF;
}
.tlakdev_youtube.tlakdev_video_single .iframe_area iframe {
	margin: 0 auto;
}
/*scrollbar*/
/* perfect-scrollbar v0.6.13 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }
.sponsor_section {
	margin-bottom: 50px;
}
.sponsor_title {
	color: #f7922d !important;
	font-size: 14pt !important;
	text-align: center;
	display: block;
	width: 100%;
}
.sponsor_logo {
	display: block;
	text-align: center;
}
.sponsor_logo.logo_33 {
	width: 33%;
	float: left;
}
.sponsor_logo.logo_50 {
	width: 50%;
	float: left;
}
.sponsor_logo.logo_100 {
	width: 100%;
}
.sponsor_logo.logo_row {
	margin: 0 auto;
	float: none;
}
.sponsor_image {
	max-width: 200px;
}
.sponsor_imageosa {
    max-width: 75px;
}
.sponsor_logo.dual_image .sponsor_image {
	display: block;
	margin-top: 10px;
	margin: 0 auto;
}