.body-div {
	max-width: 100%;
	width: 100%;
	/*font-family: 'Oswald', sans-serif;*/
	overflow: hidden;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	max-width: 100%;
	height: auto
}

#topline-paypal {
    background-color: black;
    text-align: right;
    padding: 2px 16px 2px 0;
}
#topline-paypal img {display: inline-block; vertical-align: middle;}

#topline-paypal a, #topline-paypal a:visited {
    color: white;
    font-size: 12px;
    font-family: "Arial";
} 


.container {
	max-width: 1360px;
	width: 100%;
}

.my_nav .m-lock {
	position: relative;
	margin-right: 5px;
	top: -3px;
}

.my_nav {
	background: #ff0e6e;
	border-top: 5px solid #ececec;
	min-height: 80px;
}

.my_nav .container {
	max-width: 1100px;
	width: 100%;
}

.my_nav .navbar-brand {
	padding: 0;
	display: none
}

.my_nav .navbar-default {
	border: none;
	box-shadow: none;
	background: none
}

.my_nav .navbar {
	margin: 0;
	min-height: inherit;
}

.my_nav .nav>li>a {
	line-height: 80px;
	padding: 0 28px;
	background: none;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	outline: none;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 999;
}

.my_nav .nav>li>a.bigfont {
	font-size: 28px;
}

.my_nav .nav>li>a:after {
	content: "";
	width: 1px;
	background: #cf0e68;
	display: block;
	position: absolute;
	right: 0;
	top: 25px;
	height: 33px;
}

.my_nav .nav>li:last-child a:after {
	display: none
}

.my_nav .navbar-default .navbar-nav>.active>a, .my_nav .nav>li>a:hover {
	color: #fff;
	box-shadow: none;
	background: none
}

.my_nav .nav>li.join-btn a {
	background: #32e4ff;
}

.my_nav .nav>li.join-btn a:after {
	display: none
}

.logo {
	position: relative;
	z-index: 2;
	/* margin-left:-160px; */
	margin-bottom: -69px;
}

header{
    position: relative;
    width: 100%;
    z-index: 99999;
    background-color: white;
}

.header-slider {
	position: relative
}

.header-slider .slider-button-prev {
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 999
}

.header-slider .slider-button-next {
	position: absolute;
	right: 0;
	top: 20%;
	z-index: 999;
}

.header-slider .hd-icon {
	position: absolute;
	left: 0;
	padding: 60px;
	top: 0px;
	z-index: 22;
	width: 100%;
	left: 0;
}

.header-slider .swiper-pagination {
	position: static;
	text-align: left;
	padding: 15px 0;
}

.header-slider .swiper-pagination-bullet {
	margin: 0 3px;
	background: #333;
	opacity: 0.8;
	width: 10px;
	height: 10px;
}

.header-slider .swiper-pagination-bullet-active {
	opacity: 1
}

.slider-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-shadow: 0 2px 1px #000;
	font-size: 24px;
	font-weight: 300;
}

.slider-text h2 {
	font-size: 62px;
	font-family: 'Oswald', sans-serif;
}

.slider-text .bottom-btn {
	margin-top: 30px;
	font-size: 0;
}

.slider-text .bottom-btn a {
	display: inline-block;
	margin: 0 30px;
}

.blue-bg {
	background: #92e7f3;
}

.paddingTB30 {
	padding: 30px 0
}

/*********** BONUS AREA ****************************/

.bonusArea{text-align:center; padding-top:12px;}
.bonusSites{padding-bottom:20px;}
.bonusSite{display:inline-block; width:598px; padding-bottom:60px; vertical-align:top; margin:0 10px;}
.bonusSitePic{border:4px solid #fff;}
.bonusSite h3{text-transform:uppercase; font-size:72px; padding-top:20px; padding-bottom:5px;}
.bonusSite p{font-size:16px; line-height:30px; text-align:left;}

/*********** VIDEO HEADER ****************************/

video {
	display: block;
}

#video-header {
	position: relative;
}

#video-container {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 1s;
	margin-top: -125px;
}

#video-container video {
	width: 100%;
	height: 100%;
}

#video-container .video-js.vjs-fluid, #video-container .video-js.vjs-16-9, #video-container .video-js.vjs-4-3 {
	height: auto;
}

