/* ==========================================================================
	Roadmap
   ========================================================================== 
1- General Theme Settings
2- Radio and Checkbox
3- Home Page V1
	i) Top
	ii)NavBar
4- premium Videos
5- Category
6- main content
	i) conteFnt with sidebar
7- movie Section
8- footer
9- sidebar
10-carousel slider
11-off canvas menu
12- open heading
13-Random media
14- vertical thumb slider
15- Single Video Post
16- Profile Page
17- submit post page
18- login-register
19- pagination
20- page content
21- blog
22- 404 error page
*/
/* ==========================================================================
	1- General Theme Settings
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

body {
  background-color: #f0f0f0; }

img {
  object-fit: cover;
  -o-object-fit: cover; }
.padding-right-remove{
  padding-right: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-style: none !important; }

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #6c6c6c; }

.off-canvas-content,
.off-canvas-content {
  background: #f0f0f0; }

.object-fit_fill {
  -o-object-fit: fill;
  object-fit: fill; }

.object-fit_contain {
  -o-object-fit: contain;
  object-fit: contain; }

.object-fit_cover {
  -o-object-fit: cover;
  object-fit: cover; }

.object-fit_none {
  -o-object-fit: none;
  object-fit: none; }

.object-fit_scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down; }
p{
	color: #6c6c6c !important;
}
.transition, .secondary-button, .secondary-button i, .hover-posts, .topBar .socialLinks a, .topBar .socialLinks a i, .top-button .menu li a, .top-button .menu li.dropdown-login .login-form input[type="submit"], .top-button .menu li.dropdown-login .login-form p a.newaccount, #navBar .top-bar .search-btn li.search i, #navBar .top-bar .search-btn li.upl-btn a, #navBar .topbar-full .search-bar-full .icon-btn i, #navBar .navBlack .topbar-light-dark .search-btn li.search i, #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a, #navBar .middleNav .search-btns li.search i, #navBar .middleNav .search-btns li.upl-btn a, #navBar .middleNav .search-btns li.login a, #premium .owl-carousel .item, #premium .owl-carousel .item figure.premium-img figcaption, .content .post .post-thumb .video-stats, .content .main-heading .tabs li.tabs-title a, .content .main-heading .tabs li.tabs-title:last-of-type a, footer .widgetBox .tagcloud a, footer .widgetBox .widgetContent form button[type="submit"], footer .widgetBox .widgetContent .secondary-button, .sidebar .widgetBox .widgetContent .profile-overview li a, .sidebar .widgetBox .tagcloud a, #carouselSlider .item .inner-item .item-title, .light-off-menu .off-social a, .light-off-menu .off-social a i, .dark-off-menu .top-button .menu li:first-of-type a, #breadcrumb .breadcrumbs li a, .SinglePostStats .media-object .author-des .subscribe button, .SinglePostStats .media-object .social-share .post-like-btn form button, .SinglePostStats .media-object .social-share .post-like-btn form button i, .singlePostDescription .description .inner-btn, .showmore_trigger span, .comments .comment-box .media-object .comment-textarea input[type="submit"], .main-comment .media-object .comment-desc .comment-btns span a, .main-comment .media-object .comment-desc .comment-btns span a i, .followers .follower button, .profile-inner .show-more-inner .show-more-btn, .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn, .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn i, .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"], .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] i, .pagination a, .blog-post .blog-post-content a.blog-post-btn, .blog-post .blog-post-content .blog-post-extras .extras a, .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button], .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button] span, .blog-post .blog-post-content .blog-pagination a, .blog-post .blog-post-content .blog-pagination a i {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }

.row-btn {
  margin: 30px 0; }

.button {
  font-weight: bold;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase; }
  
button {
  font-weight: normal !important;
  border-radius: 5px;
  margin: 0;
  text-transform: uppercase; outline:none !important; }

.secondary-button {
  width: 30px;
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #ccc;
  border:1px solid #bbb;
  display: inline-block;
  color: #8e8e8e;
  text-align: center; }
  .secondary-button i {
    color: #8e8e8e;
    font-size: 16px; }
  .secondary-button:hover {
    background: #00528D;
    color: #fff; }
    .secondary-button:hover i {
      color: #fff; }

.like_button 
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #8e8e8e;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:0px !important;
	padding-right:10px;
	text-align: center; 
	
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	font-size: 16px !important; 
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.like_button.active 
{
	background: #00528D !important;
	color: #fff !important;
	border: 1px solid #00528D; 
}
	
.secBg {
  background: #fff;
  border: 1px solid #ececec; }

.thumb-border {
  border: 1px solid #ececec; }

.hover-posts {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 5;
  top: 0;
  text-align: center;
  transform: scale(0); }
  .hover-posts span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize; }
    .hover-posts span i {
      color: #fff;
      font-size: 36px;
      display: block;
      margin-bottom: 5px; }

.padding-14 {
  padding: 14px 0; }

.removeBorder {
  border: none !important; }

.removeBorderBottom {
  border-bottom: none !important; }

.removePad {
  padding: 0 !important; }

.removePadRight {
  padding-right: 0 !important; }

.removeMargin {
  margin: 0 !important; }

.googleAdv {
  padding: 30px 0;
  text-align: center; }

.form-error {
  margin-top: 0 !important;
  color: #00528D; }

.borderBottom {
  border-bottom: 1px solid #ececec; }

.pad-bottom-30 {
  padding-bottom: 30px; }

.whiteBg {
  background: #fff;
  border-bottom: 1px solid #ececec; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #444444 !important; }

.owl-theme .owl-dots .owl-dot span {
  background: #00528D !important;
  margin: 2px !important; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.breadMargin {
  margin-bottom: 30px; }

.loadMore {
  margin-bottom: 100px;
  margin-top: 20px; }
  .loadMore .button {
    padding-left: 40px;
    padding-right: 40px; }

/* ==========================================================================
	2- Radio and Checkbox
   ========================================================================== */
.customLabel {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px; }

.wrapper {
  width: 500px;
  margin: 50px auto; }

input[type=radio],
input[type=checkbox] {
  display: none; }

.customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  color: #f9f9f9;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: transparent;
  border: 1px solid #999;
  font-size: 11px;
  line-height: 15px;
  text-align: center; }

.radio .customLabel:before {
  border-radius: 8px; }

.checkbox .customLabel {
  margin-bottom: 10px; }

.checkbox .customLabel:before {
  border-radius: 3px; }

input[type=radio]:checked + .customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  color: #00528D;
  font-size: 11px;
  text-align: center;
  line-height: 15px; }

input[type=checkbox]:checked + .customLabel:before {
  content: "\f0c8";
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #00528D;
  text-align: center;
  line-height: 15px; }

/* ==========================================================================
	3- Home Page v1 i) Top
   ========================================================================== */
.topBar {
  
    padding: 5px 0px;
	display:block !important;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #f3f3f3;
    border-top: 0px solid;
    border-bottom-color: #ccc;
}
  .topBar .socialLinks a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
    .topBar .socialLinks a i {
      color: #8e8e8e; }
    .topBar .socialLinks a:hover {
      background: #00528D; }
      .topBar .socialLinks a:hover i {
        color: #fff; }
  .topBar .topBarMenu .menu li a {
    padding: 8px 10px 8px 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #6c6c6c;
    display: inline-block; }
    .topBar .topBarMenu .menu li a i {
      display: inline-block;
      font-size: 12px;
      color: #6c6c6c; }
    .topBar .topBarMenu .menu li a:hover {
      color: #00528D; }
      .topBar .topBarMenu .menu li a:hover i {
        color: #00528D; }

.topBarBlack {
  background: #303030;
  border-color: #303030; }
  .topBarBlack .socialLinks a {
    background: #444444;
    border: 1px solid #444;
    color: #aaaaaa; }
    .topBarBlack .socialLinks a:hover {
      background: #00528D; }

.top-button .menu li:nth-of-type(2) a {
  background: #00528D; }
  .top-button .menu li:nth-of-type(2) a:hover {
    background: #00528D; }
.top-button .menu li a.active {
  background: #00528D;  }
.top-button .menu li a {
  display: inline-block;
  margin-left: 5px;
  padding: 9px 15px;
  background: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px; }
  .top-button .menu li a:hover {
    background: #00528D; }
.top-button .menu li.dropdown-login {
  position: relative; }
  .top-button .menu li.dropdown-login .login-form {
    display: none;
    position: absolute;
    padding: 16px 10px;
    width: 250px;
   
    top: 120%;
    right: 0;
    background: #fff;
    z-index: 10;
	box-shadow: 0 8px 6px -6px black;
    border: 1px solid #E4E4E4 !important;
	 border-top: 0px solid #00528D !important;
	 }
    .top-button .menu li.dropdown-login .login-form h6 {
      font-weight: 600;
      margin-bottom: 18px; }
    .top-button .menu li.dropdown-login .login-form .input-group {
      margin-bottom: 10px; }
      .top-button .menu li.dropdown-login .login-form .input-group .input-group-label:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .top-button .menu li.dropdown-login .login-form .input-group .input-group-label i {
        font-size: 13px;
        color: #6c6c6c; }
      .top-button .menu li.dropdown-login .login-form .input-group input {
        font-size: 13px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
    .top-button .menu li.dropdown-login .login-form fieldset {
      margin-bottom: 14px; }
      .top-button .menu li.dropdown-login .login-form fieldset label {
        font-size: 12px;
        color: #8e8e8e; }
    .top-button .menu li.dropdown-login .login-form input[type="submit"] {
      width: 100%;
      border: 1px solid #459D27;
      text-align: center;
      text-transform: capitalize;
      background: #00528D;
      font-size: 13px;
      color: #fff;
      padding: 10px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      margin-bottom: 30px; }
      .top-button .menu li.dropdown-login .login-form input[type="submit"]:hover {
        background: #459D27;
        color: #fff;
        border: 1px solid #00528D;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px; }
    .top-button .menu li.dropdown-login .login-form p {
      font-size: 12px;
      color: #8e8e8e; }
      .top-button .menu li.dropdown-login .login-form p a.newaccount {
        color: #253862;
        background: transparent;
        padding: 0;
        margin: 0;
        font-weight: normal;
		font-family:arial; font-size:14px; }
        .top-button .menu li.dropdown-login .login-form p a.newaccount:hover {
          color: #00528D; }
  .top-button .menu li.dropdown-login .login-form-dark {
    background: #303030;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    border-bottom: 1px solid #222222;
    z-index: 11; }
    .top-button .menu li.dropdown-login .login-form-dark h6 {
      color: #aaaaaa; }
    .top-button .menu li.dropdown-login .login-form-dark .input-group .input-group-label {
      background: #444444;
      border-color: #444444; }
      .top-button .menu li.dropdown-login .login-form-dark .input-group .input-group-label i {
        font-size: 13px;
        color: #aaaaaa; }
    .top-button .menu li.dropdown-login .login-form-dark .input-group input {
      background: #303030;
      border-color: #444444; }
    .top-button .menu li.dropdown-login .login-form-dark fieldset label {
      color: #aaaaaa !important; }
    .top-button .menu li.dropdown-login .login-form-dark .checkbox label {
      color: #aaaaaa; }
    .top-button .menu li.dropdown-login .login-form-dark input[type="submit"] {
      background: #444444;
      color: #aaaaaa;
      border-color: #444444; }
    .top-button .menu li.dropdown-login .login-form-dark p a.newaccount {
      color: #aaaaaa; }

/* ==========================================================================
	ii) NavBar
   ========================================================================== */
#navBar {
  background: #fff;
  position: relative;
  z-index: 6; }
  #navBar .top-bar {
    padding: 0; }
    #navBar .top-bar .menu-text {
      padding: 18px 0 !important;
      margin: 0 !important; }
    #navBar .top-bar .menu > li {
      padding-left: 30px; }
    #navBar .top-bar .menu > li > a {
      padding: 0; }
#navBar .top-bar .menu > li:not(.menu-text) > a 
{
	padding: 34px 0;
	padding-bottom:30px;
	font-size: 15px;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	color: #00528D; 
}
#navBar .top-bar .menu > li:not(.menu-text) > a:hover 
{
	color: #00528D; 
	border-bottom: 2px solid #00528D; 
}
#navBar .top-bar .menu > li:not(.menu-text) > a i 
{
	padding-right:0px !important;
	margin-right:5px !important;
	font-size:16px !important;
}
#navBar .top-bar .menu > li:not(.menu-text) > a:hover i 
{
	color: #00528D; 
}
    #navBar .top-bar .menu > li:first-of-type {
      padding: 0; }
    #navBar .top-bar li.active a {
      border-bottom: 2px solid #00528D !important;
      background: none;
      color: #6c6c6c; }
      #navBar .top-bar li.active a i {
        color: #00528D; }
      #navBar .top-bar li.active a:hover {
        border-bottom: 2px solid #00528D !important; }
		
		
    #navBar .top-bar .search-btn {
      padding: 17px 0;
      margin-left: 30px; margin-top:6px; }
      #navBar .top-bar .search-btn li.search {
        padding-left: 5px; }
        #navBar .top-bar .search-btn li.search i {
          display: inline-block;
          width: 40px;
          height: 40px;
          font-size: 13px;
          background: #f6f6f6;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          border-radius: 3px;
          border: 1px solid #ececec; }
          #navBar .top-bar .search-btn li.search i:hover {
            background: #00528D;
            color: #fff; }
      #navBar .top-bar .search-btn li.search-active i {
        background: #00528D;
        color: #fff; }
      #navBar .top-bar .search-btn li.upl-btn a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important; }
        #navBar .top-bar .search-btn li.upl-btn a:hover {
          background: #00528D;
          color: #fff;
          border: 1px solid #00528D; }
    #navBar .top-bar .dropdown.menu .submenu {
      border: none;
      border-top: 2px solid #00528D;
      border-right: 1px solid #ececec;
      border-left: 1px solid #ececec; }
      #navBar .top-bar .dropdown.menu .submenu li {
        padding: 0 !important; }
        #navBar .top-bar .dropdown.menu .submenu li a {
          border-bottom: 1px solid #ececec !important;
          padding: 15px !important; }
          #navBar .top-bar .dropdown.menu .submenu li a i {
            color: #8e8e8e !important; }
          #navBar .top-bar .dropdown.menu .submenu li a:hover {
            background: #f6f6f6; }
            #navBar .top-bar .dropdown.menu .submenu li a:hover i {
              color: #00528D !important; }
        #navBar .top-bar .dropdown.menu .submenu li:hover a {
          border-bottom: 1px solid #ececec !important; }
  #navBar .topbar-full {
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    padding: 15px 50px; }
    #navBar .topbar-full .toplogo {
      width: 11%;
      margin: 0 10px; }
      #navBar .topbar-full .toplogo .menu {
        margin: 0;
        overflow: hidden; }
        #navBar .topbar-full .toplogo .menu li {
          padding: 0; }
          #navBar .topbar-full .toplogo .menu li a {
            padding: 0; }
    #navBar .topbar-full .topnews {
      width: 24%; }
      #navBar .topbar-full .topnews .newsTicker {
        width: 100%; }
        #navBar .topbar-full .topnews .newsTicker i {
          display: inline-block;
          font-size: 13px;
          margin-right: 5px; }
        #navBar .topbar-full .topnews .newsTicker span {
          display: inline-block;
          font-size: 13px;
          border-right: 1px solid #ececec;
          margin-right: 10px;
          padding-right: 10px;
          color: #444444;
          font-weight: 600; }
        #navBar .topbar-full .topnews .newsTicker #newsBar {
          list-style: none;
          display: inline-block;
          margin: 0; }
          #navBar .topbar-full .topnews .newsTicker #newsBar li {
            display: none; }
            #navBar .topbar-full .topnews .newsTicker #newsBar li a {
              font-size: 13px;
              color: #aaaaaa; }
              #navBar .topbar-full .topnews .newsTicker #newsBar li a:hover {
                color: #00528D; }
    #navBar .topbar-full .topsearch {
      width: 40%; }
    #navBar .topbar-full .topbtn {
      width: 21%; }
    #navBar .topbar-full .search-bar-full {
      width: 100%; }
      #navBar .topbar-full .search-bar-full .input-group {
        margin-bottom: 0; }
      #navBar .topbar-full .search-bar-full input[type="search"] {
        height: 30px;
        width: 100%;
        color: #aaaaaa;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      #navBar .topbar-full .search-bar-full .icon-btn {
        position: relative; }
        #navBar .topbar-full .search-bar-full .icon-btn .button {
          margin-right: 0;
          height: 30px;
          line-height: 30px;
          padding: 0 8px;
          font-size: 12px;
          text-align: left;
          background: #f6f6f6;
          color: #8e8e8e;
          width: 80px;
          border: 1px solid #ececec;
          font-weight: normal;
          text-transform: capitalize;
          border-left: 0;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px; }
        #navBar .topbar-full .search-bar-full .icon-btn i {
          font-size: 12px;
          display: inline-block;
          right: 14px;
          top: 8px;
          position: absolute; }
        #navBar .topbar-full .search-bar-full .icon-btn:hover input {
          background: #00528D;
          color: #fff; }
        #navBar .topbar-full .search-bar-full .icon-btn:hover i {
          color: #fff; }
  #navBar .topbar-dark {
    background: #303030;
    border: 1px solid #303030; }
    #navBar .topbar-dark .btn-toggle .secondary-button {
      background: #444444; }
    #navBar .topbar-dark .topnews .newsTicker i {
      color: #00528D; }
    #navBar .topbar-dark .topnews .newsTicker span {
      border-right: 1px solid #444; }
    #navBar .topbar-dark .topsearch .search-bar-full input[type="search"] {
      background: none;
      border-color: #444444; }
    #navBar .topbar-dark .topsearch .search-bar-full .icon-btn .button {
      background: #444444;
      border-color: #444444; }
	  
	  
  #navBar .search-bar-light 
  {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 75em;
	width:100%;
    border: 1px solid #ececec;
    padding: 14px;
    background: #f7f7f7;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

#navBar .search-bar-light .search-input 
{
	display: inline-block;
	width: 87%;
}

#navBar .search-bar-light .search-input input[type="search"] 
{
	height: 50px;
	font-size: 13px;
	margin-bottom: 0;
	border-radius: 5px; 
	
	outline:none !important;
	outline: none !important;
	border: 1px solid #e5e5e5 !important;
	color: #666 !important;
	font-weight: normal !important;
	font-family: arial !important;
	font-size: 16px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#navBar .search-bar-light .search-btn 
{
	display: inline-block;
	width: 13%; 
}
#navBar .search-bar-light .search-btn button.button 
{
	margin: 0;
	border-radius: 5px; 
}
#navBar .search-bar-dark 
{
	border: 1px solid #444444;
	background: #303030; 
}
#navBar .search-bar-dark .search-input input[type="search"] 
{
	background: #303030;
	border-color: #444444; 
}
  #navBar .navBlack {
    background: #444444;
    border-color: #444444; }
    #navBar .navBlack .topbar-light-dark {
      background: #444444; }
      #navBar .navBlack .topbar-light-dark ul {
        background: #444444; }
      #navBar .navBlack .topbar-light-dark .menu > li:not(.menu-text) > a {
        color: #aaaaaa; }
      #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu {
        border: none;
        border-top: 2px solid #00528D;
        border-right: 1px solid #303030;
        border-left: 1px solid #303030; }
        #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li {
          padding: 0 !important; }
          #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a {
            border-bottom: 1px solid #303030 !important;
            padding: 15px !important;
            background: #444 !important;
            border-bottom: 1px solid #303030 !important; }
            #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a i {
              color: #8e8e8e !important; }
            #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a:hover {
              background: #303030 !important; }
              #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li a:hover i {
                color: #00528D !important; }
          #navBar .navBlack .topbar-light-dark .dropdown.menu .submenu li:hover a {
            border-bottom: 1px solid #444 !important; }
      #navBar .navBlack .topbar-light-dark .search-btn li.search i {
        background: #303030;
        border: 1px solid  #303030; }
        #navBar .navBlack .topbar-light-dark .search-btn li.search i:hover {
          background: #00528D;
          color: #fff; }
      #navBar .navBlack .topbar-light-dark .search-btn li.search-active i {
        background: #00528D;
        color: #fff; }
      #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a {
        background: #303030;
        border: 1px solid #303030; }
        #navBar .navBlack .topbar-light-dark .search-btn li.upl-btn a:hover {
          background: #00528D;
          color: #fff;
          border: 1px solid #00528D; }
  #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a {
    padding: 15px 10px !important;
    color: #fff; }
    #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a:hover {
      background: #00528D;
      color: #fff; }
      #navBar .navFull .topbar-light-dark .menu > li:not(.menu-text) > a:hover i {
        color: #fff; }
  #navBar .navFull .topbar-light-dark .menu > li {
    padding-left: 2px; }
  #navBar .navFull .topbar-light-dark li.active a {
    background: #00528D;
    color: #fff; }
    #navBar .navFull .topbar-light-dark li.active a i {
      color: #fff; }
    #navBar .navFull .topbar-light-dark li.active a:hover {
      background: #00528D;
      color: #fff; }
      #navBar .navFull .topbar-light-dark li.active a:hover i {
        color: #fff; }
  #navBar .navFull .topbar-light-dark .topnews .newsTicker {
    width: 100%;
    padding: 11px 0; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker i {
      display: inline-block;
      font-size: 13px;
      margin-right: 5px;
      color: #00528D; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker span {
      font-size: 13px;
      border-right: 1px solid #fff;
      margin-right: 10px;
      padding-right: 10px;
      color: #FFFFFF;
      font-weight: 600; }
    #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar {
      list-style: none;
      display: inline-block;
      margin: 0; }
      #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li {
        display: none; }
        #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li a {
          font-size: 13px;
          color: #aaaaaa; }
          #navBar .navFull .topbar-light-dark .topnews .newsTicker #newsBar li a:hover {
            color: #00528D; }
  #navBar .navfull-v2-light {
    background: #f6f6f6; }
  #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a {
    padding: 15px 10px !important;
    color: #fff; }
    #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a:hover {
      background: #303030;
      color: #fff;
      border-bottom: 2px solid #00528D; }
      #navBar .navFull-v2 .topbar-light-dark .menu > li:not(.menu-text) > a:hover i {
        color: #fff; }
  #navBar .navFull-v2 .topbar-light-dark li.active a {
    background: #303030;
    color: #fff;
    border-bottom: 2px solid #00528D; }
    #navBar .navFull-v2 .topbar-light-dark li.active a:hover {
      background: #00528D;
      color: #fff; }
  #navBar .navFull-v2 .topbar-light-dark .search-btn {
    padding: 9px 0 0 0; }
    #navBar .navFull-v2 .topbar-light-dark .search-btn li.search i {
      width: 30px;
      height: 30px;
      line-height: 30px; }
  #navBar .navFull-v2 .top-bar-light {
    background: #f6f6f6; }
    #navBar .navFull-v2 .top-bar-light ul {
      background: #f6f6f6; }
    #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a {
      padding: 15px 10px !important;
      color: #6c6c6c;
      border-bottom: none !important; }
      #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a:hover {
        background: #444;
        color: #fff; }
        #navBar .navFull-v2 .top-bar-light .menu > li:not(.menu-text) > a:hover i {
          color: #fff; }
    #navBar .navFull-v2 .top-bar-light li.active a {
      background: #444;
      color: #fff !important;
      border-bottom: none !important; }
    #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu {
      border: none;
      border-top: none;
      border-right: 1px solid #303030;
      border-left: 1px solid #303030; }
      #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li {
        padding: 0 !important; }
        #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a {
          border-bottom: 1px solid #303030 !important;
          padding: 15px !important;
          background: #444 !important;
          border-bottom: 1px solid #303030 !important;
          color: #FFFFFF; }
          #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a i {
            color: #8e8e8e !important; }
          #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a:hover {
            background: #00528D !important;
            color: #fff; }
            #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li a:hover i {
              color: #00528D !important; }
        #navBar .navFull-v2 .top-bar-light .dropdown.menu .submenu li:hover a {
          border-bottom: 1px solid #444 !important; }
    #navBar .navFull-v2 .top-bar-light .search-btn {
      padding: 6px 0 0 0; }
      #navBar .navFull-v2 .top-bar-light .search-btn li.search i {
        background: #444444;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        #navBar .navFull-v2 .top-bar-light .search-btn li.search i:hover {
          background: #00528D;
          border-color: #00528D; }
      #navBar .navFull-v2 .top-bar-light .search-btn li.search-active i {
        background: #00528D; }
  #navBar .middleNav {
    padding: 15px 0; }
    #navBar .middleNav .logo {
      margin-top: 10px; }
    #navBar .middleNav .search-btns {
      padding: 9px 0; }
      #navBar .middleNav .search-btns li.search {
        padding-left: 5px; }
        #navBar .middleNav .search-btns li.search i {
          display: inline-block;
          width: 40px;
          height: 40px;
          font-size: 13px;
          background: #f6f6f6;
          text-align: center;
          line-height: 40px;
          cursor: pointer;
          border-radius: 3px;
          border: 1px solid #ececec; }
          #navBar .middleNav .search-btns li.search i:hover {
            background: #00528D;
            color: #fff; }
      #navBar .middleNav .search-btns li.search-active i {
        background: #00528D;
        color: #fff; }
      #navBar .middleNav .search-btns li.upl-btn a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important;
        color: #6c6c6c; }
        #navBar .middleNav .search-btns li.upl-btn a:hover {
          background: #00528D;
          color: #fff;
          border: 1px solid #00528D; }
      #navBar .middleNav .search-btns li.login a {
        font-size: 13px;
        background: #f6f6f6;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 13px 14px !important;
        color: #6c6c6c;
        margin-left: 10px; }
        #navBar .middleNav .search-btns li.login a:hover {
          background: #00528D;
          color: #fff;
          border: 1px solid #00528D; }
    #navBar .middleNav .search-bar-light {
      top: 89px;
      z-index: 100; }

