/*----------------------------------------*/
/* Global Settings */
/*----------------------------------------*/
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #324d5b;
}

img {
	display: block;
	width: 100%;
}

a {
	color: #33b5e5;
	text-decoration: none;
}

a:hover {
	color: #0099cc;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	    -ms-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;	
}

h1 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #ffffff;
}

h2 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #ffffff;
}

h3 {
	font-size: 2rem;	
	font-weight: 400;
	color: #324d5b;
	line-height: 1.2;
}

h4 {
	font-size: 1rem;
	font-weight: 600;
	color: #324d5b;
}

p {
	font-weight: 400;
	margin: 30px 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*----------------------------------------*/
/* Elements */
/*----------------------------------------*/
/*---- Header Title ----------------------*/
.title {
	text-align: center;
	margin-bottom: 20px;
	margin-bottom: 80px;
}

.divider {
    width: 90px;
    height: 4px;
    background-color: #e2574c;
    border-radius: 2px;
	display: table;
	margin: 0 auto;	
}

/*---- Social Links ----------------------*/
.social .icon {
	display: block;
	margin: 0 4px;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
    color: #ffffff;
	background: rgba(0,0,0,0);	
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
			border-radius: 40px;
}

.social a:hover {
	background-color: #ffffff;
	color: #324d5b;
}

/*---- Buttons --------------------------*/
.button {
	box-sizing: border-box;
	display: inline-block;
	padding: 14px 40px;
	font: 1rem 'Open Sans', Helvetica, sans-serif;
	font-weight: 600;
    color: #ffffff;
	background: rgba(0,0,0,0);
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #ffffff;
    border-radius: 40px;
    cursor: pointer;
	text-decoration: none;
}

.button:hover {
    background: #ffffff;
	color: #324d5b;
}

.button.orange {
	background: #e2574c;
	border: none;
}

.button.orange:hover {
	background: #e87970;
	color: #ffffff;
}

/*----------------------------------------*/
/* Layout */
/*----------------------------------------*/
/*---- Navigation Header -----------------*/
#header {
	width:100%;
	background: #46b2de url("../images/bg_header.jpg") no-repeat center center;
	background-size: cover;
	position:relative;
}

#header p{
	color: #ffffff;
}

#navigation {
	box-sizing: border-box;
	height: 120px;
	padding: 40px 0;
}

/*---- Logo ------------------------------*/
.logo {
	float: left;
	width: 160px;
}

.logo img {
	width: 160px;
	border-style: none;
}

/*---- Navigation Links ------------------*/
nav {
	line-height: 80px;
}
					
nav ul {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: 700;
	list-style-type: none;	
}
			
nav ul li {
	float: right;
}

nav ul li a {
	display: block;
	padding: 0 20px;
	margin-right: 4px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, 0.0);				
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
			border-radius: 40px;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	    -ms-transition: all 0.25s ease-in-out;
	     -o-transition: all 0.25s ease-in-out;
			transition: all 0.25s ease-in-out;		
}

nav ul li a:hover, nav ul li a.contact:hover {
	background-color: #ffffff;
	color: #324d5b;
}


/*---- Hero ---------------------*/
.hero {
	padding-top: 120px;
	padding-bottom: 60px;
}

/*---- About ---------------------*/
#about {
	background: #f5f5f5;
	font-size: 1rem;
}

/*---- Features ---------------------*/
#features p{
	margin: 0;
	padding: 0;
}

#features h4{
	margin-bottom: 10px;
}

.features {
	margin-top: 40px;
}

.feature-icon{
	float: left;
	text-align: center;
	width: 60px;
	height: 60px;
}

.feature-text{
	margin-left: 80px;
}

.feature-title{
	font-size: 22px;
	padding-top: 10px;
}

/*---- Why Meet ---------------------*/
#why-meet {
	background: #f5f5f5 url("../images/bg_why.png") no-repeat center center;
	background-size: cover;
}

.why-list {
	margin: 20px 0;
}

.why-list h4{
	margin: 10px 0;
	padding: 0;
}

.why-list p{
	margin: 0;
	padding: 0;
}

.why-icon{
	text-align: center;
	width: 80px;
	height: 80px;
	display: table;
	margin: 0 auto;	
}

.why-text{
	text-align: center;
}

.why-title{
	font-size: 22px;
}


/*---- Clients ---------------------*/
#clients img{
	padding: 20px;
	margin: 10px 0;
}

#clients img:hover{
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 24px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 6px 24px rgba(0,0,0,0.1);
		    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
}


/*---- Contact ---------------------*/
#contact {
	background: #324d5b;
	background-size: cover;
	text-align: center;
}

#contact p{
	color: #ffffff;
}

#contact p strong{
	font-weight: 600;
}

.contact-info{
	padding-bottom: 30px;
}

/*---- Form ------------------------------*/
.form{
	width: 100%;
}

.message-sent p{
	text-align: center;
	padding: 40px;
	color: #ffffff;
	font-size: 1.2rem;
}

input {
    width: 100%;
	height: 60px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font: 1.2rem 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	background-color: rgba(0,0,0,0);
	border: none;
	border-bottom: 1px solid #dadadd;
}

textarea{
    width: 100%;
	min-height: 120px;
	margin: 20px 0;
	box-sizing: border-box;
	font: 1.2rem 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
	resize: vertical;
	background-color: rgba(0,0,0,0);
	border: none;
	border-bottom: 1px solid #dadadd;
}

/*---- Footer ---------------------*/
#footer {
	background: #293f4a;
	padding: 40px 0;
}

#footer p{
	color: #56839a;
	margin:0 ; padding: 0;
	line-height: 40px;
	text-align: center;
}


/*----------------------------------------*/
/* Grid System */
/*----------------------------------------*/
body {
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px;
}

.row {
	position: relative;
	margin-left: -2%;
	margin-right: -2%;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

.row [class*="col-"] {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

.empty {
	min-height: 1px;
}

.padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding-top {
	padding-top: 40px;
}

/*----------------------------------------*/
/* Media Queries */
/*----------------------------------------*/
@media (max-width: 920px) {
	.row [class*="col-"] {
        width: 96%;
    }
	.container {padding: 0 20px;}
	.links {display: none;}
	.hero {	padding-top: 20px;}
	.title {margin-top: 40px; margin-bottom: 80px;}
	.client {width: 46% !important;}
}

@media (min-width: 920px) {
	.col-1 {width: 4.33%;}
	.col-2 {width: 12.66%;}
	.col-3 {width: 21%;}
	.col-4 {width: 29.33%;}
	.col-5 {width: 37.66%;}
	.col-6 {width: 46%;}
	.col-7 {width: 54.33%;}
	.col-8 {width: 62.66%;}
	.col-9 {width: 71%;}
	.col-10 {width: 79.33%;}
	.col-11 {width: 87.66%;}
	.col-12 {width: 96%;}
}