#video-thumb {
	position: relative;

	/*opacity: 0;*/
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

#video-thumb .owl-nav {
	display: none;
}

#video-thumb .owl-item img {
	display: inline-block;
}

#video-thumb .owl-controls {
	margin-top: 0;
	display: none!important;
}

i.fa-play {
	color: white;
	font-size: 20px;
	border: 2px solid white;
	border-radius: 50%;
	padding: 12px 16px;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	font-size: 32px;
	z-index: 1000;
}

.video-thumb-item {
	position: relative;
	cursor: pointer;
	transition: all 1s;
}

.video-thumb-item h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #F24AC2;
	position: absolute;
	z-index: 200;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	width: 100%;
	padding: 10px;
}

#video-controls {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 16px;
}

#mutebtn, #playbtn, .pause {
	width: 51px;
	height: 50px;
	display: inline-block;
	background-image: url("../images/ico/sprite.png");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

#mutebtn {
	background-position: -1px -116px;
	right: 50px;
}

#my-share-buttons {
	margin-left: 1%;
}

#playbtn {
	background-position: -1px -171px;
	right: 120px;
}

#mutebtn.muted {
	background-image: url("../images/ico/no-sound.png");
	background-repeat: no-repeat;
	background-position: -1px -1px;
}

.pause {
	background-position: -1px -1047px !important;
}

.video-title {
	position: absolute;
	left: 40px;
	top: 150px;
	z-index: 2;
	display: none;
}

.video-title h2 {
	font-weight: 900;
	font-size: 40px;
	text-shadow: 2px 1px 1px #000;
}

.subtitle-bar {
	position: relative;
	width: 100%;
	padding: 10px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}

.subtitle-bar h1 {
	margin: 0;
	color: #f946a9;
	text-align: center;
	width: 100%;
	padding: 1vw 0;
	line-height: 1;
	text-shadow: 2px 2px 2px #000;
}

.age-verification {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 200, .50);
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	z-index: 99999;
}

.age-verification-inline {
	background: rgba(255, 255, 255, .50);
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	z-index: 99999;
}

.only-18-div {
	margin: 0 auto;
	vertical-align: middle;
	padding: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
}

.only-18-div-inline {
	margin: 0 auto;
	vertical-align: middle;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: center;
}

.only-18-div h3 {
	margin: 0;
	padding: 0
}

.only-18-div .inside-div {
	border: 1px solid #212121;
	background: white;
	padding: 30px;
	max-width: 528px;
	margin: 0 auto;
}

.only-18-div .bottom-button {
	padding: 10px 0;
	text-align: center;
}

.enter-now {
	font-size: 32px;
}

.section-title {
	display: table;
	margin: 0 auto;
	padding: 0 200px;
	position: relative;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
}

.section-title:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1
}

.section-title span {
	padding: 0 10px;
	position: relative;
	z-index: 5
}

.blue-bg .section-title span {
	background: #92e7f3;
	display: inline-block;
}

.section-title strong {
	color: #ff0e6e;
	font-weight: normal;
}

.most-populer-scroll {
	position: relative;
}

.most-populer-scroll #most-populer {
	overflow: hidden;
}

.most-populer-scroll h3 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-weight: 100;
	color: #000;
}

.most-populer-scroll img {
	width: 100%;
	height: auto
}

.scorll-next1 {
	position: absolute;
	left: -60px;
	top: 0;
	height: 90%;
	background: url(../images/left-arrow1.png) no-repeat center center;
	width: 50px;
	z-index: 22;
}

.scorll-prev1 {
	position: absolute;
	right: -60px;
	top: 0;
	height: 90%;
	background: url(../images/right-arrow1.png) no-repeat center center;
	width: 50px;
	z-index: 22;
}

.title-with-text {
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
}

.title-with-text h3 {
	font-size: 50px;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}

.title-with-text h3 span {
	color: #ff0e6e;
}

.gray-section {
	background: #e6e6e6;
}

.tab-div-section .nav-tabs {
	margin: 0;
	padding: 0
}

.tab-div-section .nav-tabs li {
	font-size: 18px;
	color: #000;
}

