* { margin: 0; padding: 0; outline: 0; }

body, html { height: auto;background: url(images/header-i.png) repeat 0 0; }
body, html { height: auto;background: #b3dce6 repeat 0 0; }
body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 980px;
  
}

/*font-family: 'Ubuntu', sans-serif;*/

a { color: #fff; text-decoration: none; cursor: pointer; font-size: 16px;}
a:hover { text-decoration: none; }
/* a img { border: 0; height: 40px;width: 120px;} */
a.view { background: url(images/bullet.png) no-repeat 0 10px; padding-left: 8px; font-size: 10px; float: right;  }

.zoom {
		height:auto;
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.zoom:hover {
		transition: all 0.3s;
		-o-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		
	}
.play { height: 40px;width: 120px; margin-bottom: 20px;}
.play:hover { box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }


article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell  { width: 1010px; margin: 0 auto; }
.request  { width: 1010px; margin: 0 auto;}
.wrapper, .wrapper2 { 
  
  display: -ms-grid;
  -ms-grid-columns: 125px 10px 125px 10px 125px 10px 125px 10px 125px 10px 125px; 
  
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, 125px);
  /* background-color: #transparent;   */
  color: #444; 

}
  
.box {
  background-color: #69B8D6;   
  border-radius: 5px;
  padding: 15px; 

}
.a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span:1 ; 
  grid-column: 1;
  grid-row: 1;
  /* grid-column-span:1 */
}
.b {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span:1 ; 
  grid-column: 2;
  grid-row: 1;
  /* grid-column-span:1 */
}
.c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span:1 ; 
  grid-column: 3;
  grid-row: 1;
  /* grid-column-span:1 */
}
.d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span:1 ; 
  grid-column: 4;
  grid-row: 1;
  /* grid-column-span:1 */
}
.e {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span:1 ; 
  grid-column: 5;
  grid-row: 1;
  /* grid-column-span:1 */
}
.f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span:1 ; 
  grid-column: 6;
  grid-row: 1;
  /* grid-column-span:1  */
}

.remark{width:95px;height:95px;margin-right: 22px;margin-bottom: 30px;}
.box:hover { box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
div.box img { width: 100%; height: auto;}

/* LOGIN & REGISTER FORM */

.login{
	width: 280px;
	min-height: 260px; 
	margin: 80px auto;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0, .4); 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}




/* .forgot{
    display:block;
    text-align:left;
    font-size:12px;
    color:#1e90ff;
    margin:6px 0px 0px 20px;
    text-decoration:none;
} */

/* .forgot:hover{
    text-decoration:underline;
} */

/* .signup-link{
    display:block;
    margin-top:12px;
    font-size:12px;
    color:#1e90ff;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
} */

/* .signup-link:hover{
    text-decoration:underline;
} */


.text-field {																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 230px;
	height: 40px;
	border-radius: 3px;
	margin-top: 10px;
	padding-left: 10px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
}
.input-text {																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 430px;
	height: 40px;
	border-radius: 3px;
	margin-top: 10px;
	padding-left: 10px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
}

.text-field,.input-text:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0, .3);
	color: #4e4e4e;
	background: white;
}

.button-text {																				/* Submit button */
	border-radius: 3px;
	border: 1px solid #336895;
	box-shadow: inset 0 1px 0 #8dc2f0;
	width: 160px;
	height: 40px;
	margin-top: 20px;
	
	background: linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -o-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -moz-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -webkit-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -ms-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	font-size: 13px;
}

.button {																				/* Submit button */
	border-radius: 3px;
	border: 1px solid #336895;
	box-shadow: inset 0 1px 0 #8dc2f0;
	width: 240px;
	height: 40px;
	margin-top: 20px;
	
	background: linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -o-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -moz-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -webkit-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -ms-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	font-size: 13px;
}

.button,.button-text:hover {
	background: linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -o-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -moz-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -webkit-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -ms-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
}

.button,.button-text:active {
	background: linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -o-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -moz-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -webkit-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -ms-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	
	box-shadow: inset 0 0 2px rgba(0,0,0, .3), 0 1px 0 white;
}

.top-nav.desktop ul { display: block !important; }
.top-nav .shell { position: relative; }
.top-nav { background: #b6dde7;
height: 60px;
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 1030;
}