/* ==========================================================================
	4- Premium Videos
   ========================================================================== */
.premium-v4 {
  margin-top: 0 !important; }

#premium {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-bottom: 30px;
    margin-top: 30px;
}
  #premium .heading {
    padding: 18px 0; }
    #premium .heading h4 {
      margin: 0;
  		}
  		#premium .heading h4 i{
  			display: inline-block;
  			margin-right: 11px;
  			color: #00528D;
  			font-size: 18px;
  		}
    #premium .heading .navText {
      margin-top: 3px; }
  #premium .owl-carousel .item {
    position: relative; }
    #premium .owl-carousel .item figure.premium-img {
      overflow: hidden;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 300px;
      margin: 0; }
      #premium .owl-carousel .item figure.premium-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      #premium .owl-carousel .item figure.premium-img figcaption {
        font-weight: bold;
        position: absolute;
        z-index: 3;
        bottom: -4px;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        padding: 20px;
        background: url("../fontv_system/fontv_img/gradient.png") repeat-x; }
        #premium .owl-carousel .item figure.premium-img figcaption h5 {
          color: #fff;
          margin-bottom: 0;
          font-size: 16px; }
        #premium .owl-carousel .item figure.premium-img figcaption p {
          color: #fff;
          font-size: 13px;
          margin: 0;
          font-weight: 400; }
    #premium .owl-carousel .item:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
    #premium .owl-carousel .item:hover figcaption {
      transform: translateY(70px); }

/* ==========================================================================
	5- Category
   ========================================================================== */
.category-heading {
  padding-top: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px; }
  .category-heading .cat-head i {
    display: inline-block;
    color: #00528D;
    margin-right: 11px; }
  .category-heading .cat-head h4 {
    display: inline-block;
    text-transform: capitalize;
    margin: 0; }

#category {
  margin-bottom: 30px; }
  #category #owl-demo-cat .item-cat {
    overflow: hidden;
    text-align: center; }
    #category #owl-demo-cat .item-cat figure {
      position: relative;
      width: 184px;
      height: 130px;
      border-bottom: 2px solid #ececec;
      margin: 0; }
      #category #owl-demo-cat .item-cat figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      #category #owl-demo-cat .item-cat figure a.hover-posts span i {
        font-size: 18px; }
    #category #owl-demo-cat .item-cat h6 {
      margin: 20px 0; }
      #category #owl-demo-cat .item-cat h6 a {
        font-weight: 600;
        color: #444; }
        #category #owl-demo-cat .item-cat h6 a:hover {
          color: #303030; }
    #category #owl-demo-cat .item-cat:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }

/* ==========================================================================
	6 - Main Content
   ========================================================================== */
