* {
    -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;
    padding-left: 9px;
    text-transform: uppercase;
    text-shadow: 1px 1px #d9d9d9;
}
h1 span,
h2 span {
    display: block;
    font-size: 14px;
}
h3 {
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #000;
    margin: 13px 0 15px;
}

h4 {
	font-size: 24px;
	letter-spacing: -0.02em;
	color: #000;
	margin: 13px 0 2px;
}


a {
    color: #ed24ed;
}
a:hover {
    color: #d327d3;
}
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: 1px 15px 10px;
    margin-top: 0;
}
.white-padding {
    padding: 15px 15px 30px;
}
.cont-padding {
    margin: 0 5%;
}
.purple-bg {
    background: #90529e;
    margin-top: 15px;
}
.avn {
	float: right;
}

.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;
}
.top {
    padding: 10px 0;
    background: #000;
    color: #fff;
}
.header {
    padding-top: 10px;
    background: #fff;
}
.logo {
    max-width: 300px;
    display: block;
    padding: 12px 0 0 0;
	color: #e0cff6;
}

.twitter a {}
.twitter img {
	max-width: 20px;
	display: inline-block;
	margin-right: 5px;
	margin-top: -3px;
}

.twitter {
	text-align: left;
	display: inline-block;

}

.camera-icon {
	margin-right: 10px;
	margin-top: 0px !important;
	padding: 4px;
	background: #713a71;
	display: inline-block;
}

.camera-icon img {
	width: 18px;
	height: 18px;
	color: #fff;
}


.navbar-default {
    background: none;
}
.navigation {
    border: 0 !important;
    background: none;
    padding: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}
