* {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
body {
    font-family: 'Muli', sans-serif;
    background: #ececec;
    color: #000;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.02em;
}
h1,
h2 {
    font-size: 32px;
    margin-bottom: 0;
    color: #000;
    margin-top: 35px;
    border-left: 3px #cacaca solid;
    padding-left: 9px;
    text-transform: uppercase;
    text-shadow: 1px 1px #d9d9d9;
}
h1 span,
h2 span,
h3 span {
    display: block;
    font-size: 14px;
}
h3 {
    font-size: 26px;
    margin-bottom: 0;
    color: #000;
    margin-top: 35px;
    border-left: 3px #cacaca solid;
    padding-left: 9px;
    text-transform: uppercase;
    text-shadow: 1px 1px #d9d9d9;
}
a {
    color: #ff0b54;
}
a:hover {
    color: #db0746;
}
p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.breadcrumb {
    background: none;
    margin: 0;
    padding-left: 0;
}
.breadcrumb a {
    color: #007aff;
}
.white-bg {
    background: #fff;
    margin-top: 15px;
}
.white-padding-descript {
    padding: 10px 15px 10px;
    margin-top: 10px;
}
.white-padding {
    padding: 15px 15px 30px;
}
.cont-padding {
    margin: 0 5%;
}
.purple-bg {
    background: #ff0b54;
    margin-top: 15px;
}
.sponsored-by {
    background: #fff;
    padding: 10px 10px 10px;
    display: block;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
.sponsored-by-video {
    padding: 10px 10px 10px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    background: #4e4e4e;
    color: #fff;
}
.sponsored-by a {
    color: #007aff;
}
.sponsored-by a:hover {
    color: #000;
}
.sponsored-by-video a {
    color: #fc4349;
}
.sponsored-by-video a:hover {
    color: #fff;
}

/* Header & Logo */

hr {
    margin: 10px 0 4px;
    height: 1px;
    border-top: 1px dashed #8c8b8b;
}
.top {
    padding: 10px 0;
    background: #f2f2f2;
    color: #000;
}
.header {
    padding-top: 15px;
    background: #000;
}
.logo {
    max-width: 300px;
    display: block;
    padding: 6px 0 4px 0;
}
.navbar-default {
    background: none;
}
.navigation {
    border: 0 !important;
    background: #fff;
    padding: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
}
.navbar-nav {
    padding-top: 3px;
}
.join-members {
    float: right;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.navigation .dropdown-menu>li {
    margin: 4px;
}
.navigation li>a,
.join-members li a {
    padding: 8px 22px;
    cursor: pointer;
    line-height: 1.42857143;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-left: 1px;
}
.navbar-collapse {
    padding-left: 0px;
}
.navigation li>a {
    background: none;
    color: #6faa24;
}
.join-members li a {
    background: #ff0b54;
    color: #fff;
    border-radius: 3px;
    margin-left: 8px;
    text-align: center;
}
.join-members li a:hover {
    background: #db0746;
}
.big-join-button {
    background: #ff0b54;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 36px;
    padding: 10px;
    margin-top: 15px;
}
.big-join-button:hover {
    background: #e40a4b;
    color: #000;
}
.navigation li:first-child>a,
.navigation li:first-child>span,
.join-members li:first-child>a,
.join-members li:first-child>span {
    margin-left: 0;
}
.navigation li:last-child>a,
.navigation>li:last-child>span {}
.navigation li>a:hover,
.navigation li>span:hover,
.navigation li>a:focus,
.navigation li>span:focus {
    color: #000 !important;
    background-color: #eaeaea !important;
}
.join-members li:last-child>a,
.join-members>li:last-child>span {}
.join-members li>a:hover,
.join-members li>span:hover,
.join-members li>a:focus,
.join-members li>span:focus {
    color: #fff !important;
    background-color: #de0344 !important;
}
.navigation .active>a,
.navigation .active>span,
.navigation .active>a:hover,
.navigation .active>span:hover,
.pagination .active>a:focus,
.pagination .active span:focus {
    cursor: default;
    color: #000 !important;
    background: #eaeaea !important;
}
.navigation .dropdown-menu {
    background: #333;
}
.navigation .dropdown-menu>li>a {
    color: #fff !important;
    background: #1f1f1f !important;
    padding: 4px 8px;
    margin: 4px 0;
    cursor: pointer;
    font-weight: 400;
}
.navigation .dropdown-menu>li>a:hover {
    color: #fff !important;
    background-color: #fc4349 !important;
}
.prlx {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../cont1/bg-cont2.jpg);
    margin: 15px 0;
}
.prlx1 {
    background-image: url(../cont1/bg-cont1.jpg);
}
.prlx2 {
    background-image: url(../cont1/bg-cont2.jpg);
}
.prlx3 {
    background-image: url(../cont1/bg-cont3.jpg);
}
.prlx4 {
    background-image: url(../cont1/bg-cont4.jpg);
}
.prlx5 {
    background-image: url(../cont1/bg-cont5.jpg);
}

/* Thumbs & Ads */

.thumbs {
    padding-top: 20px;
}
.thumbs h4 {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 20px 0 6px;
    font-weight: 900;
}
.thumbs a {
    padding-bottom: 20px;
    display: block;
    color: #fff;
    text-align: left;
}
.thumbs .caption {
    background: #ffe9c6;
    padding: 10px 15px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.thumbs .caption:hover {
    background: #404040;
}
.thumbs .caption:hover p,
.thumbs .caption:hover li,
.thumbs .caption:hover li strong {
    color: #fff;
}
.thumbs .caption li strong {
    color: #000;
}
.thumbs .caption p {
    font-size: 13px;
    padding: 5px 0px;
    color: #000;
}
.thumbs .caption li {
    font-size: 13px;
    padding: 5px;
    width: 48%;
    display: inline-block;
    padding: 0 0 5px 0;
    color: #818181;
}
.thumbs .category p {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    padding: 0 5px 5px;
    text-align: center;
    text-transform: uppercase;
}
.thumbs .category p:hover {
    color: #fff;
    background: #fc4349;
}
.thumb-absolute {
    position: relative;
    display: block;
}
.thumbs .site-name,
.thumbs .video-previews,
.thumbs .video-likes {
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1px 3px 0;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #000;
    border-radius: 5px;
    z-index: 998;
}
.thumbs .fourk {
    width: 56px;
    height: 57px;
    position: absolute;
    display: block;
    z-index: 999;
}
.thumbs .logot {
    max-width: 120px;
    position: absolute;
    display: block;
    z-index: 999;
    bottom: 0px;
    right: 0;
}
.thumbs .site-name {
    top: 6px;
    left: 10px;
}
.thumbs .site-name strong {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    color: #e52637;
}
.thumbs .video-previews {
    bottom: 6px;
    left: 10px;
}
.thumbs .video-likes {
    bottom: 6px;
    left: 70px;
}
.thumbs .video-previews i,
.thumbs .video-likes i {
    padding-left: 5px;
}
.video-description {
    padding-top: 0px;
    padding-bottom: 20px;
}
.video-description img {
    max-width: 188px;
    max-height: 91px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.video-description a {
    color: #007aff;
}
.video-info {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}
.video-info a {
    color: #007aff;
}
.video-info a:hover {
    color: #fc4349;
}
.video-info li {
    margin: 5px 0;
}
.ads a {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
.ads a img {
    width: auto;
    height: auto;
    display: inline-block;
}
.front-banner,
.inner-banner {
    border: 1px solid #dadada;
    text-align: center;
    padding: 20px;
    margin-top: 15px;
}
.front-banner a {
    display: block;
    margin: auto;
}
.inner-banner .first-banner {
    display: block;
    margin: auto auto 20px;
}
.inner-banner .second-banner {
    display: block;
    margin: auto;
}
.front-banner img,
.inner-banner img {
    margin: auto;
}
.banner-sponsor {
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.banner-sponsor img {
    max-width: 300px;
    max-height: 250px;
    margin: auto;
}
.duration {
    padding-top: 5px;
    text-align: center;
}
.carousel-caption p {
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #000;
    letter-spacing: -0.02em;
}
.carousel-caption p span {
    color: #fff;
    font-weight: 300;
    display: block;
}
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
}

/* Link Box */

.link-box a {
    display: block;
    padding: 6px;
    font-size: 15px !important;
    color: #000;
}
.link-box a:hover {
    color: #4c4c4c;
    background: #fff;
}
.link-box a span {
    padding-right: 5px;
    padding-top: 3px;
}
.link-box {
    margin-bottom: 20px;
    display: block;
    background: #fcd104;
    padding: 20px;
}

/* searches header */

.my-group .selectpicker {
    width: 30%;
    border: #d1bed4 solid 1px;
    margin-left: 5px;
}
.my-group .search-bar {
    width: 68%;
    border: #d1bed4 solid 1px;
}
.search-button {
    background: #fc4349;
    border: 0;
    color: #fff;
    font-size: 16px;
    -webkit-border-top-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -moz-border-radius-topright: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin-right: 15px;
}
.search-button:hover {
    background: #007aff;
    color: #fff;
}
.prices .single-price {
    display: block;
    border: 1px solid #8b55eb;
    text-align: center;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b55eb+0,7331e7+100 */
    background: #8b55eb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8b55eb 0%, #7331e7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8b55eb', endColorstr='#7331e7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
}
.prices {
    float: right;
    position: relative;
    display: inline;
}
.video {
    float: left;
    position: relative;
    display: inline;
}
.prev {
    margin-bottom: 20px;
}
.prices li p {
    color: #fff;
}
.prices li strong {
    display: block;
    font-size: 18px;
}
.prices li a {
    display: inline-block;
    color: #fff;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e139f2+1,8c0fcc+100 */
    background: #e139f2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e139f2 1%, #8c0fcc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e139f2', endColorstr='#8c0fcc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.prices li a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e139f2+1,8c0fcc+100 */
    background: #e139f2;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e139f2), to(#8c0fcc));
    background: linear-gradient(to right, #e139f2 1%, #8c0fcc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e139f2', endColorstr='#8c0fcc', GradientType=1);
    /* IE6-9 */
}
.thumbs-grid {
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
}
.thumbs-grid li {
    display: inline-block;
    width: 20%;
    padding: 2px;
    margin: 0;
    float: left;
}
.thumbs-grid li img {
    padding: 0;
    margin: 0;
    border: 0;
}
.margin-t {
    margin-top: 20px;
}
.sidebar-cont {
    background: #fff;
    padding: 10px;
    margin-bottom: 25px;
}
.sidebar-cont h3 {
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0;
    border: 0;
    color: #fd9432;
}
.cont-line {
    background: #000;
    color: #77cb08;
    margin: 20px -10px -10px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.join-options {
    font-size: 16px;
}
.join-options span {
    padding-right: 5px;
    font-size: 14px;
}
join,
.join {
    padding: 5px 15px;
    margin-top: 20px;
    display: block;
}
.join-form-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6faf25+0,78c91a+100 */
    background: #6faf25;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#6faf25), to(#78c91a));
    background: linear-gradient(to bottom, #6faf25 0%, #78c91a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6faf25', endColorstr='#78c91a', GradientType=0);
    /* IE6-9 */
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
    padding: 8px 18px;
    display: block;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}
.join-form-button .submit-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+28,f8b500+67,fbdf93+100 */
    background: #fceabb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border: 0;
    letter-spacing: -0.02em;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.join-form-button .submit-button:hover {
    color: #000;
}
.join-list {
    margin-top: 20px;
}
.join-list li {
    margin-bottom: 10px;
    list-style: circle;
    list-style-position: inside;
}

/* Footer */

.bottom-join {
    color: #b8b8b8;
    text-align: center;
    background: #6cae10;
    border-top: 30px #4e4e4e solid;
    font-size: 12px;
}
.bottom-join p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding: 25px 0;
}
.bottom-join p a {
    color: #fff;
    text-decoration: underline;
}
.bottom-join p a:hover {
    color: #ff8810;
    text-decoration: underline;
}
.footer-bg {
    color: #b8b8b8;
    text-align: center;
    padding: 10px 0 30px;
    background: #000;
    font-size: 12px;
}
.footer-bg a {
    color: #fff;
    font-size: 12px;
}
.footer-bg a:hover {
    color: #fc4349;
}
.center-it {
    display: block;
    text-align: center;
    margin: 10px auto 20px;
}
.multiple-columns {
    width: auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.multiple-columns li {
    line-height: 1.5em;
    float: left;
    display: inline;
}
.banner {
    margin-bottom: 20px;
    display: block;
}
.blacx {
    padding: 7px 10px;
    display: block;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
    border-radius: 6px !important;
    background: #4e4e4e;
    margin-bottom: 25px;
    color: #fff;
}
.blacx span {
    font-weight: 700;
}
.blacx a {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 5px;
    border-radius: 6px !important;
}
.blacx a:hover {
    background: #007aff;
    color: #fff;
}
.warning {
    margin-top: 20px;
}
.enter-exit {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6faf25+0,78c91a+100 */
    background: #000;
    padding: 20px;
    text-align: center !important;
    display: block;
    width: 100%;
}
.enter-exit .enter a:hover,
.enter-exit .exit a:hover {
    color: #fff;
}
.enter-exit .enter a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+31,72aa00+62,9ecb2d+100 */
    background: #bfd255;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #bfd255 0%, #8eb92a 31%, #72aa00 62%, #9ecb2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.enter-exit .exit a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+28,f8b500+67,fbdf93+100 */
    background: #fceabb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/* searches line */

.form-group>select {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 30px 0 10px;
}
span {
    position: relative;
    margin: 0;
}
.search span {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.search a {
    display: inline-block;
    padding: 5px 7px;
    color: #000;
    font-size: 13px;
    background: #fff;
    margin: 3px 0 3px 5px;
}
.search a:hover {
    background: #000;
    color: #fff;
}
.pagination {
    margin: 0px auto 20px;
    display: block;
    text-align: center;
}
.pagination>li {
    margin: 5px 1px;
    display: inline-block;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 18px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #007aff;
    font-size: 20px;
    border: 0;
    border-radius: 3px !important;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #52a5ff !important;
    ;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>.active>a:hover,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fc4349 !important;
}
.hovereffect {
    display: block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
figure:hover .hovereffect,
figure:focus .hovereffect,
figure:active .hovereffect,
.hovereffect:hover,
.media:hover .img-hovereffect {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}
figure {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
fieldset {
    padding: 10px;
    border: 1px solid #d0d0d0;
}
legend {
    padding: 0 6px;
}
.join_name,
label {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    display: block;
    color: #000;
    font-style: normal;
    padding: 10px 0 0 0;
}
input {
    padding: 4px;
    border: 1px solid #d0d0d0;
    outline: none;
    background: #f7f7f7;
    margin-top: 3px;
}
input:focus {
    border: 1px solid #516527;
}
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
    display: inline-block;
    background-color: #ff3e9f;
    color: #fff !important;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
    background-color: #595959;
    cursor: pointer;
}
.input-group {
    width: 100%;
}
input[type="text"] {
    display: block;
    outline: none;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    -moz-border-radius: 6px;
    width: 100%;
    height: 35px;
    margin-right: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    color: #000;
}
input[type="password"] {
    display: block;
    outline: none;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    -moz-border-radius: 6px;
    width: 100%;
    height: 35px;
    margin-right: 5px;
    padding: 0 10px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
select {
    display: block;
    border-radius: 6px;
    border: solid 1px #d6d6d6;
    -moz-border-radius: 6px;
    width: 100%;
    height: 35px;
    margin: 3px 5px 10px 0;
    color: #000;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: bold;
    background: #f7f7f7;
    outline: none;
    line-height: 38px;
}
select::-moz-focus-inner,
select::-moz-focus-inner,
input::-moz-focus-inner,
input::-moz-focus-inner
/*Remove button padding in FF*/

{
    border: 0;
    padding-top: 5px;
    outline: none;
}
input[type=submit] {
    font-size: 30px;
    display: block;
    height: 51px;
    text-shadow: none;
    font-weight: 600;
    letter-spacing: -0.05em;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0px 20px 0 20px;
    margin: 20px auto 16px;
    border: none;
    background-color: #93b642;
}
input[type=radio],
input[type=checkbox] {
    margin: 3px 0 0 5px;
    display: inline;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width:767px) {
    .banner-sponsor {
        display: none;
    }
    .big-padding {
        margin-right: -15px;
        margin-left: -15px;
    }
    .multiple-columns li {
        width: 100%;
    }
    .header {
        padding-top: 10px;
    }
    .thumbs a {
        text-align: center;
    }
    .thumbs a img {
        margin: 0 auto;
        text-align: center;
    }
    .navigation {
        background: none;
        margin-top: -60px;
    }
    .navigation li {
        margin: 5px 15px;
    }
    .search-videos {
        display: none;
        padding: 15px;
        background: #000;
    }
    .search-button {
        margin-right: 0;
    }
    .col-xs-15 {
        width: 20%;
        float: left;
    }
    .prlx {
        display: none;
    }
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
    .cont-padding {
        margin: 0px;
    }
    .prices .single-price {
        padding: 10px 10px;
        display: inline-block;
    }
    .video {
        width: 100%;
    }
    .prices {
        float: none;
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .prices .single-price {
        width: 32.5%;
        margin-top: 3px;
    }
    .prices li strong {
        font-size: 14px;
    }
    .prices p {
        font-size: 13px;
    }
    .prices li a {
        padding: 3px 8px;
        font-size: 14px;
    }
    .join-form-button .submit-button {
        margin: 6px auto;
        padding: 3px 18px;
        font-size: 20px;
    }
    .join-data {
        padding: 0 15px;
    }
    .enter-exit .enter,
    .enter-exit .exit {
        display: inline-block;
        margin: 2px 16px;
        width: 80%;
    }
    .enter-exit .enter a,
    .enter-exit .exit a {
        padding: 8px 18px;
        font-size: 29px;
        color: #000;
        display: block;
        border-radius: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .multiple-columns li {
        width: 33.333%;
    }
    .head-banner {
        padding: 0px 0 10px 0;
    }
    .big-padding {
        margin-right: -15px;
        margin-left: -15px;
    }
    .head-banner {
        text-align: center;
    }
    .nav-top {
        margin-top: 17px;
        text-align: center;
    }
    .search-videos {
        margin: 0 0 15px 0;
    }
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .carousel-caption p {
        font-size: 28px;
    }
    .carousel-caption p span {
        font-size: 18px;
    }
    .prlx {
        background-size: 991px auto;
        min-height: 350px;
    }
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
    .prices {
        width: 25%;
    }
    .prices .single-price {
        padding: 10px 5px;
    }
    .prices li strong {
        font-size: 12px;
    }
    .prices p {
        font-size: 12px;
    }
    .prices li a {
        padding: 3px 8px;
        font-size: 14px;
    }
    .join-form-button .submit-button {
        margin: 10px auto;
        padding: 3px 18px;
        font-size: 28px;
    }
    .enter-exit .enter,
    .enter-exit .exit {
        display: inline-block;
        margin: 2px 16px;
        width: 20%;
    }
    .enter-exit .enter a,
    .enter-exit .exit a {
        padding: 8px 18px;
        font-size: 28px;
        color: #000;
        display: block;
        border-radius: 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .multiple-columns li {
        width: 25%;
    }
    .form-inline input[type=text] {
        width: 250px;
    }
    .form-inline {
        text-align: left;
    }
    .big-padding {
        padding: 0 80px;
    }
    .nav-top {
        margin-top: 18px;
    }
    .search-videos {
        margin: 0 0 15px 0;
    }
    .col-md-15 {
        width: 20%;
        float: left;
    }
    .carousel-caption p {
        font-size: 34px;
    }
    .carousel-caption p span {
        font-size: 18px;
    }
    .prlx {
        background-size: 1199px auto;
        min-height: 550px;
    }
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
    .prices {
        width: 20%;
    }
    .video {
        width: 80%;
    }
    .prices .single-price {
        padding: 18px 15px;
    }
    .prices li a {
        padding: 6px 12px;
        font-size: 16px;
    }
    .join-form-button .submit-button {
        margin: 10px auto;
        padding: 3px 18px;
        font-size: 36px;
    }
    .enter-exit .enter,
    .enter-exit .exit {
        display: inline-block;
        margin: 2px 16px;
        width: 20%;
    }
    .enter-exit .enter a,
    .enter-exit .exit a {
        padding: 10px 22px;
        font-size: 32px;
        color: #000;
        display: block;
        border-radius: 5px;
    }
}
@media (min-width: 1200px) {
    .multiple-columns li {
        width: 25%;
    }
    .form-inline input[type=text] {
        width: 350px;
    }
    .form-inline {
        text-align: left;
    }
    .big-padding {
        padding: 0 80px;
    }
    .nav-top {
        margin-top: 18px;
    }
    .search-videos {
        margin: 0 0 15px 0;
    }
    .col-lg-15 {
        width: 20%;
        float: left;
    }
    .prices {
        width: 20%;
    }
    .prlx {
        background-size: 1400px auto;
        min-height: 550px;
    }
    .carousel-caption p {
        font-size: 44px;
    }
    .carousel-caption p span {
        font-size: 28px;
    }
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
    .prices .single-price {
        padding: 25px;
    }
    .prices li a {
        padding: 6px 12px;
        font-size: 20px;
    }
    .join-form-button .submit-button {
        margin: 10px auto;
        padding: 3px 18px;
        font-size: 36px;
    }
    .enter-exit .enter,
    .enter-exit .exit {
        display: inline-block;
        margin: 2px 16px;
        width: 20%;
    }
    .enter-exit .enter a,
    .enter-exit .exit a {
        padding: 10px 22px;
        font-size: 36px;
        color: #000;
        display: block;
        border-radius: 5px;
    }
}