/*
Name: Neue
Version: 1.4
Author: Aether Themes
Author URI: https://www.aetherthemes.com
*/


/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Notifications
	=Anchors
	=Header
	=Hero
	=Overview
	=Static
	=Detail

	=Responsive
*/


/* =Common Styles
-------------------------------------------------------------- */

body { 
	background: #fff;
	color: #555;
	font: normal 15px "Roboto", arial, sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

.small-border {
	display: block;
	width: 150px;
	margin: 0 auto;
	height: 1px;
	background: #ececec;
}

/* ::selection {
	background: #b2daeb;
	color: #fff; 
}

::-moz-selection { 
	background: #b2daeb;
	color: #fff; 
} */

/* =Typography
-------------------------------------------------------------- */
	
p {
	color: #666;
	line-height: 1.8em;
	margin: 0 0 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-style: normal;
	/* font-weight: 100; */
	line-height: 1.17em;
	margin: 0 0 20px;
}

h2 {
	font-size: 2.5em;
}

h1 {
	font-size: 2.5em;
	margin-top: 80px;
}

h3 {
	font-size: 1.4666666666666667em;
	font-weight: 300;
}

h4 {
	font-size: 1em;
	font-weight: 400;	
}

h5 {
	font-size: 1em;
	font-weight: 300;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 300;
}

.sub-heading {
	margin-bottom: 40px;
}



/* =Notifications
-------------------------------------------------------------- */

.notification.columns {
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notification p {
	float: left;
	padding: 0;
	margin: 0;
}

.notification.success { 
	border: 1px solid #b3dc82; 
}

.notification.success p { 
	color: #5f9025; 
}

.notification.error { 
	border: 1px solid #fbc4c4; 
}

.notification.error p { 
	color: #de5959; 
}

.notification .close {
	float: right;
	text-indent: -999em;
	width: 9px;
	height: 9px;
	margin-top: 10px;
}

.notification.success .close { 
	background: url(../images/icons/close-success.png) no-repeat; 
}

.notification.error .close { 
	background: url(../images/icons/close-error.png) no-repeat; 
}

/* =Anchors
-------------------------------------------------------------- */

a {
	color: #3498d9;
	cursor: pointer;
	text-decoration: none;
	-moz-transition:color .2s;
	-o-transition:color .2s;
	-webkit-transition:color .2s;
	transition:color .2s;
}

a:hover { 
	color: #555; 
}

a.button {
	display: inline-block;
	font-size: 1.4666666666666667em;
}

a.button i { 
	display: inline-block; 
	margin-left: 10px; 
	width: 30px; 
	height: 30px; 
	margin-bottom: -8px; 
}

a.button.small {
	font-size: 12px;
	font-weight: 400;
}

a.button.small i { 
	margin-left: 5px; 
	width: 15px; 
	height: 15px; 
	margin-bottom: -4px; 
}

a.button i.go { background: url('/landing/main/img/icon/go.png') no-repeat top center; }
a.button i.go.small { background: url('/landing/main/img/icon/go-small.png') no-repeat top center;}
a.button i.grid { background: url('/landing/main/img/icon/gallery.png') no-repeat top center; }
a.button i.more { background: url('/landing/main/img/icon/more.png') no-repeat top center; }
a.button i.top { background: url('/landing/main/img/icon/top.png') no-repeat top center; }
a.button:hover i, a.button.small:hover i { background-position: bottom; }


/* =Header
-------------------------------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .9);
	min-height: 80px;
	line-height: 80px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

html.ie header { border-bottom: 1px solid #aeaeea; }

nav ul { float: right; }

nav ul li {
	float: left;
	margin-right: 17px;
}

nav ul li:last-of-type { margin-right: 0px; }
nav ul li a { 
	color: #aeaeae; 
font-size: 10pt;
font-weight: 400;
padding: 3px 16px;
}
nav ul li a:hover, nav ul li a.current { 
/*position: relative;*/
font-size: 10pt;
top: 0;
font-weight: 400;
padding: 3px 16px;
text-align: center;
border-radius: 19px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
top: -4px;
/*background-color: #62bdc3;*/
background-color: #AF1F23;
color: #FFFFFF; }

#mobile-nav {
	display: none;
	width: 100%;
	background: #AF1F23;
	/*position: absolute;*/
	position: relative;
	z-index: 999;
	top: 0;
}
	
#mobile-nav .navigationButton img { margin: 15px 0px; }
#mobile-nav .navigationButton img:hover { cursor: pointer; }

#mobile-nav .navigationContent a { display: block; color: #fff; font-weight: bold;padding: 15px 0px;  border-bottom: 1px solid #fff; }
#mobile-nav .navigationContent li:last-child a { border-bottom: 1px solid transparent; }
#mobile-nav .navigationContent a:hover { color: #741416; }


/* =Hero
-------------------------------------------------------------- */
	
.hero { 
	margin-top: 35px;
  	/*margin-top: 75px;*/
	/*background: #f3f3f4 url('../images/hero-hardware.png') no-repeat top center;*/
 	 /* background: #fff url('../images/hero.jpg') no-repeat top center; */
 	/*background-position: 300px 0px;*/
}

.action {
	background: #fff;
	background: -webkit-linear-gradient(top, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 45%);
	background: -moz-linear-gradient(top, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 45%);
	background: linear-gradient(top, rgba(255,255,255,.8) 0%, rgba(255,255,255,1) 45%);
	/*margin-top: 220px;*/
	margin-top: 440px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	border-bottom: 1px solid #ececec;
}

.action li {
	display: inline-block;
	margin-right: 15px;
}

.action li:last-of-type {
	margin-right: 0px;
}


/* =Overview
-------------------------------------------------------------- */

.overview { text-align: center; padding-top: 40px; padding-bottom: 40px; border-bottom: 1px solid #ececec; }
.content-box img { margin-bottom: 20px; }


/* =Static
-------------------------------------------------------------- */

.static { 
	position: relative;
	overflow: hidden;
	padding-top: 140px;
	height: 455px;
	border-bottom: 1px solid #ececec;
}

.sidephone-big, .sidephone-small {
	position: absolute;
	bottom: 0;
	left: 185px;
}

.static-list li {
	float: left;
	margin-right: 15px;
}

.static-list li:last-of-type { margin-right: 0px; }

.static-phone {
	position: absolute;
	bottom: -293px;
	right: 100px;	
}

.static-tablet {
	position: absolute;
	bottom: 0;
	right: 0;
}


/* =Detail
-------------------------------------------------------------- */

.detail { 
	text-align: center; 
	padding: 20px;
	padding-top: 40px; 
	position: relative; 
	min-height: 605px; 
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}

.detail .sub-heading { margin-bottom: 0px; }

html.ie .loupe { display: none; }

.loupe-gallery { position:relative; z-index:200; margin: -28px 0 0 98px;; *margin-left:103px; }
.loupe-gallery .loupe-container,
.loupe-gallery .loupe-container.degraded { display:none; }
.loupe-gallery .loupe-container.active { display:block; }
.loupe-gallery .loupe {
-webkit-transform:translate(900px, 0);
   -moz-transform:translate(900px, 0);
    -ms-transform:translate(900px, 0);
        transform:translate(900px, 0);
}

@-webkit-keyframes touchBobble {
0%   { -webkit-transform:scale(1.04); }
100%  { -webkit-transform:scale(1); }
}

.loupe-container { position:relative; z-index:200; }
.loupe { position:absolute; z-index:150; top:55px; width:265px; height:265px; visibility:hidden; cursor:move; cursor:-webkit-grab; cursor:-moz-grab; cursor:grabbing; }
.loupe.grabbing { cursor:none; *cursor:move; }
.loupe .loupe-image { position:absolute; top:0; left:0; z-index:3; }
.loupe .canvas-fade { position:absolute; display:inline-block; border-radius:100px; top:24px; left:23px; -webkit-transition:opacity 0.4s; -moz-transition:opacity 0.4s; transition:opacity 0.4s; z-index:1; }
.loupe .tooltip { 
	display:none; z-index:2; position:absolute; top:110px; left:50%; margin-left:-84px; width:145px; padding:10px 0 9px; border-radius:25px; color:#fff; text-align:center; opacity:0;
	background:rgb(32,32,32);
	background:rgba(32,32,32,0.7);
	-webkit-transition:opacity 0.6s ease;
	   -moz-transition:opacity 0.7s ease;
	        transition:opacity 0.7s ease;
}
.loupe .canvas { display:inline-block; border-radius:100px; margin:18px 0 0 -18px; *position:relative; *top:18px;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=90,  FinishX=100, StartY=75, FinishY=85), progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=77,  FinishX=87, StartY=10, FinishY=0), progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=10,  FinishX=0, StartY=75, FinishY=85), progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=20,  FinishX=10, StartY=10, FinishY=0)';
	*filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=90,  FinishX=100, StartY=75, FinishY=85)
	progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=77,  FinishX=87, StartY=10, FinishY=0)
	progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=10,  FinishX=0, StartY=75, FinishY=85)
	progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=0, Style=1, StartX=20,  FinishX=10, StartY=10, FinishY=0);
}

