/* font */
@font-face{
  font-family: 'SFURhythmRegular';
  src: url('/sale1212/Fonts/SFURhythmRegular.woff2') format('woff2'),
       url('/sale1212/Fonts/SFURhythmRegular.woff') format('woff'),
       url('/sale1212/Fonts/SFURhythmRegular.ttf') format('truetype');
}

@font-face{
  font-family: 'SFUSalzburgMedium';
  src: url('/sale1212/Fonts/SFUSalzburgMedium.woff2') format('woff2'),
       url('/sale1212/Fonts/SFUSalzburgMedium.woff') format('woff'),
       url('/sale1212/Fonts/SFUSalzburgMedium.ttf') format('truetype');
}

@font-face{
  font-family: 'SFUShannonBold';
  src: url('/sale1212/Fonts/SFUShannonBold.woff2') format('woff2'),
       url('/sale1212/Fonts/SFUShannonBold.woff') format('woff'),
       url('/sale1212/Fonts/SFUShannonBold.ttf') format('truetype');
}

@font-face{
  font-family: 'SFUShannonBook';
  src: url('/sale1212/Fonts/SFUShannonBook.woff2') format('woff2'),
       url('/sale1212/Fonts/SFUShannonBook.woff') format('woff'),
       url('/sale1212/Fonts/SFUShannonBook.ttf') format('truetype');
}

@font-face{
  font-family: 'SFUShannonExtraBold';
  src: url('/sale1212/Fonts/SFUShannonExtraBold.woff2') format('woff2'),
       url('/sale1212/Fonts/SFUShannonExtraBold.woff') format('woff'),
       url('/sale1212/Fonts/SFUShannonExtraBold.ttf') format('truetype');
}

@font-face{
  font-family: 'SFUShannonBold';
  src: url('/sale1212/Fonts/SFUShannonOblique.woff2') format('woff2'),
       url('/sale1212/Fonts/SFUShannonOblique.woff') format('woff'),
       url('/sale1212/Fonts/SFUShannonOblique.ttf') format('truetype');
}

body {
	font-family: 'Kanit', sans-serif !important;
}
#mainNav .navbar-nav > li > a {
	padding-right: 15px;
	padding-left: 15px;
}


/* ---- isotope ---- */

.grid {
  /*background: #fdcc52;*/
}
section.features {
  /*background: #fdcc52;*/
  background-image: url(../img/gaming-pattern.png);
  background-repeat: repeat;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  /*width: 33.333%;*/
	width: 20%;
}
.grid-header {
	width: 25% !important;
}

.grid-item {
  	float: left;
	transition: 0.3s;
	opacity: 0.8;
}
.grid-item:hover {
	background-color: #f15e5e;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	position: relative;
	z-index: 50;
	transform: scale(1.03);
	opacity: 1;
}
.header-grid:hover {
	background-color: #ffffff;
}
.grid-item img {
  	display: block;
  	max-width: 100%;
}
.text-center > h1.text-header {
	padding-top: 30px;
	font-size: 90px;
	font-weight: 200;
}

/* Timer */
.countdown {
	margin-left: -22px;
}
.countdown .item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-weight: 200;
    font-size: 120px;
    /*line-height: 180px;*/
    line-height: 75px;
    text-align: center;
    color: #101010;
    border-radius: 10px;
    margin: 0px 0px 0px 0;
    padding: 30px 14px 20px 14px;
