/* --- TABLE OF CONTENT

01. RESET
02. PRIMARY STYLES
03. GENERAL LAYOUT
04. HEADER
		1. Header Styles
		2. Logo
		3. Navigation
05. FOOTER
06. HOME

--- */

/* ========================================================== */
/* 				  		    01. RESET                         */
/* ========================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'Lato', sans-serif; font-weight: 400;}
body { margin: 0; }

a { color: #454545; font-weight: 300;}
a:visited { color: #454545; }
a:hover { color: #3498db; }
a:hover, a:active. a:focus { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
ins { background: #ffff99; color: #000000; text-decoration: none; }
mark { background: #ffff00; color: #000000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
   dd { margin: 0 0 0 40px; }
*/
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical;}
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ========================================================== */
/* 				  	    02. PRIMARY STYLES                    */
/* ========================================================== */

* { -webkit-font-smoothing: antialiased; }

img,object,video,embed { max-width: 100%; }
img { height: auto; vertical-align: middle;}

.bold {	font-weight: 700; }
.italic { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clearBoth { clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 100%; vertical-align: super; }
th, thead td { font-weight: bold; }
em, dfn, cite { font-style: italic; }
del { color: #cccccc; text-decoration: line-through; }
dfn, ins { border-bottom: 1px solid #E8E8E8; }
abbr, acronym { text-transform: uppercase; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px dotted #E8E8E8; cursor: help; }
a { text-decoration: none; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
ol, ul { list-style: none; }

body { position: inherit /* conflict prettyphoto and dynamic to top plugin */; }
body, html, #wrapper { height:100%; }

::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

code, kbd, samp, pre, tt, var {
	font: 11px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}

code, pre, input[type=text], input[type=password], input[type=email], textarea {
	line-height: 20px;
}

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 25px;
	font-size:16px;
	line-height:24px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#757575;
}

.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#header .row {
	overflow: inherit;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}

.row .onecol {
	width: 4.85%;
}

.row .twocol {
	width: 13.45%;
}

.row .threecol {
	width: 22.05%;
}

.row .fourcol {
	width: 30.75%;
}

.row .fivecol {
	width: 39.45%;
}

.row .sixcol {
	width: 48%;
}

.row .sevencol {
	width: 56.75%;
}

.row .eightcol {
	width: 65.4%;
}

.row .ninecol {
	width: 74.05%;
}

.row .tencol {
	width: 82.7%;
}

.row .elevencol {
	width: 91.35%;
}

.row .twelvecol {
	width: 100%;
	float: left;
}

.last {
	margin-right: 0px;
}

/* ========================================================== */
/* 				  		 03. GENERAL LAYOUT                   */
/* ========================================================== */

html {
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#container{
	position:relative;
	overflow:hidden;
}

.section_wrapper{
	width:100%;
	background-color:#fff;
	position:relative;
}

.section_wrapper.grey_bg{
	background-color:#f0f0f0;
}

.section_wrapper.dark_bg{
	background-color:#393f43;
}

.section_wrapper.grey_border{
	border-top:1px solid #e0e0e0;
}

.section_box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:80px 0 80px 0;
	position:relative;
}

.section_box.no_margins{
	padding:80px 0 0 0;
}

.section_box.small_margins{
	padding:80px 0 40px 0;
}

.section_box.partners_margins{
	padding:50px 0;
}

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:80px 0 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

a.button_blue{
	display:inline-block;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	padding:6px 15px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue{
	background-color: transparent;
	border:1px solid #3498db;
	color:#3498db;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button_blue:hover{
	background-color:#3498db;
	border:1px solid #3498db;
	color:#fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.align_center{
	text-align:center;
}

/* Call To Action
========================================================== */

.call_to_action_white_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#fff;
}

.call_to_action_grey_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#f0f0f0;
}

.call_to_action_dark_wrapper{
	margin:0 auto!important;
	width:90%;
	padding:0 5%;
	position:relative;
	z-index:1;
	background-color:#393f43;
}

.call_to_action_white, .call_to_action_grey, .call_to_action_dark{
	margin:0 auto!important;
	position:relative;
	z-index:10;
	padding: 90px 0 0 0;
	width:100%;
	max-width:720px;
	text-align:center;
}

.call_to_action_white h3, .call_to_action_white h4, .call_to_action_grey h3, .call_to_action_grey h4, .call_to_action_dark h3, .call_to_action_dark h4{
	margin:0;
	padding:0;
}

.call_to_action_white h3, .call_to_action_grey h3, .call_to_action_dark h3{
	margin: 0;
	display:block;
	clear:both;
	font-size:36px;
	line-height:48px;
	text-align:center;
	font-weight:300;
}

.call_to_action_white h3, .call_to_action_grey h3{
	color:#454545;
}

.call_to_action_dark h3{
	color:#ddd;
}

.call_to_action_white h4, .call_to_action_grey h4, .call_to_action_dark h4{
	margin: 0;
	display:block;
	clear:both;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:300;
	color:#eee;
	font-style:italic;
}

.call_to_action_white h4, .call_to_action_grey h4{
	color:#656565;
}

.call_to_action_dark h4{
	color:#bbb;
}

.separator_wrapper{
	display:block;
	margin:12px 0 15px 0;
}

.separator_first_circle{
	display:inline-block;
	width:8px;
	height:8px;
	border:3px solid #34b1c4;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border-radius:7px;
}

.separator_second_circle{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.separator_second_circle_grey{
	float:left;
	width:4px;
	height:4px;
	background-color:#34b1c4;
	border:2px solid #393f43;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #34b1c4;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 70px;
	height: 1px;
	margin-top: -6px;
}

/* Headings
========================================================== */

h1,h2,h3,h4,h5,h6{
	margin:0 0 20px 0;
	line-height:110%;
	color:#454545;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}

h1.margin_bottom,h2.margin_bottom,h3.margin_bottom,h4.margin_bottom,h5.margin_bottom,h6.margin_bottom{
	margin-bottom:30px;
}
.title_small_margins{
	margin-bottom:10px;
}

h1{
	font-size:32px;
	line-height:46px;
}

h2{
	font-size:28px;
	line-height:32px;
}

h3{
	font-size:26px;
	line-height:32px;
}

h4{
	font-size:20px;
	line-height:28px;
}

h5{
	font-size:18px;
	line-height:22px;
}

h6{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}

.uppercase{
	text-transform:uppercase;
}

.blue{
	color:#3498db;
}

.white{
	color:#fff;
}

.green{
	color:#16a085;
}

.red{
	color:#df4c3c;
}

.padding_top{
	padding-top:25px;
}

.padding_top_large{
	padding-top:35px;
}

/* ========================================================== */
/* 						    04. HEADER                        */
/* ========================================================== */

/* ----- 1. Header Styles ----- */
/* #header_wrapper{
	position: fixed;
	width: 100%;
	height:70px;
	padding:10px 0;
	background: transparent;
} */

#header_wrapper.shrink {
	width:100%;
	height:70px;
	padding:0;
	z-index:1000;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_wrapper #header {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

/* ----- 2. Logo ----- */
h1#logo {
    position: relative;
	float:left;
	margin:23px 0 0 0;
	z-index:900;
	font-family: 'Pacifico', cursive;
	font-size:24px;
	/* line-height:22px; */
	color:#f1f1f1;
	font-weight: normal;
}
/* overrides */
h1#logo {
	float: none;
	position: static;
	text-align: center;
	font-size: 60px;
	margin: 60px 0;
	line-height: 1;
	text-shadow: 1px 1px #666;
}
/* ----- 3. Navigation ----- */
#nav {
	margin: 0;
	float:right;
	position:relative;
}