.loupe-still { position: absolute; z-index: 100; left: 50%; margin-left: -470px; top: -30px; }


/* =Gallery
-------------------------------------------------------------- */

.gallery {
	text-align: center;
	padding-top: 40px;
	position: relative;
}

.bx-wrapper {
	/* background: url(../images/gallery/hardware.jpg) no-repeat top center; */
	padding-top: 85px;
	border-bottom: 1px solid #ececec;
}

#gallery-pager {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bx-pager-item { display: inline-block; }
.bx-pager-link {
	display: inline-block;
	text-indent: -999em; 
	width: 206px; 
	height: 26px;
	margin: 0 5px;
	background: url(../images/gallery/pager.png) no-repeat top center; 
}

.bx-pager-link.active { background: url(../images/gallery/pager-active.png) no-repeat top center; }
.bx-pager-link:hover { background-position: bottom; }

.bx-next, .bx-prev {
	position: absolute;
	display: block;
	text-indent: -999em;
	top: 55%;
	width: 30px;
	height: 73px;
}

.bx-next {
	right: 0;
	margin-right: -80px;
	/* background: url(../images/gallery/next.png) no-repeat top right; */
}

.bx-prev {
	left: 0;
	margin-left: -80px;
	/* background: url(../images/gallery/prev.png) no-repeat top right; */
}

