*,*:before,after { box-sizing: border-box }
body { margin: 0px; font-size: 14px }
img { border: 0px; max-width: 100%; vertical-align: top }
p { margin: 1em 0px; }
p:first-child { margin-top: 0px }
p:last-child { margin-bottom: 0px }
form, ul, li {margin: 0px;}
iframe { vertical-align: top; max-width: 100% }
table { border: 0px; border-spacing: 0px; }
a:link, a:visited, a:active, a:focus { text-decoration: none; color: #05B6F4 }
a:hover { color: #1670b8; text-decoration: none }
h1, h2, h3 { margin: 20px 0px 10px 0px; font-weight: 700; line-height: normal }
h4, h5, h6 { margin: 0px; font-weight: 400; line-height: 1.3em }
h1 { font-size: 42px }
h2 { font-size: 32px }
h3 { font-size: 28px }
h4 { font-size: 24px }
h5 { font-size: 18px }
h6 { font-size: 12px }
h3.SectionHeader { font-size: 32px; margin-top: 20px; margin-bottom: 20px }
h4.Title { margin: 10px 0px } 

@media only screen and (max-width: 1199px) {
	body { font-size: 16px }
}


.Area { max-width: 1200px; margin: auto }
.Area:after { content: ""; display: block; clear: both }
/*-- Section and Article size
===============================================================================*/
.Column { float: left }

.Column:first-child:last-child { float: none }
.Column.Right { float: right }
.Column.s1-2 { width: 50% }
.Column.s1-3 { width: 33.3333% }
.Column.s2-3 { width: 66.6667% }
.Column.s1-3:nth-of-type(3n+2) { width: 33.3334% }
.Column.s1-4 { width: 25% }
.Column.s3-4 { width: 75% }
.Column.s1-2.Margin { width: 49% }
.Column.s1-4.Margin { width: 23.5% }
.Column.s2-3.Margin:first-child { width: 66% }
.Column.s1-3.Margin:nth-of-type(n) { width: 32%; }
.Column.Margin:nth-of-type(n) { margin-left: 2% }
.Column.Margin:nth-of-type(n):first-child { margin-left: 0px }
@media only screen and (max-width: 767px) {
    .Row .Area .Column:nth-of-type(n) { float: none; width: 100%; margin: 0px }
    .Row .Area .Column.Margin:nth-of-type(n) { float: none; width: 100%; margin: 20px 0px 0px 0px }
}

section.Content .Detail:after { content: ""; display: block; clear: both }

/* Area and section
===============================================================================*/
.HeaderContentSections, .HeaderSections, .MainContentSections, .FooterSections { max-width: 1200px; margin: auto }
/*-- Class for wrapper -- */
.FullWidth { max-width: 100%; }
.MaxWidth { max-width: 1200px; margin: auto }
.section-item.MaxWidth { max-width: 100% }
.section-item.MaxWidth > * { max-width: 1200px; margin-left: auto; margin-right: auto }
.Lock { position: relative }
.shc .SectionHeader { text-align: center }
.Float { position: absolute; margin: auto; z-index: 20; max-width: 1200px; height: 25%; left: 0px; right: 0px; top: 0px; bottom: 0px; }


section.Article > div .List .Item { display: inline-block; width: 18.4%; margin-left: 2%; vertical-align: top; cursor: pointer }
section.Article > div .List .Item:nth-of-type(5n+1) { margin-left: 0px }
section.Article > div .List .Item:nth-of-type(n+6) { margin-top: 2% }


/*===================================================================================================
 Gallery
===================================================================================================*/
.Gallery > .Detail > .Wrapper .Item { display: inline-block; width: 18.4%; margin-left: 2%; vertical-align: top; cursor: pointer  }
.Gallery > .Detail > .Wrapper .Item:nth-of-type(5n+1) { margin-left: 0px }
.Gallery > .Detail > .Wrapper .Item:nth-of-type(n+6) { margin-top: 2% }
.Gallery > .Detail > .Wrapper .Item .Image { padding-top: 100%; position: relative; overflow: hidden }
.Gallery > .Detail > .Wrapper .Item .Image img { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.Gallery > .Detail > .Wrapper .Item .Image img.Hor { position: absolute; max-width: none; max-height: 100%; top: 0px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%) }

.Thumbs .Item { display: inline-block; width: 18.4%; margin-left: 2%; vertical-align: top; cursor: pointer  }
.Thumbs .Item:nth-of-type(5n+1) { margin-left: 0px }
.Thumbs .Item:nth-of-type(n+6) { margin-top: 2% }
.Crop { padding-top: 100%; position: relative; overflow: hidden; background: #efefef; }
.Crop img { position: absolute; top: 50%; left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.r1-1 img[data-hor*="r1-1"],
.r4-3 img[data-hor*="r4-3"],
.r16-9 img[data-hor*="r16-9"],
.r16-10 img[data-hor*="r16-10"] { max-width: none; height: 100%; top: 0px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%) }

.r4-3 .Crop { padding-top: 75% }
.r16-9 .Crop { padding-top: 56.25% }
.r16-10 .Crop { padding-top: 62.5% }


.Slide .Gallery { width: 100%; padding-top: 50%; margin: auto; position: relative; overflow: hidden; }
/*-- Direction Nav --*/
.Slide .Gallery > .Next, 
.Slide .Gallery > .Prev  { 
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ccc;
	top: 0px;
	bottom: 0px;
	margin: auto;
	border-radius: 50%;
	z-index: 4;
	cursor: pointer
}
.Slide .Gallery > .Prev { left: 0px; opacity: 0; transition: all 0.2s }
.Slide .Gallery > .Next { right: 0px; opacity: 0; transition: all 0.2s }
.Slide .Gallery:hover > .Prev { left: 4%; opacity:1 }
.Slide .Gallery:hover > .Next { right: 4%; opacity:1 }
/*-- slide arrow direction --*/
.Slide .Gallery > span:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	width: 36%;
	height: 36%;
	left:0px;
	right: 0px;
	top: 0%; 
	bottom: 0%;
	margin: auto;
	-webkit-transition: all 0.2s;
	transition: all 0.2s ease-in-out
}
.Slide .Gallery > .Prev:before { -webkit-transform: rotateZ(-45deg) translate(12%, 12%); transform: rotateZ(-45deg) translate(12%, 12%) }
.Slide .Gallery > .Next:before { -webkit-transform: rotateZ(135deg) translate(12%, 12%); transform: rotateZ(135deg) translate(12%, 12%) }
.Slide .Gallery > span:hover:before { border-color: #fff }
.Slide .Gallery > span:hover { background: #000 }
/*-- Control Nav --*/
.Slide .Gallery > .Nav { position: absolute; width: 100%; bottom: 20px; text-align: center; z-index: 5; padding: 0px }
.Slide .Gallery > .Nav li { display: inline-block; font-size: 0px; width: 12px; height: 12px; background: #ccc; border-radius: 50%; cursor: pointer; vertical-align: middle; margin: 0px 4px }
.Slide .Gallery > .Nav li.Active { width: 16px; height: 16px; background: #000 }
/*-- slide item*/
.Slide .List { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px }
.Slide .List >  div { position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; z-index: 1; }
.Slide .List >  div.Active~div { left: 100% }
.Slide .List.First >  div:last-child { left: -100% }
.Slide .List.Last >  div:first-child { left: 100% }
.Slide .List >  div.Before:nth-of-type(n) { z-index: 2; transition: all 2s ease-in-out; }
.Slide .List >  div.Active:nth-of-type(n) { left: 0px; z-index: 3; transition: all 2s ease-in-out; }


/* Fade
===============================================================================*/
.Slide.Fade .Gallery > .List > div:nth-of-type(n) { left: 0px; transition: none }
.Slide.Fade .Gallery > .List >  div.Active:nth-of-type(n) { 
	-webkit-animation-name: Fade;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
	animation-name: Fade;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}
@keyframes Fade {
	0%   { opacity: 0 } 
	100% { opacity: 1 }
}
@-webkit-keyframes Fade {
	0%   { opacity: 0 } 
	100% { opacity: 1 }
}

/* Fade
===============================================================================*/
.Slide.Four .Nav { display: none }
.Slide.Four .List > div:nth-of-type(n) { transition: none; z-index: 1 }
.Slide.Four .List > div.Active~div { left: 100% }
.Slide.Four .List > div.Active { transition: all 1s ease-in-out; z-index: 3 }
.Slide.Four .List > div.Before { z-index: 3; transition: all 1s ease-in-out; }
@media only screen and (min-width: 768px) {
	.Slide.Four .List > div { left: -25%; width: 25%;  }
	.Slide.Four .List.First > div:last-child { left: -25% }	
	.Slide.Four .List > div.Active+div { left: 25%;  z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List > div.Active+div+div { left: 50%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List > div.Active+div+div+div { left: 75%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List > div.Active+div+div+div+div { left: 100%; z-index: 2 }		
	.Slide.Four .List[data-direction="Prev"] > div.Active+div+div+div+div { transition: all 1s ease-in-out; }	
	.Slide.Four .List[data-all-left="3"] div:first-child { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="3"][data-direction="Prev"] div:first-child { transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="2"] div:first-child { left: 75%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="2"] div:first-child+div { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="2"][data-direction="Prev"] div:first-child+div { transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="1"] div:first-child { left: 50%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="1"] div:first-child+div { left: 75%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="1"] div:first-child+div+div { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="1"][data-direction="Prev"] div:first-child+div+div { transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child { left: 25%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child+div { left: 50%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child+div+div { left: 75%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child+div+div+div { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="0"][data-direction="Prev"] div:first-child+div+div+div { transition: all 1s ease-in-out; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.Slide.Four .List > div { left: -50%; width: 50%;  }
	.Slide.Four .List.First > div:last-child { left: -50% }
	.Slide.Four .List > div.Active+div { left: 50%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List > div.Active+div.Before+div { transition: all 1s ease-in-out; }	
	.Slide.Four .List[data-all-left="1"] div:first-child { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="1"][data-direction="Prev"] div:first-child { transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child { left: 50%; z-index: 3; transition: all 1s ease-in-out; }
	.Slide.Four .List[data-all-left="0"] div:first-child+div { left: 100%; z-index: 2 }
	.Slide.Four .List[data-all-left="0"][data-direction="Prev"] div:first-child+div { transition: all 1s ease-in-out; }
}
@media only screen and (max-width: 379px) {
	.Slide.Four .List.First > div:last-child { left: -100% }
}


.SlideWidth.Slide { max-width: 1200px; width: 100%; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto; position: absolute }
.SlideWidth.Slide .Default:hover > .Prev { left: -16px }
.SlideWidth.Slide .Default:hover > .Next { right: -16px }




/* SocialIcons
-----------------------------------------------------------*/
.SocialIcons { text-align: center; padding: 50px 0px 20px 0px }
.SocialIcons p { width: 80px; display: inline-block; margin: 0px 6px; position: relative; vertical-align: top }
.SocialIcons p a { display: block; width: 100%; padding-top: 100%; position: relative; }
.SocialIcons p img { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; border-radius:50%; padding:15px; background:#f2f2f2; transition:0.3s; }
.SocialIcons p img:hover{ background:#ddd; padding:5px; }
.SocialIcons a[href^="https://twitter.com"] img, .SocialIcons a[href^="https://www.twitter.com"] img { background: rgba(29,202,255,0.8) }
.SocialIcons a[href^="https://twitter.com"] img:hover, .SocialIcons a[href^="https://www.twitter.com"] img:hover { background:#009fe4}
.SocialIcons a[href^="https://facebook.com"] img, .SocialIcons a[href^="https://www.facebook.com"] img { background:#3b5998}
.SocialIcons a[href^="https://facebook.com"] img:hover, .SocialIcons a[href^="https://www.facebook.com"] img:hover { background:#253c76}
.SocialIcons a[href^="https://linkedin.com"] img, .SocialIcons a[href^="https://www.linkedin.com"] img { background: rgba(0,123,181,0.8) }
.SocialIcons a[href^="https://linkedin.com"] img:hover, .SocialIcons a[href^="https://www.linkedin.com"] img:hover { background: rgba(0,123,181,1) }
.SocialIcons a[href^="https://youtube.com"] img, .SocialIcons a[href^="https://www.youtube.com"] img { background:#bb0000 }
.SocialIcons a[href^="https://youtube.com"] img:hover, .SocialIcons a[href^="https://www.youtube.com"] img:hover { background:#a50000 }
.SocialIcons a[href^="https://plus.google.com"] img { background:#dd4b39 }
.SocialIcons a[href^="https://plus.google.com"] img:hover{ background:#cc4030}


/* Copyright
-----------------------------------------------------------*/
.Copyright .Ingress { padding: 30px 0px 30px 0px; font-size: 75%; text-align: center }
.Copyright .listArticle { max-width: 1200px; margin: auto }





/* .TagCloud
------------------------------------------------------------*/
.TagCloud > .TagCloud { margin-top: 40px; border-top: 1px dashed #ededed; padding-top: 20px }
.TagCloudTitle { display: block; font-weight: bold; text-transform: uppercase; font-size: 115% }
.TagCloudList { display: block }
.TagCloudList > span { display: inline-block; vertical-align: top; background: #666; padding: 4px 8px; margin-top: 8px; border-radius: 2px; transition: all 0.2s }
.TagCloudList > span:hover { background: #000 }
.TagCloudList > span a { color: #fff }



/*Menu
===============================================================================*/
.Menu nav > ul { margin-left: 0px; padding-left: 0px } /*<-- Change position of menu*/
.Menu nav > ul > li { display: inline-block; position: relative; vertical-align: top; line-height: normal } /*<-- Change line-height and height*/
.Menu a { /*<-- Style up this*/
	color: #666;
	padding:0px 20px;
	display: block;
	line-height: 50px;
}
.Menu .Button {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	margin: auto;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	width: 50px;
	height: 50px;
	z-index: 100;
}
.Menu .Button button { width: 100%; height: 100%; padding: 0px }
.Menu .Button span { 
	margin: auto;
	width: 60%;
	height: 2px;
	border-radius: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	background: #ccc;
	display: block;
	bottom: 0px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	transition: all 0.2s
}
.Menu .Button:not(.Active) span:nth-child(1) { bottom: 12px }
.Menu .Button:not(.Active) span:nth-child(3) { top: 12px }
.Menu .Button.Active span:nth-child(2) { opacity: 0; }
.Menu .Button.Active span:nth-child(1) { -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.Menu .Button.Active span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(-45deg) }

/* Slide
---------------------------------------*/
@media only screen and (min-width: 1200px) {
	.Menu.SlideIn .Button { position: fixed; display: block; width: 94px; height: 94px; right: 17px; }
	.Menu.SlideIn .Button button { background: none; border: 0px }
	.Menu.SlideIn .Button button:focus { outline: none }
	.Menu.SlideIn .Button span { height: 3px }
	.Menu.SlideIn .Button:not(.Active) span:nth-child(1) { bottom: 20px }
	.Menu.SlideIn .Button:not(.Active) span:nth-child(3) { top: 20px }
	.Menu.SlideIn nav { position: fixed; width: 24.5%; background: rgba(0,0,0,0.8); height: 100%; z-index: 10; transition: all 0.2s; overflow: hidden; right: -24.5% }
	.Menu.SlideIn nav.Active { right: 0% }
	.Menu.SlideIn nav > ul { padding-top: 100px }
	.Menu.SlideIn nav > ul > li { display: block; margin: auto;  }
	.Menu.SlideIn nav > ul > li a { display: inline-block; }
	/*-- Small --*/
	.Menu.SlideIn.Small .Button { overflow: visible; right: calc(24.5% - 290px); top: 40px; width: 42px; height: 42px; }
	.Menu.SlideIn.Small .Button.Active { width: 42px; height: 42px; top: 40px }
	.Menu.SlideIn.Small .Button:not(.Active) span:nth-child(1) { bottom: 12px }
	.Menu.SlideIn.Small .Button:not(.Active) span:nth-child(3) { top: 12px }
	.Menu.SlideIn.Small .Button span { height: 2px; background: #ccc }
	.Menu.SlideIn.Small .Button.Active span { height: 2px; background: #fff }
	.Menu.SlideIn.Small .Button:before { position: absolute; content: "MENU"; color: #ccc; right: 50px; top: 10px; font-size: 17px; cursor: pointer; letter-spacing:2px}
	.Menu.SlideIn.Small .Button.Active:before { content: "CLOSE"; color: #fff; right: 50px; top: 10px;color: #bbb }
	.Menu.SlideIn.Small nav { background: rgba(4, 23, 51, 0.95) }
	.Menu.SlideIn.Small nav > ul { max-width: 300px }
	.Menu.SlideIn.Small nav > ul > li { text-align: right; margin: 0px 0px }
	.Menu.SlideIn.Small nav > ul > li a { font-size: 18px; display: inline-block; color: #fff }
	.Menu.SlideIn.Small nav > ul > li a:hover { color: #66B2FE }
}
/* Mobile
---------------------------------------*/
@media only screen and (max-width: 1199px) {
	body.Mobile .Menu { position: fixed; right: 0px; top: 0px; z-index: 1000 }
	body.Mobile .Menu .Button { display: block }
	body.Mobile .Menu nav { position: absolute; right: 0px; top: 0px; height: 100vh; overflow: hidden; background: rgba(255,255,255,0.0)}
	body.Mobile .Menu nav.Active { 
		animation-name: MenuBGActive;
		animation-duration: 0.4s;
		animation-timing-function: ease-in-out; 
		-webkit-animation-name: MenuBGActive;
		-webkit-animation-duration: 0.4s;
		-webkit-animation-timing-function: ease-in-out; 
		width: 100vw; 
		background: rgba(255,255,255,0.8); 		
	}
	@keyframes MenuBGActive {
		0%   { background-color:rgba(255,255,255,0.0); width: 0vw } 
		50% { background-color:rgba(255,255,255,0.0); width: 100vw }
		100% { background-color:rgba(255,255,255,0.8); width: 100vw }
	}
	@-webkit-keyframes MenuBGActive {
		0%   { background-color:rgba(255,255,255,0.0); width: 0vw } 
		50% { background-color:rgba(255,255,255,0.0); width: 100vw }
		100% { background-color:rgba(255,255,255,0.8); width: 100vw }
	}
	body.Mobile .Menu nav.Deactive { 
		animation-name: MenuBGDeactive;
		animation-duration: 0.6s;
		animation-timing-function: ease-in-out; 
		-webkit-animation-name: MenuBGDeactive;
		-webkit-animation-duration: 0.6s;
		-webkit-animation-timing-function: ease-in-out; 
		width: 0vw
	}
	@keyframes MenuBGDeactive {
		0%   { background-color:rgba(255,255,255,0.8); width: 100vw } 
		33% { background-color:rgba(255,255,255,0.8); width: 100vw }
		66% { background-color:rgba(255,255,255,0.0); width: 100vw }
		100% { background-color:rgba(255,255,255,0.0); width: 0vw }
	}
	@-webkit-keyframes MenuBGDeactive {
		0%   { background-color:rgba(255,255,255,0.8); width: 100vw } 
		33% { background-color:rgba(255,255,255,0.8); width: 100vw }
		66% { background-color:rgba(255,255,255,0.0); width: 100vw }
		100% { background-color:rgba(255,255,255,0.0); width: 0vw }
	}

	body.Mobile .Menu nav ul { position: absolute; right: 0px; top: 0px;background: #000; height: 100vh; transform:translateX(100%); -webkit-transform:translateX(100%) }
	body.Mobile .Menu nav.Active ul { 
		animation-name: MenuActive;
		animation-duration: 0.4s;
		animation-timing-function: ease-in-out; 
		-webkit-animation-name: MenuActive;
		-webkit-animation-duration: 0.4s;
		-webkit-animation-timing-function: ease-in-out; 
		transform:translateX(0%); 
		-webkit-transform:translateX(0%) 
	}
	@keyframes MenuActive {
		0%   { transform:translateX(100%); -webkit-transform:translateX(100%) } 
		50% { transform:translateX(100%); -webkit-transform:translateX(100%) }
		100% { transform:translateX(0%); -webkit-transform:translateX(0%)  }
	}
	@-webkit-keyframes MenuActive {
		0%   { transform:translateX(100%); -webkit-transform:translateX(100%) } 
		50% { transform:translateX(100%); -webkit-transform:translateX(100%) }
		100% { transform:translateX(0%); -webkit-transform:translateX(0%)  }
	}
	body.Mobile .Menu nav.Deactive ul { 
		animation-name: MenuDeactive;
		animation-duration: 0.4s;
		animation-timing-function: ease-in-out; 
		-webkit-animation-name: MenuDeactive;
		-webkit-animation-duration: 0.4s;
		-webkit-animation-timing-function: ease-in-out; 
		transform:translateX(100%); 
		-webkit-transform:translateX(100%) 
	}
	@keyframes MenuDeactive {
		0%   { transform:translateX(0%); -webkit-transform:translateX(0%) } 
		50%   { transform:translateX(0%); -webkit-transform:translateX(0%) } 
		100% { transform:translateX(100%); -webkit-transform:translateX(100%) }		
	}
	@-webkit-keyframes MenuDeactive {
		0%   { transform:translateX(0%); -webkit-transform:translateX(0%) } 
		50%   { transform:translateX(0%); -webkit-transform:translateX(0%) } 
		100% { transform:translateX(100%); -webkit-transform:translateX(100%) }		
	}
	body.Mobile .Menu nav ul li { display: block }
	body.Mobile .Menu nav ul li a { padding-right: 70px; white-space: nowrap }
}







/* ScrollUp update 04/01/2016
===============================================================================*/
.ScrollUp { 	
	position: fixed;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	right: 20px; 
	bottom: 20px; 
	height: 60px; 
	width: 60px;
	padding: 30px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;	
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	font-size: 0px;
	background-color: #e7e7e7
}
.ScrollUp:before, .ScrollUp:after { content: ""; display: block; position: absolute; left: 38%; top: 38%; background: #000 }
.ScrollUp:before { width: 6%; height: 36%; }
.ScrollUp:after { width: 36%; height: 6%; }


/*Contact Page update 04/01/2016
===============================================================================*/
.FormPage { max-width: 1200px; margin: auto }
.FormPage:after { content: ""; display: block; clear: both }
.FormPage .formDesc { padding-top: 20px; float: left; width: 46% }
.FormPage form { margin: 20px 0px; padding: 15px; float: right; width: 50%; border: 1px solid #ededed; border-radius: 4px; background: #fff }
.FormPage .editor-wrapper { padding: 10px 0px; overflow: hidden;  border-bottom: 1px solid #ededed }
.FormPage .editor-label { float: left; width: 30%; line-height: 40px; }
.FormPage .editor-field  { float: left; width: 70% }
.FormPage #editorWrapperCaptcha.editor-wrapper, p.ContactFormSend { margin-bottom: 0px; }
.FormPage .ContactFormSend { margin-top: 20px; margin-left: 30% }
/*-- Confirm sent mail --*/
.FormPage .formConfirm { background: url(/Content/Archive/406/icon-thank-115443.png) top 40px center no-repeat; padding: 124px 0px 80px 0px; text-align: center }





/* Article Slide
===============================================================================*/
.flexslider { border: 0px; box-shadow: none; margin: 0px; position: relative; background: none }
.flexslider ul { padding: 0px; margin-top: 0px; margin-bottom: 0px }
.flexslider .slides img { width: 100%; display: block; }
/*slide bullet update 2015.09.09
--------------------------------------*/
.flex-control-nav { position: absolute; text-align: center; z-index: 50; display: block; width: 100%; bottom: 20px; padding: 0px }
.flex-control-nav li { vertical-align: middle; margin: 0 6px; display: inline-block; }
.flex-control-nav a { width: 10px; height: 10px; display: block; background:rgba(0,0,0,0.3); border-radius: 50%; box-shadow: none; vertical-align: middle; text-indent: -9999px; cursor: pointer; }
.flex-control-nav a.flex-active { width:20px; height:20px; background: #F15A29; }

/*slide arrow direction 2016.05.04
--------------------------------------*/
.flex-direction-nav li { height: 0px; list-style: none }
.flex-direction-nav a { 
	position: absolute;
	display: block;
	height: 50px; 
	width: 50px; 
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: rgba(0,0,0,0.3); 	
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	z-index: 50;
    text-indent: -9999px;
} /* image and position here*/
.flex-direction-nav .flex-prev { left: 0px }
.flex-direction-nav .flex-next { right: 0px }
.flexslider:hover .flex-prev { left: 4%; }
.flexslider:hover .flex-next { right: 4%; }
.flex-direction-nav a:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	width: 36%;
	height: 36%;
	left:0px;
	right: 0px;
	top: 0%; 
	bottom: 0%;
	margin: auto;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}
.flex-direction-nav .flex-prev:before { -webkit-transform: rotateZ(-45deg) translate(12%, 12%); transform: rotateZ(-45deg) translate(12%, 12%) }
.flex-direction-nav .flex-next:before { -webkit-transform: rotateZ(135deg) translate(12%, 12%); transform: rotateZ(135deg) translate(12%, 12%) }
.flex-direction-nav a:hover:before { border-color: #fff }
.flex-direction-nav a:hover { background: #000 }
.SlideWidth .flex-direction-nav { max-width: 1200px; width: 100%; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto; position: absolute }
.SlideWidth .flexslider:hover .flex-prev { left: -16px }
.SlideWidth .flexslider:hover .flex-next { right: -16px }
/*Text in slide
--------------------------------------*/
.Flexslider .flex-viewport li { position: relative }
.Flexslider .text { position: absolute; z-index: 1; height: 50%; width: 50%; margin: auto; left: 0px ; right: 0px; top: 0px; bottom: 0px }
.Flexslider a.btn { margin-top: 20px }
/*-- slide arrow1 direction --*/
.ArrowStyle1 .flex-direction-nav a { background: none !important }
.ArrowStyle1 .flex-direction-nav a:before { width: 68%; height: 68%; }
.ArrowStyle1 .flex-direction-nav a:hover:before { border-color: #000 }
.ArrowStyle1 .flex-direction-nav .flex-prev:before { -webkit-transform: rotateZ(-45deg) translate(32%, 32%); transform: rotateZ(-45deg) translate(32%, 32%) }
.ArrowStyle1 .flex-direction-nav .flex-next:before { -webkit-transform: rotateZ(135deg) translate(32%, 32%); transform: rotateZ(135deg) translate(32%, 32%) }
/*-- slide arrow2 direction --*/
.ArrowStyle2 .flex-direction-nav a { width: 25px; background: none !important; border-radius: 0px }
.ArrowStyle2 .flex-direction-nav a:before { width: 34px; height: 34px; border-width: 10px }
.ArrowStyle1 .flex-direction-nav a:hover:before { border-color: #000 }
.ArrowStyle2 .flex-direction-nav .flex-prev:before { -webkit-transform: rotateZ(-45deg) translate(18%, 18%); transform: rotateZ(-45deg) translate(18%, 18%) }
.ArrowStyle2 .flex-direction-nav .flex-next:before { -webkit-transform: rotateZ(0deg) translate(18%, 18%); transform: rotateZ(135deg) translate(18%, 18%); left: auto; }




/* Paging
===============================================================================*/
.Paging, .search-result-paging { position: relative; padding: 40px 0px 0px 0px; margin: 0px 15px; text-align: center }
.m input.PageButton[type="submit"], input.PageButton[type="submit"], .PageButton, .btn-gotopage { 
	width: 32px; 
	padding: 0px; 
	line-height: 30px; 
	height: 32px; 
	background: #fff; 
	margin: 10px 4px 0px 4px; 
	border: 1px solid #ccc; 
	display: inline-block; 
	color: #ccc; 
	font-size: 16px; 
	border-radius: 2px; 
	vertical-align: top;
	font-weight: normal;	
}
input.PageButton[type="submit"]:hover { background: #fff; }
input.PageButton[type="submit"].active, .PageButton.PageButtonActive, .PageButtonActive { background: #ccc; border: 0px; color: #fff }
input.PageButton[type="submit"].PageStep,
.PageButton.FirstPage,
.PageButton.LastPage { width: auto; border: 0px; background: none }
.PageButton.PreviousPage,.PageButton.btn-preview,.PageButton.btn-preview-disabled,
.PageButton.NextPage,.PageButton.btn-next,.PageButton.btn-next-disabled { position: relative; top: 0px; min-height: 0px; width: 32px;height: 32px; border: 0px;background: #fff; overflow: hidden; font-size: 0px; overflow: hidden }
.PageButton.PreviousPage:after,.PageButton.btn-preview:after,.PageButton.btn-preview-disabled:after,
.PageButton.NextPage:after,.PageButton.btn-next:after,.PageButton.btn-next-disabled:after {
	content: "";
	display: block;
	position: absolute;	
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-bottom: 3px solid transparent;
	border-right: 3px solid transparent;
	width: 12px;
	height: 12px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto
}
.PageButton.PreviousPage:after,.PageButton.btn-preview:after,.PageButton.btn-preview-disabled:after { left: 0px; transform: rotate(-45deg) }
.PageButton.NextPage:after,.PageButton.btn-next:after,.PageButton.btn-next-disabled:after { right: 0px; transform: rotate(135deg) }


/* Youtube resize
===============================================================================*/
.ytSize { position: relative;  }
.ytSize > * { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px }
.ytSize > * > iframe { width: 100%; height: 100% }
.ytSize.s16-9 { padding-top: 56%; }


body.Popup { overflow: hidden }
body > .Popup { position: fixed; width: 100%; height: 100%; z-index: 1001; top: 0px; opacity: 0 }
body > .Popup .Detail { position: absolute;
top: 50%; 
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%,-50%);
}
body > .Popup .Content img { position: absolute;
top: 50%; 
left: 50%;
max-width: calc(100% - 30px);
max-height: calc(100% - 30px);
transform: translate(-50%,-50%); }
body > .Popup .Background { background: rgba(0,0,0,0.8); height: 100%; width: 100% }
body > .Popup .Close { position: absolute; top: 15px; right: 15px; z-index: 1; width: 28px; height: 28px; cursor: pointer }

.Article .List .Cover a,
.Article .ListWithMoreDetail .Cover a { display: block; padding-top: 56.25%; background-size: cover }

body > .Popup .Close:before,
body > .Popup .Close:after { 
    content: "";
	margin: auto;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	left: 0px;
	right: 0px;
	top: 0px;
	background: #fff;
	display: block;
	bottom: 0px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: absolute;
	transition: all 0.2s;
	top: 0px
}

body > .Popup .Close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg) }
body > .Popup .Close:after { -webkit-transform: rotate(45deg); transform: rotate(-45deg) }

body > .Popup .Close:hover:before,
body > .Popup .Close:hover:after { background: #aaa }

.Article.r1-1 .Cover a { padding-top: 100% }
.Article.r4-3 .Cover a { padding-top: 75% }
.Article.r16-9 .Cover a { padding-top: 56.25% }
.Article.r16-10 .Cover a { padding-top: 62.5% }
.Article.r1-1 .ListWithMoreDetail .Cover a { padding-top: 100% }
.Article.r4-3 .ListWithMoreDetail .Cover a { padding-top: 75% }
.Article.r16-9 .ListWithMoreDetail .Cover a { padding-top: 56.25% }
.Article.r16-10 .ListWithMoreDetail .Cover a { padding-top: 62.5% }



.Property .List .Item { display: inline-block; vertical-align: top; width: 30%; margin-left: 5%; position: relative }
.Property .List .Item:nth-of-type(3n+1) { margin-left: 0px }
.Property .List .Item:nth-of-type(n+4) { margin-top: 3% }
.Property .List .Item i { font-size: 125% }
.Property .List .Item h4 { font-size: 125% }
.Property .List .Item .Cover a { display: block; padding-top: 75%; background: #f7f7f7 }
.Property .List .Item .Location { border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 11px; margin-bottom: 12px }
.Property .List .Item .Bedroom { display: inline-block; width: 25% }
.Property .List .Item .Bathroom { display: inline-block; width: 25% }
.Property .List .Item .LivingArea { display: inline-block; width: 50% }
.Property .List .Item .Price { font-size: 150% }




/* Ribbon
===============================================================================*/

.Ribbon { /* ribbon size */	
	position: absolute; 	
	z-index: 2;	
	left: -4px;
	top: 10px
}
.Ribbon text { overflow: hidden }
.Ribbon text:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ccc;
	z-index: -1;
}
/*-- Corner size --*/
.Ribbon:before { content: ""; z-index: -2; display: block; position: absolute; bottom: 0px; height: 4px; width: 4px; left: 0px; -webkit-transform: skewY(45deg); transform: skewY(45deg); transform-origin: 0% 100% !important; -webkit-transform-origin: 0% 100%; }  /* rotate corner right */
.Ribbon:before { background: rgba(0,0,0,0.8);}