bady{
	margin: auto 0;
}
.pageTop {
	width: 100%;
	height: 0 auto;
	background: url(../img/header/header.jpg) center no-repeat;

}
.menusocial{
	width: 100%;
	height: auto;
	background: linear-gradient(to top, #fbfbfb 0%, #fff 44%, #c4c4c4 100%);
}
.menusocial-w{
	position: relative;
	width: 980px;
	height: 30px;
	margin: 0 auto;
}
.menusocial-r{
	position: absolute;
	width: 980px;
	height: 30px;
}

.pageTopContain {
	position: relative;
	width: 980px;
	height: 200px;
	margin: 0 auto;
}
.pageTopWrap {
	position: absolute;
	width: 980px;
	height: 200px;
}
.menu {
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgb(132, 0, 0) 0%,rgb(255, 0, 0) 50%,rgb(253, 5, 5) 51%,rgb(94, 18, 18) 75%,rgb(255, 6, 6) 100%);
}

.menu_wrap {
	position: relative;
	height: 50px;
	width: 980px;
	margin: 0 auto;
}
.menu_con {
	position: absolute;
	height: 50px;
	width: 980px;
	margin: 0 auto;
}
.rolette{
	position: absolute;
	left: 399px;
	top: -185px;
	animation: dangrek 7s linear infinite;
}
@keyframes dangrek{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.home{
	position: absolute;
	top: 10px;
	left: 20px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.home:hover{
	color: #000;
	top: 15px;
}

.casino{
	position: absolute;
	top: 10px;
	left: 130px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.casino:hover{
	color: #000;
	top: 15px;
}

.slot{
	position: absolute;
	top: 10px;
	left: 310px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.slot:hover{
	color: #000;
	top: 15px;
}

.rule{
	position: absolute;
	top: 10px;
	left: 570px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.rule:hover{
	color: #000;
	top: 15px;
}

.sport{
	position: absolute;
	top: 10px;
	left: 420px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.sport:hover{
	color: #000;
	top: 15px;
}

.pro{
	position: absolute;
	top: 10px;
	right: 140px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.pro:hover{
	color: #000;
	top: 15px;
}

.service{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-weight: 100;
	font-family: 'Koulen', cursive;
	font-size: 20px;
	transition: 0.3s;
/*	text-shadow: 2px 2px #000;*/
}
.service:hover{
	color: #141414;
	top: 15px;
}

.new{
	position: absolute;
	top: 12px;
	right: 240px;
}
/*===================Menu End==========================*/
#pageMessege {
	position: relative;
	width: 100%;
	height: 40px;
	background: #fff;
	z-index: 10;
}

#messegeContainer{
	position: relative;
	width: 980px;
	height: 30px;
	margin: 0 auto;
	top: 5px;
	left: -2px;
	background: #000;
	
}

#messegeWrap{
	position: relative;
	width: 950px;
	height: 28px;
	left: 20px;
	top: 0px;
/*	background: #160800;*/
	border-radius: 20px;
}
#textMessege{
	position: absolute;
	left: -50px;
	top: -5px;
	color: #000;
	font-size: 25px;
}

#textShow{
	position: absolute;
	top: 2px;
	font-family: 'Battambang', cursive;
	font-size: 14px;
	color: #fff;	
}
/*===================Marqee End==========================*/




.scoreball {
	width: 100%;
	height: 0 auto;
}

.scoreball_contain {
	position: relative;
	width: 980px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.scoreball_wrap {
	position: absolute;
	width: 980px;
	height: 500px;
	overflow: hidden;
}
.sport_bg {
	background: url(../img/wrapper/football/bg_sport.jpg) center no-repeat;
}

/*==========================================*/
.game13{
	width: 100%;
	height: auto;
}
.game13_c{
	position: relative;
	width: 980px;
	height: 500px;
	margin: 0 auto;
	background-color: #111;
	border: 1px solid #222;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.54);
}
.game13_w{
	position: relative;
	display: block;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 239px;
	height: 200px;
	transition: 0.5s;
	background-color: #323232;
	border: 2px solid #000;	
}
.game13_1{
	position: absolute;
	height: auto;
	width: 235px;
}
.game13_2{
	position: absolute;
	height: auto;
	width: 235px;
	color: #fff;
	bottom: -20px;
	font-family: PSLSimilanyaExtraPro;
	font-size: 25px;
	text-align: center;	
}
.game13_w:hover{
	background: #7f6520;
	color: #000;
}
.con_w2{
	width: 100%;
	height: 0 auto;
}
.con_w2_w{
	position: relative;
	width: 980px;
	height: 440px;
	margin: 0 auto;
	background: #000;
}
.con_w2_a{
	position: absolute;
	width: 980px;
	height: 440px;
}
/*=====================================================*/
.game{
	width: 100%;
	height: auto;
}
.game_c{
	position: relative;
	width: 980px;
	height: 750px;
	margin: 0 auto;
	background-color: #111;
	border: 1px solid #222;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.54);
}
.game_w{
	position: relative;
	display: block;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
	width: 235px;
	height: 350px;
	background: #090200;
	border: 1px solid #222;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.54);
}
.game1{
	position: absolute;
	width: 235px;
	height: 300px;
	transition: 0.5s;
}
.game1:hover{
	transform: scale(1.05);
	filter: brightness(200%);
}
/*=====================================*/
#pageMidlle01 {
	width: 100%;
	height: 0 auto;
	background: url(../img/wrapper/bg-hw.gif) center no-repeat; 	
}

#pageMidlleContain01 {
	position: relative;
	width: 980px;
	height: 458px;
	margin: 0 auto;
}

#pageMidlleWrap01 {
	position: absolute;
	width: 980px;
	height: 458px;
}

