/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
 
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
 
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
 
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
 
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
 
audio:not([controls]) {
    display: none;
    height: 0;
}
 
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
 
[hidden] {
    display: none;
}
 
/* ==========================================================================
   Base
   ========================================================================== */
 
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
 
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
 
html{
    font-family: serif;
}
 
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
 
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
 
/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
 
a:focus {
    outline: thin dotted;
}
 
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
 
a:active,
a:hover {
    outline: 0;
}
 
/* ==========================================================================
   Typography
   ========================================================================== */
 
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
 
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: 800;
}
 
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
 
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
 
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
 
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
 
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
 
b,
strong {
    font-weight: bold;
}
 
blockquote {
    margin: 1em 40px;
}
 
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
 
dfn {
    font-style: italic;
}
 
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
 
mark {
    background: #ff0;
    color: #000;
}
 
/*
 * Addresses margins set differently in IE 6/7.
 */
 
p,
pre {
    margin: 1em 0;
}
 
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
 
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
 
/*
 * Improves readability of pre-formatted text in all browsers.
 */
 
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
 
q {
    quotes: none;
}
 
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
 
q:before,
q:after {
    content: '';
    content: none;
}
 
small {
    font-size: 75%;
}
 
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}
 
/* ==========================================================================
   Lists
   ========================================================================== */
 
/*
 * Addresses margins set differently in IE 6/7.
 */
 
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
 
dd {
    margin: 0 0 0 40px;
}
 
/*
 * Addresses paddings set differently in IE 6/7.
 */
 
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
 
/*
 * Corrects list images handled incorrectly in IE 7.
 */
 
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
 
/* ==========================================================================
   Embedded content
   ========================================================================== */
 
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
 
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
 
/*
 * Corrects overflow displayed oddly in IE 9.
 */
 
svg:not(:root) {
    overflow: hidden;
}
 
/* ==========================================================================
   Figures
   ========================================================================== */
 
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
 
figure {
    margin: 0;
}
 
/* ==========================================================================
   Forms
   ========================================================================== */
 
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
 
form {
    margin: 0;
}
 
/*
 * Define consistent border, margin, and padding.
 */
 
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
 
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
 
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
 

/* ==========================================================================
   Tables
   ========================================================================== */
 
/*
 * Remove most spacing between table cells.
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   User Styles
   ========================================================================== */
 
/*
 * Put all your custom styles here.
 */
 .clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  
