/********************** GENERAL **********************/
body {
    font: 16px Lato,helvetica,clean,sans-serif;
    background-color: #292929 !important;
    color: #fff;
	overflow-x:hidden;
	width:100%;
}
body, html {
    margin: 0;
    padding: 0;
}
body > div
{
	transition: .5s;
}
a {
	color:#ffffff;
	text-decoration:none !important;
}
a:hover{
	text-decoration:none;
}
input,label{
	cursor:pointer;
}
input[type="text"], input[type="password"]{
		cursor:text;
}

/*********MARKING AND SUPLEMENTARIES********/
.site-container {
	max-width:99%;
	margin:auto;
	position:relative;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-right {
	text-align:right;
}
.header-m{
	display:none;
}
.header-tab{
	display:none;
}
.title {
	height:24px;
	overflow:hidden;
width: 85%;
white-space: nowrap;
text-overflow: ellipsis;
}
.resp {
	left: 50%;
margin-left: -960px !important;
position: relative;
max-width: 1920px !important;
background:url(images/bg_join.jpg) center top;
	background-repeat:repeat-y;	
}
.fa.fa-thumbs-up {
    background: url("images/thumbsup.png") no-repeat center center;
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 5px;
}
/************TOUR PAGE*************/
.section{
    padding: 0;
	height: 76px;
}
.inner{
	width:100%;
	margin:auto;
}
.heading {
	font-weight: 700;
	margin: 0;
	height: 76px;
}
.heading img{
	margin-top:0px;
	max-width: 100%;
}
a.button {
    background-color: #FF3B95;
    color: #000;
    display: inline-block;
    padding: 9px 20px;
    margin-top: 5px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: 20px;
}
a.log {
	background-color: #242424;
	margin-right: 10px;
}
a.button:hover {
    color: #ffffff;
}
a.log:hover {
    background-color: #2288ff;
    color: #000;
}
.big-but {
	font-size: 3em!important;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 50%;
	font-size: 12px;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	padding: 10px 10px;
	margin-left: 20%;
}
.thumbs {
    text-align: center;
    padding: 10px 10px ;
    margin: 0 auto;
}
.thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
	max-width:400px;
    font-size: 12px;
    line-height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    text-align: left;
    transition: box-shadow 200ms ease-out;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.watch{
	display: block;
	width: 400px;
	height: 300px;
	position: absolute;
	transition: background 200ms ease-out;
}
.watch:hover {
    background: url("images/watch.png") no-repeat;
    display: block;
}
.thumb a:hover {
	color: #0692d5;
}
.thumb a{
	color: #909090;
   	font-size: 1.15em;
}
#resp-thumb-1 {
	display:none;
}
.rate{
	color: #ff3b96;
	margin-top: -22px;
	margin-left: 82%;
	position: absolute;
}
.meta {
    color: #888;
    font-size: .8em;
}
.footer {
	overflow: hidden;
	padding: 10px;
}
.links a:hover{
	color:#2288ff;
}
.content {
	display:inline;
	position: relative;
}
.part {
	width:50%;
}
.content {
	font-size:10px;
	margin: 0px;
	color:#7b7b7b;
}
.footer a{
	font-size:10px;
	color:#3d3d3d;
}
.footer a:hover{
	color:#2288ff;
}
.links {
	color:#888;
}

.links li{
	display:inline-block;
}

