* {
  -webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}
input, textarea {
  -webkit-touch-callout: text; /* iOS Safari */
	-webkit-user-select: text; /* Safari */
	 -khtml-user-select: text; /* Konqueror HTML */
	   -moz-user-select: text; /* Firefox */
		-ms-user-select: text; /* Internet Explorer/Edge */
			user-select: text; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}
@font-face{
	font-family: 'Optima';
	font-style: normal;
	font-weight: normal;
	src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
}

html {
  	height: 100%;
}
body {
  	background: #E2E4E7;
  	padding: 0;
  	text-align: center;
  	font-family: 'Optima';
  	position: relative;
  	margin: 0;
  	height: 100%;
  	-webkit-font-smoothing: antialiased;
  	-webkit-backface-visibility: hidden;
  	overflow-x: hidden;
}

.appleLinksBlack a { 
	color: #f8ae45!important; 
}
input, textarea {
	border-radius: 0;
}
input[type=text], textarea {
	outline: none;
	border: 1px solid transparent;
}

.ccformfield {
	outline: none;
	border: 1px solid transparent;
}
input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);
}
.page_container {
	width:100%;
	height:100%;
}
#fullpage {
	height: 100%;
}
.one-page #fullpage {
	background: #2E2C43;
	text-align:left;
	height:100%;
	position:relative;
	overflow:hidden;
}

.page_wrapper {
	position: relative;
	padding-top:120px;

	height:100%;
	padding-left:9.5%;
	padding-right:9.5%;
	padding-bottom:60px;
}

