* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #EEEFDD;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
}

img {
  max-width: 100%;
}
a {
  color: #BC9A52;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 10px auto 10px 0;
  padding-left: 7px;
  border-left: 3px solid #7C8E7C;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  line-height: normal;
  text-transform: capitalize;
}

.heading {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
.heading h1, .heading h2, .heading h3 {
  margin: 0 20px 0 0;
}
.heading .order {
  margin: 0;
  display: -webkit-flex;
  display: flex;
}

.order {
  margin: 10px 0;
  padding: 0;
  display: none;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.order li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.order li:last-child {
  margin-right: 0;
}

.input {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.input:focus {
  border-color: #BC9A52;
}

.btn {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #BC9A52;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 36px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
}
.btn.btn-alt {
  background-color: #342C17;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.xtubmain {
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.xtubheader {
  background: #BC9A52;
  color: #fff;
}
.xtubheadercont {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.xtubheadertitle {
  max-width: 240px;
  margin: 0 0 0 20px;
  padding: 0;
  border: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px #333;
  text-transform: capitalize;
}
.xtubheaderdesc {
  max-height: 66.5px;
  margin: 0 20px;
  overflow: hidden;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  font-size: 11px;
}
.xtubheaderdesc a {
  color: #fff;
}

.xtublogo {
  height: 66px;
  margin: 0 0 0 -20px;
  padding: 0;
  border: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.xtublogo img {
  max-height: 100%;
  display: block;
}

.search {
  position: relative;
  min-width: 300px;
  margin: 0 0 0 auto;
}
.search .input {
  border: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.search .input:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.45);
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  line-height: 36px;
}

.nav {
  background-color: #CEDFCD;
  border-top: 1px solid #fff;
}
.nav .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.xtubnavmenu {
  margin: 10px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.xtubnavmenu:first-child {
  margin-right: auto;
}
.xtubnavmenu > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.xtubnavmenu > li > a:not(.btn) {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
}
.xtubnavmenu > li > a:not(.btn):hover {
  color: #666;
}
.xtubnavmenu > li > a:not(.btn).active {
  color: #666;
  pointer-events: none;
}
.xtubnavmenu > li > a.btn {
  height: 28px;
  font-weight: bold;
  line-height: 28px;
}
.xtubnavmenu > li:last-child {
  margin-right: 0;
}
.xtubnavpag {
  max-width: 50%;
  margin: 10px 20px 10px 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xtubnavpag li {
  margin: 0 4px 0 0;
  padding: 0;
  list-style: none;
}
.xtubnavpag li:last-child {
  margin-right: 0;
}
.xtubnavpag li .btn {
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  line-height: 24px;
}
.xtubnavpag li .btn.active {
  pointer-events: none;
}
.xtubnavpag:last-child {
  margin-right: 0;
}

.toggle {
  margin: 0 0 0 auto;
  display: none;
  -webkit-align-items: center;
          align-items: center;
  font-size: 24px;
}
.toggle i {
  margin: 0 20px 0 0;
  cursor: pointer;
}
.toggle i:last-child {
  margin-right: 0;
}

.xtubtags {
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.xtubtags .btn {
  height: 24px;
  margin: 0 4px 4px 0;
  line-height: 24px;
  text-transform: lowercase;
}
.xtubtags > span {
  margin: 0 5px 0 0;
  display: inline-block;
  font-weight: bold;
}

.xtubthumbs {
  margin: 10px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.xtubth {
  min-width: 0;
  min-height: 0;
  padding: 2px;
  display: block;
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-transform: lowercase;
}
.xtubthimg {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
  display: block;
}
.xtubthimg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.xtubthcat {
  width: 100%;
  height: 36px;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  line-height: 36px;
  color: #9CAA9B;
}
.xtubthdesc {
  width: 100%;
  height: 24px;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}
.xtubthdate {
  padding: 0 5px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #aaa;
}
.xtubthdate .la {
  color: #333;
}
.xtubthtags {
  width: 100%;
  height: 20px;
  margin-bottom: 2px;
  padding: 0 5px;
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 20px;
}
.xtubthtags .la {
  color: #333;
}
.xtubthlength {
  position: absolute;
  left: 2px;
  bottom: 2px;
  padding: 2px 6px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.xtubgroups {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.xtubgroups li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2px 0 2px 10px;
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
}
.xtubgroups li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 3px;
  background-color: #7C8E7C;
}
.xtubgroupstitle {
  padding-left: 0 !important;
  color: #7C8E7C;
}
.xtubgroupstitle::before {
  display: none !important;
}
.xtubgroups a {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-transform: lowercase;
}
.xtubgroups a:hover {
  color: #7C8E7C;
}

.xtubwatchtitle {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto;
  box-sizing: border-box;
}
.xtubwatchwrapper {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto;
  display: -webkit-flex;
  display: flex;
}
.xtubwatchcont {
  position: relative;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}
.watch-player {
  position: relative;
  padding: 75% 0 0 0;
}
.watch-player iframe, .watch-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.xtubwatchbl {
  width: 100%;
  margin: 10px 0;
}
.xtubwatchbl p {
  margin: 10px 0;
}
.xtubwatchactions {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.watch-rating {
  margin: 0 auto 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.watch-rating .btn {
  margin-right: 10px;
}
.watch-rating .btn:last-child {
  margin-right: 0;
}
.watch-rating .btn-like, .watch-rating .btn-dislike {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-transform: uppercase;
}
.watch-rating .btn-like .la, .watch-rating .btn-dislike .la {
  margin: 0 5px 0 0;
  font-size: 24px;
}
.watch-rating .btn-dislike {
  background-color: #CEDFCD;
  color: #333;
}
.watch-rating-stats {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
}
.xtubwatchstats {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 13px;
  text-transform: uppercase;
}
.xtubwatchstats li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.xtubwatchstats li:last-child {
  margin-right: 0;
}
.xtubwatchstats .la {
  margin: -2px 2px 0 0;
  font-size: 20px;
  vertical-align: middle;
  color: #7C8E7C;
}
.xtubwatchaside {
  width: 300px;
  margin: 0 0 0 10px;
  text-align: center;
}
.xtubwatchaside .block {
  display: inline-block;
}

.btn-tags-toggle {
  display: none;
}

#filter {
  margin-bottom: 10px;
}

.xtubpag {
  margin: 10px auto 20px auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
}
.xtubpag li {
  margin: 3px;
  padding: 0;
  list-style: none;
}
.xtubpag li .active {
  pointer-events: none;
}

.dropdown {
  position: relative;
}
.dropdown-container {
  position: absolute;
  margin: 0;
  padding: 10px 0;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-container.toggled {
  display: block;
}
.dropdown-container li {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.dropdown-container li a {
  padding: 3px 20px;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.dropdown-container li a img {
  margin: 0 5px 0 0;
  display: inline-block;
}
.dropdown-container li a:hover {
  background-color: #f5f5f5;
}

.top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
.top.toggled {
  display: block;
}

.xtubfooter {
  background: #BC9A52;
  color: #fff;
}
.xtubfooternav {
  padding: 10px 0;
  background-color: #CEDFCD;
  border-bottom: 1px solid #fff;
}
.xtubfooternavmenu {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.xtubfooternavmenu > li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.xtubfooternavmenu > li > a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.xtubfooternavmenu > li > a:hover {
  color: #666;
}
.xtubfooternavmenu > li > a.active {
  color: #666;
  pointer-events: none;
}

.disclaimer {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
.xtub-arrowup{
	background:url(../img/arrowup.svg) no-repeat center center;
	display:inline-block;
	width:24px;
	height:24px;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(129deg) brightness(101%) contrast(105%);
	background-size:contain;
	padding-bottom:2px;
	padding-top:5px;
}
.xtub-calendar{
	background:url(../img/calendar.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(13%) sepia(66%) saturate(360%) hue-rotate(6deg) brightness(97%) contrast(93%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.xtub-clock{
	background:url(../img/clock.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(13%) sepia(66%) saturate(360%) hue-rotate(6deg) brightness(97%) contrast(93%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
.xtub-search{
	background:url(../img/search.svg) no-repeat center center;
	display:inline-block;
	width:20px;
	height:20px;
	filter: invert(13%) sepia(66%) saturate(360%) hue-rotate(6deg) brightness(97%) contrast(93%);
	background-size:contain;
}
.xtub-tags{
	background:url(../img/tag.svg) no-repeat center center;
	display:inline-block;
	width:14px;
	height:14px;
	filter: invert(13%) sepia(66%) saturate(360%) hue-rotate(6deg) brightness(97%) contrast(93%);
	background-size:contain;
	vertical-align: text-bottom;
	margin-right:5px;
}
ul.xtubtags{
padding: 10px 10px 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
	list-style:none;
}
.xtubtags li{
	margin: 0 10px 10px 0;
}
.xtubtags li:last-child {
    margin-right: 0;
}
.xtubtags li a{
	min-width: 36px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #BC9A52;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
}
.xtubtags li a:hover{
	opacity: 0.8;
    color: #fff;
}
.xtulinks{
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.xtulinks a{
	border-radius: 10px;
    padding: 5px 10px;
    background: #F5F5F0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.9em;
	min-width: 0;
    min-height: 0;
	display:block;
	text-transform:lowercase;
}
.xtulinks a:hover{
	background: #E8E8E0;
	color:#342C17;
}
.la-bars:before {
    content: "\f0c9";
}
.la-times:before {
    content: "x";
	color:#ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size:30px;
}
.topbar{
box-sizing:border-box;
display:none;
}
.topbar ul{
margin:0;
padding:0;
list-style:none;
-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}
.topbar ul li{
position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
.topbar ul li a{
display:block;
padding:5px;
text-align:center;
background:#CEDFCD;
color:#333333;
}
.topbar ul li a:hover{
	background:#BC9A52;
	color:#333333;
}
.dec-topbar .topbar{
	display:block;
	margin:0 0 5px 0;
}
@media screen and (min-width: 1024px) {
  .xtubnavmenu li.dropdown:last-child .dropdown-container {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xtubthcat {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
	.topbar ul{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
	}
	.topbar ul li{
		webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
	}
}
@media screen and (max-width: 1023px) {
  .xtubheadercont {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .xtubheadertitle {
    display: none;
  }

  .xtubheaderdesc {
    display: none;
  }

  .xtublogo {
    -webkit-order: 1;
            order: 1;
    margin-left: -10px;
  }

  .toggle {
    -webkit-order: 3;
            order: 3;
    display: -webkit-flex;
    display: flex;
  }

  .search {
    width: 58%;
    min-width: initial;
    -webkit-order: 2;
            order: 2;
  }

  .nav {
    display: none;
  }
  .nav .container {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .xtubnavmenu {
    width: 100%;
    padding: 5px 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .xtubnavmenu > li {
    width: 100%;
    margin: 5px 0;
  }
  .xtubnavmenu > li > a {
    display: block;
  }
  .nav.toggled {
    display: -webkit-flex;
    display: flex;
  }
  .xtubnavpag {
    display: none;
  }

  .heading .order {
    display: none;
  }

  .order-bottom {
    display: -webkit-flex;
    display: flex;
  }

  .xtubthumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .xtubwatchwrapper {
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .xtubwatchaside {
    width: 100%;
    height: 250px;
    margin: 0;
    overflow: hidden;
  }

  .btn-tags-toggle {
    display: inline-block;
  }

  .xtubtags {
    display: none;
  }
  .xtubtags.toggled {
    display: -webkit-flex;
    display: flex;
  }
  .topbar{
	display:block;
}
.dec-topbar .topbar{
	display:none;
}
.topbar ul li a{
	font-size:0.9em;
}
}
@media screen and (max-width: 900px) {
.xtulinks{
    grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 767px) {
   .xtubgroups {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .xtubgroups li {
    width: auto;
    margin-right: 10px;
    display: inline-block;
  }
  .xtubgroupstitle {
    width: 100% !important;
  }

  .xtubwatchbl {
    text-align: center;
  }

  .xtubwatchactions {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }

  .watch-rating {
    margin: 0 0 10px 0;
  }

  .xtubwatchstats {
    margin: 0;
  }
  .xtubwatchstats li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .watch-player {
    padding-top: 120%;
  }
  .xtulinks{
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 600px) {
	.xtulinks{
    grid-template-columns: repeat(2, 1fr);
}
}
.xtubdmcafooternav1{
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}
.xtubdmcafooternav1 li{
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
.abform1 .btn{
	background:#BADFE7;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:5px 10px 5px 10px;
}
.xtubdmcafooternav1 a{
	color:#ffffff;
}
.xtubdmcafooternav1 a:hover{
	color:#cccccc;
}
.abform-wrapper1{
	display:none;
}
.abbtn1{
	cursor:pointer;
	color:#ffffff;
	text-decoration:underline;
}
.abbtn1:hover{
	color:#cccccc;
	text-decoration:none;
}
.abform-wrapper1.toggled{
	display: flex;
	height:100vh;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.5);
	position: fixed;
    width: 100%;
	justify-content:center;
	align-items:center;
	z-index:999;
}
#contactForm{
	position: fixed;
    top: calc(50% - 105px);
    background: #F4F4F4;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
	width:300px;
	color:#333333;
}
.abclose1{
	position:absolute;
	top:10px;
	right:20px;
	color:#666666;
	cursor:pointer;
}
.form-group{
	margin-bottom:10px;
}
.form-group input{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #cccccc;
}
.form-group textarea{
	display:block;
	width:100%;
	border-radius:5px;
	border:0px;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #cccccc;
}
.abzagl1{
	display:block;
	margin-bottom:10px;
	text-transform: uppercase;
    color: #333333;
}
#contactForm .btn{
	margin:0 auto 0 auto;
	background:#857D68;
	line-height:1em;
}
#contactForm .btn:hover{
	text-decoration:underline;
}
#msgSubmit{
	margin-bottom:10px;
}
.xtubheaderdesc h2{
	color: #ffffff;
    font-size: 11px;
    line-height: 12px;
    border: none;
    padding: 0;
    margin: 5px 0;
}
.user-serches{
	list-style:none;
	padding:0;
	margin:15px 0 0 0;
}
.user-serches li{
	display:inline-block;
	margin:0 10px 5px 0;	
}
.user-serches li:nth-last-child(1){
	margin-right:0px;
}
.user-serches i{
	margin-right:2px;
	color:#404040;
}
.mob-rek-a {width: 100%;padding: 0px 10px 0px 10px;text-align: center;box-sizing: border-box;clear: both;display: none;height:auto;}@media screen and (max-width: 767px){.mob-rek-a{display: block;grid-column-start: 1;grid-column-end: 4;}}@media screen and (max-width: 480px){.mob-rek-a {display: block;grid-column-start: 1;grid-column-end: 3;}}.mob-rek-a iframe{margin: 20px 0px 20px 0px;}
@media screen and (max-width: 767px) {main .xtubthumbs {grid-template-columns: repeat(3, 1fr);}}@media screen and (max-width: 480px) {main .xtubthumbs {grid-template-columns: repeat(2, 1fr);}}