/* =Table of Contents
--------------------------------------------------------------
	=Common Styles
	=Typography
	=Content Styles
	=Buttons
	=Navigation
	=Footer
	=Content Blocks
		-Large Hero
		-Overview BLock
		-Feature Box
		-Testimonials
		-Clients
		-Small Hero
		-Milestones
		-Video Background
		-Call to Action
		-Portfolio
		-Absolute Feature Box
		-Share Block
		-Contact Form Block
		-Map
	=Blog
	=404
	=Retina
*/


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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body { 
	background: #fff;
	color: #424242;
	font: normal 16px 'Josefin Sans',微軟正黑體 , arial, sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

section { overflow: hidden; }
::selection { background: #303336; color: #fff; }
::-moz-selection { background: #303336; color: #fff; }


/* =Typography
-------------------------------------------------------------- */

p {
	font-size: 0.9em;
	color: #424242;
	line-height: 1.9em;
	margin: 0 0 0.7em;
}

.highlighted { color: #2db4d8; }

em { font-style: italic; }
strong { font-weight: 800; }
small { font-size: 0.8em; }

h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", 'Josefin Sans', sans-serif;
	font-weight: 600;
	color: #303336;
	font-style: normal;
	line-height: 1.17em;
	margin: 0 0 15px;
}

a, a:visited {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}


h1 {
	font-size: 28px;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 20px;
	letter-spacing: -0.05em;
}

h3 {
	font-size: 18px;
	letter-spacing: -0.05em;
}

h4 {
	font-size: 13px;
	letter-spacing: -0.05em;
	text-transform: uppercase;	
}

h5 {
	font-family: "Lato";
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
}

h6 {
	font-family: "Lato";
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
}




@media (min-width: 768px) {
	p { font-size: 1em; }
	p.small { font-size: 14px; }
	h1 {font-size: 38px;}
	h2 {font-size: 25px;}
	h3 {font-size: 20px;}
	h4 {font-size: 14px;}
	h5 {font-size: 12px;}
	h6 {font-size: 12px;}
}

@media (min-width: 1200px) {
	p { font-size: 1em; }
	h1 {font-size: 48px;}
	h2 {font-size: 28px;}
	h3 {font-size: 24px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h6 {font-size: 13px;}
}
header .logo{width:120px;}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Typography for accent backgrounds */
.accent p, .accent h1, .accent h2, .accent h3, .accent h4, .accent h5, .accent h6 { color: #fff; }

.accent a, .accent a:visited { 
	color: #fff; text-decoration: underline;
	-webkit-transition: opacity 0.25s linear;
	   -moz-transition: opacity 0.25s linear;
		 -o-transition: opacity 0.25s linear;
			transition: opacity 0.25s linear;
}

.accent a:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.25s linear;
	   -moz-transition: opacity 0.25s linear;
		 -o-transition: opacity 0.25s linear;
			transition: opacity 0.25s linear;
}

/* Typography for light backgrounds */
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { color: #505656; }
.light p { color: #7a7a7a; }

/* Typography for dark backgrounds */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #f2f2f1; }
.dark p { color: #e0e0dd; }


/* =Content Styles
-------------------------------------------------------------- */
	
.content { padding-top: 35px; padding-bottom: 25px; }
.accent { background: #561050; }
.light { background: #f2f2f1; }
.dark { background: #303336; }
.title { padding-bottom: 30px; }
.parallax {
	width: 100%;
	background-size: cover; 
	background-attachment: scroll; 
	background-position: top center;

}

.padded { padding-bottom: 10px; }
.center { text-align: center; }
.center-mobile { text-align: center; }
.box-shadow {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.75);
	box-shadow: 0 1px 5px rgba(0,0,0,0.75);
}
.radius {
	width: 8px;
	height: 8px;
	margin-right: 20px;
	margin-top: 6px;
	background: #2db4d8;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 6px;
}
.circle {
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height:182px;
    font-size: 40px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}
.circle-border{
	display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 1px solid #fff;
}
.fa-square{color:#951556;}
.punch .col-xs-4{width:26%;}
.punch .col-xs-1{ width:11%;height:182px;background:url(../images/index_tech_arrow.png) no-repeat 50% 50%;}
.organization{background:url(../images/r1organ_bg.jpg) no-repeat 100%;}


@media (max-width: 768px) {
	.punch .col-xs-4{width:100%;}
	.punch .col-xs-1{ width:100%;height:30px;background:url(../images/icons/drop@2x.png) no-repeat 50% 50%;}
	.product .title span{font-size:20px;}
	
}
@media (min-width: 768px) {
	.content { padding-top: 40px; padding-bottom: 30px; }
	.center-mobile { text-align: left; }
	.circle-list{
		list-style:circle;
		line-height:1.6em;
	}
	.circle-list li{
		margin-left:16px;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 992px){.punch .col-xs-1{ width:11%;height:132px;background:url(../images/index_tech_arrow.png) no-repeat 50% 50%;}}

@media (min-width: 1200px) {
	.title { padding-bottom: 30px; }
	.parallax {
		background-size: auto;
		background-attachment: fixed;
		background-position: 50%;
	}
	
}

@media (min-width: 1920px) { 
	.parallax { background-size: cover; }
	.hero.parallax { background-size: contain; }
}

@media (max-width: 1920px) {
	.parallax { background-position: 50%!important;}
}


/* =Buttons
-------------------------------------------------------------- */

a.button {
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

a.button.white {
	color: #fff;
	border: 1px solid rgb(255, 255, 255);
	border: 1px solid rgba(255, 255, 255, .7);
}

a.button.white:hover {
	background: rgba(255, 255, 255, .1);
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.gray {
	border: 1px solid rgb(80, 86, 86);
	border: 1px solid rgba(80, 86, 86, .5);
	background: transparent;
	color: #505656;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.gray:hover {
	border: 1px solid #505656;
	background: #505656;
	color: #f2f2f1;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.accent {
	border: 1px solid rgb(86,16,80);
	border: 1px solid rgba(86,16,80,.5);
	background: transparent;
	color: #2db4d8;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.accent:hover {
	border: 1px solid #561050;
	background: #561050;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}
a.button.accent-focus {
	border: 1px solid rgb(86,16,80);
	border: 1px solid rgba(86,16,80,.5);
	background: #35013F;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}
a.button.accent-focus:hover {
	border: 1px solid rgba(86,16,80);
	border: 1px solid rgba(86,16,80,.5);
	background: #561050;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.accent-alt {
	border: 1px solid rgb(45, 216, 125);
	border: 1px solid rgba(45, 216, 125, .5);
	background: transparent;
	color: #2dd87d;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

a.button.accent-alt:hover {
	border: 1px solid #2dd87d;
	background: #2dd87d;
	color: #fff;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

@media (min-width: 768px) {
	a.button { padding: 12px 35px; font-size: 12px; }
}

@media (min-width: 1200px) {
	a.button { padding: 15px 45px; font-size: 13px; }
}


/* =Table
-------------------------------------------------------------- */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}  


.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  margin: 80px 0 0 10px;
  text-align: left;
}
.tabs li {
  float: left;
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 8px 21px 10px 21px;
  border-radius: 2px 2px 0 0;
  /*font-size: 20px;*/
  font-weight: normal;
  /*text-transform: uppercase;*/
  background: #dadcdc;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #fff;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: smaller;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #fff;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 12px;
  background: #fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
} 

/* =Navigation
-------------------------------------------------------------- */
span.lang{
	float:right;	
	border:1px solid #fff;
	padding: 10px 6px;
    font-size: 14px;
}
a:hover span.lang{
	background-color: rgba(255, 255, 255, .1);
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}
span.lang_zh:after{
	content:"中文";
}
span.lang_en:after{
	content:"EN";
}
/* Responsive Fix */
header { position: absolute; }
@media (min-width: 1200px) { nav { position: absolute;}}
.sticky-head { display: none; }

/* Mobile Navigation */

header.mobile {
	z-index: 99;
	padding-top: 20px;
	width: 100%;
	top: auto!important;
}

header.mobile .logo {
	margin-left: 20px;
	float: left;
}

header.mobile .nav-button {
	display: block;
	float: right;
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 20px;
}

header.mobile .nav-button .button-bars {
	display: block;
	width: 8px;
	height: 35px;
	padding-right: 53px;
	background: url(../images/icons/menu-lines.png) no-repeat;
	background-size: 10px 11px;
	background-position: center left;
}

header.mobile .nav-button.open .button-bars {
	background: url(../images/icons/menu-close.png) no-repeat;
	background-size: 10px 11px;
	background-position: center left;
}

header.mobile .nav-button .button-bars:after {
	display: block;	
	margin-left: 15px;
	content: "menu";
	font-size: 12px;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	
}

header.mobile .nav-button.open .button-bars:after {
	display: block;	
	margin-left: 15px;
	content: "close";
	font-size: 12px;
	color: #fff;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
}

nav.mobile { overflow: visible!important; }

nav.mobile .search-trigger {text-align: center;width: 100%;}

nav.mobile .search-form { margin: 20px 20px 0px 20px; opacity: 1!important; filter: alpha(opacity=100)!important; display: block!important;}

nav.mobile .nav-content { margin: 0px 20px 8px 20px; opacity: 1!important; filter: alpha(opacity=100)!important; display: block!important;}

nav.mobile .nav-content li { border-top: 1px solid #e8e8e8; }

nav.mobile .nav-content li.search-form, nav.mobile .nav-content li.first, nav.mobile #magic-line { border-top: none; }

nav.mobile a {
	width: 47%;
	display: inline-block; 
	padding: 12px 0px 12px 20px; 
	/*margin-right: 20px;*/
	font-size: 12px; 
	color: #aaaaaa;
	text-transform: uppercase; 
}

nav.mobile a:hover { text-decoration: none; }

nav.mobile { display: none; }

nav.mobile .nav-content li.drop a {
	background: url(../images/icons/drop.png) no-repeat;
	background-size: 9px 5px;
	background-position: right center;
}

nav.mobile .nav-content li.drop a.open {
	background: url(../images/icons/drop-up.png) no-repeat;
	background-size: 9px 5px;
	background-position: right center;
}

nav.mobile .nav-content .drop-list { 
	display: none;
	margin-left: 20px;
}

nav.mobile .nav-content .drop-list li:first-of-type { border-top: none; }
nav.mobile .nav-content .drop-list li:last-of-type { padding-bottom: 12px; }

nav.mobile .nav-content .drop-list li a {
	background: none!important;
	padding-left: 40px;
	font-size: 11px;
}

nav.mobile #search {
	width: 100%;
	border: none;
	outline: none;
	background: #fff url(../images/icons/search-xs.png) no-repeat;
	background-position: 12px;
	background-size: 16px 16px;
	padding: 10px 12px 10px 40px;
	margin-bottom: 12px;
	font-family: "Lato";
	font-weight: 300;
	color: #aaaaaa;
	font-size: 12px; 
	border: 1px solid #e0e0dd;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

@media (min-width: 768px) {
	header.mobile { padding-top: 40px; }
	header.mobile .logo { margin-left: 40px; }
	header.mobile .nav-button { margin-right: 40px; }
	header.mobile .nav-button.open .button-bars:after, .nav-button .button-bars:after { font-size: 12px; }
	nav.mobile .search-form { margin: 20px 40px 0px 40px;}
	nav.mobile .nav-content { margin: 0px 40px 4px 40px; }
	nav.mobile a { padding: 16px 0px 16px 40px; /*margin-right: 40px;*/ font-size: 13px; }
	nav.mobile .nav-content .drop-list li:last-of-type { padding-bottom: 16px; }
	nav.mobile .nav-content .drop-list li a { padding-left: 80px; font-size: 12px; }
	nav.mobile #search { padding: 14px 12px 14px 40px; }
}


/* Desktop Navigation */

header.desktop {
	z-index: 99;
	padding: 60px 60px 0px 5%;
	width: 30%;
	right: 0;
}
header.desktop .nav-button { display: none; }

nav.desktop {
	overflow: visible!important;
	position: absolute;
	display: block!important;
	z-index: 99;
	padding: 60px 5% 0px 60px;
	width: 60%;
	left: 0;
}

nav.desktop .search-trigger {
	font-family: sans-serif,Microsoft JhengHei;
	color:#fff;
	margin-top: 7px;
	margin-left: 35px;
	display: block;
	position: relative;
	float: right;
	width: 150px;
	height: auto;
	/*background: url(../images/icons/search-big.png) no-repeat top center;*/
	background-size: 18px 36px;
	cursor: pointer;
}
nav.desktop .search-trigger a{display: inline-block;font-size: 16px; color:#fff; text-decoration:none;padding-bottom: 6px;margin: 0 3px;}
nav.desktop .search-trigger a:hover{ border-bottom:1px solid #fff;}
nav.desktop .search-trigger.open { background-position: bottom center;}

nav.desktop .search-trigger:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 35px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .5);
	top: -7px;
	left: -32px;
}

nav.desktop .search-trigger.open:before {
	display: none;
}

nav.desktop .nav-content { /*float: right;*/ position: relative; }

nav.desktop .nav-content li { float: left; padding-right: 35px; position: relative; }

nav.desktop .nav-content li a { 
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
}

nav.desktop .nav-content li a:hover { text-decoration: none; }

nav.desktop .nav-content li.drop a {
	padding-right: 15px;
	background: url(../images/icons/drop-white.png) no-repeat;
	background-size: 9px 5px;
	background-position: right center;
}

nav.desktop .nav-content li.drop a.open {
	background: url(../images/icons/drop-up-white.png) no-repeat;
	background-size: 9px 5px;
	background-position: right center;
}

nav.desktop .nav-content .drop-list { 
	display: none;
	text-align: left; 
	position: absolute;
	width: 200px;
	background: transparent;
	border: 2px solid rgb(255, 255, 255);
	border: 2px solid rgba(255, 255, 255, .7);
	top: 100%;
	left:50%;
	bottom: auto;
	margin-left: -70px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

nav.desktop .nav-content .drop-list li { display: block; float: none; padding: 0;}

nav.desktop .nav-content .drop-list a { 
	background: none!important;
	display: block; 
	padding: 15px 0px 15px 25px!important;
	font-size: 12px;
	line-height: 1.2em;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

nav.desktop .nav-content .drop-list a:hover {
	background: rgba(255, 255, 255, .2)!important;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

nav.desktop .search-form { 
	position: absolute;
	top: 55px;
	right: 5%;
	margin-right: 65px;
	display: none;
}

nav.desktop #search {
	width: 455px;
	border: none;
	outline: none;
	background: transparent;
	background-size: 16px 16px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 12px;
	font-family: "Lato";
	font-weight: 300;
	color: rgb(255, 255, 255);
	font-size: 13px;
	line-height: 25px; 
	border: 1px solid rgb(255, 255, 255);
	border: 1px solid rgba(255, 255, 255, .7);
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

nav.desktop #search:focus {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
		 -o-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

#magic-line { display: block; position: absolute; top: 100%; left: 0; height: 1px; background: rgb(255, 255, 255); background: rgba(255, 255, 255, .7); }

/* Sticky Navigation */

@media (min-width: 1200px) {
	.sticky-head {
		position: fixed;
		display: none;
		height: 85px;
		width: 100%;
		background: rgb(45, 216, 125);
		background: rgba(45, 216, 125,0.9);
		z-index: 98;
	}
}

header.desktop.sticky, nav.desktop.sticky {
	position: fixed;
	padding-top: 0;
	max-height: 65px;
}

nav.desktop.sticky .nav-content li a { font-size: 12px; }

nav.desktop.sticky .drop-list {
	border: none;
	background: rgb(45, 216, 125);
	background: rgba(45, 216, 125, .95);
	top: 50px;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
 	   -moz-border-radius-bottomright: 4px;
	   -moz-border-radius-bottomleft: 4px;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
}

nav.desktop.sticky .nav-content .drop-list a { font-size: 11px; }
nav.desktop.sticky .search-form { top: -2px; }
nav.desktop.sticky #search { padding-top: 6px; padding-bottom: 6px; }


/* =Footer
-------------------------------------------------------------- */
footer {
	color: #f2f2f1;
	background: #303336;
}
footer h3,footer p,footer a,footer a:visited{	color: #f2f2f1;}
footer .col-md-12 p{border-top: #f2f2f1 1px dotted;}
footer .col-md-4 p{border-bottom: #f2f2f1 1px dotted;}
footer span{width:100%;display:block;padding:5px;}
footer span a {margin-left: 10px;font-weight:normal;}

/* IE9 FIX */
html.ie9 footer .social-list { background: #303336; }

footer .social-list li {
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
}

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

footer .social-list li.copyright { font-size: 12px; color: #aaaaaa;}



/* =Content Blocks
-------------------------------------------------------------- */

/* -- Large Hero -- */
.overlay{
	background-color:rgba(86,16,80,.35);
	height:100%;
	left:0;
	position:relative;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
}

.hero { 
	background-image:url(../images/hero@2x.jpg);
	min-height: 350px;
	height:100vh;
	/*text-align: center;*/
}

.hero .line {
	display: none;
	width: 1px;
	height: 80px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .7);
	margin: 25px auto 0px;	
}

.sub-hero a.circle-border{
	padding:10px 20px;
	color:#fff;
}
.goto-scroll{
	border: 0;
    bottom: 0;
    display: block;
    height: 5em;
    left: 50%;
    margin: 0 0 0 -5em;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 10em;
    z-index: 1;
}
.hero p { margin: 0; }
.hero-content p, .hero-content h1{
	color:#fff;
}


@media (min-width: 768px) {
	.hero {
	min-height: 360px;
}
	.hero .line { display: block; height: 40px; margin-top: 10px; }
}

@media (min-width: 1200px) {
	.hero .line { height: 80px; margin-top: 50px; }
	.hero { min-height: 680px; }
}

/* -- Overview Block -- */

.overview-block .button { margin-top: 15px; }

@media (min-width: 768px) {
	.overview-block .button { margin-top: 25px; }
}

@media (min-width: 1200px) {
	.overview-block .button { margin-top: 40px; }
}



/* -- Feature Box -- */


/* -- Testimonials -- */

/* -- Clients -- */
.clients { text-align: center; padding-top: 30px; padding-bottom: 10px; }
.clients .logo { margin-bottom: 20px; }

@media (min-width: 768px) {
	.clients { padding-top: 40px; padding-bottom: 20px; }
}

@media (min-width: 992px) {
	.clients { padding-top: 50px; padding-bottom: 30px; }
}

/* -- Small Hero -- */
.hero.small {  min-height: 250px; }

.hero.small .project-nav { padding-top: 25px; }

.hero.small .project-nav li {
	display: inline-block;
	margin-right: 35px;
}

.hero.small .project-nav li:last-of-type { margin-right: 0px; }

.hero.small .project-nav .icon { float: left; }

.hero.small .project-nav li a {
	float: left;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
}

.hero.small .project-nav .prev-project a {
	background: url(../images/icons/white-controls-prev.png) no-repeat left center;
	background-size: 9px 17px;
	padding-left: 18px;
}

.hero.small .project-nav .next-project a {
	background: url(../images/icons/white-controls-next.png) no-repeat right center;
	background-size: 9px 17px;
	padding-right: 18px;
}

@media (min-width: 768px) {
	.hero.small { min-height: 360px; }
	.hero.small .line { display: block; height: 80px; margin-top: 30px; }
	.hero.small .project-nav { padding-top: 30px; }
	.hero.small .project-nav li { margin-right: 70px; }
	.hero.small .project-nav li a { font-size: 12px; }
}

@media (min-width: 1200px) {
	.hero.small .line { height: 80px; margin-top: 50px; }
	.hero.small { min-height: 480px; }
	.hero.small .project-nav { padding-top: 70px; }
	.hero.small .project-nav li { margin-right: 100px; }
	.hero.small .project-nav li a { font-size: 13px; }
}

/* -- Milestones -- */

.milestone { text-align: center; padding-top: 25px; }
.milestone:last-of-type { padding-bottom: 25px; }

.milestone .value { 
	padding-bottom: 15px;
	font-family: 'Montserrat'; 
	font-size: 28px;
	letter-spacing: -0.05em;
	color: #303336;
}

@media (min-width: 768px) { 
	.milestone { text-align: center; padding-top: 35px; padding-bottom: 35px;}
	.milestone .value { font-size: 38px; }
}

@media (min-width: 1200px) {
	.milestone { text-align: center; padding-top: 50px; padding-bottom: 50px;}
	.milestone .value { font-size: 48px; }
}

/* -- Video -- */
.video-background { 
	position: relative; 
	background-color:rgba(0,0,0,.65);
	height:100%;
	left:0;
	top:0;
	transition:background-color 300ms ease;
	width:100%;
}
/*.overlay{	
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://static.wixstatic.com/media/0da768_8b89980121844d37be099f0dbe33e3e3.png);
    background-attachment: fixed;
}
*/
#bgVideo {
	z-index:-1;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../video/video-poster.jpg) no-repeat!important;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1;
	filter: alpha(opacity=100);
}

#bgVideo > video { display: none!important; }


.phases { margin-bottom: 20px; }

.phases .icon, .phases h3, .phases p { display: inline-block; }

.phases .icon { margin-right: 10px; }
.phases h3 { line-height: 26px; vertical-align: top; }
.phases p { width: 100%; }

.phases li {
	padding-top: 15px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.phases .icon, .phases h3, .phases p { float: left; }
	.phases {
		margin-top: 20px;
		margin-bottom: 45px;
	}
	
}

@media (min-width: 1200px) {
	#bgVideo {
		opacity: 0.2;
		filter: alpha(opacity=20);
	} 

	#bgVideo > video {
		display: block!important;	
	  	position: absolute !important;
	  	top: 0!important;
	}

	.phases {
		margin-top: 50px; 
		margin-bottom: 100px;
		border-top: 1px dashed rgb(224, 224, 221);
		border-bottom: 1px dashed rgb(224, 224, 221);
		border-top: 1px dashed rgba(224, 224, 221, .3);
		border-bottom: 1px dashed rgba(224, 224, 221, .3);
	}

	.phases li {
		padding-top: 50px;
		padding-bottom: 40px;
	}
}


/* -- Absolute Feature Box -- */
.feature-box.absolute .content { padding-bottom: 0px; }

.feature-box.absolute {
	background: -moz-linear-gradient(top, #f2f2f1 0%, #f2f2f1 85%, #fff 85%, #fff 100%);
	background: -webkit-linear-gradient(top, #f2f2f1 0%, #f2f2f1 85%, #fff 85%, #fff 100%);
	background: -o-linear-gradient(top, #f2f2f1 0%, #f2f2f1 85%, #fff 85%, #fff 100%);
	background: linear-gradient(top, #f2f2f1 0%, #f2f2f1 85%, #fff 85%, #fff 100%);
}

.image-absolute {
	display: block;
	float: left;
	width: 100%;
	height: 500px;
	background: url(../images/ipad.png) no-repeat;
	background-position: top center;
	background-size: contain;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.image-absolute { height: 650px; }
}


@media (min-width: 768px) {
	.feature-box.absolute .content { padding-bottom: 50px; }
	.feature-box.absolute {
		position: relative;
		overflow: visible;
		min-height: 765px;
		margin-bottom: 70px;
		background: #f2f2f1;
	}

	.image-absolute {
		position: absolute;
		width: 45%;
		height: 831px;
		background: url(../images/ipad.png) no-repeat;
		background-position: right bottom;
		bottom: -70px;
	}
}

@media (min-width: 1200px) {
	.feature-box.absolute .content { padding-bottom: 80px; }
	.feature-box.absolute { margin-bottom: 80px; min-height: 750px; }
	.feature-box.absolute .title { padding-bottom: 30px; }
	.feature-box.absolute .feature { padding-bottom: 25px; }
	.image-absolute { bottom: -80px; }
}



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

Cd-Main content

-------------------------------- */
.cd-main {
  overflow-x: hidden;
  color:#fff;
}
.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-main > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s;
  transition: transform 0.5s 0s;
}
@media only screen and (min-width: 600px) {
  .cd-main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
}
@media only screen and (min-width: 996px) {
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 23, 38, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

.cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item > a.dark-text, .cd-item > a.dark-text h2, .cd-item > a.dark-text p {
  color: #363558;
}
.cd-item > a.dark-text b {
  border-color: #363558;
}
.cd-item div {
  display: table-cell;
  vertical-align: middle;
  padding:0 40px;
}
.cd-item:nth-of-type(1) {
  background-color: #35013F;
}
.cd-item:nth-of-type(2) {
  background-color: #561050;
}
.cd-item:nth-of-type(3) {
  background-color: #E9B5D2;
}
.cd-item:nth-of-type(4) {
  background-color: #951556;
}
.cd-item h2 {
	color:#fff;
}
.cd-item p {
	color:#fff;
  line-height: 1.2;
  opacity: 0.6;
  /*padding: 1em 0;*/
}
.cd-item b {
  display: inline-block;
  /*font-size: 1.2rem;*/
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em 1.3em;
  border-radius: 50em;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 996px) {
  .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
  .cd-item h2, .cd-item p {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
  }
  .cd-item b {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
  }
  .cd-item a:hover h2, .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}

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

folding panel

-------------------------------- */
li.desktop{
	display:none;
}
.cd-folding-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left::after {
  background-color: #f9fafa;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #544173;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
@media only screen and (min-width: 600px) {
  .cd-folding-panel {
    width: 600px;
  }
  li.desktop{
	  display:block;
	}
}
@media only screen and (min-width: 996px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
}

.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.cd-fold-content h2 {
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.cd-fold-content p, .cd-fold-content em {
  line-height: 1.6;
}
.cd-fold-content em {
  display: inline-block;
  margin: 1em 0;
  font-family: "Vollkorn", serif;
  color: #7a78ae;
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content p {
  margin-bottom: 1em;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.is-open .cd-fold-content h2 {
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-open .cd-fold-content em {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-open .cd-fold-content p {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
@media only screen and (min-width: 600px) {
  .cd-fold-content h2 {
  }
}
@media only screen and (min-width: 996px) {
  .cd-fold-content {
    padding: 4em;
  }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  .cd-fold-content em {
  }
  .cd-fold-content p {
  }
}

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

Javascript disabled

-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/* -- Share Block -- */

.share-block { padding-bottom: 25px; }

.share-block .title { text-align: center; }
.share-block .addthis_toolbox { text-align: center; }
.share-block .addthis_toolbox li { display: inline-block; }

.addthis_button_tweet { width: 90px; }
.addthis_button_google_plusone { width: 90px; }
.addthis_button_pinterest_pinit { height: 23px; }
.addthis_pill_style.addthis_counter { height: 23px; }

@media (min-width: 768px) { 
	.share-block { padding-bottom: 35px; }
}

@media (min-width: 1200px) { 
	.share-block { padding-bottom: 50px; }
}

/* -- Contact Form Block -- */

#contactform fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

.form-field span { display: block; }

.form-field span input, .form-field span textarea {
	border: none;
	outline: none;
	padding: 12px 18px;
	width: 100%;
	background:#35013F;
	background: rgba(255,255,255,.05);
	border: 1px solid #e0e0dd;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #aaaaaa;
	font-weight: 600;
	margin-bottom: 16px;
	-webkit-transition: border 0.25s linear;
	   -moz-transition: border 0.25s linear;
			transition: border 0.25s linear;
}

.form-field span input:focus, .form-field span textarea:focus {
	border: 1px solid rgb(233, 181, 210);
	border: 1px solid rgba(233, 181, 210, .5);
	-webkit-transition: border 0.25s linear;
	   -moz-transition: border 0.25s linear;
			transition: border 0.25s linear;
}

.form-field span textarea {
	overflow: auto;
	height: 180px;
	padding: 18px;
}

.form-field label {
	display: block;
	padding-bottom: 8px;
	font-size: 0.8em;
}

.form-click input {
	margin-right: 15px;
	font-family: "Lato";
	border: none;
	display: inline-block;
	padding: 10px 25px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid rgb(255, 255, 255);
	border: 1px solid rgba(255,255,255,.5);
	background: rgba(255,255,255,.05);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
			transition: background 0.25s linear;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
}

.form-click input:hover {
	color: rgb(233, 181, 210); 
	border: 1px solid rgb(233, 181, 210);
	border: 1px solid rgba(233, 181, 210, .5);
	-webkit-transition: background 0.25s linear;
	   -moz-transition: background 0.25s linear;
			transition: background 0.25s linear;
}

#alert { margin-top: 25px; display: none; }

.notification {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 18px;
	text-align: left;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

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

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

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

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

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

@media (min-width: 768px) {
	.form-field span input, .form-field span textarea { margin-bottom: 20px; }
	.form-field label { font-size: 0.9em; padding-bottom: 10px; }
	.form-click input { padding: 12px 35px; font-size: 12px; }
}

@media (min-width: 1200px) {
	.form-field span input, .form-field span textarea { margin-bottom: 25px; }
	.form-field label { font-size: 1em; padding-bottom: 12px; }
	.form-click input { padding: 15px 45px; font-size: 13px; }
}
ul.address_list{
	border-left:1px solid rgba(255,212,248,.1) ;
}
ul.address_list span{
	padding:10px;
	display:inline-block;
    vertical-align: text-top;	
	
}
ul.address_list li{
	color:#424242;
	padding:10px 20px;
	width:100%;
	border-bottom:1px solid rgba(255,212,248,.1) ;
}
ul.address_list li:last-child{
	border:none;
}

/* -- Map -- */

#map {
	width: 100%;
	min-height: 280px;
}

.gmnoprint img {
    max-width: none; 
}

@media (min-width: 768px) {
	#map { min-height: 450px; }
}
/* -- Progress Tracker -- */
.progress-tracker {
  position: fixed;
  top: 50%;
  right: 40px;
}
.progress-tracker.hide {
  width: 0px;
}
.progress-tracker.hide ul li .pt-description,
.progress-tracker.hide.active ul li .pt-description,
.progress-tracker.hide.constant ul li.active .pt-description {
  display: none;
}
.progress-tracker ul li {
  width: 12px;
  height: 12px;
  position: relative;
  background-color: #ebe9ea;
  /*border: 2px solid #666;*/
  margin-bottom: 10px;
  list-style-type: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.progress-tracker ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.progress-tracker ul li .pt-description {
  display: none;
  position: absolute;
  top: -2px;
  right: 25px;
  padding: 3px 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #e9ebea;
  white-space:nowrap;
}
.progress-tracker ul li.active {
  background-color: #BD008E;
 /* border-color: #0070a4;*/
}
.progress-tracker.constant ul li.active .pt-description {
  display: block;
}

/* =Blog
-------------------------------------------------------------- */


/* =404
-------------------------------------------------------------- */

.four-o-four {
	width: 100%;
	text-align: center;
	background: #2db4d8 url(../images/404.jpg) no-repeat;
	background-position: 50%;
	background-size: cover;
}

.four-o-four h1 { color: #fff; margin-bottom: 35px;}

/* =Retina
-------------------------------------------------------------- */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	header.mobile .nav-button .button-bars { background: url(../images/icons/menu-lines@2x.png) no-repeat; background-size: 10px 11px; background-position: center left; }
	header.mobile .nav-button.open .button-bars { background: url(../images/icons/menu-close@2x.png) no-repeat; background-size: 10px 11px; background-position: center left; }
	nav.mobile .nav-content li.drop a { background: url(../images/icons/drop@2x.png) no-repeat; background-size: 9px 5px; background-position: right center; }
	nav.mobile .nav-content li.drop a.open { background: url(../images/icons/drop-up@2x.png) no-repeat; background-size: 9px 5px; background-position: right center; }
	nav.mobile .nav-content #search { background: url(../images/icons/search-xs@2x.png) no-repeat; background-size: 16px 16px; background-position: 12px; }
	nav.desktop .search-trigger { background: url(../images/icons/search-big@2x.png) no-repeat top center; background-size: 18px 36px; }
	nav.desktop .search-trigger.open { background-position: bottom center; background-size: 18px 36px; }
	.hero.small .project-nav .prev-project a { background: url(../images/icons/white-controls-prev@2x.png) no-repeat left center; background-size: 9px 17px; }
	.hero.small .project-nav .next-project a { background: url(../images/icons/white-controls-next@2x.png) no-repeat right center; background-size: 9px 17px; }
	.testimonial-pager .bx-pager-link { background: url(../images/icons/slider-pager@2x.png) no-repeat; background-size: 10px; }
	.testimonial-pager .bx-pager-link.active { background: url(../images/icons/slider-pager-active@2x.png) no-repeat; background-size: 10px; }
	.project-gallery .project-prev .bx-prev { background: url(../images/icons/black-controls-prev@2x.png) no-repeat; background-size: 9px 17px; }
	.project-gallery .project-next .bx-next { background: url(../images/icons/black-controls-next@2x.png) no-repeat; background-size: 9px 17px; }
	.project-gallery .project-prev .bx-prev.background--dark { background: url(../images/icons/white-controls-prev@2x.png) no-repeat; background-size: 9px 17px; }
	.project-gallery .project-next .bx-next.background--dark { background: url(../images/icons/white-controls-next@2x.png) no-repeat; background-size: 9px 17px; }
	.project-gallery .project-controls .bx-pager-link {background: url(../images/icons/slider-pager@2x.png) no-repeat; background-size: 10px; }
	.project-gallery .project-controls .bx-pager-link.active { background: url(../images/icons/slider-pager-active@2x.png) no-repeat; background-size: 10px; }
	.project-gallery .project-controls .bx-pager-link.background--dark { background: url(../images/icons/slider-pager-white@2x.png) no-repeat; background-size: 10px; }
	.project-gallery .project-controls .bx-pager-link.active.background--dark { background: url(../images/icons/slider-pager-active-white@2x.png) no-repeat; background-size: 10px; }
	.search-submit { 	background: #fff url(../images/blog/search@2x.png) no-repeat center center; background-size: 16px 16px;}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 

	nav.desktop .nav-content li.drop a {
		background: url(../images/icons/drop-white@2x.png) no-repeat;
		background-size: 9px 5px;
		background-position: right center;
	}

	nav.desktop .nav-content li.drop a.open {
		background: url(../images/icons/drop-up-white@2x.png) no-repeat;
		background-size: 9px 5px;
		background-position: right center;
	}
}