#nav li {
	display: inline-block;
    position: relative;
	margin:23px 15px 0 15px;
}

#nav li.last {
	margin-right:0;
}

#nav li a {
	display: inline-block;
	text-align:center;
	color: #454545;
    font-size: 16px;
	line-height:18px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#nav .current a, #nav li a:hover {
	color:#3498db;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.subscribe{
	margin:17px 0 0 30px;
	padding: 8px 16px;
	float:right;
	display: inline-block;

	color:#fff;
	background-color: #3498db;
	border:1px solid #3498db;
    font-size: 14px;
	line-height:18px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.subscribe:hover{
	color: #3498db;
	background-color:#fff;
	border:1px solid #34b1c4;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ========================================================== */
/* 				  		    06. HOME                          */
/* ========================================================== */

#home_wrapper{
	width:100%;
	z-index:1;
	/* background: url(../images/background.jpg); */
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}

.home_box{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding: 0 0 160px 0;
	text-align:center;
}

h2.home_title{
	font-size: 68px;
	line-height: 68px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	clear: both;
	display: block;
}

h2.home_title,
h3.home_subtitle {
	text-shadow: 1px 1px #666;
}

h3.home_subtitle{
	font-weight: 300;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 35px;
	clear: both;
	display: block;
}

/* ----- 4. Newsletter ----- */
.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	padding-top:10px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:555px;
	padding: 18px 14px 18px 18px;
	background-color:rgb(0, 0, 0);
	background-color:rgba(0, 0, 0, 0.4);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#newsletter-form #email_newsletter {
	width:100%;
	max-width:370px;
	height:44px;
    padding:0 10px;
	border: 1px solid #fff;
	background-color: #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	color:#757575;
    font-size:14px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:46px;
    background-color:#3498db;
	border: none;
    color:#fff;
    display: inline;
	margin:0 5px 0 0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	font-size:13px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	color:#454545;
    background-color:#fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:#757575;
}
input#email_newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#757575;
}
input#email_newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#757575;
}
input#email_newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#757575;
}

