@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	color: #414141;
	font-family: "PF Encore Sans W01 Thin";
	font-size: 14px;
	background-color: #f5f5f5;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 18px;
}

p.p1 {
    margin-bottom: 28px;
}

p.p2 {
    margin-bottom: 32px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
    font-family: PFEncoreSansPro-Thin;
	color: #636363;
}

h2 {
    font-size: 35px;
    line-height: 30px;
    text-transform: uppercase;
}

h7 {
    font-size: 20px;
    text-transform: uppercase;
}

/*Divide LINES BEFORE FOOTER*/
h3 {
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e1e1e1;
}

.c1 h3 {
	padding-top: 30px;
}

.page1 h3 {
    margin-bottom: 19px;
    padding-top: 70px;
}

.page1 ul.list+h3 {
    border-bottom: 0;
    padding-top: 78px;
}


/****Lists****/


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


.page1 ul.list {
    padding-top: 8px;
}



ul.list  li {
    padding-left: 12px;
    background: url(../images/marker.png) 0 7px no-repeat;
}

ul.list  li  a {
    text-decoration: underline;
}

ul.list.l1  li  a {
    text-decoration: none;
}

ul.list  li+li {
    margin-top: 12px;
}

ul.list1 {
    margin-bottom: 26px;
    padding-top: 3px;
}

ul.list1 strong {
    display: block;
    float: right;color: #4f4f4f;
}

ul.list1 li {
    background-color: #fff;
    box-shadow: 0 1px 0 #e6e6e6;
    padding: 6px 14px 6px 9px;
}

ul.list1 li.nobg {
    background: none;
    box-shadow: none;
}


ul.list2 .extra_wrapper {
    overflow: hidden !important;
}

ul.list2 strong {
    display: block;
    float: left;
    min-width: 30px;
}

ul.list2 li+li {
    margin-top: 18px;
}
/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #00d1d8;
}

a.btn {
    color: #f6f6f6;
    display: inline-block;
    padding: 2px 16px 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font: 13px/30px 'Racing Sans One', cursive;
    background-color: #2e2e2e;
    margin-top: 31px;
}

a.btn +a.btn  {
    margin-left: 8px;
}

a.btn:hover {
    background-color: #00d1d8;
}

.banner a.btn {
    margin-top: 34px;
    box-shadow: none;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 23px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}



























/*header*/



/*COLOR OF THE header*/

header {
	padding-top: 36px;
	position: relative;
	display: block;
	background-color: #414141;
	position: static;
	text-align: center;
}


header h1 {
    float: left;
	position: relative;
	z-index: 910;

	text-align: center;

}

/*LOGO*/
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 289px;
	height: 51px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.info {
    text-transform: uppercase;
    float: right;
    font: 13px/30px 'Racing Sans One', cursive;
    color: #4f4f4f;
}

.col1 {
    color: #00d1d8;
}

.col2 {
    color: #fff;
}



.lang {
    margin-bottom: 32px;
    float: right;
    background: #fff;
    width: 70px;
    position: relative;
    padding-left: 13px;
    padding: 1px 0 1px 13px;
    margin-left: 39px;
    position: relative;
    text-align: left;
    z-index: 999;
    border-radius: 3px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0px 1px 0px #00d1d8;
}

.lang .drop {
    color: #4f4f4f;
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    border: 1px solid #00d1d8;
    border-top: 0;
    width: 100%;
    background-color: #fff;
    padding-left: 13px;
    overflow: hidden;
    z-index: 999;
    
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.lang .drop a:hover, .lang .drop li.current  {
    color: #00d1d8;

}

.lang:hover {
    cursor: pointer;
    color: #fff;
    background-color: #00d1d8;

}

.lang:hover .drop {
}

.lang:hover:after {
    background-position: 0 bottom;
}



.lang:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../images/arrows.png) 0 0 no-repeat;
    width: 7px;
    height: 5px;
    top: 14px;
    right: 11px;
}

.info>a {
    position: relative;
    display: inline-block;
    margin-left: 36px;
}