.join-members {
    float: right;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.navigation .dropdown-menu>li {
    margin: 4px;
}
.navigation li>a,
.join-members li a {
    padding: 12px 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: #8f388f;
}
.join-members li a {
    background: #663366;
    color: #fff;
    border-radius: 3px;
    margin-left: 8px;
    text-align: center;
}
.big-join-button {
    background: #663366;
    color: #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 36px;
    padding: 10px;
    margin-top: 15px;
}
.big-join-button:hover {
    background: #e0cff6;
    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: #b233b7 !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(../content/bg-cont2.jpg);
    margin: 15px 0;
}
.prlx1 {
    background-image: url(../content/bg-cont1.jpg);
}
.prlx2 {
    background-image: url(../content/bg-cont2.jpg);
}
.prlx3 {
    background-image: url(../content/bg-cont3.jpg);
}
.prlx4 {
    background-image: url(../content/bg-cont4.jpg);
}
.prlx5 {
    background-image: url(../content/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: #e0cff6;
    padding: 10px 15px;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.thumbs .caption:hover {
    background: #663366;
}
.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: 20px;
    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 */
    background: -webkit-linear-gradient(-45deg, #8b55eb 0%, #7331e7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #8b55eb 0%, #7331e7 100%);
    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;
}

.cam-yes-no  {
	display: block;
	text-align: center;
	display: block;
	background: #ececec;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1px;
	padding: 10px !important;
}



.prices {
    float: right;
    position: relative;
    display: inline;
}
.video {
    float: left;
    position: relative;
    display: inline;
}
.prev {
    margin-bottom: 20px;
}
.prices li p, .cam-yes-no  li p {
    color: #000;
}
.prices li strong, .cam-yes-no li strong {
    display: block;
    font-size: 18px;
}


.cam-yes-no li a {
	display: inline-block;
	color: #fff;
	text-shadow: 1px 1px #2d8b38;
	border-radius: 6px;
	padding: 8px 15px !important;
	font-size: 24px !important;
	font-weight: 500;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7dd85d+1,7dd85d+50,56ca41+51,22ac31+100 */
	background: #7dd85d; /* Old browsers */
	background: -moz-linear-gradient(top, #7dd85d 1%, #7dd85d 50%, #56ca41 51%, #22ac31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7dd85d 1%,#7dd85d 50%,#56ca41 51%,#22ac31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7dd85d 1%,#7dd85d 50%,#56ca41 51%,#22ac31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dd85d', endColorstr='#22ac31',GradientType=0 ); /* IE6-9 */
}
	

@-webkit-keyframes glowing {
	0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #fff; }
	50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #00ff1e; }
	100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #fff; }
}

@-moz-keyframes glowing {
	0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #fff; }
	50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #00ff1e; }
	100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #fff; }
}

@-o-keyframes glowing {
	0% { background-color: #B20000; box-shadow: 0 0 3px #fff; }
	50% { background-color: #FF0000; box-shadow: 0 0 40px #00ff1e; }
	100% { background-color: #B20000; box-shadow: 0 0 3px #fff; }
}

@keyframes glowing {
	0% { background-color: #B20000; box-shadow: 0 0 3px #fff; }
	50% { background-color: #FF0000; box-shadow: 0 0 40px #00ff1e; }
	100% { background-color: #B20000; box-shadow: 0 0 3px #fff; }
}

.cam-yes-no li a  {
	-webkit-animation: glowing 500ms infinite;
	-moz-animation: glowing 500ms infinite;
	-o-animation: glowing 500ms infinite;
	animation: glowing 500ms infinite;
}

.cam-yes-no li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22ac31+0,7dd85d+50,56ca41+51,22ac31+100 */
	background: #22ac31; /* Old browsers */
	background: -moz-linear-gradient(top, #22ac31 0%, #7dd85d 50%, #56ca41 51%, #22ac31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #22ac31 0%,#7dd85d 50%,#56ca41 51%,#22ac31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22ac31 0%,#7dd85d 50%,#56ca41 51%,#22ac31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ac31', endColorstr='#22ac31',GradientType=0 ); /* IE6-9 */
}


.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 */
    background: -webkit-linear-gradient(-45deg, #e139f2 1%, #8c0fcc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #e139f2 1%, #8c0fcc 100%);
    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 */
    background: -webkit-linear-gradient(left, #e139f2 1%, #8c0fcc 100%);
    /* Chrome10-25,Safari5.1-6 */
    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 */
}

.cam-yes-no li a {
	margin: 5px 10px;
}


.thumbs-grid {
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
}
.thumbs-grid li {
    display: inline-block;
    width: 20%;
    padding: 0;
    margin: 0;
    float: left;
}
.thumbs-grid li img {
    padding: 0;
    margin: 0;
    border: 0;
}
.margin-t {
    margin-top: 20px;
}
.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 {
    background: #8b55eb;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8b55eb 0%, #7331e7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #8b55eb 0%, #7331e7 100%);
    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;
    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 */
    background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    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: #663366;
    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: #fc4349;
    text-decoration: underline;
}
.footer-bg {
    color: #b8b8b8;
    text-align: left;
    padding: 30px 0 50px;
    background: #000;
    font-size: 12px;
}
.footer-bg a {
    color: #fff;
    font-size: 12px;
}
.footer-bg .logo {
	float: right;
}
.footer-bg a:hover {
    color: #fc4349;
}
.footer-bg ul {

	overflow:hidden;

}

.footer-bg ul li {
	width: 49%;
	float: left;
}
.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 {
    background: #8b55eb;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8b55eb 0%, #7331e7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #8b55eb 0%, #7331e7 100%);
    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 */
    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 */
    background: -webkit-linear-gradient(45deg, #bfd255 0%, #8eb92a 31%, #72aa00 62%, #9ecb2d 100%);
    /* 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 */
    background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #fceabb 0%, #fccd4d 28%, #f8b500 67%, #fbdf93 100%);
    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);
    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;
}
.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;

    }
    .navigation li {
        margin: 0px;
    }
    .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, .cam-yes-no 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;
    }
	.top {
		display: none;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
	}
	.navbar-nav>li {
		display: inline-block !important;
	}
	
	.navigation li>a, .join-members li a {
		padding: 6px 12px;
		font-size: 14px;
	}
	
	.avn {
		display: none;
	}
	
	figure {
		padding-top: 10px;
	}
}
@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%;
    }
    .video {
        width: 75%;
    }
	.prices .single-price, .cam-yes-no  {
        padding: 10px 5px;
    }
    .prices li strong {
        font-size: 12px;
    }
    .prices p {
        font-size: 12px;
    }
	.prices li a, .cam-yes-no 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, .cam-yes-no  {
        padding: 18px 15px;
    }
	.prices li a, .cam-yes-no 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%;
    }
    .video {
        width: 80%;
    }
    .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, .cam-yes-no  {
        padding: 25px;
    }
	.prices li a, .cam-yes-no 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;
    }
}