@font-face {
	font-family: 'Aller_Lt';
	src:url('../fonts/Aller_Lt.eot');
	src:url('../fonts/Aller_Lt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Lt.woff') format('woff'),
		url('../fonts/Aller_Lt.ttf') format('truetype'),
		url('../fonts/Aller_Lt.svg#Aller_Lt') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'Aller_Rg';
	src:url('../fonts/Aller_Rg.eot');
	src:url('../fonts/Aller_Rg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Rg.woff') format('woff'),
		url('../fonts/Aller_Rg.ttf') format('truetype'),
		url('../fonts/Aller_Rg.svg#Aller_Rg') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'Aller_Bd';
	src:url('../fonts/Aller_Bd.eot');
	src:url('../fonts/Aller_Bd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Bd.woff') format('woff'),
		url('../fonts/Aller_Bd.ttf') format('truetype'),
		url('../fonts/Aller_Bd.svg#Aller_Bd') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'AllerDisplay';
	src:url('../fonts/AllerDisplay.eot');
	src:url('../fonts/AllerDisplay.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AllerDisplay.woff') format('woff'),
		url('../fonts/AllerDisplay.ttf') format('truetype'),
		url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
	-webkit-font-smoothing:antialiased;
}

/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:900px;
	position:relative;
	margin:0px auto;
	left:0px;
	right:0px;
	z-index:100;
}
.sti-menu li{
	float:left;
	width:270px;
	height:270px;
	margin-right:30px;
	list-style:none;
}

.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#ffffff;
	text-align:center;
	height:270px;
	width:270px;
	position:relative;
	border:solid 5px #f67d24;
	box-shadow:0px 0px 20px #5f5f5f inset;
	-webkit-animation: sharpen 4s linear backwards;
	-moz-animation: sharpen 4s linear backwards;
	-ms-animation: sharpen 4s linear backwards;
	animation: sharpen 4s linear backwards;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
	border-radius:15px;
	list-style:none;
}

.retro{
	background:url(../images/retro.png) center no-repeat;
	height:15px;
	width:100%;
	position:relative;
	top:200px;
}

.sti-menu li a h2{
	color:#302624;
	font-family: 'Aller_Lt',Sans Serif;
	font-size:16px;
	font-weight:600;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	padding:10px;
	width:90%;
	top:170px;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	border-top:dotted 1px #f67d24;
	border-bottom:dotted 1px #f67d24;
}
.sti-menu li a h3{
	font-family: 'Open Sans', sans-serif; 
	font-size:16px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:30%;
	top:50px;
}
.sti-icon-sempana{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:31%;
	top:50px;
}
.sti-icon-das{
	background-image:url(../images/logo-das-black.png);
}
.sti-icon-shop{
	background-image:url(../images/logo-das-orange.png);
}
.sti-icon-sempana{
	background-image:url(../images/logo-kbs.png);
}
.sti-icon-family{
	background-image:url(../images/family.png);
}
.sti-icon-technology{
	background-image:url(../images/technology.png);
}

@import url('reset.css');