.info>a:after {
    display: block;
    width: 1px;
    height: 14px;
    left: -18px;
    top: 9px;
    background-color: #d4d4d4;
    position: absolute;
    content: '';
}
/*BACKGROUND OF STARS*/
.page1_block {
    padding-top: 61px;
    text-align: center;
    background: url(../images/page1_bg1.jpg) center 0 no-repeat;
}

.banner {
    padding-top: 43px;
    margin-bottom: 61px;
    padding-bottom: 46px;
    background-color: #414141;
}

.banner  img {
    margin-bottom: 22px;
}


/*COLOR OF THE 150+ GAMES*/
.top_block {
    color: #5a5a5a;
	text-align: center;
	background: url(../images/top_block_shadow.png) 0 0 repeat-x #414141;
	font-family: PFEncoreSansPro-Bold;
	font-size: 17px;
	line-height: 17px;
}

.page1 .top_block {
    padding-bottom: 53px;
}

.top_block .grid_4 {
    position: relative;
}

.top_block .grid_4:after {
    display: block;
    width: 1px;
    top: 60px;
    bottom: 0;
    left: 0;
    background-color: #3e3e3e;
    content: '';
    position: absolute;
}

.top_block .grid_4+.grid_4:after {
    left: -10px;
}

.top_block .grid_4+.grid_4+.grid_4:before {
    display: block;
    width: 1px;
    top: 60px;
    bottom: 0;
    right: 0;
    background-color: #3e3e3e;
    content: '';
    position: absolute;
}

.title {
    margin-bottom: 23px;
    font: 30px/50px 'Racing Sans One', cursive;
    color: #fff;
    text-transform: uppercase;
    padding-top: 52px;
}

.top_block a.btn {
    box-shadow: 0 2px 0 #292929;
    background-color: #00d1d8;
    margin-top: 34px;
}

.top_block a.btn:hover {
    background-color: #fff;
    color: #00d1d8;
}

.top_block .cash {
    background: url(../images/cash_bg.png) center 0 no-repeat;
    text-align: left;
    padding-bottom: 53px;
}

.top_block span.tt {
    display: block;
    text-transform: uppercase;
}

.top_block span.tt  span.col1, .top_block span.tt  span.col2 {
    display: inline-block;
    margin-right: 5px;
}

.top_block span.tt+span.tt {
    margin-top: 13px;
}

.cash a.btn {
    margin-top: 31px;
}

/**Content**/
/*COLOR OF BEST GAMES*/
.content {
	padding-bottom: 84px;
    background-color: #f5f5f5;
}

.page1  .content {
    padding-bottom: 89px;
}

a.step {
    background-color: #fff;
    color: #4f4f4f;
    font: 13px/18px 'Racing Sans One', cursive;
    text-transform: uppercase;
    padding: 27px 0 27px 77px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    display: block;
}

a.step+a.step {
    margin-top: 11px;
}

a.step span {
    display: block;
    position: absolute;
    font-size: 40px;
    line-height: 30px;
    color: #e7e7e7;
    left: 32px;
    top: 50%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    margin-top: -16px;
}

.page1 a.step {
    margin-bottom: 19px;
}
/*THESE ARE THE 4 STEPS*/
a.step:hover {
    color: #fff;
    border-bottom-color: transparent;
    background-color: #00d1d8;

}

a.step:hover span {
    color: #fff;
}


.box {
	background-color: #fff;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.box img {
	margin-bottom: 12px;
}

.jack {
    padding-top: 6px;
    color: #4f4f4f;
    font: 17px/18px 'Racing Sans One', cursive;
}

.boxes {
    margin-top: -8px;
    overflow: hidden;
}

.stars {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    padding-top: 19px;
}