.bx-prev:hover, .bx-next:hover { background-position: bottom; }


/* =Subscribe
-------------------------------------------------------------- */

.subscribe {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

.subscribe .sub-heading {
	margin-bottom: 20px;
}

.subscribe input.text {
	display: inline-block;
	outline: none;
	-webkit-appearance: none;
	width: 340px;
	padding: 15px 0px 15px 15px;
	background: white;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 12px "Roboto";
	color: #3498d9;
	margin-bottom: 20px;
}

.subscribe input.submit {
	border: none;
	display: inline-block;
	outline: none;
	cursor: pointer;
	background: transparent url(../images/icons/more.png) no-repeat top right;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	text-decoration: none;
	-webkit-appearance: none;
	font: 22px "Roboto";
	font-weight: 300;
	color: #3498d9;
	margin-left: 10px;
	padding-right: 40px;
	-moz-transition:color .2s;
	-o-transition:color .2s;
	-webkit-transition:color .2s;
	transition:color .2s;
}

.subscribe input.text::-ms-clear {
    display: none;
}

.subscribe input.submit:hover {
	color: #555;
	background-position: bottom right;
}

.social-list { padding-top: 20px; }
.social-list li { 
	display: inline-block;
	margin-right: 10px;
}
.social-list li:last-of-type {
	margin-right: 0px;
}

.social-list a {
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-o-transition: all 0.33s;
	-ms-transition: all 0.33s;
	transition: all 0.33s;
}

.social-list a:hover {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 */
    filter: alpha(opacity=40);
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	-o-transition: all 0.33s;
	-ms-transition: all 0.33s;
	transition: all 0.33s;
}


/* =Footer
-------------------------------------------------------------- */
	
footer {
	width: 100%;
	background: #2e3538;
	padding: 9px 0px 2px;
	text-align: center;
}

.footer-action { padding-bottom: 15px; }
.footer-action li { display: inline-block; margin-right: 15px; }
.footer-action li:last-of-type { margin-right: 0px; }

.copyright { font-size: 12px; font-weight: 400; color: #aeaeae; }
.bahasa { font-size: 12px; font-weight: 400; color: #aeaeae; padding:10px;}
.bahasa span{padding: 10px 15px;cursor: pointer;}
.bahasa span img{padding-right: 7px;}

/* =Responsive
-------------------------------------------------------------- */

@media only screen and (min-width: 959px) {
	iframe{margin: -74px 0px 0px -90px;width: 700px;height: 400px;}
	.loupe-gallery { margin-top: 100px; }
	#load_faq{margin-top: 200px;}
}
/* Tablet Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	body { margin: 0; padding: 0!important; }
	.bx-prev, .bx-next { display: none!important; }
	.login-form input[type="submit"] {margin-left: 0px;}
	iframe{margin: -74px 0px 0px -90px;width: 600px;height: 300px;}
	.loupe-gallery { margin-top: 100px; }
	#load_faq{margin-top: 200px;}
}

/* Smaller than 960px */
@media only screen and (max-width: 959px) {
	h1 { margin-top: 0px; font-size: 3em; }
	h2 { font-size: 2.5em; }
	#mobile-nav { display: block; }
	/*header { position: static; margin-top: 47px; }*/
	header { position: static; margin-top: 0px; }
	#navigation {  display: none; }
	#logo {  width: 100%; text-align: center; }
	.bx-prev, .bx-next { display: none!important; }
	iframe{margin: -74px 0px 0px -90px;width: 600px;height: 300px;}
	.login-form input[type="submit"] {margin-left: 0px;}
	#load_faq{margin-top: 100px;}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.hero { background-size: 100%; }
	.static { padding-top: 70px; height: 400px; }
	.sidephone-small { width: 200px; left: 12px; }
	.sidephone-big { width: 200px; left: 130px; }
	.static-phone { width: 150px; bottom: 0px; right: 200px; }
	.static-tablet { width: 300px; }
	.detail { min-height: 542px; }
	.loupe { display: none; }
	.loupe-gallery { margin-top: 100px; }
	.gallery-content { width: 80%; height: auto; }
	.loupe-still { width: 120%; height: auto; top: -20px; margin-left: -330px;}
	.screenshot img { width: 186px; }
	.gallery-bxslider li .screenshot:first-of-type img { float: left; margin-left: 20px; }
	.gallery-bxslider li .screenshot:last-of-type img { float: left; margin-left: 30px; max-height: 473px;}
	.bx-wrapper { background-size: 100%; background-position: bottom center; }
	iframe{margin: -74px 0px 0px -90px;width: 600px;height: 300px;}
	.login-form input[type="submit"] {margin-left: 0px;}
	#load_faq{margin-top: 60px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.bx-wrapper {
		/* background: url(../images/gallery/hardware-mobile.jpg) no-repeat top center; */
		padding-top: 85px;
		border-bottom: 1px solid #ececec;max-height: 473px;
	}
	.bx-viewport{max-height: 473px;}
	.screenshot { margin-bottom: 120px; }
	.screenshot:last-child { margin-bottom: 0px; }
	iframe{margin: -74px 0px 0px -90px;}
	.login-form input[type="submit"] {margin-left: 0px;}
	#load_faq{margin-top: 40px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.hero { background-size: 100%; background-position: center 70px; } 
	.bx-viewport{max-height: 473px;}

	.action li { margin-right: 15px; }
	.static { min-height: 730px; padding-top: 40px; }
	.sidephone-small { left: 12px; }
	.static-phone { bottom: 0px; left: 15px;}
	.detail { min-height: 480px; }
	.loupe { display: none; }
	.loupe-gallery { margin-left: 70px; margin-top: 50px; }
	.gallery-content { width: 300px; height: auto; }
	.loupe-still { width: 490px; height: auto; top: -15px; margin-left: -249px; }
	iframe{margin: -74px 0px 0px -90px;width: 500px;height: 300px;padding-top: 33px;}
	.login-form input[type="submit"] {margin-left: 0px;}

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.hero { background-size: 110%; background-position: center 100px; }
	.bx-viewport{max-height: 473px;}
	
	.action { margin-top: 140px; } 	
	.action li { margin-right: 0px; margin-bottom: 20px; }
	.action li:last-of-type { margin-bottom: 0px; }
	.static { min-height: 700px; padding-top: 40px; }
	.sidephone-small { width: 170px; left: 12px; }
	.sidephone-big { width: 170px; left: 130px; }
	.static-phone { width: 215px; bottom: 0px; right: 37px; } 
	.static-tablet { width: 260px; }
	.detail { min-height: 496px; }
	.loupe { display: none; }
	.loupe-gallery { margin-left: 0px; margin-top: 50px; }
	.gallery-content { width: 220px; height: auto; }
	.loupe-still { width: 360px; height: auto; top: -10px; margin-left: -179px; }
	.subscribe input.text { width: 300px; }
	iframe{width: 280px;height: 200px;margin: auto;}
	.login-form input[type="submit"] {margin-left: 0px;}
	#call_me{padding-top: 30px;}
	#load_faq{margin-top: 20px;}
}

/*----------------------------*/

.login-header {
  padding: 20px;
  background: #2094ba;
}
.login-header h1 {
  cursor: default;
  color: #fff;
  font-size: 3em;
  opacity: 1;
  font-family: 'Lily Script One', cursive;
}
.login-header p {
  font-family: 'Open Sans Condensed', sans-serif;
  cursor: pointer;
  position: absolute;
  right: 20%;
  top: 10px;
  font-size: 1.5em;
  color: #fff;
  padding: 10px;
  background: #006c92;
}

.login-form {
  background: #333c3f;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.login-form input[type="text"] {
  width: 100%;
  padding: 20px 10px 25px 11px;
  height: 2em;
  border-radius: 2px;
  border: none;
  font-size: 1em;
  outline: none;
  margin-bottom: -11px;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  font-family: 'Open Sans Condensed', sans-serif;
}
.login-form textarea{
  border-radius: 2px;
  width: 100%;
  height: 5em;
  border: none;
  font-size: 1em;
  outline: none;
  background-color: white;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  padding: 8px 0px 9px 11px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.login-form input[type="submit"] {
  width: 29%;
  border-radius: 2px;
  height: 3em;
  background: #AF1F23;
  border: none;
  color: #fff;
  font-size: 1em;font-weight: 700;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
float: right;
}
.login-form a {
  color: #cdcdcd;
  cursor: pointer;
}
/*===============================*/
a.tombol{
margin-top: 30px;
position: relative;
display: inline-block;
background: #FFFFFF;
font-family: "Roboto", arial, sans-serif;
background: #FFFFFF;
color: #AF1F23;
padding: 0.7em 3em;
border-radius: .5em;
line-height: 1.4em;
text-decoration: none;
text-align: center;
cursor: pointer;
min-width: 12em;
font-size: 20px;
border-style: solid;
border-color:#AF1F23;
margin-bottom: 40px;
border-width: thin;
}

.stripes {
	width: 100%;
        height: .375em;
	position: relative;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background-color: #fc7e55;
}
.stripe-span {
	float: left;
	height: .375em;
}
.stripe1 { background-color: #62bdc3; width: 25%; }
.stripe2 { background-color: #ffcd44; width: 25%; }
.stripe3 { background-color: #c8e774; width: 25%; }
.stripe4 { background-color: #1ebe8e; width: 25%; }


div.controls {
  margin-bottom: 12px;
  border: 1px dotted #fafafa;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 20px;
}
div.controls h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -10px;
  padding: 0 10px;
  color: #fafafa;
  background-color: #54bded;
}

/* input[type='radio'],
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
  outline: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  color: #0b4c6a;
}
input[type='radio'] + label:before, input[type='radio'] + label:after,
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
  background-color: #fafafa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
  color: #fff;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 10px #f00;
  -webkit-box-shadow: inset 0 0 0 10px #f00;
  box-shadow: inset 0 0 0 10px #f00;
} */

/*Radio Specific styles*/
input[type='radio'] + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type='radio'] + label:hover:after, input[type='radio']:checked + label:after {
  content: "\2713";
  line-height: 18px;
  font-size: 14px;
}
}
input[type='radio'] + label:hover:after {
  color: #c7c7c7;
}
input[type='radio']:checked + label:after, input[type='radio']:checked + label:hover:after {
  color: #fff;
}

	
}
/*pop up module*/

.pop {
  display: none;
  position: fixed;
  top: 10.3%;
  left: 10.3%;
  width: 80%;
  height: 80%;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  outline: 10px solid rgba(0, 0, 0, 0.1);
}
.pop > h1 {
  padding: 30px 30px 10px 30px;
  color: #2a3644;
  font-size: 100%;
}
.pop > p {
  padding-left: 30px;
  font-size: 100%;
  color: #777777;
}
.pop > span {
  cursor: pointer;
  position: absolute;
  top: 4%;
  right: 4%;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #cccccc;
  color: #ffffff;
  padding: 6px 0px 0px 9px;
  width: 30px;
  height: 30px;
}
/*--------------------*/

/*.pop {
	z-index: 9999;
  display: none;
  position: fixed;
  top: 50.3%;
  left: 10.3%;
  width: 70%;
  height: 30%;
  background: #f4f4f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  outline: 10px solid rgba(0, 0, 0, 0.1);
}
*/




/*//////////////////////*/
.product-thumb-wrapper {
  position: relative;
  display: inline-block;
  border: none !important;
}
.product-thumb-wrapper img {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  border: none !important;
  /*opacity: 0.7;*/
  -ms-filter: none;
  filter: none;
}
.product-thumb-wrapper img.other {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product-thumb-wrapper:hover img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.product-thumb-wrapper:hover img.other {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/*===========popup================*/
/*===========popup================*/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: transparent;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}


/*===========popup================*/

div.boxes {
  font-color: #444;
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  line-height: 1.6em;
  border: 1px solid #8A8A8A;
  margin: 50px auto;
  padding: 40px;
  width: 50%;
  min-width: 300px;
  max-width: 400px;
  position: relative;
  border-radius: 3px;
  background: white;
  -moz-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.6), inset 10px 0 8px -5px rgba(0, 0, 0, 0.1), inset -10px 0 8px -5px rgba(0, 0, 0, 0.1), inset 0 0 100px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.6), inset 10px 0 8px -5px rgba(0, 0, 0, 0.1), inset -10px 0 8px -5px rgba(0, 0, 0, 0.1), inset 0 0 100px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.6), inset 10px 0 8px -5px rgba(0, 0, 0, 0.1), inset -10px 0 8px -5px rgba(0, 0, 0, 0.1), inset 0 0 100px 10px rgba(0, 0, 0, 0.2);

}



/* Modal 
-----------------------*/
.myModal {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  padding:0;
  visibility:hidden;
  opacity:0;
  transition:all 0.5s ease;
}
.myModal_show {
  opacity:1;
  visibility:visible;
  transition:all 0.5s ease;
  z-index: 99999;
}
.myModal_close {
position: absolute;
top: 10px;
right: 10px;
margin: 0;
display: inline-block;
padding: 2px 6px;
text-decoration: none;
font-family: sans-serif,cursive;
font-weight: 400;
font-size: 15px;
color: #FAFAFA;
border-radius: 17px;
background: #7C7C7C;
transition: all 0.5s ease;
}
.myModal_close:hover {
  background: #ECF0F1;
  color: #3498DB;
  transition: all 0.5s ease;
}
.myModal_content {
  display:block;
  padding: 32px 0px 29px 62px;

}
.myModal_inner {
  position: absolute;
  left: 0;
  top: -1000px;
  right: 0;
  margin: auto;
  padding: 0;
  width: 400px;
  min-height:100px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  color: #7F8C8D;
  transition: all 1s ease;
  box-shadow: 0 6px 6px -6px #000;
  border-radius: 3px;
}
.myModal_inner img{
  display:block;
  max-width:100%;
}
.myModal_success {
  top:20%;
  transition:top 1s ease;
}
.myModal_error{
  top:30%;
  transition:top 1s ease;
  background: #fff;
  color: #ECF0F1;
}



.opa_{
	position: absolute;
	margin-top: -78px;
	width: 100%;
	background-color: #ddd;
	height: 80px;
	opacity: 0.5;
}

.cont_{
	position: relative;
	width: 350px;
	margin: auto;
}

.ijak{color: #AF1F23;font-size:25px;margin-right:20px;}
/* = @media queries   
===========================*/
@media (min-width: 980px){
  .myModal_inner {width:350px;}}
@media (min-width: 768px) and (max-width: 979px) {
  .myModal_inner {width:350px;}}
@media (max-width: 767px) { 
  .myModal_inner {width:300px;}}
@media (max-width: 480px) { 
	.myModal_inner {width:235px;}
	.ijak{width: 100%};
	.myModal_content {
	display: block;
	padding: 33px 0px 26px 5px;}
	.container{
	}
	#section7{padding-bottom: 20px;}
	  /*padding:0;*/
}