.pullcontainer a#pull {  
    display: none;  
}
header {
    background-color: black;
}
h2.logo-text {
    font-size: 24px;
    margin: 0;
    padding: 20px 20px;
}
.logo {
    float: left;
    text-align: right;
    height: 68px;
    background-color: white;
    position: relative;
    color: #000;
}
.logo-bg {
    background-color: white;
    position: absolute;
    left:0px;
    top: 0px;
    padding: 34px;
    width: 50%;
}
nav {
    float: left;
    background-color: black;
}
nav ul {
    margin: 0;
}
nav ul li {
    list-style: none;
    float: left;
}
nav ul li a {
    display: block;
    padding: 22px 43px 23px 5px;
    text-transform: uppercase;
    color: #c0c0c0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
nav ul li a:hover {
    text-decoration: none;
    color: white;
}
nav ul li a.active {
    color: white;
}
.hero {
    background: url(../img/herobg.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    box-shadow: inset 0 8px 0px -6px rgba(0,0,0,0.3);
    text-align: center;
    padding: 20% 0;
    margin-bottom: 40px;
}
.hero-title {
    background-color: #63c6ae;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 30px 20px;
    margin-top: 240px;
}
.hero-content {
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}
.hero-btn {
    background-color: #E87B42;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.hero-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #91919D;
}
.hero2-btn {
    background-color: #3356FF;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.hero2-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #91919D;
}
.arrow {
    height: 37px;
    width: 100%;
    padding: 0px;
    margin: -36px 0;
    background-image: url('../img/arrowup.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.carousel {
    text-align: center;
    margin-top: 40px;
}
.av1 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  0px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av1 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  0px -88px;
}
.av2 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -88px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av2 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -88px -88px;
}
.av3 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -176px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av3 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -176px -88px;
}
.av4 {
    height: 88px;
    width: 88px;
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -264px 0px;
    margin: -55px auto;
    position: relative;
}
.ca-hover:hover .av4 {
    background: url(../img/teamsprite.png) no-repeat;
    background-position:  -264px -88px;
}
.carousel-content {
    text-align: left;
    padding: 10px 25px;
    border-left: solid 1px #dbe1e7;
}
.col-md-3 a{
	text-decoration:none;
}
.carousel-content h3, .text-inter h3 {
    color: #737c85;
    font-size: 21px;
}
.carousel-content p, .text-inter p {
    color: #929da5;
    font-size: 18px;
    word-spacing: 2px;
}
.overlay {
    height: 100%;
    //position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    opacity: 0;
    border: solid 5px #E87B42;
}
.overlay:hover {
    opacity: 1;
}
.ca-hover:hover .carousel-content h3 {
    color: #0029F1;
}
.ca-hover:hover .carousel-content p {
    color: #E87B42;
}
.carousel-img img {
    width: 100%;
}
.controls {
    margin: 20px;
    text-align: center;
}
.controls li {
    list-style: none;
    display: inline;
}
.pagination.active {
    background-color: #929da5;
    border-color: #fff;
    height: 15px;
    width: 15px;
}
.pagination {
    border: 3px solid #c3c9ce;
    border-radius: 10px;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 4px;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pagination:hover {
    border-color: #929da5;
}
.text-inter {
    background-color: #FAFAFA;
    padding: 20px 0 80px;
    border-top: solid 1px #e3e3e3;
}
.button.solid-color {
    background-color: #63c6ae;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}
.button.solid-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.button.extra-color {
    background-color: #455357;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.button.extra-color:hover {
    background-color: #929da5;
    text-decoration: none;
}
.divider {
    height: 25px;
}
.h2-wrap {
    background-color: #3356FF;
    padding: 25px 0;
}
.h3-wrap {
    background-color: #E87B42;
    padding: 40px 0;
}
.standard-block {
    font-size: 24px;
    color: #fff;
    font-weight: 400 !important;
}
.articles {
    overflow: hidden;
}
.container-fluid {
    padding-left: 0px;
    padding-right: 15px;
}
.article-img img {
    width: 100%;
}
.article-img {
    padding-left: 0px;
    padding-right: 0px;
}
.article-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    cursor: pointer;
}
.article-overlay:hover {
    opacity: 0;

}
.container-articles {
    border-bottom: 1px solid #333b3e;
}
.laptop-slider {
    text-align: center;
    background-color: #242a2c;
    padding: 125px 0 100px;
    color: #fff;

}
.slideshow, .quote-slideshow {
    position: relative;
    display: block;
    overflow: hidden;
}
.next, .prev, .quote-next, .quote-prev{
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -.75em;
    user-select: none;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.next:hover, .prev:hover, .quote-next:hover, .quote-prev:hover{
    cursor: pointer;
    color: black;
}
.next, .quote-next {
    right: 15px;
}
.prev, .quote-prev{
    left: 15px;
}
figure{
    position: absolute;
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
}
figure.show {
    opacity: 1;
    position: absolute;
    position: static;
    transition: 1s opacity;
}
figcaption{
    font-size: 18px;
    color: #000;
    text-align: right;
}
figcaption a{
color: #fff;
}
.quote-container {
    background-color: #E87B42 ;
    padding: 50px 0;
}
.quote-slideshow {
    height: auto;
}
.quote-slideshow h2 {
    color: #000;
    font-size: 30px;
    font-weight: 200;
    font-style: italic;
}
.circle {
    background-color: rgba(0,0,0,0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}
.circle i {
    margin-top: 6px;
}
.shadow{
    height: 10px;
    background-color: #3356FF;
}
footer {
    background-color: #242a2c;
    padding: 50px 0 120px 0;
    color: #7c8385;
}
footer h2 {
    font-size: 24px;
}
.footer-links li {
    list-style: none;
}
.footer-links li a{
    color: #454e51;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}
.footer-links li a:hover {
    color: #687579;
    text-decoration: none;
}
.banner { 
    position: relative; 
    overflow: auto; 
    width: 100%;
    text-align: center;
}
.banner ul {
    margin: 0;
    padding: 0;
}
.banner li { 
    list-style: none; 
}
.banner ul li { 
    float: left;
    height: 776px;
    display: block;
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;    
    text-indent: -999em;     
    border: 2px solid #fff;
    border-radius: 6px;    
    cursor: pointer;
    opacity: .4;       
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

/*----start-blog----*/
.blog{

}
.blog-time-line{
	position:relative;
	margin: 3em 0 0 0;
}
.categorie{
	color:#959594;
}
.categorie a{
	color:#FD3B01;
}
.categorie a:hover{
	color:#394346;
	text-decoration:none;
}
.post-head a{
	color: #394346;
	font-size: 1.6em;
	margin: 0.5em 0;
	display: block;
	padding:0;
}
.post-head a:hover{
	text-decoration:none;
	color:#FD3B01;
}
.blog-post-info p{
	color: #394346;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	width: 80%;
}
.blog-post-date span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #D36644;
	border-radius: 30em;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-ms-border-radius: 30em;
}
.blog-post-date span label{
	font-weight: normal;
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
}
.blog-post{
	margin-bottom: 3em;
}
.blog-post-time-line-connector span{
	width: 2px;
	height: 2035px;
	display: block;
	background: #0029F1;
	position: absolute;
	top: 1%;
	left: 7.2%;
}
.blog-post-date {
	z-index: 999;
}
.blog-time-line-right {
	background: rgba(255, 255, 255, 0.74);
	padding: 3em;
}
.more-blog-post-time-line-connector{
	position: absolute;
	bottom: 5%;
	left: 2.5%;
}
.more-blog-post-time-line-connector a{
	height:80px;
	width:80px;
	display:inline-block;
	background:#00AEEF;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-ms-border-radius: 30em;
	text-align:center;
	color:#FFF;
}
.more-blog-post-time-line-connector a:hover{
	text-decoration:none;
	background:#FD3B01;
}
.more-blog-post-time-line-connector a span{
	margin-top: 1.8em;
	display: block
}


/*----start-portfolio-----*/
.portfolio-box{
	padding: 3.5em 0 0em;
}
#filters {
	margin: 0em 0 1.2em;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display:inline-block;
	}
	#filters li span {
		display: inline-block;
		padding: 10px 15px;
		text-decoration: none;
		color: #485B5F;
		cursor: pointer;
		font-size: 1em;
	}
	#filters li span.active {
		color: #FD3B01;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 33.33333%;
		display:none;
		float:left;
		overflow:hidden;
		background: #fff;
	}	
	.portfolio-wrapper {
		overflow: hidden;
		position: relative !important;
		cursor: pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:38%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(252, 155, 126, 0.78);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 256px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}

/*----start-port-grid-text----*/
.port-grid-text{
	background: #4F4F57;
	width: 50%;
	float: left;
	text-align: center;
	min-height: 256px;
	position:relative;
}
.port-grid-pic{
	width:50%;
	float:left;
}
.port-grid-text p{
	color: #FFF;
	margin-top: 7em;
}
.arrow-icon1{
	height: 23px;
	width: 26px;
	display: block;
	background: url(../images/arrow-icon1.png) no-repeat 0px 0px;
	position: absolute;
	right: -20px;
	z-index: 999;
	top: 45%;
}
.port-grid-text-c{
	background:#A4B7CF;
}
.arrow-icon1-l{
	background: url(../images/arrow-icon1-l.png) no-repeat 0px 0px;
}
.arrow-icon1-r{
	background: url(../images/arrow-icon1-r.png) no-repeat 0px 0px;
	left: -20px;
}

.fastmenu ul{
	border-bottom:1px solid black;
	border-top:1px solid black;
}
.fastmenu ul li{
	display:inline-block;
	text-decoration:none;
	padding:15px 10px 15px 10px;
	font-size: 125%;
	width:18%;
	text-align:center;
}
.fastmenu ul li a{	
	text-decoration:none;
}
.subfix{
	background-color:white;
	color:black;
}
.submenu{
	background-color:black;
	color:white;
	margin-left: -4px;
}
.submenu:hover{
	background-color:white;
	color:black;
}
/*---- contact form -----*/
form ul{
	padding:0;
}

.h_field{
	display:inline-block;
	width:100%;
}

.h_field input, textarea{
	width: 100%;
	padding: 16px 25px;
	font-family:'Open Sans', sans-serif;
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #F0F0F0;
	box-shadow: 0;
	outline: none;
	font-size: 1.5em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.h_field input[type=text]:focus{
	border-bottom: solid 1px #D8D8D8;
}


.quatuor-15{
	width:15%;
}

.quatuor-22{
	width:22%;
}

.quatuor-25{
	width:25%;
}

.quatuor-35{
	width:35%;
}

.quatuor-18{
	width:18.09%;
}

.quatuor-99{
	width:99.99%;
}

.submit-btn {
    background-color: #91919D;
    padding: 20px 45px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
	border:0;
}
.submit-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3356FF;
	border:0;
}

.mouette{
	background: url(../other/web/images/header-bg.jpg) no-repeat 0px 0px;
	min-height: 700px;
	margin-top:-350px;
	margin-bottom:-92px
}
/*
form ul {
  padding: 0;
}
form .gfield {
  dislay: inline-block;
  width: 100%;
}
form .gfield:last-child input,
form .gfield:last-child select,
form .gfield:last-child textarea {
  border-bottom: none;
}
form .gfield.has-select {
  position: relative;
}
form .gfield.has-select:after {
  position: absolute;
  right: 7px;
  top: 13px;
  font-size: 1.4em;
  color: ;
  content: "\e60f";
}
form .gfield.gfield_error input,
form .gfield.gfield_error select,
form .gfield.gfield_error textarea {
  border-bottom-color: red;
  border-bottom: 1px solid red;
}
form .gfield.gfield_error input:focus,
form .gfield.gfield_error select:focus,
form .gfield.gfield_error textarea:focus {
  border-bottom-color: red;
  border-bottom: 1px solid red;
}
form .gfield input,
form .gfield select,
form .gfield textarea {
  width: 100%;
  padding: 10px 7px;
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px ;
  box-shadow: 0;
  outline: none;
  font-size: 1.8em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
form .gfield input:focus,
form .gfield select:focus,
form .gfield textarea:focus {
  border-bottom-color: ;
}
form .gfield select.placeholder {
  color: ;
}
form .gfield textarea {
  resize: none;
}
form input[type=submit] {
  padding: 10px;
  border: none;
  background: ;
  font-size: ;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 30px;
}
.form {
  padding: 50px;
  border: solid 4px ;
}
.form h4 {
  font-size: 1.2rem;
  color: ;
  text-align: center;
  text-transform: uppercase;
}
.form p {
  margin-bottom: 5px;
}
.form form {
  margin: 0px auto;
  max-width: 500px;
}
.form form .gfield {
  display: inline-block;
  width: 100%;
}
.gform_wrapper .gform_fields {
  padding: 0;
  list-style: none;
}
.gform_wrapper .gfield_label {
  display: none;
}
.gform_wrapper .gfield.half,
.gform_wrapper .gfield.third {
  float: left;
  border-right: 1px solid ;
}
.gform_wrapper .gfield.half:last-child input,
.gform_wrapper .gfield.half.last,
.gform_wrapper .gfield.third:last-child input,
.gform_wrapper .gfield.third.last {
  border-right: none;
}
@media (min-width: ) {
  .gform_wrapper .gfield.half {
    width: 50%;
  }
}
@media (min-width: ) {
  .gform_wrapper .gfield.third {
    width: 33.33333%;
  }
}
.gform_wrapper .gfield:last-child {
  border-bottom: none;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  display: none;
}
.validation-error {
  height: auto;
  text-align: center;
  opacity: 0;
  margin: 0;
}
.validation-error.show {
  opacity: 1;
}
.form-padded .gfield input,
.form-padded .gfield select,
.form-padded .gfield textarea {
  padding: 16px 25px;
  font-size: 24px;
  color: ;
}
.form-padded .gfield input,
.form-padded .gfield select {
  line-height: 42px;
}
.main-footer form {
  margin-bottom: 45px;
}
.main-footer .gfield textarea {
  height: 70px;
}
.standard-content-page .contact-form {
  margin-bottom: 55px;
}
.standard-content-page .contact-form textarea {
  height: 120px;
}
generated by sitegen on Wed Jan 8 11:03:18 2014 Â· created by leaf corcoran Â· lessphp is licensed under GPL3/MIT
*/

