@charset "utf-8";
/* CSS Document */



body {
	background: url(../images/bg-repeat.jpg) center top repeat #fbd80a;
	/*background:#CC9B02;	*/

/*font-family: "futura-pt",sans-serif;*/

	font-family: 'Kanit', sans-serif;
}


a, a:hover, a:active, a:focus {
	border: medium none;
	color: #cccccc;
	outline: 0 none;
	text-decoration: none;
}

.app-name{
margin: 2% 0 2% 0;	
color: #212120;
text-transform: uppercase;	
text-shadow: 0px 1px 1px rgba(250, 250, 250, 1);
}

.video{
	margin: 0 auto 2% auto;
	text-align: center;
	max-width: 800px;
}
.poster {
	margin: 2% auto 2% auto;
	text-align: center;
	max-width: 800px;
}
.poster img {
	border: 1px solid #39362D;
}
.default_button {
	background-color: #3A382C;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 170px;
	line-height: 55px;
	border-radius: 8px;
}
.default_button:visited {
	background-color: #3A382C;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.default_button:hover {
	background-color: #fff;
	color: #000000;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.buttons {
	margin-top: 2%;
	margin-bottom: 2%;
}
.social-icon-grp {
	color: #39362D;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
}
.share_item {
	display: inline-block;
}
.social-icon-grp img {
	height: auto;
	width: 25px;
}
.share-block {
	margin: 0 auto;
	text-align: center;
}
.share-block p {
	text-align: left;
}
.footer {
	margin-top: 2%;
	color: #fff;
	font-size: 9px;
}
.copyright p {
	text-align: right;
	color: #1C1B1A;
}
.headerlogo img {
	display: inline-block;
}
.batmanblink {
	width: 150px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list_horizontal li a {
	color: #39362D;
	text-transform: uppercase;
}
.list_horizontal li a:hover {
	color: #1E1C0F;
	text-decoration: underline;
}
.list_horizontal li:first-child {
	padding-left: 0;
}
.list_horizontal li:first-child {
	border-left: none;
}
.list_horizontal li {
	border-left: 1px solid #868686;
	display: inline;
	padding: 2px 4px 0 6px;
}
.carousel-indicators li {
	background-color: #050505;
	border: 1px solid #050505;
}

.mobile-social{
	display: none;
}
@media only screen and (min-width: 768px) and (max-width:1024px){
	.desktop-social{
		display: none;
	}
	.mobile-social{
	display: block;
}

}
@media only screen and  (min-width: 320px)  and (max-width:768px) {
		.desktop-social{
		display: none;
	}
	.mobile-social{
	display: block;
}

.footer {
	font-size: 9px;
}
.logo {
	width: 50%;
}
.headerlogo {
	display: inline-block;
}
.footer-links {
	text-align: center;
}
.copyright p {
	text-align: center;
}
.apple_store {
	width: 170px;
}
}