.links li a{
	color: #ff3b96 !important;
    font-size: 1em;
	font-weight: 300;
}
.pag-button {
    width: 39px;
    background: #1a1a1a;
    display: inline-block;
    height: 40px;
    margin: auto;
    line-height: 2.2;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
	position: relative;
	overflow: hidden;
}
.pag-button:hover{
	background:#2288ff;
}
.pag-button a{
    color: #000 !important;
}
.pag-button a:hover{
    text-decoration: none;
}
.pagination{
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
}
.text_01 {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
	background:#ff3b96;
	display: inline-block;
	height: 40px;
	width: 39px;
}
.footer-image{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.footer-image img{
	height: auto;
	float: left;
	width: 1874px;
	border: 0;
	left: 50%;
	margin-left: -937px;
	position: relative;
}
/**********END TOUR PAGE**********/



/**********WARNING PAGE*************/
.warning{
	width:650px;
	margin:auto;
}
.w-header{
	width:80%;
	margin:2px auto;
}
.w-header img {
    width: 500px;
}
.w-button {
    background: #1a1a1a;
    color: #000;
    margin: 10px auto;
    font-size: 24px;
    width: 330px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.w-button:hover{
	background-color: #2288ff;
    color: #000;
}
.w-box {
    background: #fff;
    width: 100%;
	margin:auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 40px;
	overflow: hidden;
}
.w-box-head {
	background: #6a6a6a;
    color: #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 50px;
    font-size: 18px;
	text-align:center;
	cursor:pointer;
}
.w-box-head span {
    background: #fff;
    border-radius: 18px;
    margin: 10px;
    padding: 1px 7px;
	color:#6a6a6a;
}
.w-buttons {
	width: 100%;
	margin:auto;
}
.w-button-big {
    width: 100%;
    display: inline-block;
    font-size: 65px;
    text-align: center;
    margin: 5px auto;
    height: 70px;
    border-radius: 5px;
}
.w-leave {
	background:#373737;
	color:#000;
}
.w-leave:hover {
    background-color: #373737;
}
.w-enter {
    background: #fd3214;
    color: #000;
}
.w-enter:hover {
    background-color: #fd3214;
    color: #fff;
}
.w-text {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #6a6a6a;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
	padding-bottom:20px;
	text-align: justify;
}

.w-text2 {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
	text-align:center;
	padding-bottom: 5px;
}


/***********END WARNING PAGE**************/


/************JOIN PAGE***************/
.form-container {
	max-width:600px;
	margin:auto;
	position:relative;
}
.form-top{
	background: #00a5f5;
	border-radius: 5px;
	padding:2px 6px;
	text-align: center;
}
#form-top-heading{
	width: 60%;
	font-size: 45px;
	font-family: impact;
	position: relative;
	display: inline;
}
#form-top-text{
	width: 40%;
color: #000;
display: inline-block;
margin: auto;
	font-weight: bold;
font-size: 15px;
position: relative;
text-align: left;
}
#form-top-text-m {
	display:none
}
.form-section {
	margin-top:10px;
}
.form-head{
	background:#6a6a6a;
	color:#b3b3b3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	line-height: 50px;
	font-size: 18px;
}
.form-head span {
    background: #fff;
    border-radius: 18px;
    margin: 10px;
    padding: 1px 7px;
	color:#6a6a6a;
}
.secure {
	padding:0px 5px;
	background:#000;
	border-radius:5px;
	height:38px;
	margin:6px 6px 0 0px;
	float:right;
}
.form-body{
	background:#fff;
	font-size: 22px;
	color:#6b6b6b;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-radio{
	margin:20px;
}
.form-text {
	height: 30px;
	width: 82%;
	font-size: 16px;
	margin-left: 8%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#form-select select{
	height: 30px;
	width: 108%;
	font-size: 18px;
	
	background: transparent;
    height: 34px;
    border: 0;
}
#form-select  {
	border: 1px solid #7A7A7A; 
    overflow: hidden;  
    height: 34px;
    background: url(images/select.png) no-repeat right #fff; 
    background-position-x: 98%;
	width: 83%;
	margin-left: 8%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-check{
	text-align:center;
	color:#686868;
	margin: 10px;
}