.tab-div-section .nav-tabs li.sort {
	padding: 0 15px;
	line-height: 40px;
}

.tab-div-section .nav-tabs li a {
	background: none;
	box-shadow: none;
	color: #ff0e6e;
	border: none;
	padding: 7px 15px
}

.tab-div-section .nav-tabs li.active a {
	color: #000;
	background: #fff;
	border: none
}

.tab-div-section select {
	display: inline-block;
	width: 50px;
	padding: 0 5px;
	height: 30px;
	font-size: 18px;
	vertical-align: middle;
}

.tab-div-section .tab-content {
	background: #f5f5f5;
	padding: 40PX 0
}

.box-design1 {
	color: #000;
	margin-bottom: 30px;
}

.box-design1 h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	height: 36px;
	line-height: 18px;
	color: #000;
	position: relative;
	font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif
}

.box-design1 .bottom-content {
	padding: 10px 15px;
	background: #fdc3da;
	font-size: 14px;
}

.box-design1 .starring-d {
	margin-bottom: 10px;
	color: #ff0e6e
}

.box-design1 .starring-d span {
	color: #000;
}

.box-design1 p {
	margin: 0
}

.box-design1 .right-d {
	position: absolute;
	right: 0;
	top: 0
}

.box-design1 strong {
	font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif
}

.fiverowlist ul {
	margin: 0 -15px;
	padding: 0;
	list-style: none
}

.fiverowlist ul li {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 20%;
	text-align: center
}

.fiverowlist ul li img {
	width: 100%;
}

.fiverowlist ul li h3 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-weight: 100;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	color: #000;
}

.footer-menu-div {
	background: #6d6d6d;
	padding: 40px 0;
}

.footer-menu-div ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.footer-menu-div .container {
	max-width: 920px;
}

.footer-menu-div ul {
	margin-top: 40px;
}

.footer-menu-div ul li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
}

.footer-menu-div ul li a {
	color: #fff;
	padding: 0 35px;
	text-decoration: none;
	border-right: 1px solid #4c4c4c
}

.footer-menu-div ul li.join-btn a {
	color: #ff0e6e
}

.footer-menu-div ul li:last-child a {
	border: none
}

.copy-right {
	background: #ff0e6e;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
}

.copy-right a {
	text-decoration: none;
	color: #fff;
}

.modale-page .tab-div-section .tab-content {
	padding: 40px 30px;
}

.fiverowlist.with-top-title h3 {
	color: #ff0e6e;
}

.pagination-div {
	display: table;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin: 40px auto 20px auto
}

.pagination-div ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pagination-div ul li {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 30px;
}

.pagination-div ul li a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0
}

.pagination-div ul li.sm-text {
	font-size: 15px;
}

.pagination-div ul li.sm-text a {
	color: #ff0e6e;
	border: none
}

.pagination-div ul li.prev a {
	border-right: 1px solid #d0d0d0;
	padding-right: 30px;
}

.pagination-div ul li.next a {
	padding-left: 30px;
}

.pagination-div ul li.active a {
	background: #ff0e6e;
	color: #fff
}

.white-bg {
	background: #fff;
}

.video-page-thumb {
	padding: 20px 0 0 0
}

.video-div-top {
	margin-bottom: 40px;
	background: #fff;
}

.video-div-top .detail-text {
	padding: 15px;
	font-size: 20px;
	color: #000;
	line-height: 24px;
}

.member-ship {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center
}

.member-ship h2 {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin: 0 0 12px 0
}