.top-nav ul {
	list-style: none;
	list-style-position: outside;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 58px;
	font-weight: 700;
}
.top-nav ul li { float: left; padding: 0 0 0 0; border-right: 1px solid #dbeef3;  }
.top-nav ul li.active  { border-right: 0;  }
.top-nav ul li a { color: #239cc5; float: left; padding: 0 34px; text-shadow: rgba(255,255,255,0.8) 0px 1px 0px; }
.top-nav ul li span { float: left; }
.top-nav ul li a:hover,
.top-nav ul li.active a { color: #00719d; text-decoration: none; background: #c8e6ed; }
.top-nav ul li.active a { background: #c8e6ed url(images/active-nav-border.png) no-repeat right 0; }
.top-nav ul li.active span { background: url(images/active-nav-border.png) no-repeat 0 0; padding-left: 2px; }
.top-nav span.top-nav-shadow { background: url(images/top-nav-shadow.png) no-repeat 0 0; width: 959px; height: 7px; position: absolute; top: 59px; left: 50%; margin-left: -480px; z-index: 99999;  }
.top-nav a.nav-btn { display: none; }

.header-top { background: url(images/header-t.png) repeat-x 0 0; width: 100%; height: 72px; position: absolute; top: 0; left: 0; right: 0; }
.header-bottom { background: url(images/header-b.png) repeat-x 0 0; width: 100%; height: 72px; position: absolute; bottom: 0; left: 0; right: 0; }
.header-center { background: url(images/header-i.png) repeat 0 0; width: 100%; position: relative; }
.header-inner { z-index: 99; position: relative; background: url(images/header-cnt.png) repeat-y center 0; margin-bottom: 10px;margin-top: 60px;  }

.header-cnt #logo { width: 300px; font-size: 0; line-height: 0;  }
.header-cnt #logo a {
	height: 300px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -4000px;
	display: block;
}
.header-cnt {
	width: 500px;	
	padding-top: 40px;
}
.header-cnt h2 { font-size: 74px; line-height: 83px; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px;  font-weight: bolder; } 
.header-cnt h3 { font-size: 40px; padding-bottom: 8px; line-height: 50px; font-weight: normal;  color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; font-family: tahoma, arial, helvetica, serif;  } 
.header-cnt p { color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 2px; padding-bottom: 10px; }
.header-cnt a.blue-btn { background: url(images/blue-btn.png) no-repeat 0 -75px; position: relative; bottom: -30px; z-index: 100; width: 198px; height: 70px; text-align: center; line-height: 56px; display: block; color: #fff; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-size: 16px; font-family: 'Ubuntu', sans-serif; font-weight: 700;   }
.header-cnt a.blue-btn:hover  { text-decoration: none; background-position: 0 0px; }
.header-cnt a.playstore { position: relative;display: block;top: 0px; bottom: -10px;width: 198px;height: 0px;text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;}

.slider-holder {
	width: 350px;
	height: 250px;
	background: url(images/slider.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 1000;
	padding: 35px 38px;
}
.slider-holder .flexslider { width: 350px; height: 250px; position: relative; }
.slider-holder .flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.slider-holder .flexslider ul.slides li { width: 350px; height: 250px; float: left; }
.slider-holder .flexslider ul.slides li img { width: 350px; height: 250px; }

.slider-holder-home {
	width: 350px;
	height: 250px;
	background: url(images/slider.png) no-repeat 0 0;
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 1000;
	padding: 35px 38px;
}
.slider-holder-home .flexslider { width: 350px; height: 250px; position: relative; }
.slider-holder-home .flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.slider-holder-home .flexslider ul.slides li { width: 350px; height: 250px; float: left; }
.slider-holder-home .flexslider ul.slides li img { width: 350px; height: 250px; }

.main { flex: 1; padding: 100px 0 10px; position: relative; }
.home { padding: 30px 0 100px; }
.main span.shadow-top { background: url(images/main-shadow.png) repeat-x 0 0;  top: 0; left: 0; position: absolute; width: 100%;  height: 42px; z-index: 20; display: block;  }
.main h2 { font-size: 28px; color: #2d2d2d; line-height: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 12px; }
.main h3 { font-size: 20px; color: #2d2d2d; line-height: 22px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 8px; }
.main section { background: url(images/section-shadow.png) no-repeat 0 bottom; padding-top: 40px; padding-bottom: 23px;  }
.main section:last-of-type { background: transparent; }
.main .testimonial { text-align: center; padding-right: 88px; padding-left: 88px; }
.main .testimonial p { padding-bottom: 10px; }
.main .testimonial p strong { font-size: 28px; font-family: georgia, serif; position: relative; top: 10px; left: -5px; }

.service { padding: 30px 0 100px; }
.serv { padding: 20px 0 50px; position: relative; height: 100%; }
.serv span.shadow-top { background: url(images/main-shadow.png) repeat-x 0 0;  top: 0; left: 0; position: absolute; width: 100%;  height: 42px; z-index: 20; display: block;  }

.main .content { width: 500px; float: left; }
.main .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content ul li a { text-decoration: underline; }
.main .content ul li a:hover { text-decoration: none; }
.main .content img.alignleft { margin-right: 22px; }
.main .content .cnt { overflow: hidden; height: 100%; }

.main .content2 { width: 500px; float: left; }
.main .content2 ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content2 ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content2 ul li a { text-decoration: underline; }
.main .content2 ul li a:hover { text-decoration: none; }
.main .content2 img.alignleft { margin-right: 22px; }
.main .content2 .cnt { overflow: hidden; height: 100%; }

.main .content-contact { width: 500px; float: left; }
.main .content-contact ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content-contact ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content-contact ul li a { text-decoration: underline; }
.main .content-contact ul li a:hover { text-decoration: none; }
.main .content-contact img.alignleft { margin-right: 22px; }
.main .content-contact .cnt { overflow: hidden; height: 100%; }

.main .content-search { width: 900px; float: left; }
.main .content-search ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content-search ul li { padding-left: 8px; background: url(images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content-search ul li a { text-decoration: underline; }
.main .content-search ul li a:hover { text-decoration: none; }
.main .content-search img.alignleft { margin-right: 22px; }
.main .content-search .cnt { overflow: hidden; height: 100%; }

.main section.blog { padding-bottom: 60px; }

.main .playstore{padding:15px 0}

.main .sidebar { width: 282px;  float: right; }
.main .sidebar ul { list-style: none; list-style-position: outside; }
.main .sidebar ul li { position: relative; padding-left: 84px; background: url(images/sidebar-list-border.png) no-repeat 0 bottom; padding-bottom: 15px; margin-bottom: -13px; min-height: 72px; }
.main .sidebar ul li .img-holder { position: absolute; top: 6px; left: 0px; width: 66px; height: 48px; padding: 2px; border: 1px solid #d7d7d6; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; }
.main .sidebar ul li img { width: 66px; height: 48px; }
.main .sidebar ul li .mobile { font-style: normal; display: none; }
.main .sidebar ul li a { color: #828282; }
.main .sidebar ul li a:hover { text-decoration: none; color: #666;  }
.main .sidebar ul li p { padding-bottom: 7px; }
.main .sidebar ul li span { font-size: 10px; color: #c0c0c0; display: block; }
.main .sidebar .widget ul li.last { background: transparent; }

.main .cols { padding-bottom: px;  }
.main .cols a.view { margin-right: 16px; position: absolute; bottom: 0; right: 45px; }
.main .cols .col { width: 292px; float: left; background: url(images/col-separator.png) no-repeat right 0; padding-right: 45px; margin-right: 12px; padding-bottom: 16px; position: relative; }
.main .cols .col-cnt { padding-top: 7px; height:  100%; overflow: hidden }
.main .cols .col img.alignleft { margin-right: 7px; }
.main .cols .col.last { width: 280px; padding-right: 0; margin-right: 0; background: transparent; }

.main .content .frame {border:1px solid rgb(238,238,238); padding:10px;  width:1000px; height:auto;}
.main .content .frame .table {width:1000px; border:0px; text-align: center  }
.main .content-menu .frame {border:1px solid rgb(238,238,238); padding:10px;  width:1000px; height:auto;}
.main .content-menu  .frame .table {width:1000px; border:0px; text-align: center  }
.main .content-search .frame {border:1px solid rgb(238,238,238); padding:10px;  width:700px; height:auto;}
.main .content-search .frame .table {width:700px; border:0px; text-align: center  }


html, body { height: 100%; margin: 0; }
#wrapper { min-height: 100vh; display: flex; flex-direction: column; }
#content {
    flex: 1;
}
#footer { 
	/* position:fixed; */
	bottom:0;
	width:100%;
	border-top: 1px solid #fff; 
}
#footer span.shadow-bottom { background: url(images/main-shadow-bottom.png) repeat-x 0 0;  top: -46px; left: 0; position: absolute; width: 100%; height: 46px; z-index: 20; display: block;  }
 
.footer-cols {
	background: url(images/footer-cols.png) repeat-x 0 0;
	padding: 26px 0px;
	height: 180px;
}
#divLogin,
#divSignup,
#divForgot {
    min-height: 450px;
}
.footer-cols .col { float: left; width: 226px; padding-right: 24px; }
.footer-cols .col.last { padding-right: 0; }
.footer-cols h3 { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; font-size: 21px; line-height: 28px; font-family: 'Ubuntu', sans-serif; font-weight: 500; padding-bottom: 12px; }
.footer-cols h3 a { color: #fff; text-shadow: rgba(0,0,0,0.6) 0px 1px 2px; }
.footer-cols h3 a:hover { text-decoration: none; color: #bdbdbd;  }
.footer-cols p { color: #fff; }
.footer-cols p a { color: #fff; }
.footer-cols ul { list-style: none; list-style-position: outside; }
.footer-cols ul li { color: #fff; padding-bottom: 6px; padding-left: 9px; background: url(images/bullet-footer-col.png) no-repeat 0 8px; }
.footer-cols ul li a { color: #fff; }

.footer-bottom { background: #b3dce6; padding: 8px 0; height: auto;}
.footer-bottom .shell { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.footer-nav { float: left; font-size: 11px; line-height: 11px;  }
.footer-nav ul { list-style: none; list-style-position: outside; }
.footer-nav ul li { float: left; padding: 0 10px; background: url(images/footer-nav-border.png) no-repeat 0 0; }
.footer-nav ul li.first { background: transparent; padding-left: 0;  }
.footer-nav ul a { color: #6b848a; }
.footer-bottom p.copy {
	float: none;
	color: #6b848a;
	line-height: 20px;
	text-align: center;
}
.footer-bottom p.copy span  { padding: 0 9px;  }
.footer-bottom p.copy a { text-decoration: underline; }
.footer-bottom p.copy a:hover { text-decoration: none; }

.googleMap{width:450px;height:380px;}

/* #Media Queries
================================================== */



/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { min-width: 768px; }
	.shell { max-width: 768px; }
	
	#header { background: url(images/header-tablet.png) repeat-x 0 0; height: 257px; }
	.header-cnt #logo { width: 277px; font-size: 0; line-height: 0; }
	.header-cnt #logo a { height: 93px; background: url(images/logo-tablet.png) no-repeat 0 0; text-indent: -4000px; display: block;  }

	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { font-size: 14px; }
	.top-nav ul li a { color: #239cc5; float: left; padding: 0 24px; text-shadow: rgba(255,255,255,0.8) 0px 1px 0px; }
	.top-nav ul li.last a { padding-right: 34px; } 

	.header-inner { width: 728px;  padding: 0 20px; }

	.header-cnt { width: 295px; }
	.header-cnt h2 { font-size: 56px; line-height: 60px; }
	.header-cnt h3 { font-size: 30px; line-height: 32px; }
	.header-cnt p .desktop { display: none; }
	.header-cnt p .mobile { display: block; }
	.header-cnt a.blue-btn { bottom: -60px; }
	.slider-holder { width: 382px !important; height: 260px !important; background: url(images/slider-tablet.png) no-repeat 0 0; padding: 30px 35px 0; bottom: -10px; right: 0;  }
	.slider-holder .flexslider { width: 382px; height: 220px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }

	.container { padding: 0 20px; width: 728px; }

	.main section { background: url(images/tablet-section-shadow.png) no-repeat 0 bottom  !important; }
	.main section.blog { padding-bottom: 60px; }
	.main section.blog { background: transparent  !important; padding-bottom: 0;  }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 232px; padding-right: 15px; margin-right: 0; background: transparent;}
	.main .cols .col.last { padding-right: 0; width: 232px }
	.main .cols .col img { float: none; display: block; margin: 0 auto 0 auto !important;  }
	
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; }
	
	.main .sidebar { width: 100%; float: none; display: block; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/tablet-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline;  }
	.main .sidebar a.view { margin-right: 20px;  }

	.footer-cols .shell { padding-left: 20px; padding-right: 20px; width: 728px; }
	.footer-cols .col { width: 166px; padding-right: 20px; }
	.footer-cols .col.last { padding-right: 0; }
	.footer-bottom { height: 48px; line-height: 17px;  }
	.footer-bottom .footer-nav { float: none; display: block; padding-bottom: 16px;  }
	.footer-bottom  p.copy { float: none; display: block; clear: both; }
	.footer-bottom .shell { padding-left: 20px; width: 748px; }
	.main span.shadow-top { display: none; }
	#header { height: auto; }

	.header-inner { padding-bottom: 22px;  }
}

@media only screen and ( max-width: 400px) { 
	body { min-width: 320px;}
	.shell { max-width: 100%; text-align:center; }
	.main { padding: 60px 10px !important; }	
	  
	  .wrapper { 
	  margin-top: 20px;
	  margin-bottom: -50px;	  
	  display: grid;  
	  grid-template-columns: 80px 140px;
	  grid-gap: 25px;	  
	  /* background-color: #transparent;   */
	  color: #444;      
	  }
	  .wrapper2 { 
	  margin-top: 200px;
	  margin-bottom: -50px;	  
	  display: grid;  
	  grid-template-columns: 80px 140px;
	  grid-gap: 25px;	  
	  /* background-color: #transparent;   */
	  color: #444;      
	  }
	.remark{width:130px;height:130px;margin-right: 22px;margin-bottom: 30px;}
	div.box img { width: 100px; height: 100px;}
	.box {
	  background-color: #69B8D6;   
	  border-radius: 5px;
	  padding: 5px;
	  font-size:150%;
	}
	.a {
			grid-column: 2;
			grid-row: 1;
            
		}
	.b {
			grid-column: 2;
			grid-row: 2;
		}
	 .c {
			grid-column: 2;
			grid-row: 3;
		}
	.d {
			grid-column: 2;
			grid-row: 4;
		}
	.e {
			grid-column: 2;
			grid-row: 5;
		}
	.f {
			grid-column: 2;
			grid-row: 6;
		}

	.login{
	width: 280px;
	height: 260px;
	margin: 80px auto;
	background: white;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0, .4); 
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}

 .text-field {																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 230px;
	height: 40px;
	border-radius: 3px;
	margin-top: 10px;
	padding-left: 10px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
}

.input-text {																			/* Input fields; Username, Password etc. */
	border: 1px solid #a6a6a6;
	width: 330px;
	height: 40px;
	border-radius: 3px;
	margin-top: 10px;
	padding-left: 10px;
	color: #6c6c6c;
	background: #fcfcfc;
	outline: none;
}

.text-field,.input-text:focus {
	box-shadow: inset 0 0 2px rgba(0,0,0, .3);
	color: #a6a6a6;
	background: white;
}
.main .content-menu.text-field {width: 350px}
.main .content-menu .input-text {width: 350px}



.button-text {																				/* Submit button */
	border-radius: 3px;
	border: 1px solid #336895;
	box-shadow: inset 0 1px 0 #8dc2f0;
	width: 160px;
	height: 40px;
	margin-top: 20px;
	
	background: linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -o-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -moz-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -webkit-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -ms-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	font-size: 13px;
}

.button {																				/* Submit button */
	border-radius: 3px;
	border: 1px solid #336895;
	box-shadow: inset 0 1px 0 #8dc2f0;
	width: 240px;
	height: 40px;
	margin-top: 20px;
	
	background: linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -o-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -moz-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -webkit-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	background: -ms-linear-gradient(bottom, #4889C2 0%, #5BA7E9 100%);
	
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 #336895;
	
	font-size: 13px;
}

.button,.button-text:hover {
	background: linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -o-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -moz-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -webkit-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
	background: -ms-linear-gradient(bottom, #5c96c9 0%, #6bafea 100%);
}

.button,.button-text:active {
	background: linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -o-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -moz-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -webkit-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	background: -ms-linear-gradient(bottom, #5BA7E9 0%, #4889C2 100%);
	
	box-shadow: inset 0 0 2px rgba(0,0,0, .3), 0 1px 0 white;
}

	
	a { color: #fff; text-decoration: none; cursor: pointer; font-size: 14px;}
	a:hover { text-decoration: none; }
	#footer{position: relative;}
	#footer-push { height: 0px; }
	a.view { background: url(images/bullet.png) no-repeat 0 8px; padding-left: 8px; font-size: 10px; float: right;  }
	#header { background: url(images/header-@2x.png) repeat-x 0 0;   width: 100%; }

	.header-cnt #logo { width: 280px; font-size: 0; line-height: 0; margin-bottom: 8px; }
	.header-cnt #logo a { height: 94px; background: url(images/logo-@2x.png) no-repeat 0 0; text-indent: -4000px; display: block;  }
	
	.top-nav { position: fixed; z-index: 1001; background: #fcfcff; height: 48px; margin: 7px; border: 1px solid #9ad0e2; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { display: none;  font-size: 14px; position: absolute; width: 100%; top: 46px; left: -1px; line-height: 24px; padding: 0 0px 0px 0px; background: #fcfcff; border: 1px solid #9ad0e2; border-top: 0; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; }
	.top-nav ul li.active a { display: block; float: none; background: none; }
	.top-nav ul li.active span { display: block; float: none; background: none; }
	.top-nav ul li { display: block; float: none;  padding: 15px 20px 15px 20px;  background: url(images/tablet-section-shadow.png) no-repeat center top; }
	.top-nav ul li a { display: block; float: none; padding: 0 0 0 0; }
	.top-nav ul li span { float: none; }
	.top-nav ul li a:hover { display: block; float: none; background: none; }
	.top-nav ul li.last a { float: none; display: block;  padding-right: 0; } 
	.top-nav ul li.last {  padding-bottom: 10px }
	.top-nav a.nav-btn { width: 100%;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  height: 48px; display: block; color: #239CC5; font-size: 14px; line-height: 48px;  text-shadow: 0 1px 0 rgba(255, 255, 255,0.8); font-family: 'Ubuntu',sans-serif; font-weight: 700; padding-left: 20px;  }  
	.top-nav a.nav-btn:hover { text-decoration: none; }
	.top-nav a.nav-btn span { background: url(images/nav-arr@2x.png) no-repeat center 20px; width: 40px; height: 48px; display: block; position: absolute; top: 0px; right: 0; z-index: 2000;}
	.top-nav a.nav-btn span.active { background: url(images/nav-arr-active.png) no-repeat center 20px; }
	.top-nav ul li.first  { display: none; }

	.header-inner { width: 100%; padding: 0 10px; background: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.header-cnt { width: 100%;  padding-top: 20px;  }
	.header-cnt a.blue-btn { bottom: -290px; position: absolute; left: 50% !important; margin-left: -97px; }
	.header-cnt a.blue-btn:hover { background-position: 0 0; text-decoration: none; color: #dbdbdb;  }
	.header-cnt h2 { font-size: 56px; line-height: 60px; }
	.header-cnt h3 { font-size: 30px; line-height: 32px; }
	.header-cnt p .desktop { display: inline; }
	.header-cnt p .mobile { display: none; }
	.header-cnt a.playstore { position: absolute;display: block;margin-top: 300px; margin-left:120px;}
	
	.service {padding: 20px 80px !important;margin-top: 0;}
	
	.slider-holder { width: 280px !important; height: 163px  !important; background: url(images/slider-mobile.png) no-repeat 0 0; padding: 20px; margin-top: 300px; left: 50%; margin-left: -160px; }
	.slider-holder .flexslider { width: 280px; height: 163px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }
	
	.slider-holder-home { width: 280px !important; height: 163px  !important; background: url(images/slider-mobile.png) no-repeat 0 0; padding: 20px; margin-top: 300px; left: 50%; margin-left: -160px; }
	.slider-holder-home .flexslider { width: 280px; height: 163px; }
	.slider-holder-home .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder-home .flexslider ul.slides li img { width: 100%; height: 100%; }
	
	.container { padding: 20px 0px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
    .home { padding: 30px 0 100px; }
	.main .testimonial { padding-left: 0; padding-right: 0; }
	.main span.shadow-top { top: 0px; left: 0; }
	/* .main section { background: url(images/mobile-section-shadow.png) no-repeat center bottom  !important; } */
	/* .main section {} */
	.main section.blog { background: transparent  !important; padding-bottom: 0; }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 100%; padding-right: 0px; margin-right: 0; padding-bottom: 20px; background: url(images/mobile-section-shadow.png) no-repeat center bottom;}
	.main .cols .col a.view { bottom:  20px; right:  10px; }
	.main .cols .col.last { width: 100%; padding-right: 0px; }
	.main .cols .col img { float: left;  }
	
	.main .playstore {padding: 10px;margin-top: 200px;}
	
	.main .content-home { width: 100%; float: none; display: block; text-align: left;}
	.main .content-home img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content-home p { font-size: 11px; line-height: 18px; }
	.main .content-home ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content-home ul li { background-position: 0 7px !important; display: block; }
	.main .content-home .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content-home .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content-home .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content-home .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
	.main .content { width: 100%; float: none; display: block; margin-top: 200px; text-align: left;}
	.main .content img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content p { font-size: 11px; line-height: 18px; }
	.main .content ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content ul li { background-position: 0 7px !important; display: block; }
	.main .content .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
	.main .content2 { width: 100%; float: none; display: block;margin-top: -150px; }
	.main .content2 img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content2 p { font-size: 11px; line-height: 18px; }
	.main .content2 ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content2 ul li { background-position: 0 7px !important; display: block; }
    .main .content2 .text-field {width: 300px}
	.main .content2 .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content2 .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content2 .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content2 .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
	.main .content-search { width: 100%; float: none; display: block; margin-top: 20px; text-align: left;}
	.main .content-search img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content-search p { font-size: 11px; line-height: 18px; }
	.main .content-search ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content-search ul li { background-position: 0 7px !important; display: block; }
	.main .content-search .frame {border:1px solid white; padding:10px;  width:320px; height:100px;}
	.main .content-search .frame .table {max-width: 100%;margin-bottom: 20px;}
	.main .content-search .frame .table .table-bordered {border: 1px solid white;}
	.main .content-search .frame .table-responsive {max-height: 550px; width:310px; overflow: auto;}/*Used for Chrome Mobile*/
	
	.main .content-contact { width: 100%; float: none; display: block; margin-top: 20px; text-align: left;}
	.main .content-contact img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content-contact p { font-size: 11px; line-height: 18px; }
	.main .content-contact ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content-contact ul li { background-position: 0 7px !important; display: block; }
	.main .content-contact .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content-contact .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content-contact .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content-contact .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
	.main .sidebar { width: 100%;float: left;display: block;padding-right: 0;margin-top: 10px; }	
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/mobile-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; position: relative;padding-left: 0px;}
	.main .sidebar ul li .mobile { display: inline; }
	.main .sidebar a.view { margin-right: 20px; }	

	
	.footer-cols .shell { padding-left: 20px; padding-right: 20px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.footer-cols .col { width: 100%; display: block; padding-right: 0;  }
	.footer-cols .col ul li { padding-right: 0; }
	.footer-cols .col .col-cnt { display: none; }
	.footer-cols .col.last { padding-right: 0; }
	.footer-bottom { height: 48px; line-height: 17px; }
	.footer-bottom .footer-nav { float: none; display: block; text-align: center;  padding-bottom: 16px; font-size: 10px;  }
	.footer-bottom .footer-nav ul li { padding: 0 2px 0 4px; float: none; display: inline; background-position: 0 2px;  }
	.footer-bottom  p.copy { float: none; display: block; text-align: center;  clear: both; font-size: 10px;  }
	.footer-bottom .shell { width: 100%; } 
    .googleMap{width:340px;height:380px;float: left;display: inline;}
    
	.header-inner { height: auto;  margin-bottom: 0; padding-bottom: 22px; }
	#header { height: auto; }
	#footer { height: 0px auto;}
	#footer-efaktur { height:0px;}
	#footer-member { height: 25px;}
	#footer-home { height: 8px;}
	#footer-contact { height: 5px;}
	#footer-search { height: 465px;}
	#footer-upload { height: 250px;}
	#footer-service { height: 100px; }
	
}

@media only screen and ( min-width: 401px) and ( max-width: 767px) { 
	body { min-width: 320px;}
	.shell { max-width: 100%; text-align:center; }
	.main { padding: 60px 10px !important; margin-top: 0; }
	div.box img { width: 100px; height: 100px;}
	
	.wrapper { 
	  margin-top: 250px;
	  margin-bottom: -100px;	  
	  display: grid;  
	  grid-template-columns: 100px;
	  grid-gap: 25px;	  
	  /* background-color: #transparent;   */
	  color: #444;      
	  }
	
	.box {
	  background-color: #69B8D6;   
	  border-radius: 5px;
	  padding: 5px;
	  font-size:150%;
	}
	.a {
			grid-column: 1 / 3;
			grid-row: 1;
            
		}
	.b {
			grid-column: 1 / 3;
			grid-row: 2;
		}
	 .c {
			grid-column: 1 / 3;
			grid-row: 3;
		}
	.d {
			grid-column: 1 / 3;
			grid-row: 4;
		}
	.e {
			grid-column: 1 / 3;
			grid-row: 5;
		}
	.f {
			grid-column: 1 / 3;
			grid-row: 6;
		}
	div.box .desc{ position:relative;color:#fff; font-size: 18px;top:-20px;left:40px; }
	div.box .desc2{ position:relative;color:#fff; font-size: 18px;top:-20px;left:40px; }
	div.box .rem{ position:relative;color:#fff; font-size: 18px;top:-30px;text-align:center; }	
	a:hover { text-decoration: none; }
	#footer{position: relative;}
	#footer-push { height: 0px; }
	a.view { background: url(images/bullet.png) no-repeat 0 8px; padding-left: 8px; font-size: 10px; float: right;  }
	#header { background: url(images/header-@2x.png) repeat-x 0 0;   width: 100%; }

	.header-cnt #logo { width: 280px; font-size: 0; line-height: 0; margin-bottom: 8px; }
	.header-cnt #logo a { height: 94px; background: url(images/logo-@2x.png) no-repeat 0 0; text-indent: -4000px; display: block;  }
	
	.top-nav { position: fixed; z-index: 1001; background: #fcfcff; height: 48px; margin: 7px; border: 1px solid #9ad0e2; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { display: none;  font-size: 14px; position: absolute; width: 100%; top: 46px; left: -1px; line-height: 24px; padding: 0 0px 0px 0px; background: #fcfcff; border: 1px solid #9ad0e2; border-top: 0; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; }
	.top-nav ul li.active a { display: block; float: none; background: none; }
	.top-nav ul li.active span { display: block; float: none; background: none; }
	.top-nav ul li { display: block; float: none;  padding: 15px 20px 15px 20px;  background: url(images/tablet-section-shadow.png) no-repeat center top; }
	.top-nav ul li a { display: block; float: none; padding: 0 0 0 0; }
	.top-nav ul li span { float: none; }
	.top-nav ul li a:hover { display: block; float: none; background: none; }
	.top-nav ul li.last a { float: none; display: block;  padding-right: 0; } 
	.top-nav ul li.last {  padding-bottom: 10px }
	.top-nav a.nav-btn { width: 100%;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  height: 48px; display: block; color: #239CC5; font-size: 14px; line-height: 48px;  text-shadow: 0 1px 0 rgba(255, 255, 255,0.8); font-family: 'Ubuntu',sans-serif; font-weight: 700; padding-left: 20px;  }  
	.top-nav a.nav-btn:hover { text-decoration: none; }
	.top-nav a.nav-btn span { background: url(images/nav-arr@2x.png) no-repeat center 20px; width: 40px; height: 48px; display: block; position: absolute; top: 0px; right: 0; z-index: 2000;}
	.top-nav a.nav-btn span.active { background: url(images/nav-arr-active.png) no-repeat center 20px; }
	.top-nav ul li.first  { display: none; }

	.header-inner { width: 100%; padding: 0 10px; background: transparent; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.header-cnt { width: 100%;  padding-top: 20px;  }
	.header-cnt a.blue-btn { bottom: -290px; position: absolute; left: 50% !important; margin-left: -97px; }
	.header-cnt a.blue-btn:hover { background-position: 0 0; text-decoration: none; color: #dbdbdb;  }
	.header-cnt h2 { font-size: 56px; line-height: 60px; }
	.header-cnt h3 { font-size: 30px; line-height: 32px; }
	.header-cnt p .desktop { display: inline; }
	.header-cnt p .mobile { display: none; }
	.header-cnt a.playstore { position: absolute;display: block;margin-top: 300px; margin-left:120px;}
	.main .playstore {padding: 10px;}
	
	.slider-holder { width: 280px !important; height: 163px  !important; background: url(images/slider-mobile.png) no-repeat 0 0; padding: 20px; top: 300px; left: 50%; margin-left: -160px; }
	.slider-holder .flexslider { width: 280px; height: 163px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }
	.container { padding: 20px 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

	.main .testimonial { padding-left: 0; padding-right: 0; }
	.main span.shadow-top { top: 0px; left: 0; }
	/* .main section { background: url(images/mobile-section-shadow.png) no-repeat center bottom  !important; } */
	/* .main section {} */
	.main section.blog { background: transparent  !important; padding-bottom: 0; }
	.main .cols { background: transparent  !important; padding-bottom: 0; }
	.main .cols .col { width: 100%; padding-right: 0px; margin-right: 0; padding-bottom: 20px; background: url(images/mobile-section-shadow.png) no-repeat center bottom;}
	.main .cols .col a.view { bottom:  20px; right:  10px; }
	.main .cols .col.last { width: 100%; padding-right: 0px; }
	.main .cols .col img { float: left;  }
	
	.main .content { width: 100%; float: none; display: block; padding-bottom: 40px; text-align: left;}
	.main .content img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content p { font-size: 11px; line-height: 18px; }
	.main .content ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content ul li { background-position: 0 7px !important; display: block; }
    .main .content .text-field {width: 300px}
	.main .content .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
    .main .content-menu { width: 100%; float: none; display: block; margin-top: 50px; text-align: left;}
	.main .content-menu img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content-menu p { font-size: 11px; line-height: 18px; }
	.main .content-menu ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content-menu ul li { background-position: 0 7px !important; display: block; }
	.main .content-menu .frame {border:1px solid rgb(238,238,238); padding:10px;  width:320px; height:200px;}
	.main .content-menu .frame .table {width: 100%;max-width: 100%;margin-bottom: 20px;}
	.main .content-menu .frame .table .table-bordered {border: 1px solid #ddd;}
	.main .content-menu .frame .table-responsive {min-height: .01%; overflow-x: auto;}
	
	.main .sidebar { width: 100%; float: none; display: block; text-align: left; }
	.main .sidebar ul li { margin: 0 0 0 0; background: url(images/mobile-section-shadow.png) no-repeat center bottom; display: block; min-height: 70px; }
	.main .sidebar ul li .mobile { display: inline; }
	.main .sidebar a.view { margin-right: 20px; }	
	
	.footer-cols .shell { padding-left: 20px; padding-right: 20px; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.footer-cols .col { width: 100%; display: block; padding-right: 0;  }
	.footer-cols .col ul li { padding-right: 0; }
	.footer-cols .col .col-cnt { display: none; }
	.footer-cols .col.last { padding-right: 0; }
	.footer-bottom { height: 48px; line-height: 17px; }
	.footer-bottom .footer-nav { float: none; display: block; text-align: center;  padding-bottom: 16px; font-size: 10px;  }
	.footer-bottom .footer-nav ul li { padding: 0 2px 0 4px; float: none; display: inline; background-position: 0 2px;  }
	.footer-bottom  p.copy { float: none; display: block; text-align: center;  clear: both; font-size: 10px;  }
	.footer-bottom .shell { width: 100%; } 
    .googleMap{width:340px;height:380px;}
    
	.header-inner { height: auto;  margin-bottom: 0; padding-bottom: 22px; }
	#header { height: auto; }
	
}


@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 
	.slider-holder { 
	background: url(images/slider-mobile@2x.png) no-repeat 0 0;   
	-webkit-background-size: 320px 202px; 
	-moz-background-size: 320px 202px; 
	background-size: 320px 202px; 
	}
	
	.main section, 	
	.main .cols .col, 
	.main .sidebar ul li { 
	margin: 0 0 0 0; 
	background: url(images/mobile-section-shadow@2x.png) no-repeat center bottom;  
	-webkit-background-size: 299px 14px; 
	-moz-background-size: 299px 14px; 
	background-size: 299px 14px; 
	}
	
}

.login-overlay{
    position: fixed;
    top:0; left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45);
    display: none;           /* ⬅️ awalnya sembunyi */
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 9999;
	transition: background 0.3s ease;
	padding: 90px 220px 0 0;
}

.login-box{
	
	position: relative;   /* ⬅️ ini kunci supaya close-btn nempel di card */
    width:340px;
    background:#fff;
    border-radius:6px;
    padding:20px 20px 20px 20px;   /* atas–bawah diperbesar */
    box-shadow: 0px 10px 10px 20px rgba(0,0,0,.4);
    text-align:center;
	animation: popup 0.25s ease;
	margin: 10px 370px 0px 0px;   /* ⬅️ ini yang geser ke kiri */
}

.login-box h2{
    font-size:13px;
    letter-spacing:1.5px;
    color:#777;
    margin-bottom:18px;
}

.login-box input{
    width: 90%;                 /* jangan full */
    padding:9px;
    margin: 0 auto 12px auto;   /* center horizontal + jarak bawah */
    display: block;             /* supaya margin auto bekerja */
    border:1px solid #ddd;
    border-radius:4px;
	font-size:13px;
}

.login-box button{
    width:100%;
    padding:10px;
    background:#0095ff;
    color:white;
    border:none;
    border-radius:4px;
    font-weight:bold;
	font-size:13px;
}


@keyframes popup{
    from{
        transform:scale(0.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

@keyframes slideIn{
    from{
        transform: translateX(50px);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

#footer .footer-bottom .shell .copy {
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #6b848a !important;
    line-height: 16px !important;
    margin: 0 !important;
}
