@import url("db_helvethaica67/stylesheet.css");
@import url("db_helvethaica_x_35_thin/stylesheet.css");
@import url("webfonts/db_helvethaica_x_55_reg/stylesheet.css");
@import url("webfonts/rsu_regular/stylesheet.css");



/*zvmaster////////////////////////////////////////////////////////////////////////*/

html , body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}


.boxSizing{
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.boxSizing *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boxSizing-contentBox{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.boxSizing-contentBox *{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.padding0{
	padding:0px;
}

.margin0{
	margin:0px;
}

.padding-bot0{
	padding-bottom:0px;
}

.padding-bot5{
	padding-bottom:5px;
}

.padding-bot7{
	padding-bottom:7px;
}

.padding-bot10{
	padding-bottom:10px;
}

.padding-bot15{
	padding-bottom:15px;
}

.padding-bot20{
	padding-bottom:20px;
}
.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-bot60{
	padding-bottom:60px;
}

.padding-bot70{
	padding-bottom:70px;
}

.padding-bot80{
	padding-bottom:80px;
}

.padding-top0{
	padding-top:0px;
}

.padding-top5{
	padding-top:5px;
}

.padding-top7{
	padding-top:7px;
}
.padding-top10{
	padding-top:10px;
}
.padding-top15{
	padding-top:15px;
}
.padding-top20{
	padding-top:20px;
}
.padding-top30{
	padding-top:30px;
}
.padding-top40{
	padding-top:40px;
}
.padding-top50{
	padding-top:50px;
}
.padding-top100{
	padding-top:100px;
}
.padding-top120{
	padding-top:120px;
}
.padding-top150{
	padding-top:150px;
}
.padding-top250{
	padding-top:250px;
}

.padding-left0{
	padding-left:0px;
}

.padding-left5{
	padding-left:5px;
}
.padding-left6{
	padding-left:6px;
}

.padding-left10{
	padding-left:10px;
}

.padding-left15{
	padding-left:15px;
}
.padding-left20{
	padding-left:20px;
}
.padding-left30{
	padding-left:30px;
}
.padding-left40{
	padding-left:40px;
}
.padding-left50{
	padding-left:50px;
}

.padding-right0{
	padding-right:0px;
}
.padding-right5{
	padding-right:5px;
}

.padding-right6{
	padding-right:6px;
}
.padding-right7{
	padding-right:7px;
}

.padding-right10{
	padding-right:10px;
}

.padding-right15{
	padding-right:15px;
}
.padding-right20{
	padding-right:20px;
}
.padding-right25{
	padding-right:25px;
}
.padding-right30{
	padding-right:30px;
}
.padding-right40{
	padding-right:40px;
}
.padding-right50{
	padding-right:50px;
}


.textBold{
	font-weight: bold;
}

img{
 /* display: block;*/
  max-width: 100%;
  height: auto;
}

a {
  color: #a77d1f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e2b67d;
/*  text-decoration: underline;*/
}

.clear {
	clear:both;
}

.poRelative {
	position:relative;
}

.tableH100 {
	width:100%;
	display: table;
	height: 100%;
}
.table-cellH100 {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	width: 100%;
	font-family: "rsu regular", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1.1;
}

.table-cellH100  img {
	width:100%;
}

.row6 {
  margin-left: -6px;
  margin-right: -6px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

/*end zvmaster////////////////////////////////////////////////////////////////////////*/




/*----------------------------------------------------
header
---------------------------------------------------------*/
.topheader {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	color: #FFF;
	height: 55px;
	width: 100%;
	position: fixed;
	background: #000;
	z-index: 500;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media screen and (min-width: 1200px) {	
.topheader.topheader-home {
	background:none;
		-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
}
}

.topHeadBar-left {
	display: table;
	float: left;
	height: 100%;
}
.topHeadBar-right {
	display: table;
	float: right;
	height: 100%;
}
.topHeadBar-logo {
	vertical-align: middle;
	display: table-cell;
	width: 150px;
	padding-left: 25px;
}
.topHeadBar-logo img {
	/*ถ้ารูปอยู่ใน table-cell ต้องใส่ width:100% เพื่อให้รูปปรับขนาดตาม container*/
	width:100%;
}
.topHeadBar-mainNav {
	display: none;
	/*float: left;*/
	padding-left: 20px;
}
.topHeadBar-mainNav ul {
	margin: 0px;
	padding: 0px;
}
.topHeadBar-mainNav ul li {
	list-style-type: none;
	float: left;
}
.topHeadBar-mainNav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.topHeadBar-mainNav ul li a:hover {
	color: #CCC;
}
.topHeadBar-right-tableCell {
	vertical-align: middle;
	display: table-cell;
}
.searchBtn {
	float: right;
	height: 35px;
	width: 35px;
	background-image: url(img/icon-search.png);
	background-repeat: no-repeat;
}

.language {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
	position: relative;
	z-index: 49;
}
.language a {
	color: #FFF;
	text-decoration: none;
	background-color: #8d8d8d;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.language a:hover {
	color: #000;
}
.language a.language-selected {
	color: #000;
	background-color: #FFF;
	cursor:default;
}
.dMenu {
	float: right;
	position: relative;
	display: none;
	padding-top: 8px;
	padding-bottom: 8px;
	z-index: 48;
}

.dMenu.dMenu-selected {
     background-color: #F3F3F3;
}
a.dMenu-topMenu {
	color: #9e9e9e;
	background-image: url(img/navBar-arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration:none;
}
a#mainMenu {
	color: #FFF;
	text-decoration: none;
	background-image: url(img/icon-hambergur.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	position: relative;
	z-index: 45;
}
.dMenu-Nav {
	position: absolute;
	width: 350px;
	top: 40px;
	right: 0px;
	padding:20px;
	/*padding: 20px 0px;*/
	background-color: #F3F3F3;
	display:none;
}
.dMenu-Nav ul {
	margin: 0px;
	padding:0;
	margin:0;
	
}
.dMenu-Nav ul li {
	float: left;
	width: 50%;
	list-style-type: none;
}
.dMenu-Nav ul li a {
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	
		-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.dMenu-Nav ul li a:hover {
	color:#fff;
	background-color:#999;
}
.searchBtnBox {
	float: right;
	height: 35px;
	width: 35px;
	position: relative;
	z-index: 50;
}
.searchBtn-absolute {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*searchBox*/
.searchbox{
    position:relative;
    /*min-width:35px;*/
    width:35px;
    height:38px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    /*background:#fff;*/
    width:100%;
    height:38px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:#000;
	background:none;
}
.searchbox-input::-webkit-input-placeholder {
    color: #adadad;
}
.searchbox-input:-moz-placeholder {
    color: #adadad;
}
.searchbox-input::-moz-placeholder {
    color: #adadad;
}
.searchbox-input:-ms-input-placeholder {
    color: #adadad;
}

.searchbox-icon,
.searchbox-submit{
	width: 35px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	/*background-color: #666;*/
	background:none;
	background-image: url(img/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;

}



.searchbox-open{
    width:280px;
}

.searchbox-open .searchbox-input{
	background-color:#FFF;
}

.searchbox-open .searchbox-icon,
.searchbox-open .searchbox-submit{
	background-color:#666;
}
/*end searchBox*/



/*----------------------------------------------------
flyoutMenu
---------------------------------------------------------*/
/*mmMenu*/
   /*ใส่ style ตัวนี้เพื่อ hide mmenu ไปตอนที่ยังโหลดไม่เสร็จ ถ้าไม่ใส่จะเห็นแวบนึง*/
  	 nav:not(.mm-menu){
		display: none;
	}
	
		 /*ใส่ style modal ให้ background เป็นสีดำจางๆ*/
	
	#mm-blocker {
		-webkit-transition: background 1s ease;
		-moz-transition: background 1s ease;
		transition: background 1s ease;
	}
	.mm-opening #mm-blocker {
		background: rgba( 255, 255, 255, .8 );
	}
	.mmLanguage{
		padding-left:20px;
		padding-bottom:20px;
	}
	
	.mmLanguage a {
	color: #FFF;
	text-decoration: none;
	background-color: #8d8d8d;
	margin-right: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.mmLanguage a:hover {
	color: #000;
}
.mmLanguage a.language-selected {
	color: #000;
	background-color: #FFF;
	cursor:default;
}

/*----------------------------------------------------
hero
---------------------------------------------------------*/
.hero {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #FFF;
	/*height: 600px;*/
	width: 100%;
	position: relative;
	background-color: #464646;
	text-align: center;
}

.hero-pattern {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #000;
	/*height: 600px;*/
	width: 100%;
	position: relative;
	text-align: center;
	background-image: url(img/pattern-head.gif);
}
.responsiveHeight {
	width:100%;
	height: 600px;
	padding-bottom: 0;
	position: relative;
	/*overflow: visible;*/
	overflow:hidden;
}
@media screen and (max-width: 700px) {	
	.responsiveHeight {
		height: 400px;
		
	}
	
}
.responsiveHeight > .item {
	position: absolute;
	width: 100%;
	height: 100%;
		float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	
}

.responsiveHeight > .item:before  {
	content: '';
		position: absolute;
		z-index:100;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+25 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
}
.bxWrapper{
	padding:0;
	margin:0;
}

.slideHomeNav  {
	position: absolute;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	z-index: 200;
	text-align: center;
	bottom: 20px;
}

.slideHomeNav a {
	display:inline-block;
/*	float: left;*/
	width:12px;
	height: 12px;
	background:#fff;
	margin: 0 5px 0 0;
	border-radius: 6px;
	border: 2px solid #555555;
		-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;

}

.slideHomeNav a:hover {
	background-color: #000;

}

.slideHomeNav a.active, .libaryNav a.active:hover {
	background:none;
	border: 1px solid #fff
}
.bxContent {
	width: 100%;
	position: absolute;
	bottom: 60px;
	z-index: 120;
}
.bxContentIn {
	display: inline-block;
	width: 100%;
	max-width:800px;
}
.bxContentIn1 {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 40px;
	color: #d3c5b4;
	line-height: .8;
	padding-right: 25px;
	padding-left: 25px;
}
@media screen and (min-width: 700px) {	
	.bxContentIn1 {
		font-size: 80px;
		
	}
	
}
.bxContentIn2 {
	display:none;
	font-size: 22px;
	max-width:800px;
	line-height: 1;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
@media screen and (min-width: 700px) {	
	.bxContentIn2 {
		display:block;		
	}	
}
.bxContentIn3 {
	display: inline-block;
	max-width: 300px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 100;
}
@media screen and (min-width: 700px) {	
	.bxContentIn3 {
		width: 100%;
		
	}	
}
a.btn-homeBanner {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px solid #FFF;
		-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a.btn-homeBanner:hover {
	background-color:#FFF;
	color:#000;
}

/*----------------------------------------------------
homeCatMenu
---------------------------------------------------------*/
.homeCatMenuWrapper {
	background-color: #000;
	width: 100%;
}




.homeCatMenu {
	width: 100%;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
}
a.btnHomeCat {
	float: left;
	width: 100%;
	display: block;
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 40px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: .8;
	position: relative;
	overflow:hidden;
}

@media screen and (min-width: 450px) {	
	a.btnHomeCat1{
		width: 50%;
		
	}	
    a.btnHomeCat2{
		width: 33.3333%;
		
	}
}
@media screen and (min-width: 900px) {	
	a.btnHomeCat1{
		width: 20%;
		
	}	
    a.btnHomeCat2{
		width: 20%;
		
	}
}


a.btnHomeCat:after {
   display: block;
  content: '';
  padding-top: 71.111111%;
  /* (320/450) x100 */
  
}




a.btnHomeCat .btnHomeCat-img {
	position: absolute;
	z-index: 5;
	width: 100%;
	
			-webkit-transform: scale(1);
	transform: scale(1);
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a.btnHomeCat:hover .btnHomeCat-img{
		-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



.btnHomeCat-text {
	font-size: 40px;
	color: #FFF;
	position: absolute;
	z-index: 10;

	padding:20px;
	   top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); 
	
	/*		-webkit-transform: scale(1);
	transform: scale(1);*/
	
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	

}

a.btnHomeCat:hover .btnHomeCat-text{
	/*	-webkit-transform: scale(.8);
	transform: scale(.8);*/
	  -moz-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8); 
}

.btnHomeCat-opa{
	font-size: 40px;
	color: #FFF;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color:#473927;
	opacity:0;
	
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a.btnHomeCat:hover .btnHomeCat-opa{
	opacity:.5;
		-webkit-transform: scale(.9);
	transform: scale(.9);
}
a.btnHomeCat:hover .btnHomeCat-opa,
a.btnHomeCat:hover .btnHomeCat-text{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}





/*----------------------------------------------------
homeHL
---------------------------------------------------------*/




.homeHL {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.homeHL-head {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #a48d6f;
	text-align: center;
	background-image: url(img/miniBorder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
a.homeHL-col {
	float: left;
	width: 100%;
		display: block;
		text-decoration:none;
			-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
@media (min-width: 500px) {
	a.homeHL-col {
	float: left;
	width: 33.33333%;
}
}


a.homeHL-col:hover {
	background-color:#CCC;
}
a.homeHL-col:hover img {
				-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a.homeHL-col:hover img {
	opacity:.5;
}

.home-hl-head {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 20px;
	color: #a48d6f;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
.homeHL-col-text {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #434343;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;

}
.homePartner {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
	max-width: 540px;
}
.homePartner-Head {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 50px;
	color: #a48d6f;
	background-image: url(img/miniBorder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.btn-center {
	display: inline-block;
}
a.btn-Outline {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 3px solid #000;
	line-height: 1;
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a.btn-Outline:hover {
	background-color:#000;
	color:#FFF;
}




/*----------------------------------------------------
footer
---------------------------------------------------------*/
.footerBar {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	background-color: #727272;
}
.footerBarHead {
	font-size: 26px;
	color: #333;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.footerBarHead-share {
	font-size: 26px;
	color: #fff;
	background-color:#000;
	padding-top: 20px;
	padding-left:20px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.footerBar a {
	color: #FFF;
	text-decoration: none;
}

.footerBar a:hover {
	color: #000;
	text-decoration: none;
}
a.btnConnect {
	background-image: url(img/icon-social.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 40px;
	
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a.btnConnect:hover {
	background-color:#FFF;
	
}
#btnConnect1 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btnConnect2 {
	background-repeat: no-repeat;
	background-position: -40px 0px;
}
#btnConnect3 {
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
#btnConnect4 {
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.iconTel {
	font-size: 25px;
	color: #FFF;
	background-image: url(img/icon-footer-tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.iconMail {
	font-size: 28px;
	color: #FFF;
	background-image: url(img/icon-footer-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.copyright {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*parallaxDIY*/
.parallaxDIY {
  width: 100%;
 /* height: 630px;*/
  overflow: hidden;
  display: block;
  background-size: 100%;
  position:relative;
}

.parallaxDIY .container{
  z-index: 2;
  position: relative;
 /* top: 0;*/
  margin-left: auto;
  margin-right: auto;
 /*left: 0;
  right: 0;*/
}



.parallaxDIY .parallax-background{
  width:100%;
  height:100%;  
  position:absolute;
   left: -2000px;
  right: -2000px;
   margin-left: auto;
  margin-right: auto;
  top:0px;
}

.parallaxDIY .parallax-background img{
  position:absolute;
  top:0;
  width: 100%;
  left: -2000px;
  right: -2000px;
  margin-left: auto;
  margin-right: auto;
  height:auto;
 
}
@media (max-width: 1213px){
	.parallaxDIY .parallax-background img{
		width: auto;
    	height: 100%;
		max-width:none;
	}
}
/*
@media (max-width: 1800px){
	.parallaxDIY .parallax-background{

	  top:0;
 	 left:50%;
	}


  .parallaxDIY .parallax-background img {
    width: auto;
    height: 100%;
	max-width:none;
	    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
  }

}*/
/***************************************************/
/*end parallax-diy*/
/***************************************************/
h1.h1service {
	color: #CCC;
	margin: 0px;
	padding: 0px;
		font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 50px;
	color: #d3c5b4;
	line-height: .8;
}
@media screen and (min-width: 700px) {	
	h1.h1service {
	font-size: 70px;
		
	}
}
.maxWidth800 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}
.kvWhite {
	display: inline-block;
	max-width: 453px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 100;
}
@media screen and (min-width: 700px) {	
	.kvWhite {
		width: 100%;
		
	}	
}

.kvSM {
	display: inline-block;
	max-width: 260px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 100;
}
@media screen and (min-width: 700px) {	
	.kvSM {
		width: 100%;
		
	}	
}

.bgGrey2 {
	background-color: #dfdfdf;
}
.bgGrey5 {
	background-color: #464646;
}

h2 {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #000000;
	text-align: center;
	background-image: url(img/miniBorder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

h2.whiteHead {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-image: url(img/miniBorder-white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



/*****************************************
slickbox
*************************************/

.slickBoxItem {
	padding-left: 3px;
	padding-right: 3px;
}
.slickBoxItemIn {
	background-color: #FFF;
	height: 100%;
}
.slickBoxItemMainPic {
	position: relative;
}

.slickBoxItemMainPic a {
	text-decoration:none;
}




 


a .slickBoxName {
	background-color: #FFF;
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #777777;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	width: 100%;
	min-height:80px;
	
			-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover .slickBoxName {
	background-color:#000;
	color:#fff;
	
}


.slickBox {
	display: none;
}

/*****************************
end slickbox
*******************************/

.bgGrey3 {
	background-color: #f2f2f2;
}
.bgGrey4 {
	background-color: #efefef;
}

/*///////////////////////////////////////////
isotop
////////////////////////////////////////////////*/
.grid-sizer,.grid-item-pix {
	width: 100%;
}

.grid-sizer-more,.grid-item-pix.grid-item-pix-more {
	width: 100%;
}

/*sm size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 500px) {
.grid-sizer,.grid-item-pix{
	width: 50%;
}
.grid-sizer-more,.grid-item-pix.grid-item-pix-more {
	width: 50%;
}
}

/*md size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) {
.grid-sizer,.grid-item-pix{
	width:33.3333%;
}

.grid-sizer-more,.grid-item-pix.grid-item-pix-more {
	width: 33.3333%;;
}
}

/*lg size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 900px) {


.grid-sizer-more,.grid-item-pix.grid-item-pix-more {
	width: 25%;;
}

.grid-item-pix.grid-item-pix-more.grid-item-pix-more-w2 {
	width: 50%;;
}
}








.grid-item-pix {

	/*border: 1px solid #999;*/
	padding:0 5px 10px 5px;
	/*height: 100px;*/
}

.grid-item-pix a {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	color:#848484;
	font-size:26px;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration:none;
	
			-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.grid-item-pix a:hover {

	-webkit-box-shadow: 1px 1px 1px 2px rgba(0,0,0,50);
box-shadow: 1px 1px 1px 2px rgba(0,0,0,.2);
}
.productListName {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left:20px;
	min-height: 120px;
	line-height: 1;
}
.productListName-price {
	font-size: 20px;
	color: #000;
}
.productListLabel {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.productListLabel-box {
	color: #FFF;
	background-color: #a48d6f;
	display: inline-block;
	padding-left:20px;
	padding-right:20px;
	min-width:150px;
}
/*///////////////////////////////////////////
end  isotop
////////////////////////////////////////////////*/


.h1-orange {
	color: #d0892c !important;
}
.h1-brown {
	color: #9e6315 !important;
}
.h1-pink {
	color: #cf71d5 !important;
}
.h1-blue {
	color: #80b9e5 !important;
}
.breadcrumbH, .breadcrumbH a {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #cacaca;
	text-decoration: none;
	z-index: 10;
	position: relative;
}
.h1service span {
	font-size: 30px;
	line-height: 1;
}
.h1sub {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 30px;
}
.textLinkOrange a {
	color: #fe8010;
	text-decoration: none;
}
.courseLeft {
	float: right;
	width: 100%;
	max-width:650px;
	padding: 0 20px;
}
.courseRight {
	float: left;
	width: 100%;
	max-width:650px;
	padding: 0 20px;
}
h3 {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 36px;
	line-height: 1;
	background-image: url(img/miniBorder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top:30px;
}
.textDetail {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1;
	padding-bottom:40px;
}

.textDetail2{
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1;
}
.textDetail ul {
	margin: 0px;
	padding:0;
	padding-left:20px;
}
.videoDemoHead {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 40px;
	background-image: url(img/icon-video.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	line-height: 1;
	padding-bottom: 20px;
}


/*youtube*/
#videoWrapper {
	width:100%;
	max-width:850px;
	margin-right: auto;
	margin-left: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
  /* padding-top: 30px;*/ 
	height: 0; 
	/*overflow: hidden;*/
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*end youtube*/
a.btnBack1 {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	display: inline;
	padding:5px 50px;
	max-width:300px;
	border: 3px solid #000;
	
				-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a.btnBack1:hover {
	background-color:#000;
	color:#fff;
}

a.btnBack2 {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #000;
	text-decoration: none;
	display: inline;
	padding:5px 50px;
	max-width:300px;
	border: 3px solid #fff;
	background-color:#FFF;
	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a.btnBack2:hover {
	background:none;
	color:#fff;
}


a.btnBack3 {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #fff;
	background:none;
	text-decoration: none;
	display: inline;
	padding:5px 50px;
	max-width:300px;
	border: 3px solid #fff;
	
	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a.btnBack3:hover {
	background-color:#FFF;
	color:#000;
}
.priceBox {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	display: block;
	max-width: 300px;
	width: 100%;
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
}
.priceBox2 {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	display: block;
	max-width: 150px;
	width: 100%;
	border: 3px solid #000;
	margin-right: auto;
	margin-left: auto;
}
.priceBox-price {
	color: #FFF;
	float: left;
	width: 50%;
	background-color: #000;
}
.priceBox-price2 {
	color: #FFF;
	float: left;
	width: 100%;
	background-color: #000;
}
.priceBox a {
	display: block;
	float: left;
	width: 50%;
	color: #000;
	text-decoration: none;
	
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.priceBox a:hover {
	background-color:#666;
	color:#FFF
}

.productLabel {

	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	background-color: #a48d6f;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size:24px;
	float:left;
}
.text-white {
	color: #FFF;
}


.fieldProduct .form-control {
	color: #FFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #fff;
	font-size: 25px;
	height: auto;
	/*text-align:center;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	background-color: transparent;
	background-image: url(img/icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.fieldProduct .form-control:focus {
  border-color: #666;
    -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fieldProduct .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.fieldProduct .form-control:-ms-input-placeholder {
  color: #999999;
}
.fieldProduct .form-control::-webkit-input-placeholder {
  color: #999999;
}


/*///////////////////////////////////////////////
shop
/////////////////////////////////////////////////*/
.shop-map-wrapper {
	height: 400px;
	width: 100%;
}
.shopList:nth-child(odd) .shopList-box {
	float: left;
	min-height:200px;
}
.shopList:nth-child(even) .shopList-box {
	float: right;
	min-height:200px;
}
.shopList-box {
	width:100%
	
}
@media (min-width: 600px) {
	.shopList-box {
		width:50%;
  }

}

.shopList-pic {
	background-repeat: no-repeat;
		background-position: center center;
	background-size: cover;
}
.shopList-content {
	width: 100%;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	max-width: 650px;
}

.shopList:nth-child(odd) .shopList-box .shopList-content {
	float: left;
}

.shopList:nth-child(even) .shopList-box .shopList-content {
	float: right;
}
.shopList-detailHead {
	float: left;
	width: 100px;
	clear: both;
}


/*parallaxDIY2*/
.parallaxDIY2 {
  width: 100%;
 /* height: 630px;*/
  overflow: hidden;
  display: block;
  background-size: 100%;
  position:relative;
}

.parallaxDIY2 .container{
  z-index: 2;
  position: relative;
 /* top: 0;*/
  margin-left: auto;
  margin-right: auto;
 /*left: 0;
  right: 0;*/
}



.parallaxDIY2 .parallax-background{
  position:absolute;
  z-index: 1;
  top:0;
  left:0;
  

  width: 100%;
  height: 100%;
  
 
	}

.parallaxDIY2 .parallax-background img{

  width: 100%;
  height: auto;
  position: relative;
 
}



@media (max-width: 1000px){
	.parallaxDIY2 .parallax-background{

	  top:0;
 	 left:50%;
	}


  .parallaxDIY2 .parallax-background img {
    width: auto;
    height: 100%;
	max-width:none;
	    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
  }

}
/***************************************************/
/*end parallax-diy*/
/***************************************************/
a.btn-direction {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #000;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration:none;
}
a.btn-direction:hover {
	background-color:#999;
}


/*///////////////////////////////////////
promotion
//////////////////////////////////////////////*/

.promoList:nth-child(odd) .promoList-box {
	float: left;
	/*min-height:200px;*/
}
.promoList:nth-child(even) .promoList-box {
	float: right;
/*	min-height:200px;*/
}
.promoList-box {
	width:100%
	
}
@media (min-width: 1000px) {
	.promoList-box {
		width:50%;
  }

}


.promoList-content, .promoList-pic{
	width: 100%;
	padding-top: 0px;
	padding-right: 25px;
	/*padding-bottom: 30px;*/
	padding-left: 25px;
	
}
@media (min-width: 1000px) {
.promoList-content, .promoList-pic{
	max-width: 650px;
}

}

.promoList:nth-child(odd) .promoList-box .promoList-content {
	float: left;
}

.promoList:nth-child(even) .promoList-box .promoList-content {
	float: right;
}

.promoList:nth-child(odd) .promoList-box .promoList-pic {
	float: right;
}

.promoList:nth-child(even) .promoList-box .promoList-pic {
	float: left;
}
.promoList-detailHead {
	float: left;
	width: 100px;
	clear: both;
}
.bgGrey6 {
	background-color: #2d2d2d;
}

.bgGrey7 {
	background-color: #cccccc;
}


.bgGrey6.text-white h3 {
	background-image: url(img/miniBorder-white.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*//////////////////////////////////////////////////////
news
////////////////////////////////////////////////////////*/
.borderBlackBottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.borderBlackTop {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}


.select-topbar {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border:none;
   border-bottom:1px solid #999;  
  
  box-shadow:none;
  -webkit-box-shadow: none;
 
}
.select-topbar:focus {
  border:none;
  border-bottom:1px solid #999;  
  outline: 0;
  box-shadow:none;
  -webkit-box-shadow: none;
}
.paginator a {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	vertical-align: middle;
}
.paginator a:hover {
	
	color: #999;
}
.paginator a.pageCurrent {
	text-decoration:underline;
}
a.page-prev {
	background-image: url(img/pageNav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 33px;
	width: 33px;
}
a.page-prev:hover {
	background-position: 0px -33px;
}

a.page-next {
	background-image: url(img/pageNav.png);
	background-repeat: no-repeat;
	background-position: -33px 0px;
	display: inline-block;
	height: 33px;
	width: 33px;
}
a.page-next:hover {
	background-position:-33px -33px;
}

.news-content {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #000;
}
.news-content p:nth-child(1) {
	font-size:30px;
}



/*///////////////////////////////////////////
isotopeGallery
////////////////////////////////////////////////*/
.grid-item-gal {
	width: 100%;
}

.grid-sizer-gal,.grid-item-gal {
	width: 100%;
}

/*sm size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 500px) {
.grid-sizer-gal,.grid-item-pix-gal{
	width: 50%;
}

}

/*md size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) {
.grid-sizer-gal,.grid-item-gal{
	width:33.3333%;
}

}

/*lg size////////////////////////////////////////////////////////////////////////*/
@media (min-width: 900px) {


.grid-sizer-gal,.grid-item-gal {
	width: 25%;
}
.grid-item-gal-w2 {
	width: 50%;
}


}








.grid-item-gal {

	/*border: 1px solid #999;*/
	padding:0px;
	 -moz-box-shadow: 0 0 0 3px #f2f2f2;
  -webkit-box-shadow: 0 0 0 3px #f2f2f2;
  box-shadow: 0 0 0 3px #f2f2f2;
	/*height: 100px;*/
}

.grid-item-gal a {
	
	
	
			-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.grid-item-gal a:hover {
	opacity:.5
}

/*///////////////////////////////////////////
end  isotop gallery
////////////////////////////////////////////////*/



/*///////////////////////////////////////////
enew
////////////////////////////////////////////////*/


.enewBox {
	float: left;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
@media (min-width: 600px) {


.enewBox {
	width: 50%;
	float: left;
}


}
.enewBox-head {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 24px;
	color: #000;
}
a.enewLink {
	font-family: "db helvethaica67", tahoma, geneva, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	background-color: #f5f5f5;
	position: relative;
	/*padding:20px 0;*/
	height:200px;
}

@media (min-width: 600px) {
  a.enewLink {
	height:300px;
  }

}

.enewBox-text {
	font-size: 40px;
	color: #FFF;
	position: absolute;
	z-index: 10;

	padding:20px;
	   top: 50%;
    width: 100%;
	opacity:0;
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1); 
	
	/*		-webkit-transform: scale(1);
	transform: scale(1);*/
	
		-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	

}

a:hover .enewBox-text {
	/*	-webkit-transform: scale(.8);
	transform: scale(.8);*/
	opacity:1;
	  -moz-transform: translateY(-50%) scale(.8);
    -ms-transform: translateY(-50%) scale(.8);
    -webkit-transform: translateY(-50%) scale(.8);
    transform: translateY(-50%) scale(.8); 
}

.enewBox-opa{
	font-size: 40px;
	color: #FFF;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color:#666;
	opacity:0;
	
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover .enewBox-opa{
	opacity:.5;
	/*	-webkit-transform: scale(.9);
	transform: scale(.9);*/
}
a:hover .enewBox-opa,
a:hover .enewBox-text{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.enewBox-img {
	height: 100%;
	width: 100%;
	position: relative;
	
}
.enewBox-img img {
	
	 max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);
box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);
	
}

.widthHeight100 {
	height: 100%;
	width: 100%;
}
.live-head {
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 30px;
	color: #FFF;
	background-image: url(img/miniBorder-white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
}
.faqBG {
	background-color: #f2f2f2;
	background-image: url(img/bg-faq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}



/*accordion*/
a.acc-trigger {
	width: 100%;
	text-decoration: none;
	display: block;
	/*margin-top: 10px;*/
	color: #000;
	font-family: "db helvethaica x 35 thin", tahoma, geneva, sans-serif;
	font-size: 30px;
	line-height: 1.2;
	background-image: url(img/faq-icon-open.jpg);
	background-repeat: no-repeat;
	background-position:0 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #797979;
	/*background-position: 3px 3px;*/
}

a.acc-trigger:first-child {
	border:none;
}

a.acc-trigger:hover {
	/*background-color: #fff;*/
}

a.acc-trigger.active {

	background-image: url(img/faq-icon-close.jpg);
	background-repeat: no-repeat;
	background-position:0 15px;
	/*background-color: #fff;
	color:#000;*/
}




.acc-container {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #000;
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 22px;
	
}
/*end accordion*/


/*///////////////////////////////
about////////////////////////////////*/


.about-mission-box {
	width: 100%;
	float:left
	
}

@media (min-width: 500px) {
.about-mission-box {
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
}
.about-mission-box.about-mission-box2 {
	width: 50%;
}

}
@media (min-width: 700px) {
.about-mission-box, .about-mission-box.about-mission-box2 {
	width: 20%;
}

}

.partnerBox {
	width: 100%;
	min-height: 400px;
	background-image: url(img/partnerBox-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}
.partnerBox-in {
	float: left;
	height: 100%;
	width: 100%;
	padding-top: 60px;
	max-width:500px;
}
.partnerBox-head {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 40px;
	padding-bottom: 20px;
}
a.btnMorePartner {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	width: 200px;
	display: block;
	background-color: #000;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

a.btnMorePartner:hover {
	background-color:#666;
}
.contact-head1 {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #d3c5b4;
}
.text-big {
	font-size: 1.8em;
}
.text-whiteLink a {
	color: #FFF;
	text-decoration: none;
}
.text-whiteLink a:hover {
	color:#FFFF99;
}


/*****************
contactform
***************************/
.contactForm {
	/*max-width:800px;
	margin:0 auto;*/
}

.contactForm .form-control {
	color:#000;
 	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	background:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.contactForm textarea.form-control {
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style:solid;
	border-left-style: solid;
	border-color:#000;
}
.contactForm .form-control:focus {
	border-color:#CCC;
    -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.contactForm .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.contactForm .form-control:-ms-input-placeholder {
  color: #000;
}
.contactForm .form-control::-webkit-input-placeholder {
  color: #000;
}

.txtTahoma {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.itemListBox {
	float: left;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.itemListBox:nth-child(odd) {
	background-color:#f1f1f1;
}
.itemListBox:nth-child(even) {
	background-color:#FFF;
}
@media (min-width: 768px) {
.itemListBox {
	width: 33.3333%;
	
}
}
a.partnerLink, .partnerLink {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}

/* Button Form Submit */
button.btnBack2x {
	font-family: "db helvethaica x 55 reg", Tahoma, Geneva, sans-serif;
	font-size: 30px;
	background-color:#ffffff;
	color: #000;
	text-decoration: none;
	display: inline;
	padding:5px 50px;
	max-width:300px;
	border: 3px solid #000;
	
				-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
button.btnBack2x:hover {
	background-color:#000;
	color:#fff;
}
/* End Button Form Submit */

label.error {color:#ff0000; font-size:12px; font-weight:normal;}