.form-input:hover {
	background:#f5f5f5;
	cursor:pointer;
}
.expand{
	background:#FF3B95 !important;
	color:#fff;
}
.form-button {
	margin: auto;
	background: #ff3b95;
	color: #fff;
	font-size: 56px;
	border: none;
	border-radius: 5px;
	width: 100%;
}
.join-container{
	max-width: 99%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.form-error{
    color: #ff3b95;
    font-size: 16px;
    width: 82%;
    margin-left: 8%;
	margin-bottom: 15px;

}
.form-pros {
	margin:40px auto 10px auto;
	width:99%;
}
.form-pros-heading{
	text-align:center;
	font-size: 24px;
	margin-bottom:20px;
}
.form-pros-heading .fa{
	background:#ff3e9a;
	color:#000;
	border-radius:25px;
	line-height:25px;
	width:25px;
}
.form-pros-left{
	width: 49%;
	font-size: 11px;
	color: #afafaf;
	display: inline-block;
	font-weight: bold;
}


.form-body label input {
	margin: 20px;
}
.form-body label input:hover {
    background: #f5f5f5;
    cursor: pointer;
}
.join-icon {
	background: url(images/join_icon02.png) no-repeat center center;
	display: inline-block;
width: 25px;
height: 15px;
vertical-align: middle;
float: left;
}
.join-icon-big{
	background: url(images/join_icon01.png) no-repeat center center;
	display: inline-block;
width: 32px;
height: 32px;
vertical-align: middle;

}

/***********END JOIN PAGE**************/






/****************RESPONSIVES***********************/

/***************MIN 1920px SCREENS****************/
@media all and (min-width:1920px){ 

.form-container {
	max-width:600px;
}
.site-container {
	max-width:1874px;
	margin:auto;
}
.thumbs {
	padding: 10px 0px;
}
.thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
	max-width:367px;
    font-size: 12px;
    line-height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    text-align: left;
    transition: box-shadow 200ms ease-out;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb a{
    font-size: 1em;
}
.thumb img {
	max-width:367px;
}
.watch{
	display: block;
	width: 365px;
	height: 300px;
	position: absolute;
	transition: background 200ms ease-out;
}
.watch:hover {
    background: url("images/watch.png") no-repeat;
    display: block;
}
.title {
	font-size:1.2em;
}
}



/***************FROM 1600px TO 1920px SCREENS****************/
@media all and (max-width:1920px) and (min-width:1600px){
	.form-container {
	max-width:600px;
}
}
@media (max-width:1680px) and (min-width:1680px) {
	#resp-thumb-1{
	display: none !important;
}
}
@media (max-width:1680px) and (min-width:1600px) {
	.thumb {
	max-width:317px;
}
.thumb a {
    color: #909090;
    font-size: 1.05em;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb img {
	max-width:317px;
}
.title {
	font-size:1.07em;
}
.watch{
	display: block;
	width: 317px;
	height: 300px;
	margin-left:0px !important;
	margin-top:0px !important;
	position: absolute;
	transition: background 200ms ease-out;
}
#resp-thumb-1{
	display: inline-block;
}

}
@media (min-width:1600px) and (max-width:1600px) {
	.title {
	font-size:1.2em;
}
}
@media all and (max-width:768px)and (min-width:768px){ 
	.title {
		font-size:0.9em
	}
}
@media all and (max-width:960px)and (min-width:960px){ 
	.title {
		font-size: 0.8em!important;
	}
}
@media all and (max-width:600px)and (min-width:600px){ 
	.title {
		font-size:0.8em !important;
	}
}
@media all and (max-width:736px)and (min-width:736px){ 
	.title {
		font-size:0.9em;
	}
}
@media all and (max-width:667px)and (min-width:667px){ 
	.title {
		font-size:0.8em !important;
	}
}
@media all and (max-width:640px)and (min-width:640px){ 
	.title {
		font-size:0.8em !important;
	}
}
@media (min-width:1440px) and (max-width:1600px){
	.thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
	max-width:367px;
    margin: 0px 0px 0px 0px;
    padding: 2px;
    text-align: left;
    transition: box-shadow 200ms ease-out;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb a{
    font-size: 1em;
}
.thumb img {
	max-width:367px;
}
.watch{
	display: block;
	width: 365px;
	height: 300px;
	position: absolute;
	transition: background 200ms ease-out;
}
#resp-thumb-1{
	display: inline-block;
}	
}
@media (min-width:1281px) and (max-width:1440px){
.thumb {
	max-width:321px;
}
.thumb a{
    font-size: 1.05em;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb img {
	max-width:321px;
}
.watch{
	display: block;
	width: 321px;
	height: 300px;
	margin-left:-40px;
	margin-top:-20px;
	position: absolute;
	transition: background 200ms ease-out;
}
#resp-thumb-1{
	display: inline-block;
}	
}