/*=================================Popup===============================*/
/*=====================================*/
#pageMidlle02 {
	width: 100%;
	height: 0 auto;
}

#pageMidlleContain02 {
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 auto;
}

#pageMidlleWrap02 {
	position: absolute;
	width: 980px;
	height: 300px;
	background: url(../img/wrapper/bannerbank.jpg);
}


.top-three{
	width: 100%;
	height: 0 auto;
	background: url(../img/wrapper/bannerani.jpg) center no-repeat;
}
.top-three-c{
	position: relative;
	width: 980px;
	height: 75px;
	margin: 0 auto;
	display: block;
}
.top-three-r{
	position: relative;
	margin-left: 10px;
	float: left;
	width: 230px;
	height: 70px;
}
.ball-txt1{
	position: absolute;
	color: #fff;
	top: 20%;
	left: 80px;
	line-height: 25px;
	text-align: center;
	font-size: 23px;
	font-family: PSLSimilanyaExtraPro;
}
.ball{
	position: absolute;
	top: 0px;
	left: 0px;
	animation: thavy 5s linear infinite;
}
@keyframes thavy {
	100%{transform: rotateZ(360deg);}
	0%{transform: rotateZ(0deg);}
}
.card1{
	position: absolute;
	top: 0px;
	left: 0px;
	animation: card55 5s linear infinite;
}
@keyframes card55 {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(30deg);
	}
	50%{
		transform: rotate(0deg);
	}
	75% {
    transform: rotate(-30deg);
	}
	100% {
    transform: rotate(0deg);
	}
}
.phone{
	position: absolute;
	top: 0px;
	left: 0px;
	animation: phone77 2s linear infinite;
}
@keyframes phone77 {
	0%{
		transform: rotateZ(0deg);
	}
	25%{
		transform: rotateZ(20deg);
	}
	50%{
		transform: rotateZ(0deg);
	}
	75% {
    transform: rotateZ(-40deg);
	}
}
/*=========================Animate=========================*/
.onesvb3{
	width: 100%;
	height: auto;
}
.onesvb3_c{
	position: relative;
	width: 980px;
	height: 450px;
	margin: 0 auto;
	background: #191919;
}
.onesvb3_w{
	position: absolute;
	width: 980px;
	height: 450px;
}
.one01{
	position: absolute;
	left: 0px;
}
.one02{
	position: absolute;
	right: 0px;
}
.one03{
	position: absolute;
	top: 255px;
}
/*==========================================*/
.boxsix {
	width: 100%;
	height: 0 auto;
	background: url(../img/casino_banner_bg.jpg) center;
}

.bosix_contain {
	position: relative;
	width: 980px;
	height: 670px;
	margin: 0 auto;
}

.boxsix_wrap {
	position: relative;
	float: left;
	display: inline-block;
	width: 320px;
	height: 215px;
	background: #191919;
	margin: 3px;
	transition: 0.3s;
}