.member-ship li {
	background-repeat: repeat-x;
	background-size: 5px 100%;
	min-height: 191px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.member-ship li:last-child {
	border: none
}

.member-ship li.mAss1 {
	background-image: url(../images/bg1.png);
}

.member-ship li.mAss2 {
	background-image: url(../images/bg2.png);
}

.member-ship li.mAss3 {
	background-image: url(../images/bg3.png);
}

.video-div-top .left-video {
	/*margin-right:-30px; */
}

.page-title {
	font-size: 50px;
	margin: 0;
	line-height: 55px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.bio-left-div {
	margin-right: -55px;
}

.bio-left-div img {
	border: 10px solid #fff;
}

.bio-right-div {
	font-size: 18px;
	line-height: 20px;
	margin-top: 90px;
	padding-left: 80px;
}

.bio-right-div h3 {
	color: #ff0e6e;
	font-size: 30px;
	line-height: 33px;
	margin: 0 0 15px 0
}

.bio-right-div h3 span {
	color: #000
}

.bio-right-div .top-d-text {
	min-height: 100px;
}

.bio-right-div .photoSet {
	margin: 0 -10px;
	padding: 0;
	list-style: none
}

.bio-right-div .photoSet li {
	float: left;
	padding: 10px;
	width: 50%;
}

.bio-right-div .inner-div {
	background: #fff;
	padding: 10px;
	border: 1px solid #737373;
}

.bio-right-div .inner-div p {
	margin: 0;
	font-size: 14px;
	color: #ff0e6e
}

.bio-right-div .inner-div p strong {
	font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
	color: #000;
}

.bio-right-div .inner-div .img-div {
	margin-bottom: 10px;
}

.bio-right-div .inner-div .img-div img {
	width: 100%;
	height: auto
}

.join-page .title-with-text {
	background: url(../images/lock-icon.png) no-repeat left center;
	padding-left: 45px;
}

.join-five-col-thumb ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.join-five-col-thumb li {
	width: 20%;
	float: left;
	padding: 1px;
}

.join-five-col-thumb li img {
	width: 100%;
	height: auto
}

.join-p-right ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.join-p-right ul li {
	background: url(../images/thum-icon.png) no-repeat left top;
	padding-left: 40px;
	font-size: 15px;
	padding-top: 0;
	margin-bottom: 25px;
	color: #9d9d9d;
}

.join-p-right h2 {
	margin: 0;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin: 0
}

.join-page-form {
	border: 8px solid #ededed;
	padding: 10px;
	color: #5d5d5d;
	background: url(../images/smiley.png) no-repeat right bottom
}

.join-page-form h3 {
	color: #ff1870;
	margin: 0 0 15px 0;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-size: 22px;
}

.join-page .top-div img {
	max-width: 100%;
	height: auto
}

.join-page .top-div {
	padding: 10px 0;
	text-align: center
}

.join-page .inside-footer {
	max-width: 450px;
	margin: 0 auto
}

.join-left-box {
	text-align: center;
	margin-bottom: 30px;
}

.join-left-box img {
	border: 1px solid #cdcdcd;
	padding: 3px;
	background: #fff
}

.join-left-box h3 {
	margin: 0;
	font-size: 15px;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 5px 0 3px 0
}

.join-left-box p {
	margin: 0;
	font-size: 12px;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.join-center-content {
	border: 1px solid #cdcdcd;
	padding: 14px;
	background: #fff;
}

.red-title {
	margin: 0;
	font-size: 18px;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #e40101;
	margin-bottom: 15px;
}

.join-sm-c-box {
	border: 1px solid #cdcdcd;
	padding: 6px 10px;
	background: #fff;
	margin-bottom: 10px;
}

.join-sm-c-box.active {
	background: #2cbb00;
	color: #fff;
}

.check-box-join {
	font-size: 15px;
	font-family: 'ProximaNovaRegular', Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.check-box-join input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.check-box-join input[type=radio].css-checkbox+label.css-label {
	padding-left: 30px;
	height: 23px;
	display: inline-block;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: 300;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'ProximaNovaRegular';
}

.check-box-join input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -23px;
}

.check-box-join label.css-label {
	background-image: url(../images/csscheckbox_857f71aba196b2f8cddd29fd57ceccf4.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	margin: 0;
}

.join-list01 {
	margin: 0;
	padding: 0 0 0 10px;
}

.join-list01 li {
	padding: 8px 0
}

.join-input {
	width: 100%;
	border: none;
}

.join-input:focus {
	border: none;
	outline: none
}

.bottom-month {
	padding-left: 30px;
	font-size: 12px;
}

.join-btn-sub {
	text-align: center;
	padding: 30px 0
}

.join-btn-sub button {
	margin: 0;
	padding: 0;
	background: bottom;
	border: none;
	outline: none
}

.join-p-right h1 {
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}

.join-p-right h1 span {
	color: #ff0e6e;
	font-family: 'ProximaNovaBold', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1400px) {
	.scorll-next1 {
		left: 0
	}
	.scorll-prev1 {
		right: 0
	}
	.most-populer-scroll {
		padding: 0 75px;
    }
    
    /* Bonus */

    .bonusSites{padding-top:50px;}
    .bonusSite{margin:0 3%; width:42%;}
}

@media screen and (max-width: 1199px) {
	.logo {
		margin-left: 60px;
		margin-bottom: -56px;
		width: 870px;
	}
	.hd-icon img {
		width: 130px;
	}
	.slider-text h2 {
		font-size: 32px;
	}
	.slider-text {
		font-size: 20px;
	}
	.slider-text .bottom-btn a {
		margin: 0 10px;
	}
	.section-title {
		font-size: 40px;
		line-height: 40px;
	}
	.title-with-text h3 {
		font-size: 40px;
		line-height: 40px;
	}
	.header-slider .hd-icon {
		padding: 20px
    }
    
    /* Bonus */
    .bonusArea{padding-top:40px;}
    .bonusSites{padding-top:35px; padding-bottom:10px;}
    .bonusSite{margin:0 2%; width:44%;}
    .bonusSite h3{font-size:54px; padding-top:12px; padding-bottom:0px;}
    .bonusSite p{font-size:15px; line-height:26px;}
}

@media screen and (max-width: 991px) {
	.logo {
		margin-left: 0;
		margin-bottom: -30px;
		width: 100%;
		padding: 15px;
	}
	.section-title {
		padding: 0 50px;
	}
	.footer-menu-div {
		text-align: center
    }
    
    /* Bonus */
    .bonusArea{padding-top:30px;}
    .bonusSites{padding-top:20px;}
    .bonusSite h3{font-size:40px; padding-top:10px;}
    .bonusSite p{line-height:22px;}
}

@media screen and (max-width: 767px) {
	.slider-text {
		position: static;
		background: #333;
		padding: 15px
	}
	.fiverowlist ul li {
		width: 33.3%
	}
	.section-title {
		font-size: 30px;
		line-height: 30px;
	}
	.title-with-text h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.footer-menu-div ul li a {
		padding: 0 16px;
		font-size: 17px;
	}
	.my_nav {
		min-height: 60px;
	}
	.my_nav .nav>li>a {
		line-height: 40px;
		padding: 0 10px;
		font-size: 16px;
		color: #fff;
	}
	.hd-icon img {
		width: 50px;
	}
	.slider-text {
		font-size: 13px;
	}
	.slider-text h2 {
		font-size: 28px;
	}
	.header-slider .hd-icon {
		padding: 15px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #fff
	}
	.my_nav .navbar-brand {
		display: block;
		padding: 18px 0;
		color: #fff;
	}
	.join-p-right {
		margin-top: 25px;
	}
	.join-five-col-thumb li {
		width: 33.3%;
	}
	.bio-left-div {
		margin-right: 0;
	}
	.bio-right-div {
		padding-left: 0
	}
	.bio-right-div {
		margin-top: 30px;
    }
    
    /* Bonus */
    .bonusArea{padding-top:20px;}
    .bonusSite h3{font-size:30px;}
    .bonusSite p{font-size:14px; line-height:20px;}
    .bonusSite{padding-bottom:30px;}
}

@media screen and (max-width: 640px) {
	.tab-div-section .tab-content .col-xs-6 {
		float: none;
		width: auto
	}
	.footer-menu-div ul li {
		margin: 5px 0;
	}
	.slider-text .bottom-btn a {
		padding: 0;
		margin: 0;
		margin-bottom: 15px
    }

    .bonusSites{padding:20px 10px 10px;}
    .bonusSite{width:96%; margin:0px;}
    .bonusSite h3{font-size:34px;}
    .bonusSite p{text-align:center;}
}

@media screen and (max-width:480px) {
	.fiverowlist ul li {
		width: 50%
	}
	.join-five-col-thumb li {
		width: 50%;
	}
	.bio-right-div .photoSet li {
		width: 100%
    }
    
    /* Bonus */
    .bonusSites{padding-top:10px;}
    .bonusSitePic{border:3px solid #ffffff;}
}

@media screen and (max-width:320px) {
	.fiverowlist ul li {
		width: 100%
	}
}