@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

	.blog-post .blog-post-content a.blog-post-btn:hover, #navBar .top-bar .search-btn li.betubeSearch i:hover, .button:hover, .button:focus, .top-button .menu li a:hover, .topBar .socialLinks a:hover, .secondary-button:hover, .content .head-text .grid-system a.current, .content .main-heading .tabs li.tabs-title:last-of-type a:hover, footer #back-to-top:hover, .sidebar .widgetBox .tagcloud a:hover, footer .widgetBox .tagcloud a:hover, #carouselSlider .item .inner-item .item-title span, .inner-video .tabs .tabs-title > a:focus, .tabs-title > a[aria-selected='true'], .thumbs .thumbnails .ver-thumbnail .item-title span, .sidebar .widgetBox .widgetContent .profile-overview li a.active, .sidebar .widgetBox .widgetContent .profile-overview li a:hover, .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover, .singlePostDescription .description .inner-btn:hover, .followers .follower button:hover, .sidebar .widgetBox .widgetContent .accordion .accordion-item.is-active .accordion-title, .pagination span.current, .pagination a:hover, .topProfile .main-text h1, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .singlePostDescription .description a[rel='tag']:hover, .topProfile .profile-stats .profile-author-img .btn-upload:hover span, .topProfile-inner .upload-bg label:hover span, .topProfile .profile-stats .profile-subscribe button:hover, #navBar .top-bar .search-btn li.upl-btn a:hover, .top-button .menu li a.active, .SinglePostStats .media-object .social-share .post-like-btn form button:hover, .SinglePostStats .media-object .author-des .subscribe button:hover, .tabs-title > a:hover, .light-off-menu .responsive-search .input-group-button button:hover, #back-to-top:hover, #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a:hover, #navBar .middleNav .search-btns li.upl-btn a:hover, #navBar .middleNav .search-btns li.login a:hover, #navBar .middleNav .search-btns li.betubeSearch i:hover, .light-off-menu .off-social a:hover, #navBar .navFull .topbar-light-dark li.active a, #navBar .navFull-v2 .top-bar-light .search-btn li.search-active i, .pagination > .page-numbers.current, .pagination > li.current{ background: #FEC400 !important; } .blog-post .blog-post-heading p span a:hover, .blog-post .blog-post-heading h3 a:hover, .category-heading .cat-head i, .content .main-heading .head-title i, .profile-inner .heading i, .topProfile .profile-stats .profile-author-stats ul li div.li-text p.number-text, .content .head-text h4 i, input[type='radio']:checked + .customLabel::before, #navBar .top-bar li.active a i, #navBar .top-bar .menu > li:not(.menu-text) > a:hover i, #navBar .top-bar .dropdown.menu .submenu li a:hover i, #breadcrumb .breadcrumbs li i, #breadcrumb .breadcrumbs li a:hover, .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item i, .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item span a, .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li i, #footer-bottom .btm-footer-text p a, .singlePostDescription .description ul li a, a.liked, .light-off-menu .menu .active > a i, .topBar .topBarMenu .menu li a:hover, .topBar .topBarMenu .menu li a:hover i, #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a:hover i, #navBar .navFull .topbar-light-dark .topnews .newsTicker i, #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li a:hover, #navBar .topbar-full .topnews .newsTicker #newsBar li a:hover, #navBar .topbar-dark .topnews .newsTicker i{ color: #FEC400 !important; } .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover, .pagination span.current, .pagination a:hover, #navBar .top-bar .search-btn li.upl-btn a:hover, .SinglePostStats .media-object .social-share .post-like-btn form button:hover, .SinglePostStats .media-object .author-des .subscribe button:hover, #navBar .middleNav .search-btns li.upl-btn a:hover, #navBar .middleNav .search-btns li.login a:hover, .pagination > .page-numbers.current{ border-color:#FEC400 !important; } .top-button .menu li.dropdown-login .login-form{ border-color:#FEC400#ececec #ececec !important; } #navBar .navFull-v2 .top-bar-light .search-btn li.betubeSearch i:hover{ border-color:#FEC400 !important; } #navBar .top-bar li.active a, #navBar .top-bar .menu > li:not(.menu-text) > a:hover, #randomMedia .random-media-head .tabs li.is-active a, #randomMedia .random-media-head .tabs li a:hover{ border-bottom: 2px solid #FEC400 !important; } .sidebar .widgetBox .widgetContent .profile-overview a.button:hover, .profile-settings .setting-form .setting-form-inner .button:hover, .submit-post button[type='submit']:hover{ border-bottom: 3px solid #FEC400 !important; } #navBar .top-bar .dropdown.menu .submenu{ border-top: 2px solid #FEC400 !important; } a:hover, a{ color: #FEC400; } .light-off-menu .off-menu-close{ background-color: #337dad !important; } .button, .top-button .menu li a{ background-color: #272A31 !important; } .blog-post .blog-post-heading h3 a, h1, h2, h3, h4, h5, h6, .sidebar .widgetBox .widgetContent .video-box .video-box-content h6 a, .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a, .SinglePostStats .media-object .author-des .post-title h4, .SinglePostStats .media-object .author-img-sec p a, .profile-inner .profile-videos .profile-video .media-object .video-content h5 a{ color: #fff; } #breadcrumb{ background: #444444; } .off-canvas-content{ background: #f0f0f0 !important; } #breadcrumb .breadcrumbs li a, #breadcrumb .breadcrumbs li, ul.breadcrumbs{ color: #aaaaaa !important; } #verticalSlider{ background: #303030 !important; } .sidebar .sidebarBg{ background: rgb(26, 29, 35) !important; } footer{ background:rgb(26, 29, 35)!important; } footer .widgetBox .widgetTitle h5{ color: #ececec !important; } footer .widgetBox .textwidget, footer .widgetBox .tagcloud a, footer .widgetBox ul li a, footer .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a, footer .widgetBox .widgetContent .media-object .media-object-section .media-content p span, #footer-bottom .btm-footer-text p, footer .widgetBox .item.twitter-item i, footer .widgetBox .item.twitter-item span, footer .widgetBox .textwidget p{ color: #aaaaaa !important; } footer .widgetBox .tagcloud a{ background: #6c6c6c !important; } #footer-bottom{ background: #2e2e2e !important; } #betubeloader-animation{ background-image:url(http://demo.beetube.me/wp-content/uploads/2016/10/betube-loader.gif) !important; } #betubeloader-container{ background-color: #ffffff !important; } 	body#boxed{
				background-color:#fff !important;
		background-image:url("");
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
		background-attachment:;
			}
	</style><style type="text/css" title="dynamic-css" class="options-output">body{font-family:"ar0";line-height:24px;font-weight:400;font-style:normal;color:#6c6c6c;font-size:13px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading body,{opacity: 0;}.ie.wf-loading body,{visibility: hidden;}h1{font-family:"ar0";line-height:36px;font-weight:700;font-style:normal;color:#444;font-size:36px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h1,{opacity: 0;}.ie.wf-loading h1,{visibility: hidden;}h2{font-family:"ar0";line-height:30px;font-weight:700;font-style:normal;color:#444;font-size:30px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h2,{opacity: 0;}.ie.wf-loading h2,{visibility: hidden;}h3{font-family:"ar0";line-height:24px;font-weight:700;font-style:normal;color:#fff;font-size:24px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h3,{opacity: 0;}.ie.wf-loading h3,{visibility: hidden;}h4{font-family:"ar0";line-height:18px;font-weight:700;font-style:normal;color:#fff;font-size:18px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h4,{opacity: 0;}.ie.wf-loading h4,{visibility: hidden;}h5{font-family:"ar0";line-height:16px;font-weight:700;font-style:normal;color:#fff;font-size:16px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h5,{opacity: 0;}.ie.wf-loading h5,{visibility: hidden;}h6{font-family:"ar0";line-height:14px;font-weight:700;font-style:normal;color:#444;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h6,{opacity: 0;}.ie.wf-loading h6,{visibility: hidden;}

.wp-pagenavi{ text-align: center; padding-bottom: 10px;
}
.wp-pagenav strong { background:#2c659e; }
.wp-pagenavi a{ background: #FFCC00; color: black;text-decoration: none; padding: 3px 10px; }
.movie_d{ background: #FEC400; text-align: center; padding: 10px 0;}
.movie_d a{ color:#fff;}
.movie_d a:hover{ color:#000;}