.back {
	z-index:10;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	height:100px;
	padding: 7px;
	width: 100%;
	text-align:initial!important;
	padding-top:15px;
	padding-left:8%;
	padding-right:8%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255, 255, 255, 0);
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
header {
	position: relative;
}
.navbar-right li + li:before {
	content: "/";
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-toggle {
	background: #2E2C43;
	border: none;
	padding:13px;
	margin-top:-10px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #2E2C43 !important;
}

.fp-viewing-home .img1, .fp-viewing-about .img1, .fp-viewing-service .img1, .fp-viewing-contact .img1, .fp-viewing-index .img2, .one-page .img1 {
	display:none;
}

.fp-viewing-home .img2, .fp-viewing-about .img2, .fp-viewing-service .img2, .fp-viewing-contact .img2, .fp-viewing-index .img1, .one-page .img2 {
	display:block;
}

.fp-viewing-home .back, .fp-viewing-about .back, .fp-viewing-service .back, .fp-viewing-contact .back, .one-page .back {
	background: #fff;
}

.fp-viewing-home .back .navbar-inverse .navbar-nav > li,
.fp-viewing-about .back .navbar-inverse .navbar-nav > li,
.fp-viewing-service .back .navbar-inverse .navbar-nav > li,
.fp-viewing-contact .back .navbar-inverse .navbar-nav > li,
.one-page .back .navbar-inverse .navbar-nav > li {
	color: #000;
}

.fp-viewing-home .back .navbar-inverse .navbar-nav > li > a,
.fp-viewing-about .back .navbar-inverse .navbar-nav > li > a,
.fp-viewing-service .back .navbar-inverse .navbar-nav > li > a,
.fp-viewing-contact .back .navbar-inverse .navbar-nav > li > a,
.one-page .back .navbar-inverse .navbar-nav > li > a {
	color: #000;
}

#header-left {
	float: left;
}
#header-right {
	float: right;
}
.section {
	width: 100%;
	height: 100%;
	position: relative;
}
.left {
	text-align:left!important;
	color:white;
}
.left h2 {
	font-weight:bold;
	margin-top:-10px;
}
.small-h2 {
	color:white;
	font-weight:bold;
	margin-top:20px!important;
	font-size:18px!important;
}
.fixed-bottom {
	background:white;
	width:100%;
	height:48px;
	position:absolute;
	left:0;
	bottom:0;
}
.hide-footer {
	display:none;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
	display: none;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

.sl-slider-wrapper {
	background:#fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.bg-1 .sl-slide-inner,
.bg-1 .sl-content-slice {
	background: #fff;
}

.bg-1 {
	pointer-events: none;
}

.bg-1 .sl-slide-inner div {
	position: relative;
	top: 38%;
	-ms-transform: translateY(-38%);
	-webkit-transform: translateY(-38%);
	-moz-transform: translateY(-38%);
	-o-transform: translateY(-38%);
	transform: translateY(-38%);
}
.bg-1 img {
	width: 30%;
}
.bg-1 p {
	font-size:18px;
	margin-top:20px;
	pointer-events: auto;
	cursor:pointer;
	color:#2E2C43;
}
.index .smoke {
	background-color: rgba(255, 255, 255, 0.15);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.smoke h1 {
	font-family:Times New Roman;
	font-style:italic;
	font-weight:lighter;
	letter-spacing: 2px;
	padding: 0;
	font-size: 60px;
	color: white;
}
.placeholder {
	background-color: #f6f6f6;
	background-size: cover;
	background-repeat: no-repeat;
}

.placeholder img {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: auto;
/* 	height:100%; */
	transition: opacity 1s linear;
	-webkit-transform:translateZ(0);
}

.smoke {
	-webkit-transform:translateZ(0);
}
.placeholder img.loaded {
	opacity: 1;
/* 		  	width: auto; */
}

.img-small {
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
}
.center_smoke {
	position: relative;
	top: 42%;
	margin: 0 auto 0;
/* 	max-width: 950px; */
	z-index: 3;
}
.center-wrap {
	height: 100%;
	white-space: nowrap;
	text-align: center;
}
.center-wrap:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	/* adjust for white space between pseudo element and next sibling */
	margin-right: -.25em;
	/* stretch line height */
	height: 100%; 
}
.wrap-content {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.column_container {
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
/* 
	position: relative;
	top: 46%;
	-ms-transform: translateY(-46%);
	-webkit-transform: translateY(-46%);
	-moz-transform: translateY(-46%);
	-o-transform: translateY(-46%);
	transform: translateY(-46%);
/* 
	position:relative;
	top:14%;
*/
	margin:0 auto;
}

.column_container a {
	text-decoration: none;
}
.column {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;
	box-sizing: border-box;
}
.column p {
	text-align:left;
	margin-left:20px;
	font-weight:bold;
	font-size:25px;
	margin-top:20px;
	color:white;
	margin-bottom:20px;
}
.column-one {
	-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
	-ms-flex-order: 1;              /* TWEENER - IE 10 */
	-webkit-order: 1;               /* NEW - Chrome */
	order: 1;
	padding:10px;
}
.column-two {
	-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
	-ms-flex-order: 2;              /* TWEENER - IE 10 */
	-webkit-order: 2;               /* NEW - Chrome */
	order: 2;
	padding:10px;
}
.column-three {
	-webkit-box-ordinal-group: 3;   /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 3;      /* OLD - Firefox 19- */
	-ms-flex-order: 3;              /* TWEENER - IE 10 */
	-webkit-order: 3;               /* NEW - Chrome */
	order: 3;
	padding:10px;
}
.column-box {
	background:#56707d;
	height:180px;
	border-radius: 8px;
	position:relative;
	padding-top:20px;
	overflow:hidden;
}
.column-watermark {
	position:absolute;
	bottom:0;
	left:0;
	width:300px;
	margin-left:-10px;
	margin-bottom:-20px;
	opacity: 0.1;
	-ms-transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg);
}
.column_content {
	width:60%;
	color:white;
	font-size:14px;
	text-align:left;
	margin-left:20px;
	line-height:normal;
}
.small_logo {
	position:absolute;
	bottom:0;
	right:0;
	width:90px;
	padding-right:5px;
	padding-bottom:5px;
	z-index:10;
}
.triangle {
	width:0px;
	height:0px;
	border-bottom: 140px solid #fff;
	border-left:140px solid transparent;
	position:absolute;
	right:0;
	bottom:0;
}

.line {
	height:1px;
	background:white;
	width:100%;
}
.about-wrapper {
	font-size:16px;
	color:white;
}
.type_about {
	background:white;
	border-radius: 8px;
	padding-top:10px;
	padding-bottom:10px;
	width:500px;
}
ul.about li {
	margin: 0 0 20px 0;
	text-align:center;
}

ul.about {
	padding: 0;
	list-style-type: none;
	text-align:center;
	width:100%;
	color:black;
}
.about_title {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
}
.about_content {
	margin:0;
	padding:0;
	font-size:0.7em;
	text-align:center;
}
.contact_us {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	margin-top:40px;
	text-align:center;
}
.contact_us ul {
	list-style-type: none;
	padding:0!important;
	margin:0;
}

.contact_us_list {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex:1;
	box-sizing: border-box;
	min-height:340px;
	border-right:1px solid white;
	color:white;
	padding: 0 10px;
}

.contact_us_list:nth-child(4) {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex:1;
	box-sizing: border-box;
	min-height:340px;
	border-right:0px;
	color:white;
	padding: 0 10px;
}

.contact_us_list ul li {
	text-align:center;
}

.footer .fleft {
	float:left;
	padding: 0 9.2%;
	margin-bottom;10px;
}

.fleft p {
	color:black;
}

.footer .fright {
	float:right;
	padding: 0 9.2%;
	margin-bottom;10px;
}
.footer .fa {
	padding: 10px;
	font-size: 18px;
	width: 38px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
}

.footer a:hover {
	color:white;
}
/* 
.footer .fa:hover {
	opacity: 0.7;
}
 */

.fa-facebook {
	background: #484848;
	color: white;
}

.fa-instagram {
	background: #484848;
	color: white;
}

.fa-twitter {
	background: #484848;
	color: white;
}
.service-wrapper {
	width:100%;
	background:#2E2C43;
	font-size:16px;
}
.section_autowide {
	padding:20px 7%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
}
/* 1 column: 320px */
.autowide {
	margin: 0 auto;
	width: 98%;
	padding-left:20px;
	padding-right:20px;
	margin-top:8px;
}
.autowide img {
	float: left;
	margin: 0 .75rem 0 0;
}
.autowide .module {
	margin-bottom: 2rem;
	min-height:180px;
	padding:20px;
	position:relative;
}
.autowide .module p {
	padding: .25rem .75rem;
	text-align:left;
	font-size:15px;
}
.service_content {
	width:70%;
}

.default_font {
	font-family:Times New Roman;
	font-style:italic;
	letter-spacing: 1px;
}
.service01 {
	background: url('../image/service01.jpg') no-repeat;
	background-size:cover;
}

.service02 {
	background: url('../image/service02.jpg') no-repeat;
	background-size:cover;
}

.service03 {
	background: url('../image/service03.jpg') no-repeat;
	background-size:cover;
}

.service04 {
	background: url('../image/service04.jpg') no-repeat;
	background-size:cover;
}

.service05 {
	background: url('../image/service05.jpg') no-repeat;
	background-size:cover;
}

.service06 {
	background: url('../image/service06.jpg') no-repeat;
	background-size:cover;
}

.service07 {
	background: url('../image/service07.jpg') no-repeat;
	background-size:cover;
}

.flip_front {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.flip_front p {
	text-align:center!important;
	width:100%;
	background: #333;
	background: rgba(0,0,0,0.3);
	padding: 4px 8px!important;
	-webkit-align-self: flex-end; /* add prefixed version */
    -ms-flex-item-align: end; /* add prefixed version */
	align-self: flex-end;
}

.flip_front div {
	background-color: rgba(0, 0, 0, 0.2);
	width:100%;
	height:100%;
	color:white;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
}

.flip_back {
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:#2E2C43;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip_back p {
	text-align:left!important;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:white;
	margin-left:5px;
}
.flip_front,
.flip_back {
  -webkit-backface-visibility: hidden;
		  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
		  transition: transform 0.3s;
}

.module.effect__click.flipped .flip_front {
  -webkit-transform: rotateY(-180deg);
		  transform: rotateY(-180deg);
}

.module.effect__click.flipped .flip_back {
  -webkit-transform: rotateY(0);
		  transform: rotateY(0);
}

.map-href:active, .map-href:hover, .map-href {
	color:white;
	text-decoration:none;
}

.nb_name_resp {
	display:none;
	color:white;
	margin-top:2px;
	margin-bottom:10px;
	font-size:13px;
}

.nb_name {
	display:block;
	color:white;
	margin-top:-8px;
	margin-bottom:10px;
	font-size:13px;
}
.nb_dynamic_field {
	display:block!important;
}
.double_input_1st {
	width:50%!important;
}

.double_input_2nd {
	width:50%!important;
	margin-left:10px;
}

.half_double_input_1st {
	width:30%!important;
}

.half_double_input_2nd {
	width:30%!important;
	margin-left:10px;
}

.half_input {
	width:calc(50% - 5px)!important;
}

.textarea_input_half {
	width:61%!important;
}
.fixed_input {
	width:300px!important;
	display:block!important;
}

.custom_select select {
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% #fff ;
	height: 100%!important;
	font-size: 11pt;
	width: 100%!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	outline-width: 0;
	text-indent: 1px;
	text-overflow: '';
	padding: 11px;
	border: none;
	color:black;
}

.custom_select select::-ms-expand {
	display: none;
}

.custom_select {
	position: relative;
	display:inline-block;
}

.custom_select::before {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
}

.remove_field {
	-webkit-align-self: center; /* Safari 7.0+ */
	align-self: center;
	margin-left:10px;
	color:white;
}

.remove_field:hover {
	color:white;
}

.login {
	width:100%!important;
}

.rwd-table {
	margin: 1em 0;
	min-width: 300px;
	width:100%;
}
.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
	padding-top: .5em;
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 8.5em;
	display: inline-block;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
.rwd-table {
	background: #fff;
	color: #000;
	border-radius: .4em;
	overflow: hidden;
	margin-top:40px;
}
.rwd-table thead {
	background: #56707d;
	color:white;
}
.rwd-table tr {
	border-color: #42545d;
}
.rwd-table th, .rwd-table td {
	margin: .5em 1em;
}
.rwd-nb {
	margin-top:60px;
	width:70%;
	font-weight:bold;
	font-size:13px;
}
@media (min-width: 600px) {
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 1em !important;
	}
	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th, .rwd-table td:before {
		color: #fff!important;
	}
}

@media (max-width: 980px) {
	.rwd-nb {
		width:100%;
	}
}
.rwd-table th, .rwd-table td:before {
	color: #2E2C43;
}
.fix-table {
	background: #fff;
	color: #000;
	border-radius: .4em;
	overflow: hidden;
	margin: 1em 0;
	min-width: 300px;
}
.fix-table th, .fix-table td {
	padding: 1em !important;
}
.fix-table tr {
	border-top: 1px solid #ddd;
}
.fix-table tr {
	border-color: #42545d;
}

.left-col1 {
	float: left;
	width: 31%;
	margin-right:10px;
}
.left-col2 {
	float: right;
	width: 31%;
	margin-right:10px;
}
.left-col3 {
	float: right;
	width: 31%;
	margin-right:10px;
}
.group {
	margin:0 auto;
	width:100%;
	margin-top:20px;
}
.group b {
	color: #dd5;
}
.group:after {
	content:"";
	display: table;
	clear: both;
}
@media screen and (max-width: 1000px) {
	.left-col1 {
		float:left;
		width:49%;
		margin-bottom:10px;
	}
	.left-col2 {
		float:right;
		width:49%;
		margin:0;
	}
	.left-col3 {
		float: none;
		width: auto;
		margin:0;
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	.left-col1, .left-col2, .left-col2 {
		float: none;
		width: auto;
		margin:0;
		clear:both;
		margin-bottom:10px;
	}
}
@media (max-width: 561px) {
	.smoke h1 {
		padding: 0;
		margin-bottom: 15px;
		font-size: 40px;
		color: white;
	}
}
/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
  .autowide .module {
		float: left;
		margin-right: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 0;
	}
}

/* 3 columns: 768px */
@media only screen and (min-width: 860px) {
  .autowide .module {
		width: 31.623931623931625%;
	}
	.autowide .module:nth-child(2n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 0;
	}
}

/* 4 columns: 992px and up */
@media only screen and (min-width: 1130px) {
  .autowide .module {
		width: 23.076923076923077%;
	}
	.autowide .module:nth-child(3n+0) {
		margin-right: 2.564102564102564%;
	}
	.autowide .module:nth-child(4n+0) {
		margin-right: 0;
	}
}

@media (max-width: 425px) {
	.footer .fright {
		display:none;
	}
}
@media only screen and (max-width: 501px) {
	.service_content {
		width:100%;
	}
}
@media (max-width: 612px) {
	.type_about {
		width:100%!important;
	}
}
@media only screen and (max-width: 741px) {
	.remove_field {
		margin-left:0px;
		margin-top:10px;
		padding-bottom:20px;
		color:white;
		display:block;
		text-align:left!important;
	}
	.remove_field:hover {
		color:white;
	}
	.remove_field:active {
		color:white;
	}
	.nb_name_resp {
		display:block;
	}
	
	.nb_name {
		display:none;
		margin-top:10px;
	}
	.nb_dynamic_field {
		display:none!important;
	}
	.one-page .ccfield-prepend {
		display:block!important;
	}
	
	.double_input_1st {
		width:100%!important;
	}

	.double_input_2nd {
		width:100%!important;
		margin-left:0px;
		margin-top:10px;
	}
	
	.half_double_input_1st {
		width:50%!important;
	}

	.half_double_input_2nd {
		width:50%!important;
		margin-left:0px;
		margin-top:10px;
	}

	.half_input {
		width:100%!important;
	}
	
	.textarea_input_half {
		width:100%!important;
	}
}
@media (max-width: 791px) {
	.footer .fleft {
		float:left;
		padding: 0 30px;
		margin-bottom;10px;
	}

	.footer .fright {
		float:right;
		padding: 0 30px;
		margin-bottom;10px;
	}
	.page_wrapper {
		padding-left:2%;
		padding-right:2%;
	}
	.back {
		padding-left:0px;
		padding-right:10px;
	}
}

@media (max-width: 800px) {
	.display_block {
		display:block;
		width:350px;
	}
	
	#navbar {
		overflow:hidden;
		background:white;
	}

	.fp-viewing-index #navbar {
		background:black;
	}

	.navbar-collapse {
		padding-right:0px;
		border: 1px solid transparent;
	}

	#navbar nav ul li {
		text-align:center;
		padding:10px;
	}

	.navbar-right li + li:before {
		content: ""!important;
	}
}

@media only screen and (max-width: 871px) {
	.bg-1 img {
		width: 300px;
	}
	.contact_us {
		display: block;
		margin-top:40px;
	}

	.contact_us_list {
		box-sizing: border-box;
		min-height:auto;
		border-bottom:1px solid white;
		border-right:0px;
		color:white;
		padding-bottom:10px;
	}

	.contact_us_list:nth-child(4) {
		box-sizing: border-box;
		min-height:auto;
		border-right:0px;
		border-bottom:0px;
		color:white;
		padding-bottom:10px;
	}
}

@media only screen and (max-width:1120px) {
	.display_block_session {
		display:block;
		width:350px;
	}
}