.stars span {

    display: inline-block;
    background: url(../images/stars.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
}

.stars span.gray {
    background-position: -10px 0;
}

.stars span.half {
    background-position: right 0;
}

.text1 {
    text-transform: uppercase;
    font: 13px/18px 'PF Encore Sans W01 Thin';
    color: #4f4f4f;
    margin-top: -1px;
    margin-bottom: 15px;
}

.page1 .text1 {
    margin-top: 0;
    padding-top: 0;
}

.game {
    overflow: hidden;
}











 .solutions {
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	float: right;
	margin-top: 4px;
	font-family: "PF Encore Sans W01 Light";
	font-size: 100%;
	color: #414141;
	margin-left: 20px;
	padding: 10px;
	margin-bottom: 10px;
}
     .solutionsleft {
	font-family: "PF Encore Sans W01 Light";
	font-size: 100%;
	color: #414141;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
}






























.box.fl {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.box.fl .stars {
    padding-top: 9px;
    margin-bottom: 1px;
}

.box img {
    display: block;
}

.game+.game {
	margin-top: 32px;
	padding-top: 27px;
	border-top-style: none;
}

.content a.btn {
    margin-bottom: 2px;
    box-shadow: 0 2px 0 #dadada;
}

.down {
    margin-top: 76px;
    padding-top: 24px;
    margin-bottom: 1px;
    background-color: #fff;
}

.down h3 {
    padding-left: 18px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 11px;
}

.down ul {
    padding-left: 18px;
    margin-bottom: 5px;
}

.down ul+h3 {
    margin-bottom: 27px;
}

.down>a {
    display: block;
    color: #fff;
    background-color: #00d1d8;
    padding-left: 18px;
    padding-top: 24px;
    padding-bottom: 30px;
    font: 30px/30px 'PF Encore Sans W01 Thin';
}

.down>a:hover {
    background-color: #2e2e2e;
}

a.inst {
    margin-top: 73px;
    display: block;
    color: #fff;
    background: url(../images/inst.png) right center no-repeat;
    background-color: #00d1d8;
    padding-left: 18px;
    padding-top: 24px;
    padding-bottom: 30px;
    font: 30px/30px 'Racing Sans One', cursive;
}

a.inst:hover {
    background-color: #2e2e2e;
}

a.inst span {
    padding-top: 1px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.un a {
    text-decoration: underline;
}

.col1 a:hover {
    color: #2e2e2e;
}

.down>a span {
    padding-top: 1px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.down ul li {
    background: url(../images/marker.png) 0 7px no-repeat;
    font: 13px/18px 'Racing Sans One', cursive;
    color: #4f4f4f;
    text-transform: uppercase;
    padding-left: 13px;
}


a.step.st1 {
    padding-top: 26px;
}

a.step.st1+a.step.st1 {
    padding-bottom: 28px;
}

a.step.st1+a.step.st1+a.step.st1 {
    margin-top: 9px;
}

.box.bx1 {
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}

.box.bx1 h3 {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 12px;
    padding-top: 4px;
}


.chat {
    margin-top: 37px;
    display: block;
    background-color: #00d1d8;
}

.chat:hover {
    background-color: #2e2e2e;
}

a.st2 {
    margin-bottom: 0 !important;
}

a.st2+a.st2 {
    margin-top: 8px;
    padding-bottom: 25px !important;
}


a.st2+a.st2 +a.st2 {
    margin-top: 9px;
}

.tour {
    background-color: #fff;
    position: relative;
    top: 4px;
    margin-bottom: 5px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e6e6e6;
}
.tour>table {
    
    width: 100%;

}

.tour td:first-child {
    padding-left: 30px;
    width: 315px;
}

.tour  thead {
    border-bottom: 1px solid #e5e5e5;
}

.tour  thead td {
    padding: 28px 0;
}

.tour  td  {
    min-width: 45px;
}

.tour  thead .text1 {
    margin-bottom: 0;
}

.tour .stars {
    padding-top: 7px;
}

.tour  tbody .text1 {
    margin-bottom: 5px;
}



.tour  tbody td {
    padding-top: 27px;
}

.tour  tbody tr+tr td {
    padding-top: 30px;
}

.prv p+.text1 {
    padding-top: 4px;
}























/**Map**/

.map {
	overflow: hidden;
}
 

.map figure {
	display: block;
	width: 100%;
    position: relative;
    top: 4px;
    border: 20px solid #fff;
    border-bottom-width: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 494px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map address+address {
    margin-left: 64px;
}

a.link-1 {
    color: #00d1d8;
}

a.link-1:hover {
    color: inherit;
}


.map address dt {
}

.map address dd span {
	min-width: 74px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}






















/**Footer**/
footer {
	display: block;
    text-align: center;
    padding-top: 42px;
    font-size: 11px;
    padding-bottom: 60px;
}

.copy {
    padding-top: 29px;
    text-transform: uppercase;
    font: 13px/18px 'PF Encore Sans W01 Thin';
    color: #4f4f4f;
}

footer p {
    padding:  0 120px;
    margin-bottom: 38px;
}

footer ul {
    margin-bottom: 22px;
    color: #4f4f4f;
    line-height: 30px;
}

footer ul li {
    display: inline-block;
    position: relative;
}

footer ul li+li {
    margin-left: 24px;
}

footer ul li+li:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #c2c2c2;
    left: -14px;
    top: 11px;
}

.pay {
    padding: 24px 0 22px;
    border: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    font-size: 0;
    line-height: 0;
}

.pay a {
    display: inline-block;
}

.pay a:hover {
   opacity: 0.5;
}

.pay a img {
    background-color: #ededed;
}

.pay a+a {
    margin-left: 12px;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

a.step {
    font-size: 12px;
    padding-left: 40px;
}

a.step span {
    left: 10px;
}

footer ul li+li {
    margin-left: 15px;
}

footer p {
    padding: 0 20px;
}

.page1_block {
    -webkit-background-size:  cover;
    -moz-background-size:  cover;
    -ms-background-size:  cover;
    -o-background-size:  cover;
    background-size:  cover;
}

footer ul li+li:after {
    left: -10px;
}

a.inst {
    font-size: 22px ;
}

a.inst span {
    padding-right: 70px;
}

.tour td:first-child {
    width: auto;
}

.tour .text1 {
    font-size: 12px;
}

.tour td+td {
    padding-left: 2px;
    padding-right: 2px;
}

}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}



.mob {
margin-bottom: 35px !important;
}

a.step {
    font-size: 13px;
    padding-left: 72px;
}

footer ul li+li:after {
    display: none;
}

.box img {
    display: block;
    margin: 0 auto 20px;
}

a.step  br {
    display: none;
}

a.step span {
    left: 32px;
}

.top_block .grid_4:after, .top_block .grid_4:before {
    display: none !important; 
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	height: auto;
}


.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.box.fl {
    float: none;
    margin-bottom: 25px;
}

.box.fl.solutions {
    float: right;
    margin-bottom: 25px;
}

 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 20px;
}

.info {
    float: none;
}

.cash {
    background: none !important;
}

ul.list2 {
    margin-bottom: 30px;
}

.top_block span.tt span.col1, .top_block span.tt span.col2 {
    display: inline;
}


.tour thead {
    display: none;
}

.tour tr, .tour table, .tour td, .tour table tbody {
    display: block !important;
}


.content .tour table td {
    padding-left: 120px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
}

.content .tour table td:after {
    content: attr(data-title);
    font: 13px/18px 'Racing Sans One', cursive;
    color: #4F4F4F;
    text-transform: uppercase;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
}

.content .tour tr {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}

.content .tour tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.content .tour  {
    padding-bottom: 0;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

header span.col1 {
    line-height: 15px;
    display: block;
    margin-bottom: 20px;
}

.lang {
    float: none;
    display: inline-block;
}

.info > a:after {
    display: none;
}

.info > a {
    margin-left: 0;
}


.pay a {
    width: 20%;
}





.tour table {
    max-width: 100%;
}

}
#top .content .container_12 .container_12 .game .box.fl.solutions {
}
.producttext {
	font-family: "PF Encore Sans W01 Light";
	font-size: 14px;
	text-transform: capitalize;
	color: #4f4f4f;
	vertical-align: top;
	margin-top: 1px;
	margin-bottom: 3px;
}
.icontext {
	font-family: "PF Encore Sans W01 Light";
	font-size: 100%;
	color: #fff;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