.newsletter_success_box{
	font-size:18px;
	font-style:italic;
	color:#fff;
	margin:5px 0;
}

/* ========================================================== */
/* 		                     1024px                           */
/* ========================================================== */

@media only screen and (max-width: 1024px) {

	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}

	#home_wrapper, .info_wrapper {
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
	}

}

/* ========================================================== */
/* 					   15. MOBILE DEVICES                     */
/* ========================================================== */
@media handheld, only screen and (max-width: 767px) {

	.row {
		width: 90%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		clear:both;
	}

	#header_wrapper {
		/*position: relative;*/
		height:60px!important;
		padding:0!important;
	}

	#header_wrapper #header {
		position: relative;
		width:90%;
		padding:0 5%;
		text-align:center;
	}

	#header_wrapper.shrink {
		width:100%;
		height:60px!important;
		padding:0!important;
	}

	/* ----- logo ----- */
	a#logo {
		margin:18px 0 0 0!important;
	}

	h1#logo {
		font-size: 30px;
		margin-top: 30px;
	}

	ul.social{
		float:none;
	}

	a.button_blue, a.button_white{
		font-size:10px;
		padding:7px 14px;
		margin:0 0 20px 0;
	}

	.call_to_action_white{
		padding: 70px 0 0 0!important;
	}

	.call_to_action_white h3,
	.call_to_action_grey h3,
	.call_to_action_dark h3 {
		font-size:22px;
		line-height:32px;
		font-weight:400;
		margin-bottom:20px;
	}

	.call_to_action_white h4,
	.call_to_action_grey h4,
	.call_to_action_dark h4 {
		font-size:16px;
		line-height:24px;
	}

	.section_box{
		padding: 50px 0 40px 0;
	}

	#home_wrapper{
		margin:0 auto;
		width:90%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.home_box{
		width:100%;
		margin:0 auto;
		/* padding-top: 80px; */
		padding-bottom: 90px;
	}

	h2.home_title{
		font-size:28px;
		line-height:34px;
	}

	h3.home_subtitle{
		font-size:16px;
		line-height:22px;
	}

	.newsletter_box{
		padding:60px 0;
	}

	#newsletter-form #email_newsletter{
		width: 90%;
		max-width:280px;
		margin-bottom:10px;
	}

	a.subscribe{
		margin:12px 40px 0 0;
		padding:8px 16px 8px 16px;
		float:right;
	}

	.services_item {
		float:left;
		padding-bottom:50px;
	}

	.services_item.last {
		padding-bottom:30px;
	}

	.section_features{
		padding:40px 0 0 0;
	}

	.testimonials_wrapper{
		margin-top:-55px;
	}

	.testimonials_info{
		border-right: none;
	}

	.testimonials_box{
		width:90%;
		margin:0 5%;
		padding:40px 0 15px 0;
		text-align:center;
	}

	img.testimonials_picture{
		display:inline-block;
		float:none;
		margin:0;
	}

	p.testimonials_name{
		float:none;
		font-size:14px;
		line-height:20px;
	}

	p.testimonials_name span{
		font-size:12px;
		font-weight:300;
		font-style:italic;
		text-transform:none;
	}

	p.testimonials_text {
		padding:5px 0 0 0;
		font-size: 15px;
		line-height: 22px;
	}

	span.testimonials_text, span.testimonials_autor{
		font-size:18px!important;
		line-height:32px!important;
	}

	span.testimonials_autor{
		font-size:14px!important;
		line-height:28px!important;
	}

	.fun_fact_box{
		text-align: left!important;
	}

	.fun_fact_item{
		padding:5px 0;
	}

}

/* ========================================================== */
/* 						   MOBILE 320px                       */
/* ========================================================== */
@media handheld, only screen and (max-width: 320px) {

	.testimonials_wrapper{
		margin-top:-30px;
	}

}
/* ========================================================== */
/* 						   MailChimp form                       */
/* ========================================================== */

#mc_embed_signup {
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	width: 100%;
}

#mc_embed_signup label {
	color: white;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px #666;
}

#mc_embed_signup .button {
	background: #2D3142;
	border: 1px solid #2486a0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #f1f1f1;
}

#mc_embed_signup .button:hover {
	background: #484f6a;
	border-color: #ccc;
}

#mc_embed_signup input.email {
	border: 1px solid #31a0be;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}