.boxsix_wrap .yellow_btn {
	position: absolute;
	color: #fff;
	font-family: PSLSimilanyaExtraPro;
	font-size: 23px;
	text-align: center;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 32px;
	margin: 0 auto;
	border-radius: 3px;
	background: linear-gradient(#ff0b0b,#680000);
}

.click-btn{
	position: absolute;
	top: 50%;
	left: 30%;
	z-index: 0;
	transition: 0.3s;
}
.boxsix_wrap:hover .click-btn{
	z-index: 1;
}

.yellow_btn:hover .boxsix_wrap {
	color: white;
	background: red;
}
.blink_btn{animation: viboth 1000ms infinite; }
@keyframes viboth {
  0% { background-color: #fe0202; box-shadow: 0 0 15px #720000; }
  25% { background-color: #fe0202; box-shadow: 0 0 15px #fe0202; }
  50% { background-color: #ED0003; box-shadow: 0 0 15px #fe0202; }
  75% { background-color: #fe0202; box-shadow: 0 0 15px #fe0202; }
  100% { background-color: #720000; box-shadow: 0 0 15px #720000; }
}

.img_box01 {
	position: absolute;
	top: 50px;
	left: 10px;
	text-align: center;
	transition: 0.3s;
}
.boxsix_wrap:hover .img_box01 {
	filter: blur(5px); 
}
/*========================casinobox============================*/
.boxthree {
	width: 100%;
	height: 0 auto;
	background: url(../img/casino_banner_bg.jpg) center;
}

.bothree_contain {
	position: relative;
	width: 980px;
	height: 250px;
	margin: 0 auto;
}

.boxthree_wrap {
	position: relative;
	float: left;
	display: inline-block;
	width: 320px;
	height: 215px;
	background: #191919;
	margin: 3px;
	transition: 0.3s;
}



.boxthree_wrap .yellow_btn {
	position: absolute;
	color: #fff;
	font-family: PSLSimilanyaExtraPro;
	font-size: 23px;
	text-align: center;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 32px;
	margin: 0 auto;
	border-radius: 3px;
	background: linear-gradient(#ff0b0b,#680000);
}

.click-btn{
	position: absolute;
	top: 50%;
	left: 30%;
	z-index: 0;
	transition: 0.3s;
}
.boxsix_wrap:hover .click-btn{
	z-index: 1;
}

.yellow_btn:hover .boxsix_wrap {
	color: white;
	background: red;
}
.blink_btn{animation: viboth 1000ms infinite; }
@keyframes viboth {
  0% { background-color: #fe0202; box-shadow: 0 0 15px #720000; }
  25% { background-color: #fe0202; box-shadow: 0 0 15px #fe0202; }
  50% { background-color: #ED0003; box-shadow: 0 0 15px #fe0202; }
  75% { background-color: #fe0202; box-shadow: 0 0 15px #fe0202; }
  100% { background-color: #720000; box-shadow: 0 0 15px #720000; }
}

.img_box01 {
	position: absolute;
	top: 50px;
	left: 10px;
	text-align: center;
	transition: 0.3s;
}
.boxsix_wrap:hover .img_box01 {
	filter: blur(5px); 
}
hr.new1 {
  border: 6px solid #3D3D3D;
  border-radius: 5px;
}
/*====================================================*/
#barRight {
	position:absolute;
	height:234px;
	width:150px;
	z-index:100;
	top:245px;
	right: 1px;
}
.fixImage {
	position:fixed;
	z-index:100;
}
/*===========================barright===============================*/
a {
	color: #333;
	outline: none;
	text-decoration: none;
}
input,
textarea {
	outline: none;
}
/*
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode:bicubic;vertical-align:middle;
}
*/
img.alignright{float:right;margin:5px 0 20px 1%;}
img.alignnone{margin:5px 1% 20px 0;}
img.alignleft{float:left;margin:5px 1% 20px 0;}
img.aligncenter{display:block;margin-left:auto;margin-right:auto;}
hr{border:0;border-top:1px solid #222;clear:both;height:0;margin:1.250em 0;} 
a:hover,
textarea,
textarea:focus {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
} 

.md-modal{position:fixed;border-radius:20px;top:50%;left:50%;width:50%;max-width:630px;min-width:320px;height:auto;z-index:2000;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}
.md-show{visibility:visible;border-radius:20px;}
.md-overlay{position:fixed;border-radius:20px;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background-color:rgba(0, 0, 0, 0.8);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.md-show ~ .md-overlay{opacity:1;visibility:visible;}
.md-content{position:relative;border-radius:20px;margin:0 auto;border: 5px #fff;}
.md-close{position:absolute;right:10px;top:-15px;background-color:#000;border-radius:50%;width:32px;height:32px;background-image:url( ../img/wrapper/tt-closee67d.png);cursor:pointer;}
.md-effect-11 .md-content{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.md-show.md-effect-11 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;}
/*=============================Sliebox==============================*/




.btn:hover { background: rgba(0, 0, 0, 0) url("../img/wrapper/btn_bg_01.gif") repeat scroll 0 0; color: #A06208; }
.mbox {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}










div.footbox {
    overflow: hidden;
    padding: 25px 25px 0;
    text-align: center;
}
div.footbox > p { line-height: 24px; }

footer .foot_contain {
    height: 60px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.con_foot h2 { float: left; font-size: 24px; }
.con_foot .footcall { float: right; }
.headBanner.casino > img {
    bottom: 32%;
    max-width: 400px;
    position: absolute;
    right: 9%;
    width: 100%;
}
.headBanner.sport > img {
    bottom: 44%;
    left: 3%;
    max-width: 348px;
    position: absolute;
    width: 100%;
}

.castop { overflow: hidden;	position: relative; }
.castop div.castop_con {
	margin: 30px auto;
	max-width: 1000px;
	position: relative;
	width: calc(100% - 30px);
	z-index: 20;
}
.castop div.castop_con>div { background-image: url("../images/casino-bg.png"); background-size: 1000px 100%; }
.castop div.castop_con div.r, .castop div.castop_con div.l {
	height: 100%;
	position: absolute;
	width: 20px;
}
.castop div.castop_con div.r {
	background-position: right center;
	right: 0;
	top: 0;
}
.castop div.castop_con div.c {
	background-size: calc(100% + 40px) 100%;
	background-position: center top;
	margin: 0 20px;
	padding: 20px 0;
}
.castop div.castop_con div.c div.casban {
	background: #000 url("../images/banners/casino-online-3.jpg") no-repeat  center center;
	background-size: auto 100%;
	cursor: pointer;
	padding: 30px 26px 20px;
}
.castop div.castop_con div.c div.casban .misccall div.ais {	margin-left: 0; }
div.casban h3 {	font-size: 24px; line-height: 30px; }
div.casban h1 {	font-size: 53px; line-height: 68px; }
div.casban h2 {	font-size: 48px; line-height: 40px; }
.castop div.fullscreen-bg {
	bottom: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.castop div.fullscreen-bg video.fullscreen-bg-video {
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1200px;
}

div.cas2 div {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 15px;
}
div.cas2 div h2 { margin-bottom: 14px; }
div.cas2 div p { line-height: unset; }

div.cas3 { padding: 15px; }
div.cas3 ul.casino * {
    display: block;
    width: 100%;
}
div.cas3 ul.casino {
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}

div.cas3 ul.casino li:nth-child(6n+1) { margin-left: 3%; }
div.cas3 ul.casino li { float: left; width: 14%; margin: 1%; }
div.cas3 ul.casino li.activeSlide a { background-color: #f6da7a !important; }
div.cas3 ul.casino li a:hover img {  opacity: 0.8;  }
div.cas3 ul.casino li a:hover { background-color: #ede391; }
div.cas3 ul.casino li a { padding: 5px; width: calc(100% - 10px); }

div.cas3.spt ul.casino { max-width: 1000px; }
div.cas3.spt ul.casino li { margin: 1% 0 1% 2%; width: 32%; }
div.cas3.spt ul.casino li:nth-child(3n+1) { margin-left: 0; }

div.cas3 ul.casino li a img { transition: opacity 0.15s ease-in-out 0s; }

.cas3 .preview { padding: 7px 0 16px; }
.cas3 div.swipe-wrap .swipeinsides {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
.swipeinsides .content {
	float: right;
	padding-bottom: 110px;
	width: 49%;
}
.swipeinsides .animate1 {
	float: left;
	margin: 13px 0 0;
	max-width: 476px;
	padding: 5px;
	width: calc(51% - 35px);
}
.swipeinsides img { display: block; width: 100%; }
.swipeinsides p { line-height: 29px; padding: 5px; }
.swipeinsides div.playgame {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 49%;
}
.swipeinsides div.playgame span.pass { margin-left: 20px; }
.swipeinsides div.playgame a { margin-top: 10px; }
div.cas4 {
	background: #000 url("../images/banners/casino-online-4.jpg") no-repeat scroll center center;
	height: 204px;
	margin: 0 auto 25px;
	max-width: 1000px;
}
div.spr4 img { display: block; width: 100%; }
div.spr4 {
	height: auto;
	margin: 0 auto 25px;
	max-width: 1000px;
}
div.cas4>div h2 { line-height: 43px; margin-bottom: 15px; }
div.cas4>div {
	float: right;
	max-width: 395px;
	padding: 38px 0 0;
	width: 80%;
}
div.contactbox { margin: 20px auto 30px; max-width: 960px; }
div.contactbox>img {
	display: block;
	float: left;
	margin-top: 10px;
	max-width: 500px;
	width: calc(100% - 440px);
}
div.contactbox>div.r img {
	margin: 0 0 0 -7px;
	max-width: 420px;
	width: 100%;
}
div.contactbox>div.r { float: right; width: 420px; }
div.contactbox>div.r h3 {
	font-size: 37px;
	line-height: 30px;
	margin-bottom: 20px;
}
.contactbox .boxmob.misccall { margin: 21px 0 0; }

/* ----- Article ----- */
article.contentbox {
	margin: 0 auto;
	max-width: 940px;
	padding: 20px 30px;
}
article.contentbox.prombox { max-width: 905px; }
article.contentbox p { line-height: 24px; margin-bottom: 17px; }
article.contentbox h1,
article.contentbox h2 { margin: 20px 0 15px; }
article.contentbox.howtobox ul li:before { content: "- "; }
article.contentbox.howtobox ul li { list-style: inside none none; }
article.contentbox.prombox ul,
article.contentbox ol { padding: 0 0 0 20px; }
article.contentbox.prombox ul li { list-style: outside none "- "; }
article.contentbox.regis img {
	display: block;
	margin: 30px auto;
	max-width: 677px;
	width: 100%;
}
article.prombox div.prom { padding-bottom: 20px; }

/* ----- Promotion ----- */
article.prombox img.promimg {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 905px;
    padding: 7px 0 28px;
    width: 100%;
}

/* ----- Casino New ----- */
.itemdet div.game h2,
.itemdet div.game > div { margin: 0 auto; max-width: 1020px; }
.itemdet div.game h2 { box-sizing: padding-box; padding: 10px 1%; }
.itemdet div.game div.list,
.itemdet div.game > div > img {
	display: block;
	float: left;
	margin: 0 1% 2%;
	width: 23%;
}
.itemdet div.list p {
	display: block;
	height: 43px;
	padding: 28px 0 2px;
}
.itemdet .playonline div.list p { height: auto; }
.itemdet .puffin div.ico {
	float: left;
	padding: 2% 1%;
	width: 31%;
}
.itemdet .puffin div.det h4 { font-weight: bold; padding: 13px 1% 8px; }
.itemdet .puffin div.det p { line-height: 29px; padding: 1px 1%; }
.itemdet .puffin div.det h2 { line-height: 47px; }
.itemdet .puffin div.det {
	float: left;
	padding: 0 1%;
	width: 64%;
}
.itemdet div.download a {
	float: left;
	margin: 0 8px;
	max-width: 161px;
}


/* Pui :Adjust */
h1.txt-20
{
	font-size:20px !important;
}

h1.txt-30
{
	font-size:30px !important;
}

.orange
{
	color:#EBA040;
}

.icon-box
{
	width:105px;
	height:25px;
	padding:0;
	padding-left:30px;
	
}


.fb
{
	background:url(../img/wrapper/icon-fb.png) no-repeat left top;
	margin-top:10px;
}

.line
{
	background:url(../img/wrapper/icon-line.png) no-repeat left top;
}

.icon-box-top-fb
{
	background:url(../images/icon-fb.png) no-repeat left top;
	width:115px;
	height:25px;
	padding:0 5px;
	float:right;
	font-size:20px;
}

.icon-box-top-line
{
	background:url(../images/icon-line.png) no-repeat left top;
	width:65px;
	height:25px;
	padding:0 30px;
	padding-left:30px;
	float:right;
	font-size:20px;
	
}

.tel
{
	font-size:42px;
}

.boxmob > .left
{
	float:left;
	color: #fff;font-family: PSLSimilanyaExtraPro;font-size: 24px;
}

ul.social-icon
{
	list-style:none;
	padding:0;
	margin:0 auto;
}

ul.social-icon li
{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:155px;
}