/* General Demo Style */
body{
	background: #000;
	color: rgba(255,255,255,0.8);
	font-family: 'Bitter','Myriad Pro', Arial, sans-serif;
	font-size: 15px;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
h1{
	font-size: 40px;
	position:relative;
	font-weight: 400;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    padding: 30px 30px 15px 30px;
	margin: 0px 40px 20px 40px;
    text-align: center;
}
h1 span{

}
.content{
	width: 550px;
	padding: 25px;
	margin: 0 auto;
}
.content p{
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding: 10px;
}

.tagline{
	position:relative;
	clear:both;
	background:url(../images/tagline.png) no-repeat center;
	width:100%;
	height:122px;
	margin:0 auto;
}

/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
p.demos{
    position:relative;
    z-index: 1000;
    text-align:center;
}
p.demos a{
    display: inline-block;
	padding: 2px 4px;
	background: #fff;
	color: #777;
	font-family:'Arial Narrow', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
p.demos a:hover{
    color: #fff;
	background: #555;
}
p.demos a.current-demo,
p.demos a.current-demo:hover{
    font-weight: bold;
	background: #333;
	color: #fff;
}

@font-face {
	font-family: 'Aller_Lt';
	src:url('../fonts/Aller_Lt.eot');
	src:url('../fonts/Aller_Lt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Lt.woff') format('woff'),
		url('../fonts/Aller_Lt.ttf') format('truetype'),
		url('../fonts/Aller_Lt.svg#Aller_Lt') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'Aller_Rg';
	src:url('../fonts/Aller_Rg.eot');
	src:url('../fonts/Aller_Rg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Rg.woff') format('woff'),
		url('../fonts/Aller_Rg.ttf') format('truetype'),
		url('../fonts/Aller_Rg.svg#Aller_Rg') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'Aller_Bd';
	src:url('../fonts/Aller_Bd.eot');
	src:url('../fonts/Aller_Bd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Aller_Bd.woff') format('woff'),
		url('../fonts/Aller_Bd.ttf') format('truetype'),
		url('../fonts/Aller_Bd.svg#Aller_Bd') format('svg');
	-webkit-font-smoothing:antialiased;
}

@font-face {
	font-family: 'AllerDisplay';
	src:url('../fonts/AllerDisplay.eot');
	src:url('../fonts/AllerDisplay.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AllerDisplay.woff') format('woff'),
		url('../fonts/AllerDisplay.ttf') format('truetype'),
		url('../fonts/AllerDisplay.svg#AllerDisplay') format('svg');
	-webkit-font-smoothing:antialiased;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

img {
	max-width:100%;
}

h1 {
	text-align: center;
	font-family: 'Aller_Bd',Sans Serif;
	font-size:28px;
	letter-spacing: 3px;
	text-transform:uppercase;
	margin-top:20px;
}

.bg-besi {
	width:100%;
	height:100%;
	position:fixed;
	bottom:0;
	left:0;
	top:0;
	background:url(../images/bg-besi.jpg) no-repeat center top;
	background-size:cover;
	z-index:-10;
}

.bg-besi2 {
	width:100%;
	height:100%;
	position:fixed;
	bottom:0;
	left:0;
	top:0;
	background:url(../images/bg-besi2.jpg) no-repeat center top;
	background-size:cover;
	z-index:-10;
}

.letter-container {
	margin: 20px;
	padding: 20px;
}
.letter-container h2 {
	text-align: center;
	font-family: 'Aller_Lt',Sans Serif;
	letter-spacing: 3px;
	font-weight:normal;
	
}
.letter-container h2 a {
	text-align: center;
	font-size: 48px;
}
.letter-container h2 a span {
	color: #f67d24;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #f67d24, 1px 1px 4px rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.9s linear backwards;
	-moz-animation: sharpen 0.9s linear backwards;
	-ms-animation: sharpen 0.9s linear backwards;
	animation: sharpen 0.9s linear backwards;
}
.letter-container h2 a span:hover{
	text-shadow: 0px 0px 40px #f67d24;
}
.letter-container h2 a span:nth-child(1) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
.letter-container h2 a span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.letter-container h2 a span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.letter-container h2 a span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.letter-container h2 a span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.letter-container h2 a span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.letter-container h2 a span:nth-child(7) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.letter-container h2 a span:nth-child(8) {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-ms-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.letter-container h2 a span:nth-child(9) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.letter-container h2 a span:nth-child(10) {
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.letter-container h2 a span:nth-child(11) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.letter-container h2 a span:nth-child(12) {
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.letter-container h2 a span:nth-child(13) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.letter-container h2 a span:nth-child(14) {
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.letter-container h2 a span:nth-child(15) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.letter-container h2 a span:nth-child(16) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.letter-container h2 a span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h2 a span:nth-child(17) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.letter-container h2 a span:nth-child(18) {
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	-ms-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.letter-container h2 a span:nth-child(19) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.letter-container h2 a span:nth-child(20) {
	-webkit-animation-delay: 1.9s;
	-moz-animation-delay: 1.9s;
	-ms-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.letter-container h2 a span:nth-child(21) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.letter-container h2 a span:nth-child(22) {
	-webkit-animation-delay: 2.1s;
	-moz-animation-delay: 2.1s;
	-ms-animation-delay: 2.1s;
	animation-delay: 2.1s;
}
.letter-container h2 a span:nth-child(23) {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.letter-container h2 a span:nth-child(24) {
	-webkit-animation-delay: 2.3s;
	-moz-animation-delay: 2.3s;
	-ms-animation-delay: 2.3s;
	animation-delay: 2.3s;
}
.letter-container h2 a span:nth-child(25) {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-ms-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.letter-container h2 a span:nth-child(26) {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.letter-container h2 a span:nth-child(27) {
	-webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-ms-animation-delay: 2.6s;
	animation-delay: 2.6s;
}
.letter-container h2 a span:nth-child(28) {
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	-ms-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.letter-container h2 a span:nth-child(29) {
	-webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	animation-delay: 2.8s;
}
.letter-container h2 a span:nth-child(30) {
	-webkit-animation-delay: 2.9s;
	-moz-animation-delay: 2.9s;
	-ms-animation-delay: 2.9s;
	animation-delay: 2.9s;
}
.letter-container h2 a span:nth-child(31) {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.letter-container h2 a span:nth-child(32) {
	-webkit-animation-delay: 3.1s;
	-moz-animation-delay: 3.1s;
	-ms-animation-delay: 3.1s;
	animation-delay: 3.1s;
}
.letter-container h2 a span:nth-child(33) {
	-webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-ms-animation-delay: 3.2s;
	animation-delay: 3.2s;
}
@keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #c9731c;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #c9731c;
   	color: transparent;
 }
 100% {
    color: #c9731c;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #c9731c, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-moz-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #c9731c;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #c9731c;
   	color: transparent;
 }
 100% {
    color: #c9731c;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #c9731c, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-webkit-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #c9731c;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #c9731c;
   	color: transparent;
 }
 100% {
    color: #c9731c;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #c9731c, 1px 1px 4px rgba(0,0,0,0.7);
 }
}
@-ms-keyframes sharpen {
 0% {
   	opacity: 0;
   	text-shadow: 0px 0px 100px #c9731c;
   	color: transparent;
 }
 90% {
   	opacity: 0.9;
   	text-shadow: 0px 0px 10px #c9731c;
   	color: transparent;
 }
 100% {
    color: #c9731c;
   	opacity: 1;
   	text-shadow: 0px 0px 2px #c9731c, 1px 1px 4px rgba(0,0,0,0.7);
 }
}

@media only screen and (min-width:240px) and (max-width:414px) {

h1 {
	text-align: center;
	font-family: 'Aller_Bd',Sans Serif;
	font-size:10px;
	letter-spacing: 3px;
	text-transform:uppercase;
	margin-top:20px;
}

.letter-container h2 a {
	font-size: 14px;
}

h1{
    padding: 15px 5px;
	margin: 5px;
}

.letter-container {
	margin:5px;
	padding:5px;
}

}

@media only screen and (min-width:533px) and (max-width:800px) {

h1 {
	text-align: center;
	font-family: 'Aller_Bd',Sans Serif;
	font-size:14px;
	letter-spacing: 3px;
	text-transform:uppercase;
	margin-top:20px;
}

.letter-container h2 a {
	font-size: 16px;
}

h1{
    padding: 15px 5px;
	margin: 5px;
}

.letter-container {
	margin:5px;
	padding:5px;
}

}

@media only screen and (min-width:240px) and (max-width:240px) {

.tagline{
	background-size:40%;
	width:100%;
	height:70px
}

.sti-menu{
	width:125px;
	margin:0;
}

.sti-menu li{
	float:left;
	width:100%;
	height:190px;
	margin-right:0px;
	margin-bottom:30px;
}

.sti-menu li a{
	text-align:center;
	height:190px;
	width:100%;
	border:solid 2px #f67d24;
	border-radius:5px;
	list-style:none;
}

.sti-menu li a h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    width: 90%;
    top: 100px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:20%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:20%;
	top:20px;
}

}

@media only screen and (min-width:320px) and (max-width:800px) {

.sti-menu li{
	float:left;
	width:100%;
	height:180px;
	margin-right:0px;
	margin-bottom:30px;
}

.sti-menu li a{
	text-align:center;
	height:180px;
	width:100%;
	border:solid 2px #f67d24;
	border-radius:5px;
	list-style:none;
}

.sti-menu li a h2 {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    width: 90%;
    top: 100px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:33%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:33%;
	top:20px;
}

}

@media only screen and (min-width:320px) and (max-width:320px) {

.sti-menu{
	width:220px;
	margin:0;
}

.tagline{
	background-size:30%;
	width:100%;
	height:90px;
}

}

@media only screen and (min-width:360px) and (max-width:360px) {

.sti-menu{
	width:250px;
	margin:0;
}

.tagline{
	background-size:30%;
	width:100%;
	height:90px;
}

}

@media only screen and (min-width:375px) and (max-width:375px) {

.sti-menu{
	width:260px;
	margin:0;
}

.tagline{
	background-size:30%;
	width:100%;
	height:90px;
}

}

@media only screen and (min-width:414px) and (max-width:414px) {

.sti-menu{
	width:295px;
	margin:0;
}

.tagline{
	background-size:30%;
	width:100%;
	height:90px;
}

}

@media only screen and (min-width:533px) and (max-width:533px) {

.tagline{
	background-size:20%;
	width:100%;
	height:90px;
}

.sti-menu{
	width:310px;
	margin:0 0 0 55px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}

}

@media only screen and (min-width:600px) and (max-width:610px) {

.tagline{
	background-size:20%;
	width:100%;
	height:120px;
}

.sti-menu{
	width:310px;
	margin:0 0 0 90px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}

}

@media only screen and (min-width:768px) and (max-width:768px) {

.tagline{
	background-size:20%;
	width:100%;
	height:120px;
}

.sti-menu{
	width:310px;
	margin:0 0 0 180px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}

}

@media only screen and (min-width:800px) and (max-width:800px) {

.tagline{
	background-size:15%;
	width:100%;
	height:120px;
}

.sti-menu{
	width:310px;
	margin:0 0 0 190px;
}

.sti-icon{
	width:100px;
	height:70px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}
.sti-icon-sempana{
	width:100px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:70%;
	left:38%;
	top:20px;
}


}

