@font-face {
    font-family: 'proxima_novalight';
    src: url('font/proximanova-light-webfont.eot');
    src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-light-webfont.woff') format('woff'),
         url('font/proximanova-light-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'geosanslightregular';
    src: url('font/geosanslight-webfont.eot');
    src: url('font/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/geosanslight-webfont.woff') format('woff'),
         url('font/geosanslight-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'geosanslightmedium_italic';
    src: url('font/geosanslight-oblique-webfont.eot');
    src: url('font/geosanslight-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/geosanslight-oblique-webfont.woff') format('woff'),
         url('font/geosanslight-oblique-webfont.ttf') format('truetype');
}

html { background:#FFF; }
.clear{ clear:both; }
.global {
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
}
header {
	background: #FC7C27;
	min-width: 1000px;
	width:100%;
	position: fixed;
	top: 0px;
	z-index:2000;
	height: 125px;
}
header.ongoing,
footer.ongoing {
	-webkit-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-moz-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-o-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-ms-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-khtml-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
}
header.open { border-bottom: 1px solid #FC7C27; }
footer.open {	border-top: 1px solid #FC7C27; }
header.first-load,
footer.first-load {
	height: 5000px;	
	-webkit-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-moz-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-o-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-ms-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-khtml-transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
	transition: all 0s cubic-bezier(1.000, 0.010, 0.330, 1);			
}
header.first-load .logo-text.first-load {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px)
	margin-top: 35px;
	opacity:0;
}
header .logo-text {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-khtml-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 1;
	width:170px;
	height:15px;
	margin: 0 auto;
	background:url(../../images/header-logo-text.jpg) no-repeat center;
}
header .animate {
	position: relative;
	height: 100%;
}
header .position {
	width: 100%;
	position: absolute;
	bottom: 15px;
}
header .logo {
	width: 170px;
	height:100px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	z-index:1000;
}
header .logo-frame-1 {
	background : url('../../images/animation-frame-logo.png') no-repeat center;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width: 170px;
	height:64px;
	position:absolute;
	z-index:1002;
	margin-top:30px;
}
header .logo-frame-2 {
	background-color:#FFF;
	width:0%;
	height:64px;
	position:absolute;
	z-index:1001;
	margin-top:30px;
}

header .change-lang{
	width:100px;
	height:41px;	
	margin:40px auto;
	visibility: hidden;
}
header .left{ float:left;}
header .right{ float:right;}
header .grad{
	font-family: 'proxima_novalight'; 	
	display:block;
	width:40px;
	height:40px;
	border-radius:66px;
	border:1px double #fff;
	font-size:14px;
	color:#fff;
	line-height:42px;
	text-align:center;
	text-decoration:none;
	background:#817269;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
header .grad2{
	font-family: 'proxima_novalight'; 	
	display:block;
	width:40px;
	height:40px;
	border-radius:66px;
	border:1px double #fff;
	font-size:14px;
	color:#fff;
	line-height:42px;
	text-align:center;
	text-decoration:none;
	background:none;
	float:left;
}
header .grad:hover{
	border:1px double none;
	color:#fff;
	text-decoration:none;
	background:none;
}

.stylish{display:block;width:100px;height:100px;border-radius:66px;border:4px double #ccc;font-size:20px;color:#666;line-height:100px;text-align:center;text-decoration:none;text-shadow:0 1px 0 #fff;background:#ddd}.stylish:hover{border:4px double #bbb;color:#aaa;text-decoration:none;background:#e6e6e6}

footer {
	height: 65px;
	overflow:hidden;
	line-height: 60px;
	font-size: 15px;
	text-transform: uppercase;
	background: #FC7C27;
	width: 100%;
	min-width: 960px;
	position: fixed;
	bottom: 0px;
	z-index:1900;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-khtml-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;	
}
footer.open-submenu {
	height: 155px;
}
footer nav.main-menu {
	position: relative;
	height: 65px;
}
footer nav.main-menu .position {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
footer nav.main-menu ul.global {
	text-align: center;
	list-style: none;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	position: relative;
	top: 0;
}
footer nav.main-menu ul.global.hide {
	opacity: 0;
	top: 10px;
}
footer nav.main-menu ul.global.hide {
	opacity: 0;
	top: 10px;
}
html.no-opacity footer nav.main-menu ul.global.hide {
	display:none;
}
footer nav.main-menu ul.global li {
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
footer nav.main-menu ul.global li .arrow {
	display: block;
	height: 7px;
	line-height: 7px;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
html.no-opacity footer nav.main-menu ul.global li .arrow {
	display:none;
}
footer nav.main-menu ul.global li .arrow.top {
	top: 16px;
}
footer nav.main-menu ul.global li .arrow.bottom {
	bottom: 16px;
}
footer nav.main-menu ul.global li:hover .arrow {
	opacity: 1;
}
footer nav.main-menu ul.global li:hover .arrow.top {
	top: 10px;
}
footer nav.main-menu ul.global li:hover .arrow.bottom {
	bottom: 10px;
}
footer nav.main-menu ul.global li .arrow .position {
	width: 5px;
	height: 7px;
	display:inline-block;
	background: no-repeat center center;
	text-indent: -99999px;
	font-size: 0px;
	position: relative;
}
footer nav.main-menu ul.global li .arrow .position span {
	display: block;
	position: absolute;
	background: #fff;
	width: 1px;
	height: 1px;
}
footer nav.main-menu ul.global li .arrow .position span.line {
	height: 7px;
	left: 2px;
	top: 0px;
}
footer nav.main-menu ul.global li .arrow.top .position span.point-1 {
	left: 0px;
	top: 2px;
}
footer nav.main-menu ul.global li .arrow.top .position span.point-2 {
	left: 1px;
	top: 1px;
}
footer nav.main-menu ul.global li .arrow.top .position span.point-3 {
	left: 3px;
	top: 1px;
}
footer nav.main-menu ul.global li .arrow.top .position span.point-4 {
	left: 4px;
	top: 2px;
}		
footer nav.main-menu ul.global li .arrow.bottom .position span.point-1 {
	left: 0px;
	bottom: 2px;
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-2 {
	left: 1px;
	bottom: 1px;
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-3 {
	left: 3px;
	bottom: 1px;
}
footer nav.main-menu ul.global li .arrow.bottom .position span.point-4 {
	left: 4px;
	bottom: 2px;
}					
footer nav.main-menu ul.global.hover li {
	opacity: 0.2;
}
footer nav.main-menu ul.global.hover li:hover {
	opacity: 1;
}
footer nav.main-menu ul.global li a {
	font-family: 'geosanslightregular';
	color: #FFF;
	padding: 0 23px;
	display:block;
	z-index:2;
	position: relative;
	text-decoration:none;
}


footer nav.submenu {
	background: #DC6313;
	color: #fff;
	height: 95px;
}
footer.ongoing nav.submenu,
footer.close nav.submenu{
	display:none;
}
footer nav.submenu .global,
footer nav.submenu .global2 {
}
footer nav.submenu .global ul,
footer nav.submenu .global2 ul {
	padding: 0px;
	margin: 0px;
	width: 500px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
}
footer nav.submenu .global ul li,
footer nav.submenu .global2 ul li {
}
footer nav.submenu .global ul li a,
footer nav.submenu .global2 ul li a {
	color: #fff;
	display:block;
	text-decoration:none;
	font-family: 'proxima_novalight';
}
footer nav.submenu .global ul li a:hover,
footer nav.submenu .global2 ul li a:hover {
	color: #f5ba92;
}
footer nav.submenu .global ul li.arrow,
footer nav.submenu .global2 ul li.arrow {
	display: block;
	height: 7px;
	line-height: 7px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
}
footer nav.submenu .global ul li.arrow .position,
footer nav.submenu .global2 ul li.arrow .position {
	width: 7px;
	height: 7px;
	display:inline-block;
	background: no-repeat center center;
	text-indent: -99999px;
	font-size: 0px;
	position: relative;
}
footer nav.submenu .global ul li.arrow .position span,
footer nav.submenu .global2 ul li.arrow .position span {
	display: block;
	position: absolute;
	background: #fff;
	width: 1px;
	height: 1px;
}
footer nav.submenu .global ul li.arrow .position span.line,
footer nav.submenu .global2 ul li.arrow .position span.line {
	height: 7px;
	left: 3px;
	top: 0px;
}
footer nav.submenu .global ul li.arrow .position span.point-1,
footer nav.submenu .global2 ul li.arrow .position span.point-1 {
	left: 0px;
	top: 3px;
}
footer nav.submenu .global ul li.arrow .position span.point-2,
footer nav.submenu .global2 ul li.arrow .position span.point-2 {
	left: 1px;
	top: 4px;
}
footer nav.submenu .global ul li.arrow .position span.point-3,
footer nav.submenu .global2 ul li.arrow .position span.point-3 {
	left: 2px;
	top: 5px;
}
footer nav.submenu .global ul li.arrow .position span.point-4,
footer nav.submenu .global2 ul li.arrow .position span.point-4 {
	left: 4px;
	top: 5px;
}
footer nav.submenu .global ul li.arrow .position span.point-5,
footer nav.submenu .global2 ul li.arrow .position span.point-5 {
	left: 5px;
	top: 4px;
}
footer nav.submenu .global ul li.arrow .position span.point-6,
footer nav.submenu .global2 ul li.arrow .position span.point-6 {
	left: 6px;
	top: 3px;
}

#content {
	margin: 120px 0 60px 0;
	min-width: 1000px;
}
#content-ajax {
	position : relative;
}
#content-ajax > span.mask {
	display:block;
	background: #000;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1500;
	opacity: 0.6;
	display:none;
}

/*---------------------------------\ 
				Page Home
\---------------------------------*/
.page-home{}
.page-home h1 {display: none;}
.page-home .slideshow,
.page-home .slideshow-part {
	height: 600px;
	line-height:600px;
}
.page-home .slideshow {
	position: relative;
	overflow:hidden;
}
.page-home .slideshow ul.list {
	position: absolute;
	left: 36px;
	width:12px;
	padding:0;
	margin:0;
	list-style:none;
	z-index:1000;
}
.page-home .slideshow ul.list li {
	padding: 4px 0;
}
.page-home .slideshow ul.list li a {
	display:block;
	text-indent: -99999px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 10px;
	line-height:10px;
	border:1px solid #fff;
	background : url('../../images/background-black-40.png') repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url("../../assets/css/PIE-1.0.0/PIE.htc"); /* IE8 */
}
.page-home .slideshow ul.list li.active a {
	background: #fff;
}
.page-home .slideshow-part {
	width:100%;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 960px;
	z-index:10;
	background-size: 100% auto;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-home .slideshow.ratio-height .slideshow-part {
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-home .slideshow.animate .slideshow-part {
	transition: background-size 0.6s ease-in;
	-moz-transition: background-size 0.6s ease-in;
	-ms-transition: background-size 0.6s ease-in;
	-o-transition: background-size 0.6s ease-in;
	-webkit-transition: background-size 0.6s ease-in;		
}
.page-home .slideshow.zoom .slideshow-part {
	background-size: 104% auto;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-home .slideshow.ratio-height.zoom .slideshow-part {
	background-size: auto 104%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-home #slide-1 {
	background-image : url('../../images/home/slider-1.jpg');
}
.page-home #slide-1.animate-grey {
	-webkit-animation: animGrey 0.9s ease-in;
	-moz-animation: animGrey 0.9s ease-in;
	-o-animation: animGrey 0.9s ease-in;
	-ms-animation: animGrey 0.9s ease-in;
	animation: animGrey 0.9s ease-in;
}
@-webkit-keyframes animGrey {
	0% { -webkit-filter: grayscale(100%) brightness(10%) contrast(250%);}
	30% { -webkit-filter: grayscale(100%) brightness(10%) contrast(250%);}
	100% {-webkit-filter: grayscale(0%) brightness(100%) contrast(100%);}
}

@-moz-keyframes animGrey {
	0% { -moz-filter: grayscale(100%) brightness(10%) contrast(250%);}
	30% { -moz-filter: grayscale(100%) brightness(10%) contrast(250%);}
	100% {-moz-filter: grayscale(0%) brightness(100%) contrast(100%);}
}

@-o-keyframes animGrey {
	0% { -o-filter: grayscale(100%) brightness(10%) contrast(250%);}
	30% { -o-filter: grayscale(100%) brightness(10%) contrast(250%);}
	100% {-o-filter: grayscale(0%) brightness(100%) contrast(100%);}
}

@-ms-keyframes animGrey {
	0% { -ms-filter: grayscale(100%) brightness(10%) contrast(250%);}
	30% { -ms-filter: grayscale(100%) brightness(10%) contrast(250%);}
	100% {-ms-filter: grayscale(0%) brightness(100%) contrast(100%);}
}

@keyframes animGrey {
	0% { filter: grayscale(100%) brightness(10%) contrast(250%);}
	30% { filter: grayscale(100%) brightness(10%) contrast(250%);}
	100% {filter: grayscale(0%) brightness(100%) contrast(100%);}
}
.page-home #slide-2 {
	background-image : url('../../images/home/slider-2.jpg');
}
.page-home #slide-3 {
	background-image : url('../../images/home/slider-3.jpg');
}
.page-home #slide-4 {
	background-image : url('../../images/home/slider-4.jpg');
}
.page-home #slide-5 {
	background-image : url('../../images/home/slider-5.jpg');
}
.page-home .slideshow-part.animate {
	z-index:20;
	-webkit-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-moz-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-o-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-ms-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	-khtml-transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
	transition: all 1s cubic-bezier(1.000, 0.010, 0.330, 1);			
}
.page-home .slideshow-part.current_active {
	z-index:15;
}
.page-home .slideshow .global {
	text-align: center;
}
.page-home .slideshow .content {
	margin: auto;
	text-transform: uppercase;
	vertical-align:middle;
	display:inline-block;
	line-height:1.2;
	padding-bottom:80px;
}
.page-home .slideshow .content .block-title {
	background : url('../../images/background-black-40.png') repeat;
	color: #fff;
	margin-bottom: 90px;
	padding: 0 25px;
	margin-top:100px;
}
@media only screen and (min-width:960px) {
.page-home .slideshow .content .block-title {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
}			
.page-home .slideshow .content .block-title span {
	display: block;
}
.page-home .slideshow .content .block-title span.title {
	font-family: 'geosanslightregular';
	font-weight:bold;
	font-size: 57px;
	line-height: 79px;
	/*letter-spacing: 8px;*/
	padding: 25px 0 5px 0;
}
.page-home .slideshow #slide-2 .content .block-title span.title {
	/*letter-spacing: 11px;*/
	position: relative;
	left: 1px;
}
.page-home .slideshow #slide-3 .content .block-title span.title {
	/*letter-spacing: 25px;*/
	position: relative;
	left: 6px;
}
.page-home .slideshow .content .block-title span.subtitle {
	font-family: 'geosanslightregular';
	font-size: 25px;
	line-height: 35px;
	/*letter-spacing: 10px;*/
	padding-bottom: 27px;
}
.page-home .slideshow .button-effect {
	width: auto;
}
.page-home .circle-mouse {
	width: 100%;
	position: absolute;
	bottom:-102px;
	z-index:1000;
}
.page-home .circle-mouse.show,
html.no-csstransitions .page-home .circle-mouse {
	bottom:46px;
}
.page-home .circle {
	background : url('../../images/background-black-40.png') repeat;
	width:102px;
	height:102px;
	position: relative;
	margin: auto;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	border-radius: 51px;
	behavior: url("../../assets/css/PIE-1.0.0/PIE.htc"); /* IE8 */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-home .circle-mouse.show .circle {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.page-home .circle-mouse,
.page-home .circle-mouse .circle {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.page-home .circle .mouse {
	background : #fff;
	background-size: 50% auto;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:28px;
	height:52px;
	position: absolute;
	left:37px;
	top:25px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url("../../assets/css/PIE-1.0.0/PIE.htc"); /* IE8 */
	line-height: 2px;
}
.page-home .circle .points {
	background : url('../../images/new-dot.gif') no-repeat;
	background-size: 100% auto;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width: 4px;
	height:16px;
	position: absolute;
	left:12px;
	top:5px;
}
/*---------------------------------\ 
 Button effect - reveal, push out
\---------------------------------*/
.button-effect  {
	font-family: 'geosanslightregular';
	position: relative;
	z-index: 1;
	display:block;
	line-height: 54px;
	height: 62px;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	font-size: 19px;
	text-transform: uppercase;
}
.button-effect a{ text-decoration:none; }
.button-effect .button {
	overflow: hidden;
	display: block;
}
.button-effect .button span {
	display: block;
	background: #000;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
	transition: transform 0.2s;
	padding: 0 20px;
}
.button-effect .button::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 2px 0;
}
.button-effect .button:hover span,
.button-effect .button:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.button-effect .button:hover::before,
.button-effect .button:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.button-effect.black-to-white .button {
	border: 4px solid #fff;
}
.button-effect.black-to-white .button::before {
	background: #fff;
	color: #000;
}
.button-effect.black-to-white .button span {
	background: none;
	color: #fff;
}
.button-effect.white-to-black .button {
	border: 4px solid #fff;
}
.button-effect.white-to-black .button::before {
	background: #000;
	color: #fff;
}
.button-effect.white-to-black .button span {
	background: #fff;
	color: #000;
}
/*---------------------------------\ 
 				Contact Us
\---------------------------------*/
.page-contact{}
.page-contact .mask {
	background: url('../../images/background-black-40.png') repeat;
	height:700px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
}
.page-contact .title {
	background-color:#657078;
	height:69px;
	min-width: 1000px;
	width:100%;
}
.page-contact .title h1{
	display:block;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding-top:23px;
	padding-left:25px;
	font-family: 'geosanslightregular';
	letter-spacing: 3px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	background:url(../../images/icon-plus-1.jpg) no-repeat 0px 28px;
}
.page-contact label{
	display:block;	
	font-family: 'proxima_novalight';
	font-size:16px;
	color:#4f575d;
	margin:20px 0 10px 0;
}
.page-contact .input, .page-contact .textarea{
	border:1px solid #999;
	height:28px;
	width:453px;	
	padding-left:5px;
	margin:0;
	font-family: 'proxima_novalight';
	font-size:16px;
	color:#4f575d;
}
.page-contact .textarea{
	height:80px;	
}
.page-contact .submit{
	font-family: 'proxima_novalight';
	font-size:14px;
	color:#FFF;
	border:0;
	margin-top:15px;
	background-color:#8F9AA3;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
.page-contact .main{
	width:1000px;
	margin:30px auto;
}
.page-contact .main .column-l,
.page-contact .main .column-r{
	float:left;
	width:499px;
	padding:0;
	margin:0;
}
.page-contact .main .column-l h2{
	color:#FC7C27;
	font-family: 'geosanslightregular';
	font-size:26px;
	letter-spacing: 3px;
}
.page-contact .main .column-l .step-2{
	margin-top:200px;
	font-family: 'geosanslightregular';
	font-size:18px;
	color:#4f575d;
	text-align:center;
}
.page-contact .main .column-r .field-name,
.page-contact .main .column-r .field-detail{
	float:left;
	width:70px;
	text-align:right;
	font-family: 'proxima_novalight';
	font-size:14px;
	color:#4f575d;
	margin:0;
}
.page-contact .main .column-r .field-detail{
	text-align:left;
	width:355px;
	padding-left:2px;
}
.page-contact .main .column-r .field-detail a{
	color:#FF9900;
}
.page-contact .main .column-r .field-detail a:hover{
	color:#FC7C27;
	text-decoration:none;
}
.page-contact .errors {
	font-family: 'proxima_novalight';
	color: #FFF;
	background: #FC7C27;
	padding: 2px;
	font-size: 14px;
	text-indent:5px;
	display:none;
	width:456px;	
}

.page-contact h2.acc_trigger {
	font-family: 'proxima_novalight';
	padding: 0;
	padding-top:14px;
	margin: 0 0 2px 0;
	height: 30px;	
	line-height: 23px;
	background-color:#e6e6e6;
	width: 490px;
	font-size: 14px;
	font-weight: normal;
	float: left;
	transition: all .25s ease-in-out;
	position: relative;
	text-indent:20px;
	cursor:pointer;
}
.page-contact h2.acc_trigger:before, .page-contact h2.acc_trigger:after {
  background-color: #657078;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all .25s ease-in-out;
}
.page-contact h2.acc_trigger:before {
  margin-top: -.125rem;
  right: 1rem;
  width: 1rem;
  height: .20rem;
}
.page-contact h2.acc_trigger:after {
  margin-top: -.5rem;
  right: 1.375rem;
  width: .20rem;
  height: 1rem;
}
.page-contact h2.acc_trigger.list-open:before, .page-contact h2.acc_trigger.list-open:after {
  background-color: #FC7C27;
  -webkit-transform: rotateZ(135deg) scale(1.5);
  transform: rotateZ(135deg) scale(1.5);
}

.page-contact h2.acc_trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 20px 0 0 50px;
	
}
.page-contact h2.acc_trigger a:hover {
	color: #000;
}
.page-contact h2.active {
	
}
.page-contact .acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
	background: #FFF;
	border: 1px solid #FFF;
}
.page-contact .acc_container .block {
	padding: 5px 20px 5px 20px;
}
.page-contact .acc_container .block p {
	padding:0;
	margin: 0;
	font-size: 14px ;
	color:#4f575d;
}
.page-contact .acc_container h3 {
	font-size: 14px ;
	font-family: 'proxima_novalight';
	margin: 0 0 10px;
	padding: 0 0 1px 0;
	color:#FC7C27;	
}
/*---------------------------------\ 
 				   About
\---------------------------------*/
.page-about{}
.page-about .title {
	background-color:#657078;
	height:69px;
	min-width: 1000px;
	width:100%;
}
.page-about .title h1{
	display:block;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding-top:23px;
	padding-left:25px;
	font-family: 'geosanslightregular';
	letter-spacing: 3px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	background:url(../../images/icon-plus-1.jpg) no-repeat 0px 28px;
}
.page-about .parts{
	width:100%;	
}
.page-about .parts .ratio-height {
	background-size: auto 104%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-about .parts .block{
	width:1000px;
	margin:0 auto;
	padding-left:10px;
}
.page-about .parts .block h2{
	font-family: 'proxima_novalight';
	letter-spacing: 3px;
	color:#FC7C27;
	font-size:20px;
	display:block;
	margin-top:100px;
	margin-bottom:20px;
}
.page-about .parts .block .column-l{
	float:left;
	width:1000px;	
	height:700px;
	background:url(../../images/ted-about.jpg) no-repeat top right;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-about .parts .text{
	font-family: 'proxima_novalight';
	font-size:18px;
	color:#58656e;
	text-align:justify;
}
/*---------------------------------\ 
 				Project list
\---------------------------------*/
.page-projactlist{}
.page-projactlist .mask {
	background: url('../../images/background-black-40.png') repeat;
	height:700px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
}
.page-projactlist .title {
	background-color:#657078;
	height:69px;
	min-width: 1000px;
	width:100%;
}
.page-projactlist .title h1{
	display:block;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding-top:23px;
	padding-left:25px;
	font-family: 'geosanslightregular';
	letter-spacing: 3px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	background:url(../../images/icon-plus-1.jpg) no-repeat 0px 28px;
}
.page-projactlist .tree-parts{
	width:990px;
	margin:0 auto;
}
.page-projactlist .tree-parts h2{
	font-family: 'proxima_novalight';
	letter-spacing: 3px;
	color:#FC7C27;
	font-size:20px;
	display:block;
	margin:50px 0 10px 0;
}
.page-projactlist .tree-parts .block-left,
.page-projactlist .tree-parts .block-center,
.page-projactlist .tree-parts .block-right{
	float:left;
	width:30%;
	font-family: 'proxima_novalight';
	color:#58656e;
}
.page-projactlist .tree-parts .block-left ul,
.page-projactlist .tree-parts .block-center ul,
.page-projactlist .tree-parts .block-right ul{
	list-style-type:disc;
	margin-left:25px;
}
/*---------------------------------\ 
 				  Service
\---------------------------------*/
.page-service{}
.page-service .mask {
	background: url('../../images/background-black-40.png') repeat;
	height:700px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
}
.page-service .title {
	background-color:#657078;
	height:69px;
	min-width: 1000px;
	width:100%;
}
.page-service .title h1{
	display:block;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding-top:23px;
	padding-left:25px;
	font-family: 'geosanslightregular';
	letter-spacing: 3px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	background:url(../../images/icon-plus-1.jpg) no-repeat 0px 28px;
}
.page-service .block-one .ongoing {
	transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
}
.page-service .block-one .first-load {
	opacity:0;
}
.page-service .block-one{
	width:1000px;
	height:616px;
	margin:0 auto;	
}
.page-service .block-one .content{
	float:left;
	width:499px;
	height:100%;
	font-family: 'proxima_novalight';
	color:#58656e;	
}
.page-service .block-one .content h2{
	letter-spacing: 3px;
	color:#FC7C27;
	font-size:20px;
	display:block;
	margin:30px 0 10px 0;
}
.page-service .block-one .content ul{
	list-style-type:disc;
	margin-left:25px;
}
.page-service .block-one .bg-design{
	background:url(../../images/ted-design.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-production-fabrication{
	background:url(../../images/ted-Production-fabrication.jpg) no-repeat left;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-project-manage{
	background:url(../../images/ted-Project-Management.jpg) no-repeat left;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-logistices-warehousing{
	background:url(../../images/ted-Logistices-warehousing.jpg) no-repeat left;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-commercial{
	background:url(../../images/commercial.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-food{
	background:url(../../images/food.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-after-sales-service{
	background:url(../../images/after-service.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-retail{
	background:url(../../images/retail-store.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-test1{
	background:url(http://www.pgdevelop.com/en/wp-content/uploads/commercial4.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-test2{
	background:url(http://hotelnavarra.com/img/archief/fototheek/Meetings/Meeting%20Services/foodandbeverage/BrugesHotelNavarraMeetingsFoodBeverage01.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .bg-test3{
	background:url(http://www.storeworks.com/sites/default/files/milk/Retail_Expertise.jpg) no-repeat center;
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:100%;
	height:100%;
}
.page-service .block-one .ratio-height {
	background-size: auto 104%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
/*---------------------------------\ 
 				  Portfolio
\---------------------------------*/
.page-portfolio{}
.page-portfolio .mask {
	background: url('../../images/background-black-40.png') repeat;
	height:700px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
}
.page-portfolio .title {
	background-color:#657078;
	height:69px;
	min-width: 1000px;
	width:100%;
}
.page-portfolio .title h1{
	display:block;
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding-top:23px;
	padding-left:25px;
	font-family: 'geosanslightregular';
	letter-spacing: 3px;
	color:#FFF;
	font-size:26px;
	text-transform:uppercase;
	background:url(../../images/icon-plus-1.jpg) no-repeat 0px 28px;
}
.page-portfolio .list-gallery ul{
	list-style-type:none;
	width:1000px;
	display:block;
	margin:20px auto;
	padding:0;
}
.page-portfolio .list-gallery ul li{
	display:block;
	float:left;
	width:333px;
	height:264px;	
}
.page-portfolio .list-gallery ul li .pic-1,
.page-portfolio .list-gallery ul li .pic-2,
.page-portfolio .list-gallery ul li .pic-3,
.page-portfolio .list-gallery ul li .pic-4,
.page-portfolio .list-gallery ul li .pic-5,
.page-portfolio .list-gallery ul li .pic-6,
.page-portfolio .list-gallery ul li .pic-7,
.page-portfolio .list-gallery ul li .pic-8,
.page-portfolio .list-gallery ul li .pic-9,
.page-portfolio .list-gallery ul li .pic-10,
.page-portfolio .list-gallery ul li .pic-11{	
	background-size: auto 100%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
	width:330px;
	height:192px;
	margin:0;
	cursor:pointer;
}
.page-portfolio .list-gallery ul li .pic-1{
	background:url(../../images/gallery-main/BJ&Tsumori_Discovery.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-2{
	background:url(../../images/gallery-main/Coach_CTW&LadPrao.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-3{
	background:url(../../images/gallery-main/Coach_Men_Chidlom.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-4{
	background:url(../../images/gallery-main/Coach_Paragon2012.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-5{
	background:url(../../images/gallery-main/CommePlaybox.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-6{
	background:url(../../images/gallery-main/DH_Chidlom.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-7{
	background:url(../../images/gallery-main/Dh_Emporium.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-8{
	background:url(../../images/gallery-main/HP.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-9{
	background:url(../../images/gallery-main/HungSen.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-10{
	background:url(../../images/gallery-main/JimmyChoo@Chidlom.jpg) no-repeat right;
}
.page-portfolio .list-gallery ul li .pic-11{
	background:url(../../images/gallery-main/Loewe.jpg) no-repeat right;
}

.page-portfolio .list-gallery ul li .pic-1:hover,
.page-portfolio .list-gallery ul li .pic-2:hover,
.page-portfolio .list-gallery ul li .pic-3:hover,
.page-portfolio .list-gallery ul li .pic-4:hover,
.page-portfolio .list-gallery ul li .pic-5:hover,
.page-portfolio .list-gallery ul li .pic-6:hover,
.page-portfolio .list-gallery ul li .pic-7:hover,
.page-portfolio .list-gallery ul li .pic-8:hover,
.page-portfolio .list-gallery ul li .pic-9:hover,
.page-portfolio .list-gallery ul li .pic-10:hover,
.page-portfolio .list-gallery ul li .pic-11:hover{
	transition: all 1s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;	
	background-size: auto 104%;
	-ms-behavior: url("../../assets/css/backgroundsize.min.htc"); /* IE8 */
}
.page-portfolio .list-gallery ul li .text{
	width:330px;
	height:74px;
	font-family: 'proxima_novalight';
	color:#000;
	text-align:center;
	line-height:75px;
	margin:0;
	position:relative;
}
.page-portfolio .list-gallery ul li .hover{
	background-color:#FC7C27;	
	color:#FFF;
}
/*---------------------------------\ 
 				  Loading
\---------------------------------*/
.loading {
	/*visibility:hidden;*/
	z-index: 12;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
}

.loading .bg {
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background-color: #000;
}

.loading .title2 {
	z-index: 12;
	width:100px;
	height:30px;
	margin-left: -50px; 
	margin-top: -15px; 
	position: absolute;
	top: 50%;          
	left: 50%;
	
	overflow: hidden; 
	text-align:center;
	color:#FFF;
	font-family: 'proxima_novalight';
}
/*---------------------------------\ 
 				  Gallery
\---------------------------------*/
.gallery, .gallery .container, .gallery .images, .gallery .mask-g, .gallery .mask2, .gallery .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
.gallery .image {
	right: 0;
	background:#000;
}
.gallery .photo {
	position: absolute;
	left: 0;
	top: 0;
}
.gallery{
	visibility: hidden;
	z-index: 9999;
	background:#000;
}
.gallery .nodes{
	position: absolute;
	left:50%;
	top:100%;
	margin-top:-50px;
}
.gallery .node{  
	width: 10px;
	height: 10px;
	float: center;
	position:absolute;
	margin-left:-5px;
	margin-top:-5px;
	z-index:1;
	opacity:.23;
}
.gallery .nodes canvas {
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-75px;
}
.gallery .arrowright {	
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	right: 15px;
}
.gallery .arrowleft {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
	left: 16px;
}
.gallery .closebtn {	
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 7px;
}