/***************MAX 1280 SCREENS****************/
@media (max-width:1280px){

.site-container {
	max-width:1874px;
	margin:auto;
}
.section {
	margin: 0px 30px;
}
.thumb {
	max-width:400px;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb img {
	max-width:400px;
}
.watch{
	display: block;
	width: 400px;
	height: 300px;
	position: absolute;
	transition: background 200ms ease-out;
}
}
@media all and (min-width:1024px) and (max-width:1200px){ 

}
/***************FROM 960px TO 1024px SCREENS****************/
@media all and (max-width:1024px) and (min-width:960px){ 

.thumb {
	max-width:300px;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb img {
	max-width:300px;
}
.thumb a{
	font-size:1em;
}
.watch{
	display: block;
	width: 300px;
	height: 300px;
	margin-left:-50px;
	margin-top:-30px;
	position: absolute;
	transition: background 200ms ease-out;
}
.section {
	margin: 0px 20px;
}

}
@media all and (max-width:800px) and (min-width:800px){ 
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 280px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}


.thumbs {
margin: 60px auto auto auto !important;}
.thumb img{
	max-width: 370px !important;
}
.thumb {
	max-width: 370px !important;
}
.watch{
	display: block;
	width: 370px !important;
	height: 370px !important;
	margin-left:0px !important;
	margin-top:0px !important;
	position: absolute;
	transition: background 200ms ease-out;
}
}
/***************FROM 680px TO 960px SCREENS****************/
@media all and (max-width:960px) and (min-width:680px){ 
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 280px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}


.side-image-left, .side-image-right{
	display:none;
}

.thumbs {
    margin: 80px auto auto auto !important;
}
.thumb {
	max-width:300px;
}
.thumb:hover {
	background: url("images/watch.png") no-repeat;
	color:#fff;
}
.thumb img {
	max-width:300px;
}
.thumb a{
	font-size: 1.2em;
}

.watch{
	display: block;
	width: 300px;
	height: 300px;
	margin-left:-50px;
	margin-top:-30px;
	position: absolute;
	transition: background 200ms ease-out;
}
.section {
	margin: 0px 20px;
}

.rslides2, .rslides_tabs{
	display:none;
}
.footer-image{
	display:none;
}
#resp-thumb-1{
	display: inline-block;
}
.resp {
	background:none;
	margin-left: 0px !important;
	left:0;
}
.join_log{
	display:none !important;
}	
}
/***************MAX 680 SCREENS****************/
@media all and (max-width:680px){ 
.side-image-left, .side-image-right{
	display:none;
}
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 280px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}
.header-tab{
	display:none;
}
.section{
	margin:auto;
}
.resp-button {
	display:none;
}

.rslides2, .rslides_tabs{
	display:none;
}
.footer-image{
	display:none;
}
a.button {
	width:40%;
	display:block;
   text-align:center;
   margin-top:10px;
   padding:10px 0 10px 0;
   float:none; 
   left:30%;
   position:relative;
}
a.log {
	margin-right:0px;
}
.heading{
	width:100%;
}
.big-but{
	margin-left:25%;
	width:50% !important;
}
.thumb img{
	max-width:270px;
}
.thumb {
	max-width:270px;
}
.watch{
	width:0px;
}
.thumb:hover {
    background: none;
    color: #fff;
}

.thumbs {
    margin: 80px auto auto auto;
}
.big-but {
    font-size: 1.5em !important;
}

.title{
    font-size: 0.7em;
}
.warning{
	width:90%;
}
.w-button {
   width:100%;
   display:inline-block;
   text-align:center;
   float: inherit!important;
   padding: 10px 0px 10px 0px;
}
.w-box {
	margin-top:0px;
}
.w-text {
	padding-top:10px;
}
.w-header{
	width:100%;
	margin:2px auto;
}
.w-header img {
    width: 60%;
	margin-left:20%;
}
.w-button-big{
	width:100%;
}

.form-top {
    height: 55px;
}
#form-top-heading {
	width: 100%;
	font-size: 30px;
	text-align: center;
	display: block;
	letter-spacing:1.5px;
}
#form-top-text{
	display:none;
}
#form-top-text-m{
	font-size: 12px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	display:block;
	color:#000;
}
.resp {
	left: 0% !important;
	margin:auto !important;
}	
.join_log{
	display:none !important;
}	
#resp-thumb-1{
	display: inline-block;
}	
}
@media all and (min-width:530px) and (max-width:590px){
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 200px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}
.header-tab{
	display:none;
}
.thumb img{
	max-width:240px;
}
.thumb {
	max-width:240px;
}
.watch{
	width:0px;
}
.thumb:hover {
    background: none;
    color: #fff;
}
.title{
    font-size: 0.7em;
}
}

@media all and (max-width:480px){
.header-join {
	display:none!important;
}
.header-join-m .header-m{
	display:block!important;
	text-align:center;
}
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}