/*    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    border: 2px solid #fff;*/
    background: none;
    border-radius: 0px;
    border: 0px solid #fff;
    overflow: hidden;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.countdown .label {
    text-transform: uppercase;
    display: block;
    position: static;
    font-weight: 700;
    line-height: normal;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: white;
    padding-top: 20px;
    color: #101010;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    /*border-top: 2px solid #ffffff;*/
}
.countdown .item::after {
    content: '';
    display: block;
    height: 1px;
    border-top: 0px solid transparent;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.item-ss {
	/*line-height: 228px !important;*/
	/*line-height: 14px !important;*/
	/*width: 83px;*/
	/*height: 76px;*/
}
.item-ss .label-ss {
	/*display: none;*/
}
.item-ss > .ss-1,
.item-ss > .ss-2 {
	font-size: 40px;
	line-height: 14px;
}

.time-container {
	top: -30px;
	position: relative;
	width: 100%;
	background: rgba(247,144,48,0.9);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

header.masthead {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 100px;
}
.logo-grandsale {
	margin-top: 120px;
	position: relative;
	z-index: 1;
}
.text-header {
	margin-top: 110px;
    line-height:90px !important;
}
/*.text-playmall {
	border-bottom: 2px solid white;
}*/
.text-playmall > h2 {
	font-size: 120px !important;
    font-family:'SFUSalzburgMedium';
	/*font-weight: 600;*/
	margin-bottom: 0;
	margin-top: 4px;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
     line-height:90px !important;
}
.text-playmall > h3 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 0;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.text-playmall-underline {
	margin: 15px auto 0px auto;
	width: 380px;
	height: 2px;
	background: white;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.special-price h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 5px;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.special-price h1 {
	font-size: 200px;
	font-weight: 500;
	color: #fff001;
	margin-top: -40px;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.text-left-time {
	/*padding-right: 30px;
	*border-right: 2px solid #101010;*/
	text-align: center;
    font-family:'SFURhythmRegular';
    padding-bottom:10px;
}
.text-left-time h1, .text-left-time h2, .text-left-time h3 {
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.text-left-time h2 {
	margin-top: 25px;
	font-weight: 500;
	font-size: 38px;
	margin-bottom: 0;
}
.text-left-time h1 {
	font-size: 60px;
	margin-bottom: 0;
	margin-top: 0px;
}
.text-left-time h3 {
	font-size: 28px;
	font-weight: 500;
	color: #101010;
	margin-bottom: 0;
	margin-top: -3px;
}
.btn-xl {
	width: 290px;
    font-size: 22px;
    padding: 15px 45px;
    /*margin-bottom: 100px;*/
    margin-top: 70px;
    /*display: block;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-outline {
    color: white;
    border: 2px solid;
    border-color: white;
}
.text-event {
	width: 100%;
	margin: 0 auto;
}
.text-event h1 {
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 600;
	font-size: 60px;
	color: white;
	text-align: center;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
section.download {
    position: relative;
    padding: 120px 0;
}
.download h3 {
	font-weight: 200;
	font-size: 36px;
	color: #212529;	
    margin-bottom: 78px;
}
.download h1 {
	font-size: 90px;
	font-weight: 200;
	color: #212529;
	margin-bottom: -5px;
}
.download h1 > span {
	font-weight: 500;
	color: #ed3841;
}
.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #dc0000 !important;
}
.img-thumbnail {
    padding: .25rem;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.owl-item img {
    margin: auto;
    box-shadow: none;
}
.features h1 {
	font-size: 90px;
	font-weight: 200;
	color: #212529;
	/*margin-bottom: 78px;*/
}
.features h3 {
	font-weight: 200;
	font-size: 36px;
	color: #212529;
	margin-bottom: -5px;
}
.game-border {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	height: 10px;
	background: #f8f8f8;
}
.features {
	padding-bottom: 120px;
}
.playMall-btn {
    font-size: 22px;
    padding: 15px 45px;

}
section.cta .cta-content h2 {
    font-size: 64px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}
section.cta {
	padding-top: 200px;
	padding-bottom: 200px;
}
.img-responsive {
	width: 100%;
}


@media (max-width: 1200px) {
	.logo-grandsale {
    	margin-top: 140px;
	}
	.time-container {
		top: 0;
	}
	.countdown .item {
		font-size: 80px;
	}
	.text-left-time {
	    padding-right: 30px;
	    border-right: 2px solid #101010;
	    text-align: right;
	    padding-bottom: 14px;
	    padding-top: 0px;
	}
	.text-left-time h2 {
	    margin-top: 17px;
	    font-weight: 500;
	    font-size: 28px;
	    margin-bottom: 0px;
	    padding-top: 5px;
	}
	.text-left-time h1 {
	    font-size: 40px;
	    font-weight: 600;
	    margin-bottom: 0;
	    margin-top: 0px;
	}
	.text-left-time h3 {
	    font-size: 20px;
	    font-weight: 500;
	    color: #101010;
	    margin-bottom: 0;
	    margin-top: 10px;
	}
}

@media (max-width: 991px) { 
	.countdown .item {
		font-size: 60px;
	}
	.text-playmall-underline {
	    margin: 15px auto 0px auto;
	    width: 100%;
	    height: 2px;
	    background: white;
	    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
	}
	.text-playmall > h2 {
    	font-size: 30px !important;
	}
	.special-price h3 {
    	font-size: 38px;
	}
	.special-price h1 {
    	font-size: 150px;
    	font-weight: 600;
	}
	.text-header {
	    margin-top: 220px;
	}
	.text-left-time h1 {
    	font-size: 32px;
    	font-weight: 500;
	}
	.grid-sizer, .grid-item {
	    /* width: 33.333%; */
	    /*width: 33.3333%;*/
	}
	.text-event h1 {
		padding-top: 50px;
		padding-bottom: 50px;
		font-weight: 600;
		font-size: 40px;
		color: white;
		text-align: center;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 768px) {
	.img-responsive {
	    width: 80%;
	}
	.text-header {
	    margin-top: 40px;
	}
	.text-playmall-underline {
	    margin: 25px auto 16px auto;
	    width: 80%;
	}
	.special-price h1 {
	    margin-bottom: 30px;
	}
	.text-left-time {
	    padding-right: 0px;
	    border-right: 0px solid #101010;
	    text-align: center;
	    padding-bottom: 14px;
	    padding-top: 0px;
	}
	.text-left-time h2 {
	    font-size: 32px;
	}
	.text-left-time h1 {
	    font-size: 42px;
	}
	.text-left-time h3 {
	    font-size: 24px;
	    margin-bottom: -40px;
	}
	.countdown {
		margin-left: 0;
		text-align: center;
	}
	.countdown .item {
		padding-bottom: 30px;
	}
	.countdown .label {
		padding-top: 0;
	}
	.grid-sizer, .grid-item {
	    width: 50%;
	}
	section.cta .cta-content h2 {
		font-size: 40px;
	}
	.playMall-btn {
		font-size: 16px;
		padding: 15px 25px;
	}
	.text-event h1 {
		padding-top: 50px;
		padding-bottom: 50px;
		font-weight: 600;
		font-size: 30px;
		color: white;
		text-align: center;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	}
}

@media (max-width: 400px) {
	.countdown .item {
		font-size: 30px;
	}
	.special-price h1 {
		margin-top: 0px;
	    font-size: 80px;
	    font-weight: 600;
	}
	.download h1, .features h1 {
    	font-size: 60px;
	}
	.download h3, .features h3 {
		font-size: 26px;
	}
	.playMall-btn {
		font-size: 12px;
		padding: 15px 15px;
	}
	.text-event h1 {
		padding-top: 50px;
		padding-bottom: 50px;
		font-weight: 600;
		font-size: 24px;
		color: white;
		text-align: center;
		text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	}
}
@media (max-width: 360px) {
	.countdown .item {
		font-size: 18px;
	}
	.item-ss > .ss-1,
	.item-ss > .ss-2 {
		font-size: 18px;
		line-height: 14px;
	}
	.countdown .label {
		font-size: 10px;
	}
}