/* text allignments */
.align-justify {text-align:justify;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}


/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* Pre, Code ---*/
.ja-typo-pre-title {
	background: url(../images/arrow-b.png) #eee ;
	background-image: url(../images/arrow-b.png), -webkit-linear-gradient(top,  #fff,  #ddd);
	background-image: url(../images/arrow-b.png), -moz-linear-gradient(top,  #fff,  #ddd);
	background-image: url(../images/arrow-b.png), -ms-linear-gradient(top,  #ffffff,  #dddddd);
	background-image: url(../images/arrow-b.png), -o-linear-gradient(top,  #fff,  #ddd);	
	line-height: 2.571/*36px*/;font-size: 14px;
	border-radius: 5px; -webkit-border-radius: 5px; 
	margin:1.5em 0;
	color:#333; text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.9), 1px 1px 0px rgba(255, 255, 255, 0.5);
	padding: 0 15px;
	box-shadow: 0 0 0 1px #bbb inset, 0 1px 0 1px #fff inset;
	-webkit-box-shadow: 0 0 0 1px #bbb inset, 0 1px 0 1px #fff inset;
	background-position:98% center;
	background-repeat:no-repeat;
	position: relative; overflow:hidden;
    font-family: Helvetica, Verdana, Arial, sans-serif;
	clear:both;
}
.ja-typo-pre-title:hover {cursor:pointer;}

.ja-typo-pre-title.expanded {
	border-radius: 5px 5px 0 0;	-webkit-border-radius: 5px 5px 0 0;
	background: url(../images/arrow-down-black.png) #e6e6e6 ;
	background-image: url(../images/arrow-down-black.png), -webkit-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/arrow-down-black.png), -moz-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/arrow-down-black.png), -ms-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-image: url(../images/arrow-down-black.png), -o-linear-gradient(top,  #f6f6f6,  #dddddd);
	background-position: 98% center;
	background-repeat: no-repeat; 
}

pre, .code, .contents {
	background: url(../images/pre.png) repeat #F9F7F8 !important;
	border: 1px solid #ccc !important;
	border-left-width: 3px !important;
	border-top: none !important;
	border-radius: 0 0 5px 8px;
	-moz-border-radius: 0 0 15px 10px;
	-webkit-border-radius: 0 0 15px 10px;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
	margin: 0 0 1.5em !important;
	position:relative;
}

pre, .code {padding: 0.75em 15px !important; overflow-x: auto;}

.contents {
	border-left-width: 1px !important;
	font: 1em Helvetica, Verdana, Arial, sans-serif !important;
	overflow: hidden;
	padding: 0 15px;
	background: none !important;
}

.contents img {border-radius: 4px;-webkit-border-radius: 4px;}

.codediv {display:none;margin:0;padding:0; position: relative; }


/* Inline Words Hilite ---*/
.highlight {
	background: #666; color: #fff; font-weight:normal;
	padding: 0px 5px;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font: 40px/20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 7px 8px 0 0;
	color:inherit;
}

/* Blockquote ---*/
blockquote { font-size: 100%; font-style:italic; color:#909090; }

blockquote.left {
	width:48%;
	padding: 0 2% 0 0;
}

blockquote.background {
	background:#f3f3f3;
	border: 0; box-shadow: 0 0 0 1px #ccc; -webkitbox-shadow: 0 0 0 1px #ccc;
	padding: 1.45em 15px !important;
	margin: 1.5em 0 !important;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}
blockquote {margin-top:0 !important}

blockquote span.open {
	background: url(../images/so-q.png) no-repeat left 5px;
	display: inline-block;
	padding: 1.5em 0 0 30px;
}

blockquote.background span.open {}

blockquote span.close {
	background: url(../images/sc-q.png) no-repeat bottom right;
	display: inline-block;
	padding: 0 30px 0.75em 0;
	margin-bottom:0.75em;
}

blockquote.background span.close {
	background-image: url(http://getnord.com/templates/benz/images/sc-q1.png);
}


/* sub & sup tags ---*/ 
sub, sup { color: #CC0000; font-size: 11px; font-weight: bold; }

/* LIST STYLES
-----------------------------------------------------------------*/
ul li {/*margin-left:5px; fix*/}

/* Special list style ---*/
ul.ja-typo-list {line-height:1.5; margin: 1.5em 0;}

ul.ja-typo-list li {
	background: none !important;
	margin-left: 0/*8px*/;
	padding: 0 10px 0 20px !important;
	position: relative;
	overflow: hidden !important;
	line-height: 1.5;
}

.icon {
    padding-left: 0 !important;
}

ul.ja-typo-list span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	/*background-image: url(http://getnord.com/templates/images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul.list-arrow 	span.icon { background-position: left top !important; } /* fixed */
ul.list-star 	span.icon { background-position: left -18px !important; } /* fixed */
ul.list-check	span.icon {	background-position: left -36px !important; } /* fixed */
ul.list-phone	span.icon { background-position: -18px top !important; } /* fixed */
ul.list-address	span.icon { background-position: -18px -18px !important; } /* fixed */
ul.list-mail	span.icon { background-position: -18px -36px !important; } /* fixed */

/* Addons lists */
ul.list-style span.icon {background:url(http://getnord.com/templates/benz/images/ui-style.png) no-repeat top left;}
ul.list-blog span.icon {background:url(http://getnord.com/templates/benz/images/ui-blog.png) no-repeat top left;}
ul.list-menu span.icon {background:url(http://getnord.com/templates/benz/images/ui-menu.png) no-repeat top left;}
ul.list-task span.icon {background:url(http://getnord.com/templates/benz/images/ui-task.png) no-repeat top left;}
ul.list-monitor span.icon {background:url(http://getnord.com/templates/benz/images/ui-monitor.png) no-repeat top left;}
ul.list-gears span.icon {background:url(http://getnord.com/templates/benz/images/ui-gear.png) no-repeat top left;}

/* Business lists */
ul.list-address-book span.icon {background:url(http://getnord.com/templates/benz/images/biz-address-book.png) no-repeat top left;}
ul.list-building span.icon {background:url(http://getnord.com/templates/benz/images/biz-building.png) no-repeat top left;}
ul.list-calculator span.icon {background:url(http://getnord.com/templates/benz/images/biz-calculator.png) no-repeat top left;}
ul.list-calendar span.icon {background:url(http://getnord.com/templates/benz/images/biz-calendar.png) no-repeat top left;}
ul.list-chart span.icon {background:url(http://getnord.com/templates/benz/images/biz-chart.png) no-repeat top left;}
ul.list-chart-pie span.icon {background:url(http://getnord.com/templates/benz/images/biz-chart-pie.png) no-repeat top left;}

dl dd {padding-left:10px;}

/* Big Number ---*/
p.blocknumber {
	position: relative;
	padding: 0 0 0 55px !important;
	min-height: 36px;
}

p.blocknumber .bignumber {
	background: #999;
	color: #fff; 
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px !important;
	position: absolute;
	top: 5px;
	left: 1px;
	font: bold 26px/normal Arial, sans-serif;
	text-align: center;
	border-radius:25px; -webkit-border-radius: 25px;
	/*letter-spacing:-1px;*/
}

p.blocknumber .bignumber.green {background: #74B600;}
p.blocknumber .bignumber.marine {background: #324e8d;}
p.blocknumber .bignumber.blue {background: #10CDE1;}
p.blocknumber .bignumber.red {background: #f00e0e;}
p.blocknumber .bignumber.pink {background: #F0084F;}
p.blocknumber .bignumber.orange {background: #f78d1d;}
p.blocknumber .bignumber.black {background: #111;}

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
p.ja-typo-icon {
	padding-left: 25px !important;
	position: relative;
}

p.ja-typo-icon span.icon {
	background-image: url(../images/icons-sprites-silk.png);
	/*background-image: url(http://getnord.com/templates/images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}

p.icon-error	span.icon { background-position: left -54px !important; } /* fixed */
p.icon-message	span.icon { background-position: left -72px !important; } /* fixed */
p.icon-tips 	span.icon {	background-position: left -90px !important; } /* fixed */
p.icon-key 		span.icon { background-position: left -108px !important; } /* fixed */
p.icon-tag 		span.icon { background-position: left -126px !important; } /* fixed */
p.icon-cart 	span.icon { background-position: right -54px !important; } /* fixed */
p.icon-doc 		span.icon { background-position: right -72px !important; } /* fixed */
p.icon-note 	span.icon { background-position: right -90px !important; } /* fixed */
p.icon-photo 	span.icon { background-position: right -108px !important; } /* fixed */
p.icon-mobi 	span.icon { background-position: right -126px !important; } /* fixed */

p.icon-error	{ color: #CC0000;}
p.icon-message	{ color: #2C79B3;}
p.icon-tips		{ color: #E58C00;}

/*fix */
.icon-mobi, .icon-photo, .icon-note, .icon-doc,
.icon-cart, .icon-tag, .icon-key, .icon-tips, .icon-message , .icon-error{
	background-image: none !important; padding-top:0 !important;padding-bottom:0 !important;
}

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble {
	position: relative;
	margin: 0 0 1.5em 0;
}

.ja-typo-blockrow .ja-typo-bubble {margin: 1.5em 0;}

.ja-typo-bubblect {
	padding: 1.5em 15px;
	border: 0; box-shadow:0 0 1px #666 inset; -webkit-box-shadow:0 0 1px #666 inset;
	background: #fff;
}

.ja-typo-bubble p.ja-typo-bubble-meta {
	margin: 0 !important;
	height: 18px;
	padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
	font-weight: bold;
	display: block;
	padding-top: 0px;
	font-size:11px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
	display: block;
	position: absolute;
	bottom: 1px;
	left: 28px;
	width: 25px;
	height: 18px;
	background: url(../images/bubble-arrow.png) 0 0;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect { box-shadow:0 0 1px #666 inset; -webkit-box-shadow:0 0 1px #666 inset; }
.bubble-2 span.ja-typo-bubble-arrow { background-position: -25px 0; }

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect { box-shadow:0 0 1px #157CBB inset; -webkit-box-shadow:0 0 1px #157CBB inset; background:#e5f2fe; }
.bubble-3 span.ja-typo-bubble-arrow { background-position: 0 -18px; }

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect { background: #E5F2FE; border: 0 none; box-shadow: 0 0 0 2px #B7D4E9 inset; -webkitbox-shadow: 0 0 0 2px #B7D4E9 inset; }
.bubble-4 span.ja-typo-bubble-arrow { background-position: -25px -18px; }

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect { border: 0; background: #454545; color: #fff; }
.bubble-5 span.ja-typo-bubble-arrow { background-position: -50px -36px; }
.bubble-5 strong {color:#fff;}

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect { border: 0; background: #157cbb; color: #fff; }
.bubble-6 span.ja-typo-bubble-arrow { background-position: -25px -36px; }
.bubble-6 strong {color:#fff;}

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
.ja-typo-box {
	border: 0; box-shadow:0 0 1px #333 inset; -webkit-box-shadow:0 0 1px #333 inset;
	padding: 1.5em 10px 1.5em 50px !important;
	margin: 1.5em 0 !important;
}


/* IMAGE STYLING
--------------------------------------------------*/
img.round {border-radius: 4px; -webkit-border-radius: 4px;}

/* round border */
.ja-typo-img-wrap, .img-wrap-2 div, .img-wrap-3 div div, .img-wrap-8 div div, .img-wrap-9 span, .img-wrap-9 img {border-radius: 4px; -webkit-border-radius: 4px;}
.img-wrap-7 img {border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}
.img-wrap-7 span span {border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}
.ja-typo-img-wrap {
	border: 1px solid #bbb;
	display:inline-block;
	background:#fff;
	position:relative;
	
}

.ja-typo-img-wrap img {
	padding:4px;
}


.img-wrap-2 {
	background: url(../images/img-shadow.png) no-repeat bottom center;
	padding-bottom: 10px;
	border: none;
}

.img-wrap-2 div {
	border: 1px solid #bbb;
}

.img-wrap-3, .img-wrap-8 {
	background: url(../images/img-shadow2-l.png) no-repeat bottom left;
	border: none;
}

.img-wrap-3 div, .img-wrap-8 div {
	background: url(../images/img-shadow2-r.png) no-repeat bottom right;
	padding-bottom: 10px;
}

.img-wrap-3 div div, .img-wrap-8 div div {
	background:#fff;
	border: 1px solid #bbb;
	background:none;
	padding:0;
}

.img-wrap-4 {
	border: 1px solid #bfccd4;
	background:#d6e4ec;
}

.img-wrap-5 {
	border: 1px solid #b1b1b1;
	background:#b1b1b1;
}

.img-wrap-5 img {background:none;}

.img-wrap-6 {
	float:left;
}

.img-wrap-6 span {
	clear:both;
	display:block;
	font-size:92%;
	padding: 3px 7px 4px;
	color:#868686;
}

.img-wrap-7 {
	border:none;
	/* width: 170px; */
	position:relative;
	/*height: 100px;*/
	margin-bottom: 26px;
}
.img-wrap-7 span {
	clear:both;
	display:block;
	background:url(../images/img-wrap-7.gif) no-repeat scroll 10px 0;
	padding: 11px 0 0;
	margin: -11px 0 0;
	position:absolute;/**/
	bottom:0;
	z-index:1;
	width: 100%;
}
.img-wrap-7 span span {
	font-size:12px;
	color:#fff;
	display:block;
	/*padding: 9px 7px 7px;*/
	margin:0;
	background:#157cbb;
	bottom: auto;
	/*width: 156px;*/
	width:95%; /* custom */
	padding: 5px 2.5%; /* custom */
}
.img-wrap-7 img {
	padding:0;
	/*position:absolute;*/
}

.img-wrap-8 {
	position:relative;
}
.img-wrap-8 span {
	position:absolute;
	background:url(../images/img-wrap-8.png);
	color:#fff;
	font-size:92%;
	/*width: 156px; custom*/
	padding: 9px 7px 7px;
	bottom: 15px;
	left:5px;
	right:5px; /* custom */
}

.img-wrap-9 {
	border:none; background:none;
}

.img-wrap-9 img {
	padding: 5px;
	background:#d6e4ec;
	border:1px solid #bfccd4;
}

.img-wrap-9 span {
	width: auto;
	border: 1px solid #d6e4ec;
	display:block;
	background:#edf3f7;
	margin: 10px 0 0;
	font-size:11px;
	color:#868686;
	padding: 5px 10px;
	position:relative;
}

.img-wrap-9 span span {
	border:none;
	width: 13px;
	height: 8px;
	margin: -13px auto 5px;
	padding:0;
	background:url(../images/img-wrap-9.gif) no-repeat;
}

.img-wrap-10 {
	background:#5f5f5f;
	border:none;
}

.img-wrap-10 img {
	padding: 5px;
	background:none;
}

.img-wrap-10 span {
	display:block;
	padding: 5px 10px 10px;
	color:#fff;
	font-size: 11px;
}

.img-wrap-11, .img-wrap-12 a {
	position:relative;
}

.img-wrap-11 a, .img-wrap-12 a {
	display:block;
	position:absolute;
	width: 100%/*180px*/;
	height: 100%/*110px*/;
	top: -1px;
	left: -1px;
	text-indent:-9999px;
}


.img-wrap-11 a:hover,
.img-wrap-11 a:active,
.img-wrap-11 a:focus {
	background:url(../images/img-wrap-11.png) no-repeat center;
}

.img-wrap-12 a:hover,
.img-wrap-12 a:active,
.img-wrap-12 a:focus {
	background:url(../images/img-wrap-12.png) no-repeat center;
}

.img-wrap-1.left, 
.img-wrap-2.left,
.img-wrap-3.left,
.img-wrap-4.left, 
.img-wrap-5.left,
.img-wrap-6.left,
.img-wrap-7.left,
.img-wrap-8.left,
.img-wrap-9.left,
.img-wrap-10.left,
.img-wrap-11.left,
.img-wrap-12 .left
{float:left; margin-right:10px;/*margin-top:1.5em; margin-bottom:15px;*/}

.img-wrap-1.right, 
.img-wrap-2.right,
.img-wrap-3.right,
.img-wrap-4.right, 
.img-wrap-5.right,
.img-wrap-6.right,
.img-wrap-7.right,
.img-wrap-8.right,
.img-wrap-9.right,
.img-wrap-10.right,
.img-wrap-11.right,
.img-wrap-12 .right
{float:right; margin-left:10px;/*margin-top:1.5em; margin-bottom:15px;*/}

/* MORE BUTTON STYLES
--------------------------------------------------*/
/* p button wrapper */
p.buttons {line-height:1.285; margin: 1.285em 0;}
p.buttons .button {margin-right:3%;}

/* sizes */
.button.big {font-size: 14px; padding: 0.285em 1em !important; border-radius: 5px; -webkit-border-radius: 5px;}
.button.bigrounded {
	-webkit-border-radius: 2em;
	border-radius: 2em;
	font-size: 14px;
	padding: 0.285em 1em !important;
}
.button.medium {
	font-size: 12px;
}

.button.small { line-height: 1.5; text-transform: none; }

a.button { text-decoration: none !important; }

/* black */
.button.black {
	color: #ccc;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #222;	
	box-shadow: inset 0 0 0 1px #222;
	background: #333;
	background-image: -webkit-linear-gradient(top,  #666,  #000);
	background-image: -moz-linear-gradient(top,  #666,  #000);
	background-image: -ms-linear-gradient(top,  #666,  #000);
	background-image: -o-linear-gradient(top,  #666,  #000);
}
.button.black:hover, .button.black:focus {
	color:#fff;
	background: #111;
	background-image: -webkit-linear-gradient(top,  #444,  #000);
	background-image: -moz-linear-gradient(top,  #444,  #000);
	background-image: -ms-linear-gradient(top,  #444,  #000);
	background-image: -o-linear-gradient(top,  #444,  #000);
}


/* gray */
.button.gray {
	color: #eee;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #333;	
	box-shadow: inset 0 0 0 1px #333;
	background: #999;
	background-image: -webkit-linear-gradient(top,  #888,  #575757);
	background-image: -moz-linear-gradient(top,  #888,  #575757);
	background-image: -ms-linear-gradient(top,  #888,  #575757);
	background-image: -o-linear-gradient(top,  #888,  #575757);
}
.button.gray:hover, .button.gray:focus {
	color:#fff;
	background: #858585;
	background-image: -webkit-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -ms-linear-gradient(top,  #757575,  #4b4b4b);
	background-image: -o-linear-gradient(top,  #757575,  #4b4b4b);
}

/* green */
.button.green {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #32460f; 
	box-shadow: inset 0 0 0 1px #32460f;
	background: #669C07;
	background-image: -webkit-linear-gradient(top,  #669C07,  #4A7106);
	background-image: -moz-linear-gradient(top,  #669C07,  #4A7106);
	background-image: -ms-linear-gradient(top,  #669C07,  #4A7106);
	background-image: -o-linear-gradient(top,  #669C07,  #4A7106);
}

.button.green:hover, .button.green:focus {
	color:#fff;
	background: #5c8d07;
	background-image: -webkit-linear-gradient(top,  #5c8d07,  #416305);
	background-image: -moz-linear-gradient(top,  #5c8d07,  #416305);
	background-image: -ms-linear-gradient(top,  #5c8d07,  #416305);
	background-image: -o-linear-gradient(top,  #5c8d07,  #416305);
}

/* blue */
.button.blue {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #0c919f; 
	box-shadow: inset 0 0 0 1px #0c919f;
	background: #0FBED1;
	background-image: -webkit-linear-gradient(top,  #0FBED1,  #009999);
	background-image: -moz-linear-gradient(top,  #0FBED1,  #009999);
	background-image: -ms-linear-gradient(top,  #0FBED1,  #009999);
	background-image: -o-linear-gradient(top,  #0FBED1,  #009999);
}
.button.blue:hover, .button.blue:focus {
	color:#fff;
	background: #0eafc1;
	background-image: -webkit-linear-gradient(top,  #0eafc1,  #0c919f);
	background-image: -moz-linear-gradient(top,  #0eafc1,  #0c919f);
	background-image: -ms-linear-gradient(top,  #0eafc1,  #0c919f);
	background-image: -o-linear-gradient(top,  #0eafc1,  #0c919f);
}

/* marine */
.button.marine {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #233868; 
	box-shadow: inset 0 0 0 1px #233868;
	background: #324e8d;
	background-image: -webkit-linear-gradient(top,  #324e8d,  #233868);
	background-image: -moz-linear-gradient(top,  #324e8d,  #233868);
	background-image: -ms-linear-gradient(top,  #324e8d,  #233868);
	background-image: -o-linear-gradient(top,  #324e8d,  #233868);
}
.button.marine:hover, .button.marine:focus {
	color:#fff;
	background: #0bbacd;
	background-image: -webkit-linear-gradient(top,  #294279,  #1e2f57);
	background-image: -moz-linear-gradient(top,  #294279,  #1e2f57);
	background-image: -ms-linear-gradient(top,  #294279,  #1e2f57);
	background-image: -o-linear-gradient(top,  #294279,  #1e2f57);
}

/* red */
.button.red {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #8d0303;	
	box-shadow: inset 0 0 0 1px #8d0303;
	background: #f00e0e;
	background-image: -webkit-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -moz-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -ms-linear-gradient(top,  #f00e0e,  #ab0303);
	background-image: -o-linear-gradient(top,  #f00e0e,  #ab0303);
}
.button.red:hover, .button.red:focus {
	color:#fff;
	background: #d60404;
	background-image: -webkit-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -moz-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -ms-linear-gradient(top,  #d60404,  #8c0303);
	background-image: -o-linear-gradient(top,  #d60404,  #8c0303);
}

/* pink */
.button.pink {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #990835;	
	box-shadow: inset 0 0 0 1px #990835;
	background: #F0084F;
	background-image: -webkit-linear-gradient(top,  #F0084F,  #a80738);
	background-image: -moz-linear-gradient(top,  #F0084F,  #a80738);
	background-image: -ms-linear-gradient(top,  #F0084F,  #a80738);
	background-image: -o-linear-gradient(top,  #F0084F,  #a80738);
}
.button.pink:hover, .button.pink:focus {
	color:#fff;
	background: #d20846;
	background-image: -webkit-linear-gradient(top,  #d70948,  #990835);
	background-image: -moz-linear-gradient(top,  #d70948,  #990835);
	background-image: -ms-linear-gradient(top,  #d70948,  #990835);
	background-image: -o-linear-gradient(top,  #d70948,  #990835);
}

/* orange */
.button.orange {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px #782b08;	
	box-shadow: inset 0 0 0 1px #782b08;
	background: #d06211;
	background-image: -webkit-linear-gradient(top,  #d06211,  #9d4a0c);
	background-image: -moz-linear-gradient(top,  #d06211,  #9d4a0c);
	background-image: -ms-linear-gradient(top,  #d06211,  #9d4a0c);
	background-image: -o-linear-gradient(top,  #d06211,  #9d4a0c);
}
.button.orange:hover, .button.orange:focus {
	color:#fff;
	background: #b2540f;
	background-image: -webkit-linear-gradient(top,  #b2540f,  #782b08);
	background-image: -moz-linear-gradient(top,  #b2540f,  #782b08);
	background-image: -ms-linear-gradient(top,  #b2540f,  #782b08);
	background-image: -o-linear-gradient(top,  #b2540f,  #782b08);
}


/* SPECIAL MODULE STYLE
--------------------------------------------------*/
/* Badges ---*/
.badge {
	background-image: url(../images/badge.png);
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 0; top:3px;
	width: 29px;
}

.badge-new 	.badge { background-position: 0 0; }
.badge-pick .badge { background-position: 0 -13px; }
.badge-top 	.badge { background-position: 0 -26px; }
.badge-hot 	.badge { background-position: 0 -39px; }


/* TABLES
--------------------------------------------------*/
.ja-typo-table thead tr th {border:0;}
.ja-typo-table {
	border-collapse: separate;
	margin:0 0 1.5em; padding:0;
}

.ja-typo-table td {
	border: 0; 
	padding: 0 10px;
	border-top: none;
	border-left: none;
	box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-webkit-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
	-moz-box-shadow: -1px -1px 0 #CCCCCC inset, 0 0 15px 0 #eee inset;
}

.ja-typo-table td.first {
	border-left: 1px solid #ddd;
}

.ja-typo-table thead th {
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -o-linear-gradient(top,  #999,  #666);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')";
	border-right: 1px solid #999 !important;
	padding: 0 10px;
	color:#fff; font-weight:normal; text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	line-height:36px; font-weight:bold;
	text-align:center;
}

.ja-typo-table thead th {text-align:center; }
.ja-typo-table thead th.last, .ja-typo-table tr td.last {text-align:left;}

.ja-typo-table thead th.first {text-transform:uppercase;text-align:left; }
.ja-typo-table tr td.first {text-align:left;}

.table-rounded thead th.first {
	border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
}

.table-rounded thead th.last {
	border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-right: 0 !important;
}

.table-rounded tr.last td.first {
	border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
}

.table-rounded tr.last td.last {
	border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
}

.ja-typo-row-caption td {
	background:#f6f6f6;
}

/* styles */
.table-blue .ja-typo-row-caption td {
	background:#f0f6f9;
}
.table-blue thead th {
	background:#0da3b3;
	border-right: 1px solid #10CDE1 !important;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#10CDE1', endColorstr='#0da3b3')";
}


.table-green .ja-typo-row-caption td {
	background:#ebffc6;
}

.table-green thead th {
	background:#4d7900;
	border-right: 1px solid #81CB00 !important;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81CB00', endColorstr='#4d7900')";
}

.table-red .ja-typo-row-caption td {
	background:#fde2e2;
}

.table-red thead th {
	background:#950101;
	border-right: 1px solid #e90000 !important;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#950101')";
}

.table-orange .ja-typo-row-caption td {
	background:#fef0da;
}

.table-orange thead th {
	background: #c74900;
	border-right: 1px solid #ec9a13 !important;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
	-ms-filter:  "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9a13', endColorstr='#c74900')";
}

/* new vertical pricing tables */
.vertical-table {
    border-collapse: separate;
    border-spacing: 5px 0;
}

.vertical-table tr td .button {margin:0.75em auto;}
.vertical-table tr td .button.big, .vertical-table tr td .button.bigrounded {margin:0.25em auto;}

.vertical-table tr td, .vertical-table tr td.first, .vertical-table thead th  {box-shadow: none; -webkit-box-shadow: none; border:0}

.vertical-table thead th {padding:1.5em 10px;
	background:#e6e6e6; color:#666; text-align:center; text-transform:none; 
	-ms-filter: none;  border:0 !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);	
}

.vertical-table thead th.first{text-align:right; vertical-align:bottom; background: none; width:25%; padding-right: 10px;
	color:#666; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.vertical-table thead th.last{}

.vertical-table thead th {line-height: normal; padding:0.75em 0;}
.vertical-table thead th span {float:left;width:100%;}
span.table-price-heading {font-size:12px; line-height:1.5;font-weight:bold;}
span.table-price {font-size:54px; line-height:1; background: url(../images/pw.png) repeat;}
span.table-price-rate {font-size:12px; line-height:1.5; text-transform:none;}
span.table-price-line {font-size:14px; line-height:1.285;}

.vertical-table tr td span.table-price-heading{color:#333;}

/* just to make them darker
.vertical-table thead th.green span.table-price {background:#4d7900;}
.vertical-table thead th.blue span.table-price {background:#0da3b3;}
.vertical-table thead th.orange span.table-price {background:#c74900;}
.vertical-table thead th.red span.table-price {background:#950101;}
.vertical-table thead th.gray span.table-price {background:#666;}*/

.vertical-table thead th.green, .vertical-table thead th.blue,
.vertical-table thead th.orange, .vertical-table thead th.red,
.vertical-table thead th.gray { border: 0; color:#fff; text-transform:uppercase;
	border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
}

.vertical-table thead th.green{
	background:#4d7900;
	background: -webkit-linear-gradient(top,  #81CB00,  #4d7900);
	background: -moz-linear-gradient(top,  #81CB00,  #4d7900);
	background: -ms-linear-gradient(top,  #81CB00,  #4d7900);
	background: -o-linear-gradient(top,  #81CB00,  #4d7900);
}

.vertical-table thead th.blue{
	background:#0da3b3;
	background: -webkit-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -moz-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -ms-linear-gradient(top,  #10CDE1,  #0da3b3);
	background: -o-linear-gradient(top,  #10CDE1,  #0da3b3);
}
.vertical-table thead th.orange{
	background: #c74900;
	background: -webkit-linear-gradient(top,  #ec9a13,  #c74900);
	background: -moz-linear-gradient(top,  #ec9a13,  #c74900);
	background: -ms-linear-gradient(top,  #ec9a13,  #c74900);
	background: -o-linear-gradient(top,  #ec9a13,  #c74900);
}
.vertical-table thead th.red{
	background:#950101;
	background: -webkit-linear-gradient(top,  #e90000,  #950101);
	background: -moz-linear-gradient(top,  #e90000,  #950101);
	background: -ms-linear-gradient(top,  #e90000,  #950101);
	background: -o-linear-gradient(top,  #e90000,  #950101);
}
.vertical-table thead th.gray{
	background:#888;
	background: -webkit-linear-gradient(top,  #999,  #666);
	background: -moz-linear-gradient(top,  #999,  #666);
	background: -ms-linear-gradient(top,  #999,  #666);
	background: -p-linear-gradient(top,  #999,  #666);
}


.vertical-table tr td { text-align:center; text-transform:none;  padding: 0.75em 10px; background:#eee;}
.vertical-table tr.first td.first { border-radius:4px 0 0 0; -webkit-border-radius:4px 0 0 0; }
.vertical-table tr.first td {}
.vertical-table tr td.first{text-align:right; background-color:#fff;}

.vertical-table tr td.first {background:#eee}
.vertical-table tr.row2 td.first {background:#e0e0e0}

.vertical-table tr td.first.left-header { background-color: transparent; border-radius: 0; -webkit-border-radius: 0; }

.vertical-table tr.last td.last, .vertical-table tr td.last {text-align:center;}

.vertical-table tr td.orange {background:#fae3c0;}
.vertical-table tr td.red { background:#fddbdb;}
.vertical-table tr td.green { background:#e0ffa8;}
.vertical-table tr td.blue {	background:#D8F4FD;}
.vertical-table tr td.gray {	background:#f0f0f0;}

.vertical-table tr.row2 td {}
.vertical-table tr.row2 td.orange {background:#f8d49e;}
.vertical-table tr.row2 td.red { background:#f9cbcb;}
.vertical-table tr.row2 td.green { background:#d2f590;}
.vertical-table tr.row2 td.blue {	background:#b1e9fa;}
.vertical-table tr.row2 td.gray {	background:#e6e6e6;}

.vertical-table tr.last td.space{}
.vertical-table tr td.space.blue { background: #f0f6f9;}
.vertical-table tr td.space.green { background: #ebffc6;}
.vertical-table tr td.space.orange { background: #fef0da;}
.vertical-table tr td.space.red { background: #fdecec;}
.vertical-table tr td.space.gray { background: #f6f6f6;}




/* FORM
--------------------------------------------------*/
/* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 15px;
}

fieldset.ja-typo-fieldset legend {
	padding: 0 10px;
}

/* Style 2 */
fieldset.fieldset-2 {
	border: 3px solid #08c;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
}

fieldset.fieldset-2 legend {
	color: #08c;
}

/*Use for Demo Page Only*/
#ja-typo fieldset {
	margin-top: 1.5em;
}


/* content columns */
.ja-typo-column h1, .ja-typo-column h2, .ja-typo-column h3, .ja-typo-column h4, .ja-typo-column h5
{}
.ja-typo-colswrap {/*text-align: justify;*/overflow:hidden; }

.ja-typo-column { margin: 0 1.5% 0 0; padding: 0; float:left; }

.ja-typo-colswrap.cols-1 .ja-typo-column { width: 100%; float: none; margin:0;}
.ja-typo-colswrap.cols-2 .ja-typo-column { width: 49%; float: left; margin:0 2% 0 0;}
.ja-typo-colswrap.cols-3 .ja-typo-column { width: 31.5%; float: left; margin:0 2.5% 0 0}
.ja-typo-colswrap.cols-4 .ja-typo-column { width: 23.5%; float: left; margin:0 1.9% 0 0}
.ja-typo-colswrap.cols-5 .ja-typo-column { width: 19.2%; float: left; margin:0 1% 0 0}

.ja-typo-colswrap .ja-typo-column ul:last-child {margin: 1.5em 0 0;}
.ja-typo-colswrap .ja-typo-column p:last-child {margin: 1.5em 0 0;}

.ja-typo-colswrap .ja-typo-column.last { /*float: right;*/margin-right:0;}


/* CSS3 columns */
.css3-columns2,
.css3-columns3,
.css3-columns4 {text-align:justify;}

.css3-columns2 {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}
.css3-columns3 {
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	column-count: 3;
	column-gap: 15px;
}
.css3-columns4 {
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
}

/* content columns*/

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #999;
}

.ja-typo-blocks-actions a {
	font-size: 85%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
}

.ja-typo-blockswrap small {color:#aaa;font-size:10px;font-weight:normal;}

em {font-family:Georgia, Helvetica, Arial, sans-serif;}


/*new style #### */
.wrap-apps-icon{overflow:hidden;}
.apps-icon {
    float: left;
    /* display: inline-block; */
    height: 71px;
    text-align: center;
    width: 6%;
    padding: 0px 10px 40px 10px;}
.apps-icon img {
    margin: auto;
    display: block;
}
span.app-text {
    display: block;
}
@media screen and (max-width:1024px){
	.ja-typo-colswrap{margin-bottom:20px;}
}
/*
@media screen and (max-width:996px){
	.ja-typo-colswrap.cols-5 .ja-typo-column{width: 32%;min-height:345px;margin-bottom:20px;}
}*/
#ja-content-main .item-page p span img{max-width:75%;height:auto}
.home-articles .ja-typo-column{min-height: 440px;}
.home-articles .ja-typo-column p{text-align:center;}
body.com_contact table td{vertical-align:middle;}
body.com_contact table td img{min-width:44px;}
.home-articles a{display:inline-block;overflow: hidden;}
@media screen and (max-width:767px){
	.ja-typo-colswrap.cols-3.home-articles .ja-typo-column{ width: 47.5%;min-height:515px;}
   #contact-form,#user-registration{ color: #666;font-size:13px;text-align: left;}
	#contact-form input,#contact-form textarea,#contact-form select,#user-registration.form-validate input{width: 250px;
		background: #ffffcc;
		border: 0;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 0 1px #ccc inset;
		color: #666;}
	#contact-form textarea{width:246px;}
	#contact-form .button,#user-registration.form-validate .validate{    color: #666;
		cursor: pointer;
		text-decoration: none !important;
		background: #eee;background-image: -webkit-linear-gradient(top, #fff, #ddd);-webkit-border-radius: 5px;
    border-radius: 5px;box-shadow: 0 0 0 1px #BBBBBB inset;
    background: #f6f6f6;
    background-image: -webkit-linear-gradient(top, #fff, #eee);border:0px;padding: 3px 8px !important;}
	#contact-form textarea{height:100px;margin-bottom: 6px;}
	#contact-form input[type="checkbox"]{width:13px;display:none}
	#contact-form.form-validate label{    padding-left: 10px;}
	#rizsideBar2 a{font-size:15px;}
	#user-registration.form-validate dl dd{padding:0px;}
	#contact-form td{padding: 2px 0;}
	.ja-typo-colswrap.cols-5 .ja-typo-column{width: 32%;margin-bottom:20px;}
	body.bd-iphone{background:#ffffff !important;}
	#ja-header{border-bottom:none !important;}
	#ja-content-main .item-page p span img{max-width:100%;}
	.ja-moduletable.moduletable .custom,body.com_contact .custom{padding:0px 9px;}
	
	
}
@media screen and (max-width:480px){
	.ja-typo-colswrap.cols-3.home-articles .ja-typo-column{ width: 100%;min-height: 380px;margin-bottom: 20px;}
	body.com_contact table{width:100% !important;}
}
@media screen and (max-width:415px){
	.ja-typo-colswrap.cols-5 .ja-typo-column{width:100%;margin-right:0px;margin-bottom:30px}
	.item-page>table>tbody>tr>td>img{min-width: 90px;height: auto;}
	.tabContent .tabContent-inner img{width:85%;height:auto;min-width:90px;}
	.tabContent .tabContent-inner span,.tabContent .tabContent-inner p{font-size:13px !important;}
	#ja-content-mass-top .custom table img{height:auto}
	body.com_alfcontact  #ja-content-mass-top .custom table img{max-width:100%;}
	.com_alfcontact #ja-content-mass-top .custom p{padding-left:0px;}
	#ja-content-mass-top .custom p{padding-left:10px;}
	#rizsideBar2{top: 270px !important;}
	#ja-social{padding-left: 9px; padding-right: 9px;}
	#ja-social .jsocial-comments{display: none !important;}
	#ja-social{font-size: 13px;}
	#ja-iphonemenu li.first-item{display: none !important;}
	#ja-toolbar-main ul.toolbox li a span.menu-title{font-size: 17px;}
	.normal #tabHeader ul > li > a{font-size: 15px;}
	.apps-icon{width:14%}
}
@media screen and (max-width:320px){
	#contact-form input,#contact-form select{width:215px;}
	#contact-form textarea{width:211px;}
	#ja-login input.inputbox{left: 100px !important;}
	.apps-icon {width: 18%;padding: 0px 10px 55px 10px;}
	
}
input,select{min-height: 26px;}
dl dd{margin-bottom: 8px;}
.sj_popup_wrap .popup-center{width: 320px !important;}
.sj_popup_wrap .popup-center.sj-popup{background:none !important;}
.sj_popup_wrap .popup-center .relative .sj-close-popup{    background-size: contain;
    background-repeat: no-repeat;top: 8px;
    right: 8px;}
.sj_popup_wrap .popup-center .relative{height:auto !important;background: rgba(0, 0, 0, 1);padding: 20px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
}
.sj_popup_wrap .popup-center .mod-languages{padding: 20px 0;}
.mod-languages ul.lang-inline li{width:33%;float:left;margin:0px;text-align:center;    margin-bottom: 10px;margin-top: 10px;}
.mod-languages ul.lang-inline li .flag_country img{width: 34px;height: auto;display: block;margin:auto;margin-bottom: 5px;}
.mod-languages ul.lang-inline li .name_country{font-size:12px;font-weight: normal;}
.mod-languages ul.lang-inline li.lang-active a{color:#FFA211}
#ja-social.wrap .mod-languages ul.list_uniteswitcher{background-position:right 9px !important;background-image:none;padding-right: 4px !important;}
#ja-social.wrap .mod-languages ul.list_uniteswitcher:hover li{display: inline-grid !importat;border:none;}
#ja-social.wrap .mod-languages ul.list_uniteswitcher li:hover{border:none;padding:2px}
.custom .btn_social,#ja-social.wrap .mod-languages .list_uniteswitcher{cursor:pointer;}
.name_country_btom{color:#000;margin-left: 5px;    display: inline-block;vertical-align: text-top;}
#ja-social.wrap .mod-languages ul.list_uniteswitcher li{display:none;}
#ja-social.wrap .mod-languages ul.list_uniteswitcher li.lang-active{display:block;height:auto;}
#ja-social.wrap .mod-languages ul.list_uniteswitcher li img{vertical-align: middle;margin-top: 3px;}
.mod-languages ul.lang-inline li a{display:inline-block}
#ja-social.wrap .mod-languages ul.list_uniteswitcher{width:135px;}


@media screen and (max-width:400px){
	.sj_popup_wrap .popup-center{
		max-width: 300px !important;
	}
	.sj_popup_wrap .popup-center .relative{padding: 0 !important;}
	.mod-languages ul.lang-inline li .flag_country img{margin-bottom: 0 !important;}
	.mod-languages ul.lang-inline li{
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}
	.sj_popup_wrap .popup-center .mod-languages {
	    padding: 15px !important;
	    overflow: hidden;
	}
	.sj_popup_wrap .sj-popup .relative .sj-close-popup{width: 20px; height: 20px;}
}
ul.language-switcher{
	background: transparent !important;
	border: 0 !important;
}




.lt_list_logo li img{    width: 130px;height: auto;}
.lt_list_logo li{background:none !important;padding-left:0px !important;padding: 5px 0px;}
@media screen and (max-width:768px){
	.lt_map_wtb>img{width:100%;height:auto;max-width:100%;}
	.lt_list_logo { text-align: center;}
	.lt_list_logo_wrap p{ text-align: center;}
	.lt_map_wtb {    float: none;width: 100%;max-width: 600px;margin: auto;margin-bottom: 60px;}
	.lt_list_logo_wrap {float: none;width: 100%;}
	
}
/*important overflow*/
body.com_content #ja-container .item-page,#ja-content-main,#ja-container .main{overflow:visible !important;}

.videobackground{
	position: fixed;
	overflow: hidden;
	background: rgba(0, 0, 0, 1);;
	left: 0;
    top: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
    z-index: 999999999999999999;
    
    width: 100%;
}
.videobackground video{
	width: 100%;
    min-height: 100%;
    min-width: 100%;
}
.videobackground .videooverlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.47);
}
.videobackground .explore{
	text-align: center;
	width: 200px;
	margin-left: -100px;
	position: absolute;
	z-index: 999999999999;
    bottom: 30%;
    left: 50%;
    height: 42px;
}
.videobackground .explore span{
	color: #fff;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 15px 20px;
}
.videobackground .explore span:hover{
	border: 1px solid #D08F15;
	color: #D08F15;
}
.videobackground_en-dimensions{width: 100% !important;}
.sj_popup_wrap .sj-popup .relative .sj-close-popup{
	width: 20px !important;
	height: 20px !important;
}