.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}
.header-tab{
	display:none;
}
.big-but {
    font-size: 1.5em !important;
}
.thumb img{
	max-width:350px;
}
.thumb {
	max-width:350px;
}
.watch{
	width:0px;
}
.thumb:hover {
    background: none;
    color: #fff;
}
a.button {
    width: 200px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
a.log {
	margin-right:0px;
}
.thumbs {
    margin: 60px auto auto auto;
}
.big-but {
    font-size: 1.5em !important;
}
.title{
    font-size: 1em;
}
.secure {
	display:none;
}
.part {
	margin-top:10px;
	width:100%;
}
.footer, .text-right {
	text-align:center!important;
}
.heading {
	font-size:1em;
}
.form-container {
	max-width:400px;
	margin-top:60px
}
.form-top {
    height: 55px;
}
#form-top-heading {
	width: 100%;
	font-size: 30px;
	text-align: center;
	display: block;
	letter-spacing:1.5px;

}
#form-top-text {
	display:none;
}
#form-top-text-m{
	font-size: 11px;
	margin-top: 0px;
	width: 100%;
	text-align: center;
	display:block;
	color:#000;
}
.form-pros-heading {
    font-size: 20px;
}

.form-radio {
    margin: 12px;
}
.form-body {
    font-size: 18px;
}
.form-pros-left{
	font-size: 12px;
	width:100%;
	font-weight:100;
}
.w-box-head {
    line-height: 17px;
    font-size: 15px;
	padding:5px;
	
}

.w-button {
    background: #1a1a1a;
    color: #000;
    margin: 10px auto;
    font-size: 18px;
    max-width: 330px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.w-button-big {
    width: 100%;
    display: inline-block;
    font-size: 45px;
    text-align: center;
    margin: 5px auto;
    height: 50px;
    border-radius: 5px;
}
}
@media all and (min-width:414px)and (max-width:414px){
	.thumbs {
    margin: 60px auto auto auto;
}
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 170px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}
}

@media all and (min-width:375px)and (max-width:375px){
.thumbs {
    margin: 60px auto auto auto;
}
.heading {
    font-weight: 700;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.button {
    width: 150px;
display: inline-block !important;   
 text-align: center;
    padding: 10px 0 10px 0;
    margin: 2px;
	left:0% !important;
}
.pull-right {
    float: none !important;
}
.title .pull-right {
    float: right !important;
}
a.log {
	margin-right:0px;
}
.thumb img{
	max-width:330px;
}
.thumb {
	max-width:330px;
}
}
@media all and (max-width:360px){
.header-tab {
    display: none !important;
  
}
.header-m {
    display: block;
    margin: auto auto 30px auto;
    width: 280px;
}
.header-m img{
	margin-left: 15px;
}
.header{
	display:none;
}
.thumb img{
	max-width:310px;
}
.thumb {
	max-width:310px;
}
.thumbs {
    margin: 170px auto auto auto;
}
.thumb:hover {
    background: none;
    color: #fff;
}
a.button {
	width:80%;
	display:block;
   text-align:center;
   margin-top:10px;
   padding:10px 0 10px 0;
   float:none; 
   left:10% !important;
   position:relative;
}
a.log {
	margin-right:0px;
}
.title{
    font-size: 0.95em;
}
.form-head {
    font-size: 14px;
    font-weight: bold;
}
.form-head span {
    padding: 1px 5px;
}
#form-top-text {
    font-size: 11px;
}
.form-body {
    font-size: 16px;
}
.w-box-head {
    font-size: 12px;
	line-height: 14px;
	padding:5px;
}
}
@media all and (max-width:320px){
.thumb img{
	max-width: 290px;
}
.thumb {
	max-width: 290px;
}
.thumbs {
    margin: 180px auto auto auto !important;
	padding: 0px;
}
.title{
    font-size: 0.9em;
}
.thumb:hover {
    background: none;
    color: #fff;
}
a.button {
	width:80% !important;
	display:block;
   text-align:center;
   margin-top:10px;
   padding:10px 0 10px 0;
   float:none; 
   left:10% !important;
   position:relative;
}
a.log {
	margin-right:0px;
}
#form-top-text-m{ 
	font-size:9px;
}
}
@media all and (max-width:300px){
.thumb img{
	max-width: 270px;
}
.thumb {
	max-width: 270px;
}
.thumbs {
    margin: 120px auto auto auto;
	padding: 0px;
}
.title{
    font-size: 0.8em;
}
.thumb:hover {
    background: none;
    color: #fff;
}
#form-top-text-m{ 
	font-size:8px;
}
.form-head {
    font-size: 12px;
    font-weight: bold;
}
.form-pros-left {
    font-size: 11px !important;
}
}

.w-text-footer a{
	color: #9d9d9d
}
.w-text-footer a:hover{
	color: #fff;
}

.w-text-footer{
	font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #6b6b6b;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 40px;
	text-align: center;
}