.mainContentv3 {
  background: #fff; }

.parentbg {
  position: relative; }
  .parentbg .sidebarBg {
    position: absolute;
    left: 102%;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #f0f0f0;
    z-index: 1; }

.mainContentLanding {
  background: #fff; }
  .mainContentLanding .content {
    padding: 60px 0 0 0; }
    .mainContentLanding .content .main-heading {
      margin-bottom: 20px; }
  .mainContentLanding .sidebar {
    padding: 60px 0 0 0; }

.content .post .post-thumb {
  position: relative;
  height: 190px;
  overflow: hidden; }
  .content .post .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .content .post .post-thumb .video-stats {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 10px; }
    .content .post .post-thumb .video-stats .thumb-stats {
      display: inline-block;
      background: rgba(0, 0, 0, 0.8);
      padding: 0 8px;
      height: 30px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      .content .post .post-thumb .video-stats .thumb-stats:first-of-type {
        margin-right: 5px;
        padding: 0 6px; }
      .content .post .post-thumb .video-stats .thumb-stats h6 {
        color: #fff;
        font-weight: 800;
        margin: 0;
        line-height: 28px;
        font-style: italic; }
      .content .post .post-thumb .video-stats .thumb-stats i {
        display: inline-block;
        color: #fff;
        margin-right: 5px;
        font-size: 14px; }
      .content .post .post-thumb .video-stats .thumb-stats span {
        color: #fff;
        font-size: 11px;
        display: inline-block; }
  .content .post .post-thumb a.hover.posts i {
    font-size: 18px; }
  .content .post .post-thumb a.hover.posts span {
    font-size: 13px;
    top: 62%; }
.content .post .post-des {
  padding: 15px 0 15px 10px; }
  .content .post .post-des h6 {
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 13px; }
    .content .post .post-des h6 a {
      color: #444444 !important;
      font-size: 13px; 
  	font-weight: 600;}
      .content .post .post-des h6 a:hover {
        color: #222222; }
  .content .post .post-des .post-stats {
    margin-right: 15px; }
    .content .post .post-des .post-stats p {
      margin-right: 15px;
      margin-bottom: 0;
      line-height: 11px; }
      .content .post .post-des .post-stats p i {
        color: #aaaaaa;
        font-size: 11px;
        display: inline-block; }
      .content .post .post-des .post-stats p span {
        display: inline-block;
        font-size: 11px;
        color: #aaaaaa; }
        .content .post .post-des .post-stats p span a {
          font-size: 11px;
          color: #aaaaaa; }
          .content .post .post-des .post-stats p span a:hover {
            color: #222222; }
  .content .post .post-des .post-summary {
    display: none; }
  .content .post .post-des .post-button {
    display: none; }
    .content .post .post-des .post-button a {
      display: inline-block;
      width: auto;
      padding: 0 10px !important;
      text-transform: capitalize;
      font-size: 13px;
      font-weight: normal; color:#333; }
	  .content .post .post-des .post-button a:hover { color:#fff; }
      .content .post .post-des .post-button a i {
        display: inline-block;
        margin-right: 5px;
        font-size: 14px; }
.content .post:hover .video-stats {
  transform: translateY(70px); }
.content .post:hover a.hover-posts {
  visibility: visible;
  transform: scale(1); }
.content .main-heading {
  margin-bottom: 10px; }
  .content .main-heading .head-title i {
    display: inline-block;
    color: #00528D;
    margin-right: 11px; }
  .content .main-heading .head-title h4 {
    display: inline-block;
    margin: 0; }
  .content .main-heading .tabs {
    border: none; }
    .content .main-heading .tabs li.tabs-title {
      margin-left: 5px; }
      .content .main-heading .tabs li.tabs-title a {
        color: #8e8e8e;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
        line-height: 30px;
        border-radius: 3px;
        background: #f6f6f6;
        font-size: 13px;
        text-transform: capitalize; }
        .content .main-heading .tabs li.tabs-title a:hover {
          background: #00528D;
          color: #fff; }
      .content .main-heading .tabs li.tabs-title:last-of-type a {
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        color: #444; }
        .content .main-heading .tabs li.tabs-title:last-of-type a:hover {
          background: #00528D;
          color: #fff; }
    .content .main-heading .tabs .tabs-title > a:focus, .content .main-heading .tabs .tabs-title > a[aria-selected="true"] {
      background: #00528D;
      color: #fff !important; }
.content .head-text {
  border-bottom: 1px solid #ececec;
  padding: 14px 0;
  margin-bottom: 30px; }
  .content .head-text p {
    margin: 0;
    font-size: 14px;
    color: #6c6c6c; }
    .content .head-text p span {
      color: #aaaaaa;
      font-size: 12px; }
  .content .head-text h4 {
    color: #444444; }
    .content .head-text h4 i {
      display: inline-block;
      color: #00528D;
      margin-right: 12px; }
  .content .head-text .grid-system a.current {
    background: #00528D; }
    .content .head-text .grid-system a.current i {
      color: #fff; }
.content .tabs-content {
  border: none; }
  .content .tabs-content .tabs-panel {
    padding: 0; }
.content .list-group .item {
  margin-bottom: 30px; }
  .content .list-group .item .post .post-thumb .hover-posts span i {
    font-size: 18px !important; }
.content .list-group .grid-medium {
  width: 33.3333333333%; }
  .content .list-group .grid-medium .post-thumb {
    height: 218px !important; }
    .content .list-group .grid-medium .post-thumb .hover-posts span i {
      font-size: 14px; }
  .content .list-group .grid-medium .post-des h6 {
    margin-bottom: 15px !important; }
    .content .list-group .grid-medium .post-des h6 a {
      font-size: 15px !important; 
  	font-weight: 600;}
  .content .list-group .grid-medium .post-des .post-stats p {
    margin-bottom: 15px !important; }
  .content .list-group .grid-medium .post-des .post-summary {
    display: block !important; }
    .content .list-group .grid-medium .post-des .post-summary p {
      color: #6c6c6c;
      font-size: 13px;
      overflow: hidden;
      height: 3em; }
.content .list-group .list:before,
.content .list-group .list:after {
  content: "";
  display: table; }
.content .list-group .list {
  width: 100%; }
  .content .list-group .list .post {
    border: none !important; }
    .content .list-group .list .post .post-thumb {
      height: 218px !important;
      float: left;
      width: 33.3333333333%;
      margin-right: 15px; }
      .content .list-group .list .post .post-thumb:hover .video-stats {
        transform: translateY(70px); }
      .content .list-group .list .post .post-thumb:hover a.hover-posts {
        visibility: visible !important;
        transform: scale(1) !important; }
    .content .list-group .list .post .post-des {
      padding: 10px 0 0 0;
      width: 64%;
      margin-left: 15px;
      float: left; }
      .content .list-group .list .post .post-des h6 {
        margin-bottom: 15px !important; }
        .content .list-group .list .post .post-des h6 a {
          font-size: 15px !important;
          font-weight: 600; }
      .content .list-group .list .post .post-des .post-stats p {
        margin-bottom: 15px !important; }
      .content .list-group .list .post .post-des .post-summary {
        display: block !important; }
        .content .list-group .list .post .post-des .post-summary p {
          color: #6c6c6c;
          font-size: 13px; }
      .content .list-group .list .post .post-des .post-button {
        display: block !important; }
    .content .list-group .list .post:hover .video-stats {
      transform: translateY(0); }
    .content .list-group .list .post:hover a.hover-posts {
      visibility: hidden !important;
      transform: scale(0); }

.content.content-with-sidebar .list-group .grid-medium {
  width: 50% !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-thumb {
    height: 218px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des h6 {
    margin-bottom: 15px !important; }
    .content.content-with-sidebar .list-group .grid-medium .post-des h6 a {
      font-size: 15px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des .post-stats p {
    margin-bottom: 15px !important; }
  .content.content-with-sidebar .list-group .grid-medium .post-des .post-summary {
    display: block !important; }
    .content.content-with-sidebar .list-group .grid-medium .post-des .post-summary p {
      color: #aaaaaa;
      font-size: 13px;
      overflow: hidden;
      height: 3em; }
.content.content-with-sidebar .list-group .list:before,
.content.content-with-sidebar .list-group .list:after {
  content: "";
  display: table; }
.content.content-with-sidebar .list-group .list {
  width: 100%; }
  .content.content-with-sidebar .list-group .list .post {
    border: none !important; }
    .content.content-with-sidebar .list-group .list .post .post-thumb {
      height: 220px !important;
      float: left;
      width: 48% !important;
      margin-right: 15px; }
      .content.content-with-sidebar .list-group .list .post .post-thumb:hover .video-stats {
        transform: translateY(70px); }
      .content.content-with-sidebar .list-group .list .post .post-thumb:hover a.hover-posts {
        visibility: visible !important;
        transform: scale(1) !important; }
    .content.content-with-sidebar .list-group .list .post .post-des {
      padding: 10px 0 0 0 !important;
      width: 48% !important;
      margin-left: 15px;
      float: left; }
      .content.content-with-sidebar .list-group .list .post .post-des h6 {
        margin-bottom: 15px !important; }
        .content.content-with-sidebar .list-group .list .post .post-des h6 a {
          font-size: 15px !important;
          font-weight: 600; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-stats p {
        margin-bottom: 30px !important; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-summary {
        display: block !important; }
        .content.content-with-sidebar .list-group .list .post .post-des .post-summary p {
          color: #aaaaaa;
          font-size: 13px; }
      .content.content-with-sidebar .list-group .list .post .post-des .post-button {
        display: block !important; }
    .content.content-with-sidebar .list-group .list .post:hover .video-stats {
      transform: translateY(0); }
    .content.content-with-sidebar .list-group .list .post:hover a.hover-posts {
      visibility: hidden;
      transform: scale(0); }
.content.content-with-sidebar .list-group .fullwidth-video {
  margin-bottom: 7px; }
  .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb {
    width: 100%;
    height: 400px;
    overflow: hidden; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb:hover .video-stats {
      transform: translateY(70px); }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-thumb:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
  .content.content-with-sidebar .list-group .fullwidth-video .post .post-des {
    padding: 20px 0 15px 0; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des h6 {
      font-size: 15px;
      font-weight: 600; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-stats {
      margin-bottom: 24px; }
    .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-summary {
      display: block; }
      .content.content-with-sidebar .list-group .fullwidth-video .post .post-des .post-summary p {
        font-size: 13px; }
  .content.content-with-sidebar .list-group .fullwidth-video .post:hover .video-stats {
    transform: translateY(0); }
  .content.content-with-sidebar .list-group .fullwidth-video .post:hover a.hover-posts {
    visibility: hidden;
    transform: scale(0); }
.content.content-with-sidebar .list-group .landing-extra-small {
  padding-right: 0;
  margin-bottom: 15px;
  width: 24.5%; }
  .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb {
    width: 100%;
    height: 140px;
    overflow: hidden; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-thumb .hover-posts span i {
      font-size: 18px; }
  .content.content-with-sidebar .list-group .landing-extra-small .post .post-des {
    padding: 15px 0 15px 10px; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des h6 {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 20px; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-stats {
      margin: 0; }
      .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-stats p:last-of-type {
        display: none; }
    .content.content-with-sidebar .list-group .landing-extra-small .post .post-des .post-summary {
      display: none; }

/* ==========================================================================
	7- Movie Section
   ========================================================================== */
#movies #owl-demo-movie {
  padding-bottom: 30px; }
  #movies #owl-demo-movie .item-movie {
    overflow: hidden;
    text-align: center; }
    #movies #owl-demo-movie .item-movie figure {
      position: relative;
      width: 185px;
      height: 260px;
      margin: 0;
      border: 1px solid #ececec; }
      #movies #owl-demo-movie .item-movie figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      #movies #owl-demo-movie .item-movie figure a.hover-posts span i {
        font-size: 18px; }
    #movies #owl-demo-movie .item-movie:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }

/* ==========================================================================
	8- footer
   ========================================================================== */
footer {
  background: #00528D !important;
  padding: 60px 0; }
  footer .widgetBox .widgetTitle {
    margin-bottom: 20px; }
    footer .widgetBox .widgetTitle h5 {
      color: #ececec;
      margin: 0;
      text-transform: uppercase;
	  font-size:20px;
	  }
  footer .widgetBox .textwidget {
    color: #aaaaaa;
    font-size: 13px; }
  footer .widgetBox .tagcloud a {
    display: inline-block;
    background: #459D27;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 13px; }
    footer .widgetBox .tagcloud a:hover {
      background: #00528D;
      color: #fff; }
  footer .widgetBox .widgetContent h5 {
    color: #ececec;
    margin: 0;
    text-transform: capitalize; }
  footer .widgetBox .widgetContent .media-object {
    margin-bottom: 0; }
    footer .widgetBox .widgetContent .media-object .media-object-section .recent-img {
      overflow: hidden;
      width: 80px;
      height: 80px;
      position: relative; }
      footer .widgetBox .widgetContent .media-object .media-object-section .recent-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      footer .widgetBox .widgetContent .media-object .media-object-section .recent-img a.hover-posts span i {
        font-size: 18px; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a {
      font-size: 13px;
      font-weight: 600;
      color: #aaaaaa; }
      footer .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a:hover {
        color: #f6f6f6; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content p i {
      color: #aaaaaa;
      font-size: 11px;
      display: inline-block;
      margin-right: 5px; }
    footer .widgetBox .widgetContent .media-object .media-object-section .media-content p span {
      color: #aaaaaa;
      font-size: 11px;
      display: inline-block;
      margin-right: 5px; }
    footer .widgetBox .widgetContent .media-object:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
  footer .widgetBox .widgetContent form {
    margin-bottom: 25px; }
    footer .widgetBox .widgetContent form p {
      font-size: 13px;
      color: #aaaaaa; }
    footer .widgetBox .widgetContent form .input {
      width: 100%;
      margin-bottom: 10px; }
      footer .widgetBox .widgetContent form .input input {
        background: #459D27;
        color: #fff;
        margin: 0;
        border: 1px solid #6c6c6c;
        border-radius: 3px;
        font-size: 13px; }
    footer .widgetBox .widgetContent form button[type="submit"] {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      background: #2e2e2e;
      color: #aaaaaa;
      padding: 12px 0; }
      footer .widgetBox .widgetContent form button[type="submit"]:hover {
        background: #00528D;
        color: #fff; }
  footer .widgetBox .widgetContent .social-links h5 {
    margin-bottom: 20px; }
  footer .widgetBox .widgetContent .secondary-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #459D27; }
    footer .widgetBox .widgetContent .secondary-button i {
      font-size: 13px;
      color: #fff;
      line-height: 13px; }
    footer .widgetBox .widgetContent .secondary-button:hover {
      background: #00528D; }
      footer .widgetBox .widgetContent .secondary-button:hover i {
        color: #fff; }
  footer .widgetBox .widgetContent ul {
    margin: 0;
    list-style: none;
    width: 100%; }
    footer .widgetBox .widgetContent ul li.cat-item {
      margin: 0;
      float: left;
      display: inline-block;
      width: 50%; }
      footer .widgetBox .widgetContent ul li.cat-item a {
        padding: 0;
        color: #aaaaaa;
        font-size: 13px;
        margin-right: 20px; }
        footer .widgetBox .widgetContent ul li.cat-item a:hover {
          color: #fff; }
footer #back-to-top 
{
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 10px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0; 
	background-color: #36C;
    text-shadow: #67e93c 1px 1px 1px;
}
footer #back-to-top:hover 
{
	background: #00528D;
	color: #fff; 
}
footer #back-to-top.show {
  opacity: 1; }

#footer-bottom 
{
	background: #253862;
	padding: 15px 0; 
}
#footer-bottom .logo 
{
	margin-bottom: 20px;
}
#footer-bottom .btm-footer-text p 
{
    font-size: 13px !important;
    color: #fff !important;
	font-family:Arial, Helvetica, sans-serif !important;
    margin: 0;
    line-height: 14px; 
}

/* ==========================================================================
	9- sidebar
   ========================================================================== */
.sidebar {
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 60px;
  padding-left:0px !important;
  position: relative;
  z-index: 2; }
  .sidebar .sidebarBg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #f0f0f0;
    z-index: -1; }
  .sidebar .widgetBox {
    margin-bottom: 40px;
    padding: 0 30px; }
    .sidebar .widgetBox .widgetTitle h5 {
      margin-bottom: 20px;
      padding-bottom: 24px;
      border-bottom: 1px solid #e0e0e0;
      text-transform: capitalize;
      line-height: 16px; }
    .sidebar .widgetBox #searchform input {
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      color: #aaaaaa;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .sidebar .widgetBox #searchform input[type="submit"] {
      height: 40px;
      line-height: 40px;
      padding: 0 1.5625em;
      color: #fff;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .sidebar .widgetBox .widgetContent .accordion {
      border-color: #ececec; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-item.is-active .accordion-title {
        background: #00528D;
        color: #fff; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-title {
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        background: #f6f6f6;
        color: #6c6c6c;
        text-transform: capitalize; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li i {
        display: inline-block;
        font-size: 11px;
        color: #00528D;
        margin-right: 5px; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a {
        display: inline-block;
        width: 90%;
        font-size: 13px;
        color: #aaaaaa;
        border-bottom: 1px solid #ececec;
        padding-bottom: 9px;
        margin-bottom: 10px;
        text-transform: capitalize; }
        .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a span {
          float: right;
          font-size: 13px;
          color: #aaaaaa; }
        .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a:hover {
          color: #444444; }
          .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li a:hover span {
            color: #444444; }
      .sidebar .widgetBox .widgetContent .accordion .accordion-content ul li:last-of-type a {
        border-bottom: none; }
    .sidebar .widgetBox .widgetContent .video-box {
      margin-bottom: 20px;
      background: #fff; }
      .sidebar .widgetBox .widgetContent .video-box .video-img-thumb {
        border-bottom: 1px solid #ececec;
        height: 190px;
        position: relative; }
        .sidebar .widgetBox .widgetContent .video-box .video-img-thumb img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          -o-object-fit: cover;
          object-fit: cover; }
        .sidebar .widgetBox .widgetContent .video-box .video-img-thumb .hover-posts span {
          font-size: 13px; }
          .sidebar .widgetBox .widgetContent .video-box .video-img-thumb .hover-posts span i {
            font-size: 18px; }
      .sidebar .widgetBox .widgetContent .video-box .video-box-content {
        padding: 15px 0 0 10px; }
        .sidebar .widgetBox .widgetContent .video-box .video-box-content h6 a {
          font-size: 13px;
          font-weight: normal;
          margin-bottom: 15px;
          color: #444444 !important; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content h6 a:hover {
            color: #222222; }
        .sidebar .widgetBox .widgetContent .video-box .video-box-content p span {
          font-size: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 15px; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content p span i {
            display: inline-block;
            font-size: 11px;
            color: #aaaaaa;
            margin-right: 5px; }
          .sidebar .widgetBox .widgetContent .video-box .video-box-content p span a {
            display: inline-block;
            font-size: 11px;
            color: #aaaaaa; }
            .sidebar .widgetBox .widgetContent .video-box .video-box-content p span a:hover {
              color: #222222; }
      .sidebar .widgetBox .widgetContent .video-box:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }
    .sidebar .widgetBox .widgetContent .social-links .socialButton {
      width: 58px;
      background: #395996;
      text-align: center;
      display: inline-block;
      padding: 12px 0;
      border-radius: 3px;
      border-bottom: 4px solid #2e4778; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton i {
        color: #fff;
        display: block;
        font-size: 20px; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #fff; }
        .sidebar .widgetBox .widgetContent .social-links .socialButton span:nth-of-type(2) {
          font-size: 11px;
          font-weight: normal;
          text-transform: capitalize; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(2) {
        background: #43b3e5;
        border-bottom: 4px solid #368fb7; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(3) {
        background: #fb3333;
        border-bottom: 4px solid #c92929; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(4) {
        background: #e64a41;
        border-bottom: 4px solid #b83b34; }
      .sidebar .widgetBox .widgetContent .social-links .socialButton:nth-of-type(5) {
        background: #69c8ff;
        border-bottom: 4px solid #54a0cc; }
    .sidebar .widgetBox .widgetContent .advBanner {
      overflow: hidden;
      width: 300px;
      height: 250px;
      margin: 0 auto; }
      .sidebar .widgetBox .widgetContent .advBanner img {
        obeject-fit: cover;
        width: 100%;
        height: 100%; }
    .sidebar .widgetBox .widgetContent .media-object {
      margin-bottom: 10px; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img {
        width: 120px;
        height: 80px;
        overflow: hidden;
        position: relative; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img a.hover-posts span i {
          font-size: 18px; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a {
        font-size: 13px;
        color: #444444;
        font-weight: normal; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content h6 a:hover {
          color: #222222; }
      .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p {
        margin: 0; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p i {
          font-size: 11px;
          line-height: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 5px; }
        .sidebar .widgetBox .widgetContent .media-object .media-object-section .media-content p span {
          font-size: 11px;
          line-height: 11px;
          color: #aaaaaa;
          display: inline-block;
          margin-right: 10px; }
      .sidebar .widgetBox .widgetContent .media-object:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }
    .sidebar .widgetBox .widgetContent .item-video {
      width: 100%;
      border: 1px solid #ececec; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item i {
      display: inline-block;
      color: #00528D;
      margin-right: 20px;
      width: 20px;
      height: 20px;
      float: left;
      font-size: 24px;
      margin-top: 3px; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item span {
      display: inline-block;
      color: #8e8e8e;
      font-size: 13px;
      float: left;
      width: 85%; }
      .sidebar .widgetBox .widgetContent .twitter-carousel .twitter-item span a {
        color: #00528D;
        font-weight: bold; }
    .sidebar .widgetBox .widgetContent .twitter-carousel .owl-controls {
      margin-top: 10px; }
    .sidebar .widgetBox .widgetContent ul {
      margin: 0;
      list-style: none;
      width: 100%; }
      .sidebar .widgetBox .widgetContent ul li.cat-item {
        margin: 0;
        float: left;
        display: inline-block;
        width: 50%; }
        .sidebar .widgetBox .widgetContent ul li.cat-item a {
          padding: 0;
          color: #8e8e8e;
          font-size: 13px;
          margin-right: 20px; }
          .sidebar .widgetBox .widgetContent ul li.cat-item a:hover {
            color: #00528D; }
    .sidebar .widgetBox .widgetContent .profile-overview li {
      border: 1px solid #ececec;
      border-radius: 4px;
      margin-bottom: 10px; }
      .sidebar .widgetBox .widgetContent .profile-overview li:last-of-type {
        margin-bottom: 20px; }
      .sidebar .widgetBox .widgetContent .profile-overview li a {
        width: 100%;
        display: inline-block;
        height: 40px;
        color: #6c6c6c;
        font-size: 15px;
		font-family:Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 40px;
        float: left;
        padding-right: 15px;
        text-transform: uppercase; }
        .sidebar .widgetBox .widgetContent .profile-overview li a:hover {
          background: #00528D;
          color: #fff;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px; }
        .sidebar .widgetBox .widgetContent .profile-overview li a span {
          font-weight: normal; }
        .sidebar .widgetBox .widgetContent .profile-overview li a i {
          display: inline-block;
          width: 40px;
          height: 40px;
          border-right: 1px solid #ececec;
          background: #f6f6f6;
          font-size: 16px;
          color: #6c6c6c;
          text-align: center;
          float: left;
          line-height: 40px;
          margin-right: 15px; }
      .sidebar .widgetBox .widgetContent .profile-overview li a.active {
        background: #00528D;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .sidebar .widgetBox .widgetContent a.button {
      width: 100%;
      height: 45px;
      font-size: 14px;
      line-height: 45px;
      background: #61ca37;
      border-bottom: 3px solid #53ac2f;
      text-align: center;
      padding: 0; }
      .sidebar .widgetBox .widgetContent a.button i {
        display: inline-block;
        margin-right: 13px; }
        .sidebar .widgetBox .widgetContent a.button:hover{
			background: #79d255;
        }
    .sidebar .widgetBox .tagcloud a {
      display: inline-block;
      background: #459D27;
      color: #fff;
      font-size: 13px;
      text-transform: capitalize;
      padding: 10px;
      border-radius: 3px;
      margin-bottom: 5px;
      line-height: 13px; }
      .sidebar .widgetBox .tagcloud a:hover {
        background: #00528D;
        color: #fff; }
    .sidebar .widgetBox .newsLetter {
      background: url("../fontv_system/fontv_img/sidebar-news-letter.png") repeat-x;
      padding: 35px 15px; }
      .sidebar .widgetBox .newsLetter h3 {
        color: #fff;
        margin: 0; }
      .sidebar .widgetBox .newsLetter p {
        color: #fff;
        margin: 0 0 9px 0;
        font-size: 13px; }
      .sidebar .widgetBox .newsLetter input[type="email"] {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #c65959;
        border-color: #c65959;
        font-size: 13px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .sidebar .widgetBox .newsLetter input[type="submit"] {
        text-transform: capitalize;
        background: #2e2e2e;
        padding: 12px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .sidebar .widgetBox .newsLetter input[type="submit"]:hover {
          background: #444444; }
    .sidebar .widgetBox .category-heading {
      padding-bottom: 5px;
      margin-bottom: 20px;
      padding-top: 0; }
      .sidebar .widgetBox .category-heading .navText a {
        border: 1px solid #ececec; }
    .sidebar .widgetBox .item-video {
      width: 100%;
      background: #fff; }
      .sidebar .widgetBox .item-video figure {
        margin: 0;
        width: 100%;
        height: 190px;
        border-bottom: 1px solid #ececec;
        position: relative; }
        .sidebar .widgetBox .item-video figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .sidebar .widgetBox .item-video .video-des {
        padding: 15px 0 0 10px; }
        .sidebar .widgetBox .item-video .video-des h6 a {
          color: #303030;
          font-size: 13px; }
        .sidebar .widgetBox .item-video .video-des .post-stats p {
          margin-right: 15px; }
          .sidebar .widgetBox .item-video .video-des .post-stats p i {
            color: #aaaaaa;
            font-size: 11px;
            display: inline-block;
            margin-right: 5px; }
          .sidebar .widgetBox .item-video .video-des .post-stats p span {
            color: #aaaaaa;
            font-size: 11px; }
            .sidebar .widgetBox .item-video .video-des .post-stats p span a {
              color: #aaaaaa;
              font-size: 11px; }
              .sidebar .widgetBox .item-video .video-des .post-stats p span a:hover {
                color: #222222; }
      .sidebar .widgetBox .item-video:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }

/* ==========================================================================
	10- carousel Slider
   ========================================================================== */
#carouselSlider .item {
  background: #4dc7a0 none repeat scroll 0 0;
  height: 400px;
  overflow: hidden;
  position: relative; }
  #carouselSlider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  #carouselSlider .item .inner-item-big {
    height: 400px !important; }
  #carouselSlider .item .inner-item {
    height: 200px;
    background: #303030;
    position: relative;
    overflow: hidden; }
    #carouselSlider .item .inner-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover; }
    #carouselSlider .item .inner-item .item-title {
      padding: 18px 0 10px 0;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      #carouselSlider .item .inner-item .item-title h6 {
        color: #fff;
        font-weight: 600;
        padding-left: 12px;
        line-height: 14px; }
      #carouselSlider .item .inner-item .item-title span {
        position: absolute;
        left: 12px;
        bottom: 40px;
        font-size: 13px;
        background: #00528D;
        padding: 0 9px;
        color: #fff;
        font-weight: 600; }
    #carouselSlider .item .inner-item:hover a.hover-posts {
      visibility: visible;
      transform: scale(1); }
    #carouselSlider .item .inner-item:hover .item-title {
      transform: translateY(100px); }

/* ==========================================================================
	11- off canvas menu
   ========================================================================== */
.light-off-menu {
  background: #fff;
  z-index: 1;
  height: 100%;
  border: 1px solid #ececec; }
  .light-off-menu .off-menu-close {
    background: #00528D;
    padding: 18px 20px;
    border-bottom: 1px solid #ececec; }
    .light-off-menu .off-menu-close h3 {
      display: inline-block;
      width: 80%;
      margin: 0;
      line-height: 24px;
      color: #fff;
      float: left; }
    .light-off-menu .off-menu-close span {
      display: inline-block;
      cursor: pointer;
      text-align: right;
      width: 20%;
      font-size: 14px;
      color: #fff; }
  .light-off-menu .off-menu {
    padding: 0 20px;
    margin-bottom: 30px; }
    .light-off-menu .off-menu li a {
      border-bottom: 1px solid #ececec;
      padding: 19px 0 15px 0;
      color: #8e8e8e;
      font-size: 13px;
      text-transform: uppercase; }
      .light-off-menu .off-menu li a i {
        color: #8e8e8e; }
      .light-off-menu .off-menu li a:hover i {
        color: #00528D; }
    .light-off-menu .off-menu li .submenu li {
      background: #f6f6f6; }
      .light-off-menu .off-menu li .submenu li a {
        padding: 15px 0 15px 40px; }
  .light-off-menu .off-social {
    padding: 0 0 0 20px;
    margin-bottom: 25px; }
    .light-off-menu .off-social h6 {
      font-weight: 600;
      margin-bottom: 30px; }
    .light-off-menu .off-social a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #222222;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: inline-block; }
      .light-off-menu .off-social a i {
        color: #aaaaaa; }
      .light-off-menu .off-social a:hover {
        background: #00528D; }
        .light-off-menu .off-social a:hover i {
          color: #fff; }
  .light-off-menu .responsive-search {
    padding: 0 10px; }
    .light-off-menu .responsive-search input {
      color: #6c6c6c;
      font-size: 13px;
      box-shadow: none;
      border: 1px solid #ececec; }
    .light-off-menu .responsive-search .input-group-button button {
      width: 40px;
      height: 40px;
      background: #303030;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      line-height: 40px;
      text-align: center; }
      .light-off-menu .responsive-search .input-group-button button i {
        display: inline-block;
        color: #fff; }
      .light-off-menu .responsive-search .input-group-button button:hover {
        background: #00528D; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #aaa; }

.js-drilldown-back > a::before {
  border-color: transparent #aaa transparent transparent; }

.dark-off-menu {
  background: #444444;
  border-color: #444444; }
  .dark-off-menu .off-menu li a {
    color: #aaaaaa;
    border-color: #6c6c6c; }
  .dark-off-menu .off-menu li .submenu li {
    background: #303030; }
    .dark-off-menu .off-menu li .submenu li a {
      border-color: #444444; }
  .dark-off-menu .off-social {
    margin-bottom: 25px; }
    .dark-off-menu .off-social h6 {
      color: #aaaaaa; }
  .dark-off-menu .top-button .menu li:first-of-type a {
    background: #303030; }
    .dark-off-menu .top-button .menu li:first-of-type a:hover {
      background: #00528D; }
  .dark-off-menu .is-drilldown-submenu.is-active {
    background: #444444; }

/* ==========================================================================
	12- open heading
   ========================================================================== */
.open-heading {
  margin-bottom: 30px; }
  .open-heading h3 {
    margin-bottom: 30px; }
  .open-heading p {
    font-size: 13px;
    margin: 0; }

/* ==========================================================================
	12- random media
   ========================================================================== */
#randomMedia {
  padding: 80px 0 20px 0;
  background: #fff;
  border-bottom: 1px solid #ececec; }
  #randomMedia .random-media-head {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px; }
    #randomMedia .random-media-head .tabs {
      border: none;
      display: table;
      margin: 0 auto; }
      #randomMedia .random-media-head .tabs .tabs-title > a:focus,
      #randomMedia .random-media-head .tabs .tabs-title > a[aria-selected="true"] {
        background: none; }
      #randomMedia .random-media-head .tabs li a {
        color: #8e8e8e;
        font-size: 16px;
        font-weight: 600;
        padding: 17px 10px;
        margin-bottom: 0;
        margin-right: 36px;
        text-transform: capitalize; }
        #randomMedia .random-media-head .tabs li a:hover {
          border-bottom: 2px solid #00528D; }
      #randomMedia .random-media-head .tabs li.is-active a {
        border-bottom: 2px solid #00528D;
        background: none; }
      #randomMedia .random-media-head .tabs li:last-of-type a {
        margin-right: 0; }

/* ==========================================================================
	14- vertical thumb slider
   ========================================================================== */
#verticalSlider {
  background: #303030;
  padding: 25px 0; }

.thumb-slider {
  height: 400px; }
  .thumb-slider .main-image {
    width: 800px;
    height: 100%;
    float: left;
    overflow: hidden; }
    .thumb-slider .main-image .image {
      position: relative; }
      .thumb-slider .main-image .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover; }
      .thumb-slider .main-image .image iframe {
        width: 100% !important;
        height: 400px !important;
        border: 0 !important; }
      .thumb-slider .main-image .image:hover a.hover-posts {
        visibility: visible;
        transform: scale(1); }
  .thumb-slider .thumbs {
    position: relative;
    width: 370px;
    height: 100%;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden; }
    .thumb-slider .thumbs a {
      background: #000;
      color: #fff;
      text-decoration: none;
      opacity: 0.4;
      width: 100%;
      position: absolute;
      z-index: 2;
      left: 0;
      text-align: center; }
      .thumb-slider .thumbs a i {
        font-weight: bold;
        font-size: 18px; }
      .thumb-slider .thumbs a.up {
        top: 0; }
      .thumb-slider .thumbs a.down {
        bottom: 0 !important; }
    .thumb-slider .thumbs .thumbnails {
      position: relative;
      width: 370px;
      height: 100%;
      float: left;
      overflow-y: hidden;
      overflow-x: hidden; }
      .thumb-slider .thumbs .thumbnails .ver-thumbnail {
        background: gray;
        width: 100%;
        height: 200px;
        position: relative;
        top: 0;
        cursor: pointer; }
        .thumb-slider .thumbs .thumbnails .ver-thumbnail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }

.thumbs .thumbnails .ver-thumbnail .item-title {
  padding: 18px 0 10px 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.thumbs .thumbnails .ver-thumbnail .item-title h6 {
  color: #fff;
  font-weight: 600;
  padding-left: 12px;
  line-height: 14px; }

.thumbs .thumbnails .ver-thumbnail .item-title span {
  position: absolute;
  left: 12px;
  bottom: 40px;
  font-size: 13px;
  background: #00528D;
  padding: 0 9px;
  color: #fff;
  font-weight: 600; }

#verticalSlider-light {
  background: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #ececec; }

/* ==========================================================================
	15- Single Video Post
   ========================================================================== */
.breadcrumb-video-2 {
  margin-bottom: 30px; }

#breadcrumb {
  background: #00528D;
  padding: 10px !important;
  font-family:Arial, Helvetica, sans-serif !important;
 }
  #breadcrumb .breadcrumbs {
    margin: 0; }
    #breadcrumb .breadcrumbs li {
      font-size: 13px;
      color: #aaaaaa;
      text-transform: capitalize; }
      #breadcrumb .breadcrumbs li a {
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        text-transform: capitalize; }
        #breadcrumb .breadcrumbs li a:hover {
          color: #253862; }
      #breadcrumb .breadcrumbs li.disabled {
        font-size: 16px;
        color: #ccc;
        text-transform: capitalize; }
      #breadcrumb .breadcrumbs li i {
        color: #fff;
        display: inline-block;
        margin-right: 5px;
        font-size: 16px; }
		#breadcrumb .breadcrumbs li:hover i {
        color: #253862;
        display: inline-block;
        margin-right: 5px;
        font-size: 16px; }
  #breadcrumb .breadcrumbs li:not(:last-child)::after {
    margin: 0 5px;
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg); }

.fullwidth-single-video {
  background: #303030;
  padding: 25px 0;
  margin-bottom: 30px; }
  .fullwidth-single-video .flex-video {
    margin-bottom: 0; }
    .fullwidth-single-video .flex-video.widescreen {
      padding-bottom: 42.74%; }

.SinglePostStats {
  margin-bottom: 10px; }
  .SinglePostStats .media-object {
    margin: 0; }
    .SinglePostStats .media-object .object-second {
      width: 100%; }
    .SinglePostStats .media-object .media-object-section:first-child {
      padding-right: 10px; }
    .SinglePostStats .media-object .author-img-sec {
      border-right: 1px solid #ececec;
      padding: 15px 15px 15px 0; }
      .SinglePostStats .media-object .author-img-sec .author-single-post {
        width: 80px;
        height: 80px;
        margin: 0; }
        .SinglePostStats .media-object .author-img-sec .author-single-post img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .SinglePostStats .media-object .author-img-sec p {
        margin: 0; }
        .SinglePostStats .media-object .author-img-sec p a {
          font-size: 12px;
          font-weight: 600;
          color: #444444; }
    .SinglePostStats .media-object .author-des {
      width: 100%;
      border-bottom: 1px solid #ececec;
      padding: 19px 0; }
      .SinglePostStats .media-object .author-des .post-title {
        float: left;
        display: inline; }
        .SinglePostStats .media-object .author-des .post-title h4 {
          color: #444444;
          font-weight: 600;
          margin-bottom: 15px;
          line-height: 18px; }
        .SinglePostStats .media-object .author-des .post-title p {
          margin: 0;
          font-size: 11px;
          color: #aaaaaa; }
          .SinglePostStats .media-object .author-des .post-title p span {
            font-size: inherit;
            color: inherit;
            margin-right: 15px; }
            .SinglePostStats .media-object .author-des .post-title p span i {
              display: inline-block;
              font-size: inherit;
              color: inherit;
              margin-right: 5px; }
      .SinglePostStats .media-object .author-des .subscribe {
        float: right;
        display: inline; }
        .SinglePostStats .media-object .author-des .subscribe button {
          padding: 12px 15px;
          background: #f6f6f6;
          font-size: 13px;
          color: #6c6c6c;
          text-transform: uppercase;
          border: 1px solid #ececec;
          border-radius: 4px; }
          .SinglePostStats .media-object .author-des .subscribe button:hover {
            background: #00528D;
            border-color: #00528D;
            color: #fff; }
    .SinglePostStats .media-object .social-share {
      padding: 6px 0; }
      .SinglePostStats .media-object .social-share .post-like-btn {
        display: block; }
        .SinglePostStats .media-object .social-share .post-like-btn form {
          display: inline-block; }
          .SinglePostStats .media-object .social-share .post-like-btn form button {
            background: #f6f6f6;
            color: #6c6c6c;
            border: 1px solid #ececec;
            border-radius: 4px;
            padding: 8px 10px;
            font-size: 13px;
            margin-right: 5px; }
            .SinglePostStats .media-object .social-share .post-like-btn form button i {
              display: inline-block;
              color: inherit;
              margin-right: 10px;
              font-size: inherit; }
            .SinglePostStats .media-object .social-share .post-like-btn form button:hover {
              background: #00528D;
              color: #fff;
              border-color: #00528D; }
              .SinglePostStats .media-object .social-share .post-like-btn form button:hover i {
                color: #fff; }
        .SinglePostStats .media-object .social-share .post-like-btn .secondary-button {
          border: 1px solid #ececec;
          line-height: 27px;
          font-size: 13px;
          width: 34px;
          margin-right: 5px; }
          .SinglePostStats .media-object .social-share .post-like-btn .secondary-button:hover {
            border-color: #00528D; }
        .SinglePostStats .media-object .social-share .post-like-btn .easy-share {
          margin-top: 5px; }

.singlePostDescription {
  margin-bottom: 10px; }
  .singlePostDescription .heading {
    padding: 24px 0 20px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec; }
    .singlePostDescription .heading h5 {
      font-weight: 600;
      line-height: 16px; }
    .singlePostDescription .heading i {
      font-size: 18px;
      line-height: 18px;
      color: #00528D;
      display: inline-block;
      margin-right: 15px; }
    .singlePostDescription .heading h4 {
      display: inline-block; }
  .singlePostDescription .description p {
    font-size: 13px;
    margin-bottom: 30px; }
  .singlePostDescription .description ul {
    margin-left: 13px;
    list-style: none;
    margin-bottom: 50px; }
    .singlePostDescription .description ul li {
      font-size: 13px;
      position: relative;
      margin-left: 10px; }
      .singlePostDescription .description ul li:before {
        content: "\f0da";
        font-family: "FontAwesome";
        position: absolute;
        left: -20px;
        top: 1px; }
  .singlePostDescription .description .categories {
    margin-bottom: 10px; }
  .singlePostDescription .description .profile-margin {
    margin-bottom: 10px; }
    .singlePostDescription .description .profile-margin:last-of-type {
      margin-bottom: 50px; }
  .singlePostDescription .description button {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ececec;
    border-radius: 4px;
    font-size: 13px;
    color: #6c6c6c;
    font-weight: bold;
    cursor: auto; }
    .singlePostDescription .description button i {
      display: inline-block;
      margin-right: 10px; }
  .singlePostDescription .description .inner-btn {
    background: #f6f6f6;
    font-size: 13px;
    color: #6c6c6c;
    padding: 0 10px;
    height: 30px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px; }
    .singlePostDescription .description .inner-btn:hover {
      background: #00528D;
      color: #fff; }

.showmore_content {
  position: relative;
  overflow: hidden; }

.showmore_trigger {
  width: 100%;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center; }

.showmore_trigger span {
  display: inline-block;
  height: 30px;
  line-height: 27px;
  background: #f6f6f6;
  border: 1px solid #ececec;
  padding: 0 10px;
  color: #6c6c6c;
  font-size: 13px;
  border-radius: 4px; }
  .showmore_trigger span:hover {
    background: #00528D;
    color: #fff;
    border-color: #00528D; }

.related {
  margin-bottom: 10px; }
  .related .main-heading {
    margin-bottom: 20px; }
  .related .hover-posts span i {
    font-size: 18px; }

.comments {
  margin-bottom: 30px; }
  .comments .main-heading {
    margin-bottom: 20px; }
    .comments .main-heading h4 span {
      color: #aaaaaa; }
  .comments .comment-box {
    margin-bottom: 20px; }
    .comments .comment-box .media-object {
      margin: 0; }
      .comments .comment-box .media-object .comment-img {
        padding: 15px 10px;
        border-right: 1px solid #ececec; }
        .comments .comment-box .media-object .comment-img .comment-box-img {
          padding: 5px;
          border: 1px solid #ececec;
          width: 80px;
          height: 80px;
          margin-bottom: 5px; }
          .comments .comment-box .media-object .comment-img .comment-box-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .comments .comment-box .media-object .comment-img h6 {
          margin: 0; }
          .comments .comment-box .media-object .comment-img h6 a {
            font-size: 11px;
            line-height: 12px;
            font-weight: bold;
            color: inherit; }
      .comments .comment-box .media-object .comment-textarea {
        width: 100%;
        padding: 15px 15px 10px 15px; }
        .comments .comment-box .media-object .comment-textarea textarea {
          width: 100%;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          border: 1px solid #ececec;
          color: #aaaaaa;
          font-size: 13px;
          margin-bottom: 10px; }
        .comments .comment-box .media-object .comment-textarea input[type="submit"] {
          padding: 0 25px;
          border: 1px solid #ececec;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          text-align: center;
          height: 30px;
          line-height: 30px;
          background: #f6f6f6;
          color: #6c6c6c;
          text-transform: capitalize;
          float: right; }
          .comments .comment-box .media-object .comment-textarea input[type="submit"]:hover {
            background: #00528D;
            color: #fff;
            border-color: #00528D; }
  .comments .comment-sort {
    background: #f6f6f6;
    height: 30px;
    line-height: 27px;
    color: #6c6c6c;
    padding-right: 15px;
    margin-bottom: 30px; }
    .comments .comment-sort span {
      color: inherit;
      font-size: 12px;
      font-weight: 600; }
      .comments .comment-sort span a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
        .comments .comment-sort span a:hover {
          color: #00528D; }

.main-comment .media-object .comment-box-img {
  padding: 5px;
  border: 1px solid #ececec;
  width: 80px;
  height: 80px; }
  .main-comment .media-object .comment-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.main-comment .media-object .comment-desc {
  width: 100%; }
  .main-comment .media-object .comment-desc .comment-title {
    line-height: 16px;
    margin-bottom: 15px; }
    .main-comment .media-object .comment-desc .comment-title .name {
      font-size: 12px;
      color: #aaaaaa; }
      .main-comment .media-object .comment-desc .comment-title .name a {
        font-size: inherit;
        color: #444444;
        font-weight: bold; }
    .main-comment .media-object .comment-desc .comment-title .time {
      font-size: 12px;
      color: #aaaaaa; }
      .main-comment .media-object .comment-desc .comment-title .time i {
        font-size: inherit;
        color: inherit;
        display: inline-block;
        padding-right: 5px; }
  .main-comment .media-object .comment-desc .comment-text p {
    margin-bottom: 30px;
    color: #8e8e8e;
    font-size: 13px; }
  .main-comment .media-object .comment-desc .comment-btns {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec; }
    .main-comment .media-object .comment-desc .comment-btns span {
      font-size: 12px;
      color: #aaaaaa;
      margin-right: 10px; }
      .main-comment .media-object .comment-desc .comment-btns span a {
        font-size: inherit;
        color: inherit; }
        .main-comment .media-object .comment-desc .comment-btns span a i {
          font-size: inherit;
          color: inherit; }
        .main-comment .media-object .comment-desc .comment-btns span a:hover {
          color: #00528D; }
          .main-comment .media-object .comment-desc .comment-btns span a:hover i {
            color: #00528D; }
      .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) {
        color: #303030; }
        .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a {
          color: inherit; }
          .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a i {
            color: inherit;
            display: inline-block;
            margin-right: 5px; }
          .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a:hover {
            color: #00528D; }
            .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(2) a:hover i {
              color: #00528D; }
      .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(3) {
        margin: 0;
        cursor: pointer; }
        .main-comment .media-object .comment-desc .comment-btns span:nth-of-type(3) i {
          display: inline-block;
          margin-left: 5px; }

.inner-video .inner-flex-video {
  padding-top: 15px; }
  .inner-video .inner-flex-video .flex-video.widescreen {
    padding-bottom: 48.2%; }

/* ==========================================================================
	16- Profile Page
   ========================================================================== */
.topProfile-inner {
  position: relative; }
  .topProfile-inner .main-text h3 {
    color: #fff; }
  .topProfile-inner .main-text h1 {
    background: #b57262 !important; 
	}
  .upload-bg {
    position: absolute;
    top: 25px; }
    .upload-bg label:before {
      border: none; }
    .upload-bg label {
      padding: 0;
      cursor: pointer; }
   .upload-bg .btn-upload i {
      display: inline-block;
      background: #fff;
      color: #6c6c6c;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      padding: 0 11px; }
    .upload-bg .btn-upload span {
      display: inline-block;
      padding: 0 10px;
      text-transform: capitalize;
      color: #fff;
      background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.4);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      height: 40px;
      line-height: 40px;
      font-weight: 600;
      font-size: 13px; }
	.upload-bg .btn-upload span:hover{
		background: #00528D;
	}
	

  .topProfile .main-text {
    padding-top: 90px; }
    .topProfile .main-text h3 {
      line-height: 24px;
      margin: 0 0 5px 0;
      text-transform: uppercase; }
    .topProfile .main-text h1 {
      display: inline-block;
      margin: 0;
	  background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.4);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
      border-radius: 10px;
      line-height: 36px;
      padding: 8px 15px;
      color: #fff;
      text-transform: capitalize;
	  font-size:24px !important;
	  font-family:arial !important;
	  font-weight:normal !important; }
  .topProfile .profile-stats {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .topProfile .profile-stats .secBg {
      padding: 18px 0; }
    
		  
		  
      .topProfile .profile-stats .profile-subscribe .span {
        display: inline-block;
        padding: 0 15px;
        background: #f6f6f6;
        height: 39px;
        text-align: center;
        color: #6c6c6c;
        font-size: 14px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
        .topProfile .profile-stats .profile-subscribe .span i {
          color: inherit;
          font-size: 14px;
          display: inline-block;
          margin-right: 10px; }
      .topProfile .profile-stats .profile-subscribe button {
        height: 100%;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 600;
        margin-left: -4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .topProfile .profile-stats .profile-subscribe button:hover{
        	background: #00528D;
        }
    .topProfile .profile-stats .profile-share {
      padding: 10px;
      display: inline-block;
      background:rgb(0,0,0);  
    background: transparent\9;  
    background:rgba(0,0,0,0.4);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);  
    zoom: 1; 
      position: absolute;
      right: 10%;
      top: -50px;
      border-radius: 4px; }
      .topProfile .profile-stats .profile-share .easy-share {
        height: 20px; }
        .topProfile .profile-stats .profile-share .easy-share button[data-easyshare-button] {
          height: 20px;
          line-height: 20px; }
        .topProfile .profile-stats .profile-share .easy-share span[data-easyshare-button-count] {
          margin: 0 5px 0 8px !important;
          height: 20px;
          line-height: 20px; }
    .topProfile .profile-stats .profile-author-img {
      width: 180px;
      height: 170px;
      background-color: #fff;
		border: 4px solid #fff;
		border-radius: 2px;
     
      position: absolute;
      bottom: 20px;
      box-shadow: 0 8px 6px -6px black; }
      .topProfile .profile-stats .profile-author-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .topProfile .profile-stats .profile-author-img label {
        padding: 0; }
        .topProfile .profile-stats .profile-author-img label:before {
          border: none; }
      .topProfile .profile-stats .profile-author-img .btn-upload {
        position: relative;
        bottom: 35px;
        left: 8px;
        cursor: pointer; }
        .topProfile .profile-stats .profile-author-img .btn-upload i {
          display: inline-block;
          background: #fff;
          color: #6c6c6c;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 12px !important;
          height: 30px;
          line-height: 30px;
          padding: 0 6px; }
        .topProfile .profile-stats .profile-author-img .btn-upload span {
          display: inline-block;
          padding: 0 6px;
          text-transform: capitalize;
          color: #fff;
          background: rgba(0, 0, 0, 0.6);
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          height: 30px;
          line-height: 30px;
          font-size: 12px !important;
		  font-family:arial !important; 
		  }
		.topProfile .profile-stats .profile-author-img .btn-upload span:hover{
			background: #00528D;
		}

    .topProfile .profile-stats .profile-author-name {
      margin-left: 200px; }
      .topProfile .profile-stats .profile-author-name h4 {
        margin: 0 0 9px 0;
        line-height: 18px; }
      .topProfile .profile-stats .profile-author-name p {
        line-height: 11px;
        font-size: 11px;
        color: #6c6c6c;
        margin: 0 0 10px 0; }
        .topProfile .profile-stats .profile-author-name p span {
          font-size: inherit;
          color: #aaaaaa; }
    .topProfile .profile-stats .profile-author-stats ul {
      border-spacing: 10px 0; }
      .topProfile .profile-stats .profile-author-stats ul li {
        border: 1px solid #ececec;
        border-radius: 4px;
        height: 48px;
		min-width:80px !important;
        line-height: 50px;
        box-sizing: border-box; }
		
        .topProfile .profile-stats .profile-author-stats ul li div.icon {
          display: block;
          padding: 0 15px;
          text-align: center;
          background: #f6f6f6;
          border-right: 1px solid #ececec;
          box-sizing: border-box; }
          .topProfile .profile-stats .profile-author-stats ul li div.icon i {
            display: inline-block;
            font-size: 16px;
            color: #6c6c6c; }
        .topProfile .profile-stats .profile-author-stats ul li div.li-text {
          padding: 7px 10px;
          text-align: center; }
          .topProfile .profile-stats .profile-author-stats ul li div.li-text p.number-text {
            font-size: 24px;
            font-weight: bold;
            line-height: 18px;
            color: #00528D;
            margin-bottom: 5px; }
          .topProfile .profile-stats .profile-author-stats ul li div.li-text span {
            font-size: 13px;
            line-height: 13px;
            display: block; }

.followers .follower {
  padding-right: 13px;
  margin-bottom: 50px; }
  .followers .follower .follower-img {
    height: 100px;
    width: 115px; }
    .followers .follower .follower-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .followers .follower span {
    display: block;
    border: 1px solid #ececec;
    text-align: center;
    height: 30px;
    line-height: 29px;
    color: #6c6c6c;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px; }
  .followers .follower button {
    height: 30px;
    border: 1px solid #ececec;
    font-weight: 600;
    color: #6c6c6c;
    background: #f6f6f6;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .followers .follower button:hover {
      background: #00528D;
      color: #fff; }

.profile-inner .heading {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 23px 0 18px 0; }
  .profile-inner .heading i {
    display: inline-block;
    margin-right: 13px;
    color: #00528D; }
  .profile-inner .heading h4 {
    display: inline-block;
    line-height: 18px;
    margin: 0; }
.profile-inner .show-more-inner {
  padding: 50px 0; }
  .profile-inner .show-more-inner .show-more-btn {
    display: inline-block;
    height: 30px;
    line-height: 27px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 23px;
    color: #6c6c6c; }
    .profile-inner .show-more-inner .show-more-btn:hover {
      background: #00528D;
      border-color: #00528D;
      color: #fff; }
.profile-inner .profile-videos {
  margin-bottom: 30px; }
  .profile-inner .profile-videos .profile-video {
    border: 1px solid #ececec;
    margin-bottom: 20px; }
    .profile-inner .profile-videos .profile-video .media-object {
      margin: 0; }
      .profile-inner .profile-videos .profile-video .media-object .media-img-content {
        padding-right: 0; }
      .profile-inner .profile-videos .profile-video .media-object .video-img {
        width: 170px;
        height: 150px;
        padding: 10px;
        border-right: 1px solid #ececec; }
        .profile-inner .profile-videos .profile-video .media-object .video-img img {
          width: 100%;
          height: 100%; }
      .profile-inner .profile-videos .profile-video .media-object .video-content {
        width: 100%;
        padding-left: 15px;
        border-bottom: 1px solid #ececec; }
        .profile-inner .profile-videos .profile-video .media-object .video-content h5 {
          margin: 15px 0;
          line-height: 16px; }
          .profile-inner .profile-videos .profile-video .media-object .video-content h5 a {
            color: #444444; }
            .profile-inner .profile-videos .profile-video .media-object .video-content h5 a:hover {
              color: #303030; }
        .profile-inner .profile-videos .profile-video .media-object .video-content p {
          font-size: 13px;
          margin-bottom: 14px; }
      .profile-inner .profile-videos .profile-video .media-object .video-detail {
        padding-left: 15px; }
        .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats {
          display: inline-block;
          width: 50%; }
          .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span {
            font-size: 12px;
            color: #aaaaaa;
            display: inline-block;
            margin-right: 15px;
            text-transform: capitalize; }
            .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span i {
              font-size: 14px;
              display: inline-block;
              color: #6c6c6c;
              margin-right: 5px; }
            .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats span:first-of-type i {
              color: #61ca37; }
      .profile-inner .profile-videos .profile-video .media-object .video-btns {
        width: 49%;
        display: inline-block;
        text-align: right;
        padding: 10px; }
        .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn {
          display: inline-block;
          border: 1px solid #ececec;
          background: #f6f6f6;
          color: #6c6c6c;
          height: 30px;
          line-height: 27px;
          font-size: 13px;
          padding: 0 10px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          margin-left: 10px; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn i {
            display: inline-block;
            margin-right: 8px;
            font-size: inherit;
            color: inherit; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover {
            background: #00528D;
            border-color: #00528D;
            color: #fff; }
            .profile-inner .profile-videos .profile-video .media-object .video-btns a.video-btn:hover i {
              color: #fff; }
        .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] {
          height: 30px;
          border: 1px solid #ececec;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          background: #f6f6f6;
          color: #6c6c6c;
          font-size: 13px;
          text-transform: capitalize;
          line-height: 30px;
          padding: 0 10px; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"] i {
            display: inline-block;
            margin-right: 9px;
            color: inherit;
            font-size: inherit; }
          .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"]:hover {
            background: #00528D;
            border-color: #00528D;
            color: #fff; }
            .profile-inner .profile-videos .profile-video .media-object .video-btns button[type="submit"]:hover i {
              color: #fff; }

.profile-settings {
  margin-bottom: 30px; }
  .profile-settings .setting-form .setting-form-inner {
    padding: 0 20px;
    margin-bottom: 60px; }
    .profile-settings .setting-form .setting-form-inner label::before {
      border: none; }
    .profile-settings .setting-form .setting-form-inner label {
      padding: 0;
      display: block;
      margin: 0;
      font-size: 13px !important;
      font-weight: 600 !important;
      color: #6c6c6c !important;
      text-transform: capitalize !important; }
    .profile-settings .setting-form .setting-form-inner h6 {
      font-size: 13px;
      color: #6c6c6c;
      padding-bottom: 5px;
      margin-bottom: 30px; }
    .profile-settings .setting-form .setting-form-inner input {
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      border: 1px solid #ececec;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      color: #aaaaaa;
      box-shadow: none;
      padding-left: 20px; }
    .profile-settings .setting-form .setting-form-inner textarea {
      border: 1px solid #ececec;
      width: 100%;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      padding-left: 20px;
      height: 160px;
      color: #aaaaaa;
      font-size: 13px; }
    .profile-settings .setting-form .setting-form-inner .button {
      background: #61ca37;
      border-bottom: 3px solid #53ac2f; }
	.profile-settings .setting-form .setting-form-inner .button:hover{
		background: #79d255;
	}


/* ==========================================================================
	17- Submit Post
   ========================================================================== */
.submit-post {
  margin-bottom: 30px;
  /*****************************************/
  /* Radio buttons sprite background image */
  /*****************************************/ }
  .submit-post .extraMargin {
    margin-bottom: 60px; }
  .submit-post label {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #6c6c6c !important;
    text-transform: capitalize !important; }
  .submit-post h6 {
    font-size: 13px;
    color: #6c6c6c;
    padding-bottom: 5px;
    margin-bottom: 30px; }
  .submit-post p {
    margin-bottom: 30px;
    font-size: 13px; }
  .submit-post input {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ececec;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #aaaaaa;
    box-shadow: none;
    padding-left: 20px;
    margin-bottom: 30px; }
  .submit-post textarea {
    border: 1px solid #ececec;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    height: 160px;
    color: #aaaaaa;
    font-size: 13px;
    box-shadow: none;
    margin-bottom: 30px; }
  .submit-post .radio {
    margin-bottom: 60px; }
    .submit-post .radio .customLabel:before {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      left: -20px; }
    .submit-post .radio .customLabel {
      display: inline-block;
      margin-left: 20px;
      margin-right: 10px;
      font-size: 13px !important;
      color: #459D27 !important; }
  .submit-post .upload-video {
    border: 1px solid #ececec;
    padding: 5px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px; }
    .submit-post .upload-video .button {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      color: #fff !important;
      font-weight: bold;
      margin-right: 10px; }
      .submit-post .upload-video .button:hover {
        color: #fff !important; }
    .submit-post .upload-video span {
      font-size: 13px;
      display: inline-block;
      padding-right: 30px; }
  .submit-post .post-meta textarea {
    height: 110px;
    margin-bottom: 10px; }
  .submit-post .post-category select {
    margin-bottom: 30px; }
  .submit-post .video-sprite {
    display: block; }
  .submit-post .video-layout {
    margin-bottom: 30px;
    width: 58px;
    display: inline-block;
    margin-right: 20px;
    text-align: center; }
    .submit-post .video-layout input[type=radio] {
      display: none; }
    .submit-post .video-layout input[type=radio] + label.fullwidth {
      display: inline-block;
      cursor: pointer;
      outline: 0;
      width: 64px;
      height: 56px;
      background-image: url("../fontv_system/fontv_img/sprite-bottle-3g.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      text-indent: -99999px; }
    .submit-post .video-layout input[type=radio]:checked + label.fullwidth {
      background-position: 0 -114px; }
    .submit-post .video-layout input[type=radio] + label.standard {
      display: inline-block;
      cursor: pointer;
      outline: 0;
      width: 64px;
      height: 56px;
      background-image: url("../fontv_system/fontv_img/sprite-bottle-3g.png");
      background-repeat: no-repeat;
      background-position: 0 -57px;
      text-indent: -99999px; }
    .submit-post .video-layout input[type=radio]:checked + label.standard {
      background-position: 0 bottom; }
    .submit-post .video-layout span {
      font-size: 12px;
      color: #6c6c6c; }
  .submit-post button[type="submit"] {
    margin: 20px 0 50px 0;
    background: #61ca37;
    border-bottom: 3px solid #53ac2f; }

/* ==========================================================================
	18-login - register
   ========================================================================== */
.registration {
  background: #f6f6f6;
  margin: 30px 0; }
  .registration .borderBottom {
    padding: 0 15px;
    margin-bottom: 50px; }
  .registration .login-register-content {
    padding-bottom: 100px; }
  .registration .page-heading {
    padding: 40px 0; }
    .registration .page-heading h3 {
      text-transform: capitalize;
      margin-bottom: 20px; }
    .registration .page-heading p {
      font-size: 13px; }
  .registration .social-login h5 {
    font-weight: 600;
    margin-bottom: 30px; }
  .registration .social-login .social-login-btn {
    height: 50px;
    margin-bottom: 20px; }
    .registration .social-login .social-login-btn a {
      display: block;
      font-size: 14px;
      text-transform: capitalize;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      font-weight: bold; }
      .registration .social-login .social-login-btn a i {
        display: inline-block;
        width: 50px;
        line-height: 50px;
        height: 50px;
        text-align: center;
        margin-right: 10px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 16px; }
    .registration .social-login .social-login-btn.facebook a {
      color: #fff;
      background: #395996; }
      .registration .social-login .social-login-btn.facebook a i {
        color: #fff;
        background: #335087; }
    .registration .social-login .social-login-btn.twitter a {
      color: #fff;
      background: #43b3e5; }
      .registration .social-login .social-login-btn.twitter a i {
        color: #fff;
        background: #3ca1ce; }
    .registration .social-login .social-login-btn.g-plus a {
      color: #fff;
      background: #fb3333; }
      .registration .social-login .social-login-btn.g-plus a i {
        color: #fff;
        background: #e12e2e; }
    .registration .social-login .social-login-btn.linkedin a {
      color: #fff;
      background: #007bb6; }
      .registration .social-login .social-login-btn.linkedin a i {
        color: #fff;
        background: #006ea3; }
  .registration .middle-text {
    position: relative; }
    .registration .middle-text p {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-20%, -50%); }
      .registration .middle-text p span {
        display: inline-block;
        margin: 0 23px;
        color: #444444;
        font-weight: bold; }
      .registration .middle-text p i.active {
        color: #444444; }
  .registration .register-form h5 {
    font-weight: 600;
    margin-bottom: 30px; }
  .registration .register-form .input-group {
    margin-bottom: 20px;
    position: relative; }
    .registration .register-form .input-group .input-group-label {
      background: #f6f6f6;
      border-color: #ececec;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      height: 50px !important;
      width: 50px;
      overflow: hidden; }
      .registration .register-form .input-group .input-group-label i {
        color: #6c6c6c;
        font-size: 16px; }
    .registration .register-form .input-group input {
      height: 50px;
      border-color: #ececec;
      box-shadow: none;
      font-size: 13px;
      color: #aaaaaa;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      margin: 0; }
    .registration .register-form .input-group .form-error {
      position: absolute;
      bottom: 18px;
      margin: 0;
      right: 10px; }
  .registration .register-form .button {
    margin-bottom: 25px; }
  .registration .register-form .loginclick {
    font-size: 12px;
    text-align: right; }
    .registration .register-form .loginclick a {
      color: #303030;
      text-transform: capitalize; }
      .registration .register-form .loginclick a:hover {
        color: #00528D; }
      .registration .register-form .loginclick a:nth-of-type(1) {
        float: left; }
  .registration h4 {
    margin-bottom: 30px; }
  .registration .map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px; }
  .registration .user-contacts .contact-stats {
    margin-bottom: 40px; }
    .registration .user-contacts .contact-stats i {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-right: 10px; }
    .registration .user-contacts .contact-stats h6 {
      display: inline-block;
      font-size: 14px;
      color: #444444;
      margin-bottom: 20px;
      text-transform: capitalize; }
    .registration .user-contacts .contact-stats p {
      font-size: 13px; }
      .registration .user-contacts .contact-stats p a.secondary-button {
        text-align: center; }
        .registration .user-contacts .contact-stats p a.secondary-button i {
          margin: 0; }
        .registration .user-contacts .contact-stats p a.secondary-button:hover i {
          color: #fff; }
  .registration .register-form textarea {
    width: 100%;
    height: 240px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    color: #aaaaaa;
    font-size: 13px; }

/* ==========================================================================
	19- pagination
   ========================================================================== */
.pagination {
  text-align: center;
  margin: 20px 0 50px 0; }
  .pagination a.prev {
    display: inline-block;
    height: 30px;
    background: #f6f6f6;
    width: auto;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
  .pagination a.next {
    display: inline-block;
    height: 30px;
    background: #f6f6f6;
    width: auto;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
  .pagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f6f6f6;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px; }
    .pagination a:hover {
      background: #00528D;
      border-color: #00528D;
      color: #fff; }
  .pagination span.current {
    background: #00528D;
    border: 1px solid #00528D;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }

/* ==========================================================================
	page-content
   ========================================================================== */
article.page-content {
  padding: 20px 0 0 0; }
  article.page-content p {
    font-size: 13px;
    margin-bottom: 30px; }
    article.page-content p:last-of-type {
      margin-bottom: 100px; }
  article.page-content ul {
    margin-bottom: 30px;
    font-size: 13px;
    margin-left: 0;
    list-style: none; }
    article.page-content ul li {
      font-size: inherit; }
      article.page-content ul li i {
        display: inline-block;
        font-size: inherit;
        color: #6c6c6c;
        margin-right: 15px; }
  article.page-content ol {
    margin-bottom: 30px;
    margin-left: 38px;
    font-size: 13px;
    list-style: none; }
    article.page-content ol li {
      font-size: inherit;
      margin-bottom: 30px; }
      article.page-content ol li span {
        display: inline-block;
        font-size: inherit;
        color: #444;
        margin-right: 15px;
        font-weight: bold; }

/* ==========================================================================
	21- blog
   ========================================================================== */
.blog-post {
  margin-bottom: 15px; }
  .blog-post .blog-post-heading {
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec; }
    .blog-post .blog-post-heading h3 {
      margin-bottom: 20px; }
      .blog-post .blog-post-heading h3 a {
        color: #444444; }
        .blog-post .blog-post-heading h3 a:hover {
          color: #00528D; }
    .blog-post .blog-post-heading p {
      margin: 0;
      line-height: 11px; }
      .blog-post .blog-post-heading p span {
        font-size: 11px;
        color: #aaaaaa;
        display: inline-block;
        margin-right: 15px; }
        .blog-post .blog-post-heading p span i {
          display: inline-block;
          color: inherit;
          font-size: inherit;
          margin-right: 5px; }
        .blog-post .blog-post-heading p span a {
          display: inline-block;
          color: #6c6c6c;
          font-size: inherit; }
          .blog-post .blog-post-heading p span a:hover {
            color: #00528D; }
  .blog-post .blog-post-content {
    padding-bottom: 30px; }
    .blog-post .blog-post-content .blog-post-img {
      height: 370px;
      margin-bottom: 20px; }
      .blog-post .blog-post-content .blog-post-img img {
        width: 100%;
        height: 100%; }
    .blog-post .blog-post-content p {
      font-size: 13px;
      margin-bottom: 30px; }
      .blog-post .blog-post-content p:last-of-type {
        margin-bottom: 60px; }
    .blog-post .blog-post-content ul {
      list-style: none;
      margin-left: 0;
      margin-bottom: 30px; }
      .blog-post .blog-post-content ul li {
        font-size: 13px; }
        .blog-post .blog-post-content ul li i {
          color: #6c6c6c;
          font-size: inherit;
          display: inline-block;
          margin-right: 20px; }
    .blog-post .blog-post-content blockquote {
      padding: 15px 25px 15px 65px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      background: #f6f6f6;
      border: 1px solid #ececec;
      font-size: 16px;
      font-weight: 600;
      position: relative;
      font-style: italic;
      margin-bottom: 30px; }
      .blog-post .blog-post-content blockquote:before {
        content: "\f10d";
        font-family: FontAwesome;
        font-size: 30px;
        color: #a5e46c;
        position: absolute;
        left: 25px;
        top: 5px;
        font-style: normal; }
    .blog-post .blog-post-content a.blog-post-btn {
      display: inline-block;
      height: 30px;
      padding: 0 33px;
      line-height: 30px;
      font-size: 13px;
      color: #6c6c6c;
      background: #f6f6f6;
      text-transform: capitalize;
      font-weight: bold;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .blog-post .blog-post-content a.blog-post-btn:hover {
        background: #00528D;
        color: #fff; }
    .blog-post .blog-post-content .blog-post-extras {
      margin-bottom: 50px; }
      .blog-post .blog-post-content .blog-post-extras .extras {
        margin-bottom: 10px; }
        .blog-post .blog-post-content .blog-post-extras .extras button {
          height: 30px;
          line-height: 30px;
          border: 1px solid #ececec;
          font-size: 13px;
          color: #6c6c6c;
          padding: 0 10px;
          font-weight: bold;
          text-transform: uppercase;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; }
          .blog-post .blog-post-content .blog-post-extras .extras button i {
            display: inline-block;
            font-size: inherit;
            color: inherit;
            margin-right: 10px; }
          .blog-post .blog-post-content .blog-post-extras .extras button span {
            color: #fff; }
        .blog-post .blog-post-content .blog-post-extras .extras a {
          display: inline-block;
          height: 30px;
          line-height: 30px;
          background: #f6f6f6;
          padding: 0 10px;
          text-transform: capitalize;
          color: #6c6c6c;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          font-size: 13px; }
          .blog-post .blog-post-content .blog-post-extras .extras a:hover {
            background: #00528D;
            color: #fff; }
        .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button] {
          margin-left: 5px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          padding: 0;
          text-align: center;
          background: #f6f6f6; }
          .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button] span {
            color: #6c6c6c;
            text-shadow: none; }
          .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button]:hover span {
            color: #fff; }
        .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button="facebook"]:hover {
          background: #43609C; }
        .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button="twitter"]:hover {
          background: #43b3e5; }
        .blog-post .blog-post-content .blog-post-extras .extras .easy-share button[data-easyshare-button="google"]:hover {
          background: #DB4437; }
    .blog-post .blog-post-content .blog-pagination {
      border-top: 1px solid #ececec;
      padding-top: 20px; }
      .blog-post .blog-post-content .blog-pagination a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ececec;
        background: #f6f6f6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        color: #6c6c6c;
        padding: 0 10px;
        margin-right: 30px;
        font-size: 13px;
        text-transform: capitalize; }
        .blog-post .blog-post-content .blog-pagination a i {
          display: inline-block;
          font-size: inherit;
          color: inherit; }
          .blog-post .blog-post-content .blog-pagination a i.left-arrow {
            margin-right: 10px; }
          .blog-post .blog-post-content .blog-pagination a i.right-arrow {
            margin-left: 10px; }
        .blog-post .blog-post-content .blog-pagination a:hover {
          background: #00528D;
          color: #fff; }
          .blog-post .blog-post-content .blog-pagination a:hover i {
            color: #fff; }

.blog-post-written {
  margin-bottom: 10px; }
  .blog-post-written .media-object {
    margin: 0;
    padding: 20px 0; }
  .blog-post-written .blog-post-author-img {
    border: 1px solid #ececec;
    width: 120px;
    height: 140px;
    padding: 10px; }
    .blog-post-written .blog-post-author-img img {
      width: 100%;
      height: 100%; }
  .blog-post-written .blog-post-author-des p {
    font-size: 13px;
    color: #aaaaaa; }

/* ==========================================================================
	22- 404 error page
   ========================================================================== */
.error-page {
  margin-bottom: 30px; }
  .error-page .error-page-content {
    padding: 100px 0; }
    .error-page .error-page-content .error-img {
      margin-bottom: 50px;
      position: relative; }
      .error-page .error-page-content .error-img .spark {
        display: inline-block;
        position: absolute;
        right: 29%;
        top: 22px; }
        .error-page .error-page-content .error-img .spark img {
          width: 100%; }
    .error-page .error-page-content h1 {
      font-size: 46px;
      text-transform: uppercase;
      letter-spacing: 10px;
      margin-bottom: 35px; }
    .error-page .error-page-content p {
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 40px; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation: flash 0.3s infinite;
  animation: flash 0.3s infinite; }
.tab-content {
  display:none;
  clear:both;
}
.tab-content.active {
  display:block;
}



.footer_small_box
{
	display:block;
	width:100%;
	text-align:left;
	margin-top:20px;
}
.footer_small_inner_box
{
	display:table;
	margin-bottom:10px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

.footer_small_inner_box i
{
	display:table-cell;
	min-width:30px !important;
	width:30px !important;
	font-size:20px;
	vertical-align:top;
	color:#FFF !important;
}
.footer_small_inner_box span
{
	display:table-cell;
	width:100%;
	font-size:14px;
	vertical-align:middle;
	color:#FFF !important;
}
.footer_small_inner_box span a
{
	text-decoration:none;
	color:#FFF !important;
	font-size:14px;
}
	
.footer_small_inner_box span a:hover
{
	text-decoration: underline;
	color:#ccc !important;
	font-size:14px;
}
	
	




.btn-workdesk {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    transition: all .2s ease-in-out;
}
wd-style.css?a=656047:1302
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-success {
  color: #fff !important;
  background-color: #00528D !important;
  border-color: #253862;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size:14px !important;
  border-radius: 3px;
    text-decoration: none;
    
}

.btn-success:hover {
            background: #253862 !important; /* this is a green */
        }

.btn {
  display: inline-block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-default {
  color: #333;
  background-color: #fff !important;
  border-color: #ccc;
}




.vinfo, .vsuccess, .vwarning, vsuccesses
{
	font-family:arial !important;
	font-size:14px !important;
	border: 1px solid #ddd !important;
	margin: 0px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:left !important;
}
.vinfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../fontv_system/fontv_img/info.png');
}
.vsuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../fontv_system/fontv_img/success.png');
}
.vsuccesses {
	color: #4F8A10;
	background-color: #DFF2BF;
	padding: 10px !important;
	font-family:arial !important;
	font-weight:normal !important;
	font-size:14px !important;
}
.vwarning {
	
	background-image: url('../fontv_system/fontv_img/warning.png');
	
	border: 1px solid #a2d246 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff inset;
	-webkit-box-shadow: 0 1px 1px #fff inset;
	box-shadow: 0 1px 1px #fff inset;
	color: #000;
	background-color: #ebf8a4;
}

.vwarnings
{
	font-family:arial !important;
	font-size:14px !important;
	border: 1px solid #e9e9e9 !important;
	margin: 0px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:left !important;
	border-radius:10px; 
	text-transform: none !important;
}
.vwarnings {
	color: #888;
	background-color: #fff;
	background-image: url('../fontv_system/fontv_img/warning.png');
}


._btn {
  display: inline-block;
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: arial;
  font-size: 15px !important;
  font-weight: normal;
  margin-top: 10px;
  padding: 6px 12px;
  cursor: default;
  text-decoration: none !important;
  cursor:pointer;
}

._btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}




.wd_alert_box
{
	display:none;
	position:fixed !important; 
	margin:0 auto !important; 
	text-align:center !important; 
	left:0px;
	right:0px;
	top:0px !important; 
	width:100% !important; 
	z-index:99999999999999999999 !important;
	background:#FFF;
	min-height:40px;
	border-bottom:1px solid #E1E1E1;
	padding-right:45px;
}


.wd_alert_box .wdexit {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	cursor:pointer;
	background-color: #d9534f;
	border-color: #d43f3a;
}


.modal h4, .fade h4
{
	text-align:left !important;
}

.modal .modal-footer, .fade .modal-footer
{
	margin-right:10px !important;
}

.modal 
{
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow: auto; /* Enable scroll if needed */
}
.modal.fade .modal-dialog 
{
	z-index:999999999999 !important;
}
/* Modal Content/Box */
.modal-content 
{
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}
.wd_medium .modal-content  { max-width: 100% !important; } 
.wd_large .modal-content  { max-width: 100% !important; } 
@media (min-width: 768px) 
{
	.modal-content 
	{
		background-color: #fefefe;
		margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
		border: 1px solid #888;
		width: 80%; /* Could be more or less, depending on screen size */
	}
}

.modal-body
{
	font-family:arial !important;
	font-size:14px;
	text-align:left;
}
.center{ text-align:center !important;}
.modal-header
{
	padding:16px !important;
	background: #00528D !important;
	font-size: 20px;
	color: #FFF !important;
}

.modal-header .close 
{
	color: #F9F9F9 !important;
	text-align: center;
	position: absolute;
    right: 20px !important;
    top: 16px !important;
    font-size: 30px !important;
    font-weight: normal !important;
}
.modal-header .close:hover 
{
    color: #FFF !important;
}
.modal-header h4 
{
	color: #FFF !important;
	text-align: center;
	font-size: 20px;
	padding:0px !important; margin:0px !important;
}
.modal-footer 
{
	background-color: #f9f9f9;
	padding:5px !important;
	padding-right:0px !important;
	padding-left:10px !important;
}

.modal-dialog {
  
  margin-top:0px !important;
  
}




/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0 !important;
    top: 0 !important;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.1); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	display:none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.overlay .wdlding
{
	width:133px; 
	height:10px; 
	margin-top:20px;
	background:url(../fontv_system/fontv_img/loading.gif) center center no-repeat;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 20px;
    text-decoration: none;
    font-size: 36px !important;
    color: #333;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
	background:#FFF;
	display:inline-block;
	text-align:center;
	border:1px solid #e1e1e1;
	box-shadow: 0 8px 6px -6px black;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #000;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* FORM DATA */
form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family:arial !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.form-control {
  display: block;
  width: 100%;
  height: 38px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family:arial !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
  display: block;
  width: 100%;
  height: 100px;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family:arial !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		  
	resize:none;
}
.form-control:focus {
  border-color: #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #bbb !important;
  opacity: 1;
  font-family:arial !important;
  font-size:14px;
}
.form-control:-ms-input-placeholder {
  color: #bbb !important;
  font-family:arial !important;
  font-size:14px;
}
.form-control::-webkit-input-placeholder {
  color: #bbb !important;
  font-family:arial !important;
  font-size:14px;
}


.input-group-addon 
{
  padding: 6px 12px;
  min-width:40px !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}


.input_top_field {
  display: block;
  width: 100%;
  height: 36px !important;
  padding: 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #222;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  resize: none;
  border-left:0px solid none;
  border-radius: 0px;
  box-shadow: inset 0px 0px 0px 0px red !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input_top_field:focus {
  box-shadow: inset 0px 0px 0px 0px red !important;
  border: 1px solid #dce4ec  !important;
  outline: 0;
}


/* Login Box */

.panel panel-default
{
	border-radius:10px 10px 0px 0px;
}
.account-wall {
  margin-top: 0px;
  padding: 40px 0px 0px 0px;
  background-color: #f1f1f1;
}

.account-wall .login-img {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.account-wall .pic_contains {
    position: relative;
    width: 100%;
	margin:0 auto;
	text-align:center;
}
.account-wall .profile-img {
  width: 50%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
  border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0px 10px #cbcbcb;
	-moz-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	text-align:center;
	padding:10px;
	margin:0 auto; 
	margin-bottom:20px;
	word-wrap: break-word;
}
.account-wall img {
  vertical-align: middle;
}

.account-wall img {
  border: 0;
}

.account-wall .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.account-wall .pic_contains:hover .profile-img {
  opacity: 0.3;
  background: rgba(0,0,0,.75);
  -webkit-transition: opacity .25s ease;
  box-shadow: inset 20px 20px 40px 0 rgba(0,0,0,.45);
}

.account-wall .pic_contains:hover .middle {
  opacity: 1;
}

.account-wall .text {
  background-color: #4CAF50;
  color: white;
  font-size: 14px;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  padding: 6px 12px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;

}

.account-wall .text:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.account-wall .wd_form {
  padding: 15px;
  padding-bottom:0px;
}


.wd_form input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wd_form .form-control {
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.new-account {
  display: block;
  margin-top: 10px;
}

.text-center {
  text-align: center;
}


.forms-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-family:arial !important;
  line-height: 18px !important;
  letter-spacing: normal !important;
  word-spacing:normal !important;
  resize:none;
  color: #222 !important;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button, input, select[multiple], textarea {
  background-image: none;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

.wd_btn {
  display: inline-block;
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
  font-family: arial;
  font-size: 15px !important;
  font-weight: normal;
  margin-top: 10px;
  padding: 6px 12px;
  cursor: default;
  text-decoration: none !important;
  cursor:pointer;
}

.wd_btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}





.page_container {
	width:80% !important; 
	max-width:600px !important; 
	margin:0 auto; 
	font-family:arial !important; 
	font-size:14px !important; 
	margin-top:0px; 
	line-height:23px;
	
}
.page_container ul.column {
	padding: 0px !important;
	margin:0px !important;
	list-style: none;
	width: 100%;
	box-shadow: 0 8px 6px -6px black;
    border: 1px solid #e9e9e9 !important;
}
.page_container ul.column li {
	background: #fff;
	display: block;
	text-align: left;
	width: 100%;
	padding:20px;
	border-radius: 2px 2px 2px 2px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}


.hover
{
	/*color:#3b5998 !important;*/
	cursor:pointer !important;
	text-decoration:none !important;
	color: #28a745 !important;
    transition: color .1s ease-out;
}

.hover:hover
{
	text-decoration: underline !important;
}

.ccc
{
	/*color:#3b5998 !important;*/
	cursor:pointer !important;
	text-decoration:none !important;
	color: #28a745; !important;
    transition: color .1s ease-out;
}

.ccc:hover
{
	text-decoration: underline !important;
}



.cbtn { text-decoration: none !important; }
.cbtn { border-color: #ccc; border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); }
.cbtn {
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: moz-none;-ms-user-select: none;user-select: none;
	font-family:arial !important;
	font-size:14px !important;
	font-weight: normal !important;
	padding:6px 12px !important;
	cursor:pointer !important;
	margin-top:0px !important; 
	margin-left:10px !important;
	margin-right:10px !important;
	display: inline-block;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
}

.cbtn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.02, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 2%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 2%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	color:#333;
}



.sbtn
{
	text-transform: !important
	color: #fff !important;
	background: #00528D !important;
	border-radius: 4px;
	user-select: none;
	font-family:arial !important;
	font-size:14px !important;
	font-weight: normal !important;
	padding:6px 12px !important;
	cursor:pointer !important;
	margin-top:0px !important; 
	margin-left:10px !important;
	margin-right:10px !important;
	display: inline-block;
	text-align: center !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
}
.sbtn:hover
{
	color: #fff !important;
}


.avatar {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.avatar img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #e3e3e3;
}

.avatar {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.social_video_avatar img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hover_profile_name
{
	background-color:transparent;
}

.hover_profile_name:hover
{
	background-color: #FFF;
}

.hover_profile_name_active
{
	background-color: #FFF;
}

.hover_profile_name_active:hover
{
	background-color: #FFF;
}




.fontv_dropdown_menu {
    display: block;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
	text-shadow: none !important;
}


.fontv_dropdown_menu .dropdown_head {
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
    padding: 10px !important;
    font-family: arial !important;
    font-size: 13px !important;
    word-spacing: normal !important;
    white-space: normal !important;
    letter-spacing: normal !important;
    background-color: #F1F1F1;
	text-shadow: none !important;
}

.fontv_dropdown_menu a { color:#000 !important; }
.fontv_dropdown_menu a:hover { color:#fff !important; }

.fontv_dropdown_menu a i { margin-right:5px !important; color:#000 !important; }
.fontv_dropdown_menu a:hover i { color:#fff !important; }



/* Bullet */
.fontv_dropdown_menu.bullet {
  margin-top: 8px;
}
.fontv_dropdown_menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #AAA;
  top: -7px;
  left: 9px;
}
.fontv_dropdown_menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}
.fontv_dropdown_menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}
.fontv_dropdown_menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}
.fontv_dropdown_menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}
.fontv_dropdown_menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #AAA;
}
.fontv_dropdown_menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}
.fontv_dropdown_menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}
.fontv_dropdown_menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}
.fontv_dropdown_menu.bullet.pull-middle {
  margin-right: 8px;
}
.fontv_dropdown_menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #AAA;
}
.fontv_dropdown_menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #AAA;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}
.fontv_dropdown_menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}



/* Main Menu Dropdown Style */
.fontv_dropdown_menu li {
	width:100% !important;
	text-align:left;
	padding:0px !important;
	margin:0px !important;
	text-shadow: none !important;
}
ul.fontv_dropdown_menu a {
  background-color: #fff !important;
  border-bottom:1px solid #F1F1F1 !important;
  border-color: #F1F1F1 !important;
  cursor: pointer !important;
  font-family: arial !important;
  font-size: 13px !important;
  color:#333 !important;
  padding:6px 14px !important;
  width:100% !important;
  text-align:left;
  border-radius:0px;
  margin:0px !important;
  text-shadow: none !important;
}

ul.fontv_dropdown_menu a:hover {
  color: #fff !important;
  background-color: #60a83a !important;
  background-image: linear-gradient(to bottom, #00528D, #60a83a) !important;
  background-repeat: repeat-x !important;
  border-color: #00528D !important;
  padding:6px 14px !important;
  text-shadow: none !important;
}





.social_wraps{
	color:#00528D !important;
	padding:0px !important;
	border: 0px solid #fff !important;
	cursor:pointer !important;
}

.social_wraps .msg-follow,
.social_wraps .msg-following,
.social_wraps .msg-unfollow{
  display: none;
}

.social_wraps .msg-follow
{
  display: inline;
  border: 1px solid #fff;
  border-radius: 6px;
  background:#253862;
  color:#FFF;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #253862, #3f8f25);
  cursor:pointer;
  text-align:center;
}
.social_wraps .msg-follow:hover
{
  display: inline;
  border: 1px solid #fff;
  border-radius: 6px;
  background:#3f8f25;
  color:#FFF;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #3f8f25, #3f8f25);
  cursor:pointer;
  text-align:center;
}

.social_wraps.following .msg-follow
{
  display: none;
  border: 1px solid #fff;
  border-radius: 6px;
  background:#253862;
  color:#FFF;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #253862, #3f8f25);
  cursor:pointer;
  text-align:center;
}

.social_wraps.following .msg-following
{
  display: inline;
  border: 1px solid #fff;
  border-radius: 6px;
  background:#3f8f25;
  color:#FFF;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #3f8f25, #3f8f25);
  cursor:pointer;
  text-align:center;
}


.social_wraps.following:not(.wait):hover .msg-following{
  display: none;
  border: 1px solid #fff;
  border-radius: 6px;
  background:#3f8f25;
  color:#FFF;
  padding: 10px 15px;
  background: linear-gradient(to bottom, #3f8f25, #3f8f25);
  cursor:pointer;
  text-align:center;
}

.social_wraps.following:not(.wait):hover .msg-unfollow
{
  display: inline;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #e0245e;
   background: linear-gradient(to bottom, #e0245e, #e0245e);
  color:#FFF;
  padding: 10px 15px;
  cursor:pointer;
  text-align:center;
}





















/* SOCIAL PROFILE CARDS CSS CODE STARTS HERE */

.wd_followers_pcard 
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
    height: auto;
    max-width: 310px;
	min-width: 280px;
	width: 100%;
	font-family:arial !important;
	word-wrap: break-word;
	transition: .5s ease;
	margin:0 auto;
	margin-bottom:40px;
	display:inline-block;
	text-align:center;
	/*-webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;*/
}
@media (min-width: 768px) 
{
	.wd_followers_pcard 
	{
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e1e8ed;
		border-radius: 6px;
		height: auto;
		max-width: 310px;
		min-width: 310px;
		width: 310px;
		font-family:arial !important;
		word-wrap: break-word;
		transition: .5s ease;
		margin:0 auto;
		margin-left:20px;
		margin-right:20px;
		margin-bottom:40px;
		display:inline-block;
		text-align:left;
		/*-webkit-transition: .15s ease-in-out;
		transition: .15s ease-in-out;*/
	}
}


.wd_followers_pcard .pcard_photo_box 
{
    max-width: 100%;
	position:relative;
	text-align:center;
	margin:0 auto;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.wd_followers_pcard .pcard_photo_box span{
    background-color: #FFF;
     border-radius: 50%;
    display: block !important;
    padding: 0px;
    vertical-align: middle;
	height: 78px;
    width: 78px;
	border: 4px solid #FFF;
	position: relative;
	margin-top:-40px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	text-align:center;
}
.wd_followers_pcard .pcard_top
{
	display:block; width:100%;
	text-align:center;
}
.wd_followers_pcard .pcard_top_left
{
	display: block; width:100%;
	vertical-align:top;
	text-align:center;
}
.wd_followers_pcard .pcard_top_right
{
	display: block; 
	min-width:100%; width:100%;
	vertical-align:top;
	text-align:center;
	
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wd_followers_pcard .pcard_user_box {
	padding:10px;
	padding-top:10px;
}

@media (min-width: 768px) 
{
	.wd_followers_pcard .pcard_photo_box span
	{
		background-color: #FFF;
		 border-radius: 50%;
		display: inline-block !important;
		padding: 0px;
		vertical-align: middle;
		height: 78px;
		width: 78px;
		border: 4px solid #FFF;
		position: absolute;
		margin-top:-40px;
		margin-left:10px;
		box-sizing: border-box;
	}
	
	.wd_followers_pcard .pcard_top
	{
		display:table; width:100%;
	}
	.wd_followers_pcard .pcard_top_left
	{
		display: table-cell; width:100%;
		vertical-align:top;
		text-align:left;
	}
	.wd_followers_pcard .pcard_top_right
	{
		display: table-cell; min-width:120px; width:120px;
		vertical-align:top;
		text-align:right;
	}
	.wd_followers_pcard .pcard_user_box 
	{
		padding:10px;
		padding-bottom:5px;
		padding-top:40px;
	}
}


.wd_followers_pcard .pcard_photo 
{
    border: 0px solid #fff;
    height: 70px;
    width: 70px;
	display:block;
	transition: box-shadow .15s ease-in-out;
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wd_followers_pcard .pcard_user_name 
{
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}
.wd_followers_pcard .pcard_user_name a 
{
	text-decoration:none !important;
	color: #73B747 !important;
}
.wd_followers_pcard .pcard_user_name a:hover
{
    color: #73B747 !important;
	text-decoration: underline !important;
}
.wd_followers_pcard .headline
{
	font-size:14px;
	font-weight:normal;
	padding:0px 10px;
}

.wd_followers_pcard .description
{
	font-size:12px;
	font-weight:normal;
	color: #14171a;
    font-weight: normal;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 1.375em;
	word-wrap: break-word;
	padding:10px;
	padding-top:4px;
	min-height:60px;
	height:60px;
}
.wd_followers_pcard .pcard_bottom 
{
    margin: 0px;
    padding: 15px 0;
	border-top:1px solid #e5e5e5;
	background-color:#F9F9F9;
}
.wd_followers_pcard .pcard_bottom_box 
{
    box-sizing: border-box;
    display: table;
    margin: 0;
    min-width: 100%;
    padding: 0px !important;
	margin:0px !important;
    table-layout: auto;
}
.wd_followers_pcard ul.pcard_bottom_box 
{
    list-style: outside none none;
    padding: 0px !important;
	margin:0px !important;
}
.wd_followers_pcard ul.pcard_bottom_box li.pcard_bottom_contents 
{
    display: table-cell;
    padding: 0px !important;
	margin:0px !important;
    vertical-align: top;
	text-align:center !important;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wd_followers_pcard ul.pcard_bottom_box li.pcard_bottom_contents a:hover 
{
    text-decoration: none;
}
.wd_followers_pcard .pcard_bottom_text, .wd_followers_pcard .pcard_bottom_text:hover
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    transition: color 0.15s ease-in-out 0s;
	color: #00B22D !important;
}
.wd_followers_pcard .pcard_bottom_label 
{
    color: #666;
    font-size: 13px;
    letter-spacing: 0.02em;
    overflow: hidden;
    text-transform: capitalize;
    transition: color 0.15s ease-in-out 0s;
	display: block !important;
}

/* SOCIAL PROFILE CARDS CSS CODE ENDS HERE */





.topProfile .profile-stats .profile-subscribe {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -50px;
  left: 10px; }
@media (min-width: 768px) 
{
.topProfile .profile-stats .profile-subscribe {
      height: 40px;
      line-height: 40px;
      position: absolute;
      top: -50px;
      left: 290px;; }
}


/* ERROR INFO SUCCESS WARNING STARTS */

.wd_mg_d{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                        transparent 75%, transparent);                                      
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: auto;
     border: 1px solid;
     color: #fff;
     padding: 8px;
	 top:0px;
	 left:5%;
	 right:5%;
	 margin:0 auto;
     position: fixed;
     _position: absolute;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     animation: animate-bg 5s linear infinite;
	 display:none;
	 text-align:center;
	 cursor:pointer;
	 z-index:999999999999999999;
}

@media (min-width: 768px) 
{
	.wd_mg_d{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);                                      
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: auto;
		 border: 1px solid;
		 color: #fff;
		 padding: 8px;
		 top:0px;
		 left:35%;
		 right:35%;
		 margin:0 auto;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
		 display:none;
		 text-align:center;
		 cursor:pointer;
		 z-index:999999999999999999;
	}
}
.d_info{
     background-color: #4ea5cd;
     border-color: #3b8eb5;
}

.d_error{
     background-color: #de4343;
     border-color: #c43d3d;
}
     
.d_warning{
     background-color: #eaaf51;
     border-color: #d99a36;
}

.d_success{
     background-color: #61b832;
     border-color: #55a12c;
}

.wd_mg_d h3{
     margin: 0 !important;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:14px !important;
	 font-weight:normal !important;                                                 
}
@media (min-width: 608px) 
{
	.wd_mg_d h3{
		 margin: 0 !important;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:16px !important;
		 font-weight:normal !important;                                             
	}
}

.wd_mg_d p{
     margin: 0 !important; 
	 font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;                                                
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

/* ERROR INFO SUCCESS WARNING ENDS */




.author_desc
{
	color:#666;
	display:block;
	font-size:14px !important;
	text-transform:none !important;
	font-family:arial !important;
}





.acct_labeled
{
	display:block; 
	min-width:100% !important; 
	max-width:100% !important; 
	width:100% !important; 
	border:0px solid;
	text-align:left;
	padding-right:0px !important;
	font-family:arial !important;
	font-size:14px !important;
}
.acct_field
{
	display: block; 
	width:100%;
	text-align:left;
	position:relative;
	word-wrap: break-word;
}
.acct_checked
{
	display: table-cell; 
	min-width:30px !important; 
	max-width:30px !important; 
	width:30px !important; 
	border:0px solid;
	padding-left:10px;
	padding-top:0px;
	vertical-align: middle;
	color: #3f8f25;
	text-align:center;
}
.acct_left_border
{
	border-left:0px solid #e6e6e6;
}
.wd_acct_title {
  border: 1px solid #e6e6e6;
  width:100%;
  background: #f7f7f7;
  margin-left:0px;
  margin-top:35px;
  margin-bottom:30px;
  font-size:16px !important;
}

.wd_acct_title h4 
{
	font-weight: 700 !important;
	float:left !important;
	text-align:left !important;
	margin:0px !important;
	padding:18px !important; 
	padding-left:12px !important;
	color: #27ae60 !important; 
	font-size:18px !important;
}
@media (min-width: 1000px) 
{
	.acct_left_border
	{
		border-left:10px solid #e6e6e6;
	}
	.wd_acct_title {
	  border: 1px solid #e6e6e6;
	  width:100%;
	  background: #f7f7f7;
	  margin-left:-15px;
	  margin-top:0px;
	  margin-bottom:30px;
	  font-size:16px !important;
	}
	
	.wd_acct_title h4 
	{
		font-weight: 700 !important;
		float:left !important;
		text-align:left !important;
		margin:0px !important;
		padding:18px !important; 
		padding-left:12px !important;
		color: #27ae60 !important; 
		font-size:18px !important;
	}

}
@media (min-width: 700px) 
{
	.acct_labeled
	{
		display: table-cell; 
		min-width:130px !important; 
		max-width:130px !important; 
		width:130px !important; 
		border:0px solid;
		text-align: right;
		padding-right:10px !important;
		vertical-align:top;
		padding-top:9px;
		font-family:arial !important;
		font-size:14px !important;
	}
	.acct_field
	{
		display: table-cell; 
		width:100%;
		text-align:left;
		position:relative;
		word-wrap: break-word;
		vertical-align:top;
	}
	.acct_checked
	{
		display: table-cell; 
		min-width:30px !important; 
		max-width:30px !important; 
		width:30px !important; 
		border:0px solid;
		padding-left:10px;
		padding-top:5px;
		vertical-align:top;
		color: #3f8f25;
		text-align:center;
	}
}

.acct_edit_button {
	padding:7px 0px;
	position:absolute; 
	right:6px;
	top: 0px;; 
	width:18px;
	border:0px solid;
	z-index:1;
	color:#bbb;
	font-size:18px !important;
	cursor:pointer;
}

.acct_edit_button:hover {
	padding:7px 0px;
	position:absolute; 
	right:6px;
	top: 0px;; 
	width:18px;
	border:0px solid;
	z-index:9999999;
	color:#666;
	font-size:18px !important;
}



.acct_required
{
	position:absolute; 
	left:auto; 
	top: auto; 
	width:100%; 
	background:#F33; 
	color:#FFF; 
	text-align:left; 
	font-size:14px; 
	padding:6px; 
	padding-top:7px; 
	border-radius:4px 0px 0px 4px;
	display:none;
	z-index:99999999999;
	margin-top:2px;
}

.form_control {
  display: block;
  width: 100%;
  height: 38px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family:arial !important;
  line-height: 1.42857143;
  color: #555 !important;
  background-color: #f9f9f9 !important;
  background-image: none;
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline:none !important;
}
.form_control:focus, .form_control:hover {
 
  -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff !important;
	outline:none !important;
}







/* Checkboxes and Radio Buttons */
label {
	display: inline-block;
}

.regular-checkbox {
	display: none;
}

.labelText {
	font-family:arial !important;
	font-size:14px !important;
	cursor:pointer !important;
}

.hover
{
	/*color:#3b5998 !important;*/
	cursor:pointer !important;
	text-decoration:none !important;
	color: #28a745 !important;
    transition: color .1s ease-out;
}

.hover:hover
{
	text-decoration: underline !important;
}

.ccc
{
	/*color:#3b5998 !important;*/
	cursor:pointer !important;
	text-decoration:none !important;
	color: #28a745; !important;
    transition: color .1s ease-out;
}

.ccc:hover
{
	text-decoration: underline !important;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 12px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin-bottom:-8px !important;
	margin-right:5px !important;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #fff !important;
	background:#00528D !important
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	height:0px;
	font-size: 18px !important;
	position: absolute;
	top: -5px !important;
	left: 5px !important;
	color: #fff !important;
	background:#00528D !important;
}

.regular-checkbox:hover + label:hover:after {
	content: '\2714';
	height:0px;
	font-size: 18px !important;
	position: absolute;
	top: -5px !important;
	left: 5px !important;
	color: #999 !important;
	cursor:pointer;
}

.regular-checkbox:checked:hover + label:hover:after {
	cursor: default;
	color: #fff !important;
	background:#00528D !important;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}






.wd_bold { font-weight: bold; }
.wd_italics { font-style: italic; }
.wd_underline { text-decoration: underline; }
.wd_set_a_14px { font-size:14px !important; }
.wd_set_a_16px { font-size:16px !important; }
.wd_set_a_18px { font-size:18px !important; }
.wd_set_a_20px { font-size:20px !important; }
.wd_set_a_22px { font-size:22px !important; }
.wd_set_a_24px { font-size:24px !important; }
.wd_set_a_26px { font-size:26px !important; }
.wd_set_a_28px { font-size:28px !important; }
.wd_set_a_30px { font-size:30px !important; }
.wd_set_a_h1 
{
	display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.wd_set_a_h2 
{
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.wd_set_a_h3 
{
	display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.wd_set_a_h4 
{
	display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


.wd_set_b_arial { font-family:Arial, Helvetica, sans-serif }
.wd_set_b_verdana { font-family:Verdana, Geneva, sans-serif; }
.wd_set_b_georgia { font-family: Georgia, "Times New Roman", Times, serif; }
.wd_set_b_tahoma { font-family: "Courier New", Courier, monospace; }
.wd_set_b_times { font-family: "Times New Roman", Times, serif; }
.wd_set_b_palatino { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
.wd_set_b_lucida { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
.wd_set_b_ms_serif { font-family: "MS Serif", "New York", serif; }
.wd_set_c_uppercase { text-transform:uppercase !important; }
.wd_set_c_lowercase { text-transform:lowercase !important; }
.wd_set_c_capitalcase { text-transform: capitalize !important; }

.wd_bullet
{
	content: "";
	margin-right: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #14CCBB;
	border-radius: 50%;
	margin-bottom: 2px;
}


.wd_textEditor 
{
	word-wrap: break-word;
	min-height:200px;
	resize:none; 
	display:inline-block; 
	width:100%;
	font-family:arial; 
	font-size:14px; 
	font-weight:normal; 
	height:auto !important;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
  	-webkit-border-radius:4px 4px 0px 0px;
	cursor:text !important;
	border: 1px solid #e6e6e6 !important;
}


.wd_textEditor_words
{
	color: #555 !important;
    background-color: #f9f9f9 !important;
    background-image: none;
    border: 1px solid #e6e6e6 !important;
	border-top: 0px solid #e6e6e6 !important;
    border-radius: 4px;
	margin-top:-2px;
	padding:6px 10px;
	text-align:right;
	font-family:arial !important; 
	font-size:14px !important; 
	font-weight:normal !important; 
}
.wd_textEditor_selectBox
{
	display:inline-block !important; 
	border:1px solid #ddd !important; 
	border-radius:0px;
	font-family:arial !important;
	font-size:14px !important;
}



.vselect  {
	outline: 0 !important;
	overflow: hidden !important;
	height: 30px !important;
	min-width:35px !important;
	color: #fff !important;
	background: #00528D !important;
    border-bottom: 3px solid #00528D !important;
	padding: 3px 3px 3px 5px !important;
	font-size:14px !important;
}

.vselect option {border: 1px solid #33b35a !important; background: #fff !important; color:#000 !important;}
.vselect option:hover {border: 1px solid #fff !important; background: #33b35a !important; color:#FFF !important;}
.vselect option:focus {border: 1px solid #fff !important; background: #33b35a !important; color:#FFF !important;}



.empty_box
{
	border:1px solid #E5E5E5; 
	width:100%; 
	padding:80px 10px; 
	margin:0 auto; 
	text-align:center; 
	vertical-align:middle;
	font-family:arial !important;
	font-size:14px;
	line-height:32px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}



.mjob_contact_or_view_profile_side_box 
{
	padding: 20px 0px;
	text-transform: capitalize;
	text-align: center;
	border:1px solid #e8e8e8;
	border-top:0px solid #e8e8e8;
}

.mjob_contact_or_view_profile_side_box a
{
	display:inline-block;
	margin:20px 10px !important;
	color:#666 !important;
	
}

.fontv_progress_bar
{
	width:100%; 
	border:1px solid #E4E4E4; 
	padding:0px; 
	margin:0 !important; 
	text-align:left; 
	position:relative;
	border-radius: 4px;
	display:none;
}
.fontv_progress_percentage
{
	position:absolute; 
	left:49%; 
	top:auto; 
	font-family:arial !important; 
	font-size:14px !important;
}
.fontv_progress_meter
{
	width:0%; 
	text-align:left; 
	padding:10px 0px; 
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 40px 40px;
	background-color: #5cb85c;
	border-radius: 4px;
}



.wd_loading_rounds
{
	width:200px !important;
	margin:0 auto !important;
	border:1px solid #E4E4E4;
	padding:10px !important;
	padding-top:30px !important; 
	background: #FAFAFA;
	text-align:center;
	font-family:arial;
	font-size:16px !important;
	color: #999;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
	margin-top:20px !important;
	margin-bottom:50px !important;
}

.wd_loading_rounds img  
{
	max-width:100px !important;
	max-height:100px !important;
	min-width:100px !important;
	min-height:100px !important;
	width:100px !important;
	height:100px !important;
	margin:0px;
	padding:0px;
	background-color:transparent;
	background:#FFF !important;
	-webkit-border-radius: 40px !important;-moz-border-radius: 40px !important;border-radius: 40px !important;
}

.wd_loading_img
{
	padding:20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}
.wd_loading_img img
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	
	max-width:133px !important;
	max-height:20px !important;
	min-width:133px !important;
	min-height:20px !important;
	width:133px !important;
	height:20px !important;
	
	background-color:transparent;
	background:#FFF !important;
}




.wd_pagination_box
{
	border: solid 0px #E1E1E1; 
	background-color: #FFF;
	box-shadow: 0 0 2px #cbcbcb;
	-moz-box-shadow: 0 0 2px #cbcbcb;
	-webkit-box-shadow: 0 0 2px #cbcbcb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	margin:0 auto;
	margin-top:0px;
	padding:10px;
	padding-bottom:5px !important;
	width:100%;
	display:table !important;
	
	box-shadow: 0 8px 6px -6px black; border: 1px solid #e9e9e9 !important;
}

.wd_pagination_box .pleft
{
	text-align:center; 
	margin:10px 0px;
	width:100%;
	display:block;
}
.wd_pagination_box .pright
{
	text-align:center; 
	margin:10px 0px;
	width:100%;
	display:block;
}




.wd_pagination_system 
{
    display: inline-block;
}

.wd_pagination_system a 
{
    color: black !important;
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.wd_pagination_system a.active 
{
    background-color: #4CAF50;
    color: white !important;
    border: 1px solid #4CAF50;
}

.wd_pagination_system span.current
{
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	
	background-color: #00528D;
    color: white !important;
    border: 1px solid #00528D;
}

.wd_pagination_system span.disabled 
{
	color: black !important;
    float: left;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
	background-color:#f9f9f9;
	border:1px solid #e1e1e1;
}
























/* USERS MANAGEMENT STARTS */

	.users_top_padding
	{
		padding:10px;
		padding-bottom:4px;
	}
	.users_bottom_padding
	{
		padding:10px;
		padding-top:0px;
	}
	.adm_users_box
	{
		display:block; width:100%; margin:0 auto; background:#f9f9f9; border:0px solid #e5e5e5;font-family:arial; font-size:14px; border-top:0px solid #e5e5e5;border-bottom:1px dashed #33b35a;
	}
	.adm_users_box .a
	{
		display:block; width:100%; text-align:left;border-left:0px solid #e5e5e5;
	}
	
	.adm_users_box .b
	{
		display:block; min-width:100%;width:100%;border-left:0px solid #e5e5e5; text-align:left;
	}
	.adm_users_box .b i
	{
		margin-left:5px;
		margin-right:5px;
		color:#33b35a;
		font-size:24px !important;
	}
	.adm_users_box .b i:hover
	{
		margin-left:5px;
		margin-right:5px;
		color:#0f5e08;
		font-size:24px !important;
		cursor:pointer;
	}
	
	
	.adm_users_inner
	{
		display: block; width:100%; margin:0 auto; background:#fff; border:1px solid #e5e5e5;border-bottom:0px solid #e5e5e5;border-right:0px solid #e5e5e5; font-family:arial; font-size:14px;
	}
	.adm_users_inner .a_a
	{
		display:block; min-width:100%;width:100%;text-align:left;border-left:0px solid #e5e5e5;
		vertical-align:top;
	}
	
	.adm_users_inner .b_b
	{
		display:block; width:100%; text-align:left;border-left:0px solid #e5e5e5;
		vertical-align:top;
	}
	@media (min-width: 608px) 
	{
		.users_top_padding
		{
			padding:10px;
		}
		.users_bottom_padding
		{
			padding:10px;
		}
		.adm_users_box
		{
			display:table; width:100%; margin:0 auto; background:#fff; border:1px solid #e5e5e5;border-top:0px solid #e5e5e5;border-bottom:1px dashed #33b35a; font-family:arial; font-size:14px;
		}
		.adm_users_box .a
		{
			display:table-cell; width:100%; text-align:left;
			vertical-align:middle;
		}
		
		.adm_users_box .b
		{
			display:table-cell; min-width:180px;width:180px;border-left:1px solid #e5e5e5; text-align:left;
			vertical-align:middle;
		}
		.adm_users_box .b i
		{
			margin-left:5px;
			margin-right:5px;
			color:#33b35a;
			font-size:24px !important;
			cursor:pointer;
		}
		.adm_users_box .b i:hover
		{
			margin-left:5px;
			margin-right:5px;
			color:#0f5e08;
			font-size:24px !important;
			cursor:pointer;
		}
		
		.adm_users_inner
		{
			display: table; width:100%; margin:0 auto; background:#f9f9f9; border:1px solid #e5e5e5; border-bottom:0px solid #e5e5e5;border-right:0px solid #e5e5e5;font-family:arial; font-size:14px;
		}
		.adm_users_inner .a_a
		{
			display:table-cell; min-width:180px;width:180px;border-right:1px solid #e5e5e5; text-align:left;
			vertical-align:middle;
		}
		
		.adm_users_inner .b_b
		{
			display:table-cell; width:100%; text-align:left;
			vertical-align:middle;
		}
	}
	
	.pull-right i
	{
		color:#FFF !important;
	}
	
	
	/* USERS MANAGEMENT ENDS */
	
	
	
	
	
	
	/* ERROR INFO SUCCESS WARNING STARTS */
	
	.wd_mg_d{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);                                      
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: auto;
		 border: 1px solid;
		 color: #fff;
		 padding: 10px;
		 top:10px;
		 left:30%;
		 right:30%;
		 margin:0 auto;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
		 display:none;
		 text-align:center;
		 cursor:pointer;
	}
	
	.d_info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
	}
	
	.d_error{
		 background-color: #de4343;
		 border-color: #c43d3d;
	}
		 
	.d_warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
	}
	
	.d_success{
		 background-color: #61b832;
		 border-color: #55a12c;
	}
	
	.wd_mg_d h3{
		 margin: 0 !important;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:14px;                                                
	}
	@media (min-width: 608px) 
	{
		.wd_mg_d h3{
			 margin: 0 !important;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:16px;                                                
		}
	}
	
	.wd_mg_d p{
		 margin: 0 !important; 
		 font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#FFF;                                                
	}
	
	@keyframes animate-bg {
		from {
			background-position: 0 0;
		}
		to {
		   background-position: -80px 0;
		}
	}
	
	/* ERROR INFO SUCCESS WARNING ENDS */
	
	
	
	.vselect  {
		outline: 0 !important;
		overflow: hidden !important;
		height: 30px !important;
		background: #00528D !important;
		color: #fff !important;
		border: #00528D !important;
		padding: 3px 3px 3px 5px !important;
	}
	
	.vselect option {border: 1px solid #33b35a !important; background: #fff !important; color:#000 !important;}
	.vselect option:hover {border: 1px solid #fff !important; background: #33b35a !important; color:#FFF !important;}
	.vselect option:focus {border: 1px solid #fff !important; background: #33b35a !important; color:#FFF !important;}
	
	
	
	
	
	
	
	.wd_users_listing .search_input, .wd_users_listing .search_input:focus {
    position: relative !important;
    padding: 10px 16px !important;
	border-radius:0px;
    margin-bottom: 0 !important;
    height: 35px !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #eaeaea !important;
    font-weight: normal !important;
	outline:none !important;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search_input:focus {
    position: relative !important;
    padding: 10px 16px !important;
	border-radius:0px;
    margin-bottom: 0 !important;
    height: 35px !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #eaeaea !important;
    font-weight: normal !important;
	outline:none !important;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
}


.wd_users_listing .search_table
{
	display:table; 
	width:100%; 
	margin:0 auto;
	padding:10px;
	border:1px solid #ddd;
	background:#f6f6f6;
	margin-bottom:50px !important;
	vertical-align:middle;
}

.wd_users_listing .search_table .search_tab_a
{
	display:table-cell; 
	width:100%;
	padding-right:20px !important;
	text-align:left;
	vertical-align:middle;
}

.wd_users_listing .search_table .search_tab_b
{
	display:table-cell; 
	width:40px !important;
	min-width:40px !important;
	border:0px solid;
	text-align:left;
	vertical-align:middle;
}

.wd_users_listing .search_tab_c
{
	display:none !important; 
	vertical-align:middle;
}
@media (min-width: 768px) 
{
	.wd_users_listing .search_table .search_tab_a
	{
		display:table-cell; 
		width:33.33333333333333%;
		padding-right:20px !important;
		text-align:left;
		vertical-align:middle;
	}

	.wd_users_listing .search_tab_c
	{
		display:table-cell !important; 
		vertical-align:middle;
	}
}
.wd_users_listing .uou-block-6a
{
	background:#f9f9f9 !important;
}


.wd_users_listing .search_input, .wd_users_listing .search_input:focus {
    position: relative !important;
    padding: 10px 16px !important;
	border-radius:0px;
    margin-bottom: 0 !important;
    height: 35px !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #eaeaea !important;
    font-weight: normal !important;
	outline:none !important;
}



@media (min-width: 768px) 
{
	.wd_users_listing .search_table .search_tab_a
	{
		display:table-cell; 
		width:50%;
		padding-right:20px !important;
		text-align:left;
		vertical-align:middle;
	}

	.wd_users_listing .search_tab_c
	{
		display:table-cell !important; 
		vertical-align:middle;
	}
}




.wd_cp_box
{
	display:none;
	height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0 !important;
    top: 0 !important;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.3); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.wdPostBox
{
	position:absolute;
	z-index:9999999999999999999999;
	left:0px;
	top:auto;
}


.wd_cp_box .wdexit {
	position: absolute;
	top: auto;
	left: auto;
}

























































.vcommentTitle {
  font-size: 16px;
  text-align: left;
  color: #666;
  padding:12px;
  padding-bottom:0px;
}


.comment_group {
  position: relative;
  display: table;
  margin-top:10px;
  text-align:left !important;
  padding:15px;
  width:100%;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.comment_group .pic
{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	min-width:50px !important;
	max-width:50px !important;
	width:50px !important;
	text-align: left;
}
.comment_group .pic img
{
	width: 50px !important;
	height: 50px !important;
	margin-right:10px;
	overflow: hidden;
	border-radius: 50%;
	text-align:left;
}
.comment_group .text
{
	display: table-cell;
	text-align:left;
	width: 100%;
	margin-bottom: 0;
	border:0px solid;
}

.comment_group .text_box
{
	margin: 0px auto; 
	box-sizing: border-box; 
	width: 100% !important;
	min-height:50px !important;
	resize: none; 
	overflow-y: auto; 
	border:0px solid !important;
	font-family: 'Montserrat', sans-serif;
  	text-align:left;
	font-size:14px !important;
	line-height: normal !important;
  	word-wrap:break-word;
	outline:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.text_box:focus
{
	margin: 0px auto; 
	box-sizing: border-box; 
	width: 100% !important;
	min-height:50px !important;
	resize: none; 
	overflow-y: auto; 
	border:0px solid !important;
	font-family: 'Montserrat', sans-serif;
  	text-align:left;
	font-size:14px !important;
	line-height: normal !important;
  	word-wrap:break-word;
	outline:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.wd_footer_wraper {
  padding: 10px;
  padding-bottom: 8px;
  background-color: #FFF;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 40px;
  vertical-align: middle !important;
  text-align: center !important;
  font-size:18px !important;
}

.wd_footer_wraper_active
{
	padding: 10px;
	padding-bottom:8px;
	background-color:#EAEAEA !important;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
	display:inline-block;
	float:left;
	width:40px;
	vertical-align:middle !important;
	text-align:center !important;
}

.wd_footer_wraper:hover
{
	background-color:#EAEAEA; 
}

.wd_footer_icon
{
	font-size:18px; 
	color:#AAA;
}

.wd_top_line
{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	display:block;
	clear:both;
}
.wd_footer_wraper_b
{
	float:right;
	margin-bottom:0px;
	margin-top:4px;
	margin-right:10px;
	text-align:center;
}

.wd_com_video_and_photo_box
{
	width:100%; 
	margin:0 auto; 
	display:block;
}

.wd_com_video_box
{
	border-radius:0px; 
	border:0px solid !important; 
	border-bottom:1px solid #e5e5e5 !important; 
	color:#333 !important; 
	font-family:arial !important; 
	font-size:14px !important;
	margin-bottom:0px !important;
}

@media (min-width: 300px) 
{
  .wd_top_line
	{
		width:100%;
		border-bottom:1px solid #e5e5e5;
		display:none;
	}
	
	.v_wrapper .wd_footer_wraper_b
	{
		float:right;
		margin-top:5px;
		margin-right:10px;
		margin-left:0px;
		margin-bottom:0px;
	}
}

.wd_footer {
  padding: 0px !important;
  margin:0px !important;
  border:0px solid !important;
  border-bottom:1px solid #e5e5e5 !important;
}


.textarea_top_arrow_a {
	position: absolute;
	top: -20px;
	left: 40px;
	width: 0;
	height: 0;
	border-color: transparent transparent #e5e5e5 transparent;
	border-width: 10px;
	border-style: solid;
	z-index: 0;
}
.textarea_top_arrow_b 
{
	position: absolute;
	top: -18px;
	left: 40px;
	width: 0;
	height: 0;
	border-color: transparent transparent #ffffff transparent;
	border-width: 10px;
	border-style: solid;
	z-index: 0;
}


.wd_com_wrapper {
  padding: 0px !important;
  border: 1px solid #dfe0e5;
  width:100%;
  margin:0 auto;
  margin-bottom:80px;
  color: #aaafb2;
  font-family: 'Montserrat', sans-serif;
  text-align:left;
  box-shadow: 0 8px 6px -6px black;
  position:relative;
}


.wd_com_bottom_header {
  background: #fff;
  padding: 0px !important;
  margin:0px !important;
  display: table;
  width: 100%;
  box-sizing: border-box;
}


.wd_comts {
  zoom: 1;
}

.wd_comts:before, .wd_comts:after {
  content: " ";
  display: table;
}

.wd_com_text_left 
{
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #0e0e0f !important;
	float:left !important;
	padding: 12px !important;
	text-align:left !important;
	margin:0px !important;
}

.wd_com_text_right 
{
    float: right;
    text-align:right;
    padding: 12px;
}

.wd_com_header_wrap {
  border-bottom: 1px solid #dddddd;
  width:100%;
  background: #f7f7f7;
}

.wd_com_contents {
  border-bottom: 0px #dddddd solid;
  width:100%;
  margin:0px !important;
  padding:0px !important;
}

.wd_com_contents ul {
  margin:0px !important;
  padding:0px !important;
  width:100% !important;
}

.wd_com_contents li {
  background: #fff;
  border-top: 1px #dddddd solid;
  padding: 10px;
  display: table;
  min-height: 68px;
  padding-bottom:0px !important;
  padding-right:0px !important;
  position: relative;
  list-style: none !important;
  list-style-image: none !important;
  width:100% !important;
  margin-bottom:40px;
  word-wrap: break-word;

}


.wd_com_contents li h4, .wd_com_contents li p, .wd_com_contents li .commter_desc {
  color: #0e0e0f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-wrap: break-word;
  padding-top:2px;
}

.wd_com_contents li .commter_desc {
	padding-right:10px !important;
	margin-bottom:16px;
}

.wd_com_contents li h4 {
  padding-left: 0;
  text-transform: capitalize;
  margin:0px !important; padding:0px !important;
}

.wd_com_contents li h4 a
{
	font-family:arial !important;
	font-size:14px !important;
	color: #3b5998 !important;
	cursor: pointer !important;
	text-decoration: none !important;
	font-weight:bold !important;
}
.wd_com_contents li h4:hover{ text-decoration:underline !important; }



.wd_com_contents li .date_commented {
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.wd_com_contents li .com_group {
  position: relative;
  display: table;
  width:100%;
  padding:0px !important;
  margin:0px !important;
  text-align:left;
  word-wrap: break-word;
}
.wd_com_contents li .com_pic
{
	display: none;
	white-space: nowrap;
	vertical-align: top;
	min-width:60px !important;
	text-align:left;
}
.wd_com_contents li .com_pic img
{
	width: 50px;
	height: 50px;
	margin-right:10px;
	overflow: hidden;
	border-radius: 50%;
	text-align:left;
}

.wd_com_contents li .bottom_border
{
	position: relative;
	display: block;
	margin-top:8px;
	border-bottom:4px solid #E1E1FF;
	padding-left:0px;
	width:100%;
}
.wd_com_contents li .top_border {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-top: 8px !important;
  margin-bottom: 5px !important;
  display: block !important;
}
.wd_com_contents li .com_text .comnamed h4
{
	display: table-cell;
	vertical-align:middle;
	text-align:left;
}
.wd_com_contents li .com_text .ca_pic
{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	min-width:50px !important;
	text-align:left;
}
.wd_com_contents li .com_text .ca_pic img
{
	width: 40px;
	height: 40px;
	margin-right:10px;
	overflow: hidden;
	border-radius: 0%;
}
@media (min-width: 468px) 
{
	.wd_com_contents li .com_text .ca_pic
	{
		display: none;
		white-space: nowrap;
		vertical-align: top;
		min-width:50px !important;
		text-align:left;
	}
	.wd_com_contents li .com_text .comnamed h4
	{
		display: block;
		text-align:left;
	}
	.wd_com_contents li .com_pic
	{
		display: table-cell;
		white-space: nowrap;
		vertical-align: top;
		min-width:60px !important;
	}
}
.wd_com_contents li .com_text
{
	display: table-cell;
	text-align:left;
	width: 100%;
	margin-bottom: 0;
}



.wd_com_contents li .c_group_box
{
	position: relative;
	display: block;
	margin-top:0px;
	border-left:4px solid #E1E1FF;
	padding-left:10px;
	background-color: #f6f7f8 !important;
}
.wd_com_contents li .c_group {
  position: relative;
  display: block;
  margin:0px !important;
  padding:0px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  border-bottom:1px solid #e5e5e5;
  width:100%;
  text-align:left !important;
}
.wd_com_contents li .c_group:last-child {
  position: relative;
  display: block;
  margin:0px !important;
  padding:0px !important;
  padding-top:10px !important;
  padding-bottom:0px !important;
  border-bottom:0px solid #e5e5e5;
  width:100%;
  text-align:left !important;
}
.wd_com_contents li .com_text .c_pic
{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	min-width:44px !important;
	width:44px;
	text-align:left;
}
.wd_com_contents li .com_text .c_pic img
{
	width: 40px;
	height: 40px;
	margin-right:4px;
	overflow: hidden;
	border-radius: 50%;
}
.wd_com_contents li .com_text .c_text
{
	display: table-cell;
	width: 100%;
	margin: 0px !important;
	padding:0px !important;
	text-align:left;
}



.wtotal_comments
{
	font-family: arial;
	font-size: 16px;
	border: 1px solid #E1E1E1;
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	text-align: center;
	background: #F1F1F1;
	border-radius: 5px;
	cursor: default;
	color: #9F0000;
	
}


.wd_com_dropdown_box 
{
	margin-top: 1px !important;
	float: none;
	position: relative;
	display:block;
	text-align:center;
	clear:both;
	padding-top:20px;
}

.wd_com_dropdown_box .dropdown-toggle 
{
	background-color: #fff;
	display: inline-block;
	position: relative;
	font: 400 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #777777;
	text-decoration: none;
	text-align: left;
	border: 1px #ddd solid;
	padding: 7px 30px 7px 10px;
	text-transform: none !important;
	margin: 0;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 3px;
	width:100% !important;
}

.wd_com_dropdown_box .dropdown-toggle:after 
{
	content: '\25BE';
	color: #999999;
	font-size: 19px;
	line-height: 16px;
	position: absolute;
	z-index: 1;
	display: block;
	top: 7px;
	right: 7px;
}
.wd_com_dropdown_box .dropdown-menu
{
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0 8px 6px -6px black;
	right: 0 !important; 
	left: auto !important; 
	top: auto;
	border-radius:0px !important;
}

.wd_sorted_text 
{
	font-family: arial !important;
	font-size: 13px !important;
	font-weight: normal !important;
	margin-right: 0px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
	cursor: default;
	display:none;
}

@media (min-width: 768px) 
{
	.wd_sorted_text 
	{
		font-family: arial !important;
		font-size: 13px !important;
		font-weight: normal !important;
		margin-right: 0px;
		padding: 4px;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		text-align: left;
		cursor: default;
		display:block;
	}
	.wd_com_dropdown_box 
	{
		margin-top: 1px !important;
		float: right;
		position: relative;
		display:inline-block;
		text-align:center;
		padding-top:0px;
		clear: none;
	}
	
	.wd_com_dropdown_box .dropdown-toggle 
	{
		background-color: #fff;
		display: inline-block;
		position: relative;
		font: 400 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
		color: #777777;
		text-decoration: none;
		text-align: left;
		border: 1px #ddd solid;
		padding: 7px 30px 7px 10px;
		text-transform: uppercase;
		margin: 0;
		white-space: nowrap;
		cursor: pointer;
		border-radius: 3px;
		width: auto !important;
	}
	
	.wd_com_dropdown_box .dropdown-toggle:after 
	{
		content: '\25BE';
		color: #999999;
		font-size: 19px;
		line-height: 16px;
		position: absolute;
		z-index: 1;
		display: block;
		top: 7px;
		right: 7px;
	}
	.wd_com_dropdown_box .dropdown-menu
	{
		top:auto !important;
		left:0px;
	}

}



.wd_wrap_post_contents_c {
  font-size: 18px !important;
  font-weight: normal !important;
  vertical-align: top !important;
  text-align: right !important;
  opacity: 0.8;
}

.fa-angle-down {
  color: #AAA;
  cursor: pointer;
}


.wd_option_icons_space
{
	display:inline-block; 
	width:15px;
	text-align:left;
}

/* Bullet */
.dropdown-menu.bullet {
  margin-top: 8px;
}
.dropdown-menu.bullet:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;

  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 7px 7px;
  border-bottom-color: #AAA;
  top: -7px;
  left: 9px;
}
.dropdown-menu.bullet:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff;
  top: -6px;
  left: 10px;
}
.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px;
}
.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #AAA;
}
.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-bottom: none;
  border-top-width: 6px;
  border-top-color: #ffffff;
}
.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -7px;
}
.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -6px;
}
.dropdown-menu.bullet.pull-middle {
  margin-right: 8px;
}
.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -7px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-left-color: #AAA;
}
.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  left: 100%;
  right: auto;
  margin-top: -6px;
  border-right-width: 0;
  border-bottom-color: transparent;
  border-top-width: 6px;
  border-left-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-right {
  margin-right: 0;
  margin-left: 8px;
}
.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #AAA;
}
.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: -6px;
  border-left-width: 0;
  border-right-width: 6px;
  border-right-color: #ffffff;
}
.dropdown-menu.bullet.pull-middle.pull-center {
  margin-left: 0;
  margin-right: 0;
}
.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: none;
  display: none;
}
.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: none;
  display: none;
}



.wd_comment_options
{
	float:right;
	width:100px;
}
.wd_comment_options .dropdown-menu {
  
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 8px 6px -6px black;
  right: -10px; 
  left: auto; 
  top: auto;
  border-radius:0px !important;
  width:100px !important;
  max-width:100px !important;
  min-width:100px !important;
}

.wd_comment_options li {
  background: #fff;
  border: 0px #dddddd solid;
  padding: 0px;
  margin:0px !important;
  display: block;
  min-height: auto;
  position: relative;
  list-style: none !important;
  list-style-image: none !important;
  width:auto !important;
}
.wd_comment_options li:last-child a {
  border-bottom: 0px #dddddd solid !important;
}
 
 .wd_like_post_box
 {
	vertical-align: middle !important;
	width: 100% !important;
	padding: 4px 10px !important;
	border: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5 !important;
	border-right: 0px solid #e5e5e5 !important;
	font-family: arial;
	font-size: 13px;
	background-color: #f9f9f9;
	color: #141823;
	display: inline-block;
	text-align: left !important;
}
.wd_like_or_comment_wrap
{
	display: block;
	padding:0px;
	width:100%;
	text-align:left;
	border: 1px solid #e5e5e5 !important;
	border-right: 0px solid #e5e5e5 !important;
}
.wd_like_or_date_wrap
{
	display: block;
	padding:0px;
	width:100%;
	text-align:left;
	border-top: 1px solid #e9e9e9 !important;
	border-left: 1px solid #e9e9e9 !important;
	border-radius:10px 0px 0px 0px;
	background:#f9f9f9;
	padding-bottom:5px;
	padding-left:10px;
	position:relative;
	margin-bottom:-10px;
}

.wd_l_c_icon
{
	color: #3b5998 !important;
	display: inline-block;
	font-size:15px !important;
	line-height: 14px;
	margin-right:0px !important;
	padding: 8px;
	padding-right:0px !important;
	padding-bottom:10px;
	text-decoration:none;
	cursor:pointer;
	text-align:left;
}
.wd_l_c_text
{
	color: #3b5998;
	display: inline-block;
	font-family:arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 20px;
	padding: 8px;
	padding-left:4px;
	padding-right:0px;
	padding-bottom:10px;
	text-decoration:none;
	cursor:pointer;
	text-align:left !important;
}
.wd_l_c_text:hover{ text-decoration:underline; }
.wd_rlike_text
{
	color: #3b5998;
	text-decoration:none;
	cursor:pointer;
}
.wd_rlike_text:hover{ text-decoration:underline; }
.wd_l_d_text
{
	display: inline-block;
	font-family:arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 20px;
	padding-top: 8px;
	text-align:left !important;
}
.wd_pliked
{
	font-weight: bold !important;
  	color: #2E9DF7 !important;
	text-decoration:none;
}
.wd_pliked:hover
{
	font-weight: bold !important;
  	color: #2E9DF7 !important;
	text-decoration:underline;
}
.wd_punliked
{
	font-weight: normal !important;
  	color: #3b5998 !important;
	text-decoration:none;
}
.wd_punliked:hover
{
	font-weight: normal !important;
  	color: #3b5998 !important;
	text-decoration:underline;
}

.wd_liked
{
	font-weight: bold !important;
  	color: #2E9DF7 !important;
}
.wd_unliked
{
	font-weight: normal !important;
  	color: #3b5998 !important;
}
.likeIcon
{
	background-size: 100%;
	display:inline-block;
	padding:5px 6px;
	color:#FFF;
	image-rendering: crisp-edges;
	line-height: 1;
	font-size:14px;
	cursor: default;
	margin-right: 5px;
	border-radius:50% !important;
	background:#5890ff;
}


.wd_date_time_posted 
{
	font-family: arial !important;
	font-size: 12px !important;
	color: #999;
	text-align: left !important;
	display: inline-block;
}

.wd_date_time_posted i
{
	font-family: arial !important;
	font-size: 12px !important;
	color: #666;
	text-align: left !important;
	display: inline-block;
}

.wd_edit_post_box, .wd_edit_post_box:focus
{
	border:1px solid #e5e5e5 !important; 
	border-radius:0px; 
	width:100%;
	border-right:0px solid !important; 
	border-bottom:0px !important;
	min-height:140px; 
	resize:none; 
	padding:10px !important; 
	font-size:14px !important; 
	font-family:arial !important;
	outline:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wd_post_reply_box, .wd_post_reply_box:focus
{
	border:1px solid #e5e5e5 !important; 
	border-radius:0px; 
	width:100%;
	min-height:36px !important;
	height:36px;
	resize:none; 
	padding:8px !important;
	font-size:14px !important; 
	font-family:arial !important;
	overflow:hidden !important;
	line-height:18px !important;
	word-wrap: break-word;
	outline:none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
pre
{
	margin:0px !important;
	padding:0px !important;
}

.wd_loading_comments
{
	color: #666;
  	cursor: default;
	text-decoration:none;
	border-left:1px solid #e5e5e5;
	font-size:13px;
	font-family:arial;
	padding:4px;
	padding-left:10px;
	display:none;
}
.wd_previous_comments
{
	color: #365899;
  	cursor: pointer;
	text-decoration:none;
	border-left:1px solid #e5e5e5;
	font-size:13px;
	font-family:arial;
	padding:4px;
	padding-left:10px;
}
.wd_previous_comments:hover
{
	text-decoration:underline;
}
.wd_total_comments
{
	font-size:13px;
	font-family:arial;
	padding:4px;
	padding-right:10px;
}

.wd_left_right
{
	width:100%;
	display:table;
}
.wd_left
{
	display:table-cell;
	float:left; text-align:center;
	
}
.wd_right
{
	display:table-cell;
	float:right; text-align:center;
}

.reply_group {
  position: relative;
  width:100%;
  margin:0px !important;
  text-align:left;
  border: 1px solid #e5e5e5 !important;
  border-top: 0px solid #E1E1FF !important;
  border-right:0px solid !important; 
  padding: 8px 10px;
  background-color: #F6F7F8 !important;
  display:none;
}
.reply_group .pic
{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	min-width:44px !important;
	text-align:left;
}

.reply_group .pic img
{
	width: 34px;
	height: 34px;
	margin-right:10px;
	overflow: hidden;
	border-radius: 0px;
	text-align:left;
}

.reply_group .text
{
	display: table-cell;
	text-align:left;
	width: 100%;
	margin-bottom: 0;
}

.reply_group .icon
{
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	min-width:20px !important;
	text-align:center;
	margin:0px;
	padding-top:6px;
	padding-left:10px;
	padding-right:0px;
	vertical-align: top;
}
.reply_group .icon i
{
	opacity:0.7;
	color:#999;
}
.reply_group .icon i:hover
{
	opacity:1;
	cursor:pointer;
	color:#333;
}





.text_box::-moz-placeholder {
  color: #bbb !important;
  opacity: 1;
  font-family:arial !important;
  font-size:14px;
}
.text_box:-ms-input-placeholder {
  color: #bbb !important;
  font-family:arial !important;
  font-size:14px;
}
.text_box::-webkit-input-placeholder {
  color: #bbb !important;
  font-family:arial !important;
  font-size:14px;
}



.wd_hover
{
	color:#28a745;
	cursor:pointer;
	text-decoration:none;
}

.wd_hover_b
{
	color:#28a745;
	cursor:pointer;
	text-decoration:none;
}

.wd_hover:hover
{
	text-decoration: underline;
}
.wd_hover_b:hover
{
	text-decoration: underline;
}


.wd_people_who_liked
{
	width:100% !important; 
	border-top:1px solid #E1E1E1 !important; 
	min-height:50px !important; 
	padding-top:5px !important; 
	padding-bottom:5px !important;
}

.wd_people_who_liked:first-child {
  border-top:0px solid #E1E1E1 !important; 
}

.wd_people_who_liked_a
{
	background-color:#FFF !important; border:0px solid !important;
	text-align:left !important;
}

.wd_people_who_liked_b
{
	max-width:50px !important; 
	max-height:50px !important; 
	width:50px !important; 
	height:50px !important; 
	margin-right:6px !important;
	text-align:left !important;
	border-radius:100% !important;
}

.wd_people_who_liked_c
{
	display:inline-block; font-family:arial; font-size:15px; font-weight:bold;
}
.wd_people_who_liked_d
{
	float:right;text-align:right !important; vertical-align:middle !important;padding-top:5px; padding-bottom:5px; 
}

.wd_people_who_liked_e
{
	padding-top:0px !important; padding-bottom:0px !important; min-height:100px; max-height:400px !important; overflow-y:auto; overflow-x:hidden !important;word-wrap: break-word;
}





/* wd_tool_tip container */
.wd_tool_tip {
    position: relative;
}

/* wd_tool_tip text */
.wd_tool_tip .wd_tool_tip_text {
    visibility: hidden;
	min-width: 100px;
    width: auto;
	margin:10px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
	font-family:arial !important;
	font-size:13px !important;
	font-weight:normal !important;
	letter-spacing:normal !important;
	word-spacing:normal !important;
	white-space:normal !important;
 
    /* Position the wd_tool_tip text - see examples below! */
    position: absolute;
    z-index: 999999;
}

/* Show the wd_tool_tip text when you mouse over the wd_tool_tip container */
.wd_tool_tip:hover .wd_tool_tip_text {
    visibility: visible;
}


.wd_tool_tip .right {
    top: -16px !important;
    left: 105%; 
}

.wd_tool_tip .left {
    top: -16px !important;
    right: 105%; 
}

.wd_tool_tip .top {
	min-width: 100px;
    width: auto;
    bottom: 100%;
    left: 50%; 
    margin-left: -50px; /* Use half of the width (120/2 = 60), to center the wd_tool_tip */
}

.wd_tool_tip .bottom {
	min-width: 100px;
    width: auto;
    top: 100%;
    left: 50%; 
    margin-left: -50px; /* Use half of the width (120/2 = 60), to center the wd_tool_tip */
}

/* ARROWS */
.wd_tool_tip .top::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the wd_tool_tip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.wd_tool_tip .bottom::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the wd_tool_tip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.wd_tool_tip .right::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the wd_tool_tip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.wd_tool_tip .left::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the wd_tool_tip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.wd_tool_tip .wd_tool_tip_text {
    opacity: 0;
    transition: opacity 1s;
}

.wd_tool_tip:hover .wd_tool_tip_text {
    opacity: 1;
}

.wd_comment_loading_box
{
	border:1px solid #e5e5e5; 
	width:100%; 
	background:#FFF; 
	padding:6px;
	display:none;
}


.wd_photos_wrapper_large
{
	vertical-align:top !important;
	max-width:100% !important;max-height:100% !important;width:100% !important;height:100% !important;
	text-align:left;
	margin: 0 auto;
	display:block;
	margin-bottom:-20px;
}

.wd_photos_wrapper_large .v_photo_holder 
{
	margin: 0 auto;
	margin-top:8px !important;
	margin-bottom:20px !important;
	display:inline-block;
	max-width:100% !important;
	max-height:100% !important;
	width:auto !important;
	height:auto !important;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 1px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align:center;
	clear:both;
	text-decoration:none;
}

.wd_photos_wrapper_large img
{
	max-width:100% !important;
	max-height:100% !important;
	width:100% !important;
	height:100% !important;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}

@media (min-width: 768px) 
{
	.wd_photos_wrapper_large img
	{
		max-width:340px !important;
		max-height:auto !important;
		width:100% !important;
		margin:0 auto;
		text-align:center;
		cursor:pointer;
	}
}

.hideThis{ display: none !important;}
.hideiIt{ display: none;}


.wd_preview_wrapper {
	max-width:140px !important;
	max-height:140px !important;
	border: solid 1px #cbcbcb;
	 background-color: #FFF;
	 box-shadow: 0 0px 10px #cbcbcb;
	-moz-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-box-shadow: 0 0px 10px #cbcbcb;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	text-align:center;
	padding:10px;
	margin:0 auto; 
	margin-bottom:20px;
	margin-left:20px;
	word-wrap: break-word;
	display:inline-table;
}

.wd_image_style{ width:100%; height:100%;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; border:0px solid;}
.wd_preview_wrapper img { max-width:120px !important;max-height:120px !important; width:auto;height:auto;  border:0px solid;}



/* Main Menu Dropdown Style */
ul.dropdown-menu a {
  background-color: #fff !important;
  border-bottom:1px solid #F1F1F1 !important;
  border-color: #F1F1F1 !important;
  cursor: pointer !important;
  font-family: arial !important;
  font-size: 13px !important;
  color:#333 !important;
  padding:6px 14px !important;
}
ul.dropdown-menu a i {
  color:#333 !important;
}

ul.dropdown-menu a:hover {
  color: #fff !important;
  background-color: #60a83a !important;
  background-image: linear-gradient(to bottom, #00528D, #60a83a) !important;
  background-repeat: repeat-x !important;
  border-color: #00528D !important;
  padding:6px 14px !important;
}
ul.dropdown-menu a:hover i {
  color: #fff !important;
}