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

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote, q {
	quotes:none
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}

:focus {
	outline:0
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0px;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #2980B9; 
	color: #FFF;
}

::-moz-selection {
	background: #2980B9; 
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after, .clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

img.left {
	float: left;
	margin-right: 30px;
}

body {
	background: #FFF url(images/background.png);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #7F8C8C;
	letter-spacing: 0.5px;
	font: 400 16px/26px 'Raleway', sans-serif;
	padding: 30px 0px;
}

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

.bold {
	color: #2980B9;
	font-weight: 600;
}

p {
    padding-bottom: 20px
}

h1 {
	font-size: 26px;
	font-weight: 300;
}

h2 {
	margin: 0 0 40px;
	font-size: 26px;
	font-weight: 300;
	background: url(images/heading.png) repeat-x left center;
}

h2 span {
	background: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}

h4 {
	font-weight: 400;
	line-height: normal;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #2980B9;
	font-size: 14px;
}

.blue {
	color: #2980B9;
}

.center {
	text-align: center;
}

/*----- Back To Top -----*/

#toTop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	display: none;
	z-index: 99;
	background: #C23824;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	border-radius: 100%;
	height: 40px;
	width: 40px;
}

#toTop:hover {
	background: #2980B9;
	color: #FFF;
}

/*----- Links and Buttons -----*/

a {
	text-decoration: underline;
	color: #C23824;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}

a:hover {
	color: #2980B9;
	text-decoration: none;
}

.button {
	color: #FFF;
	display: inline-block;
	background: #C23824;
	padding: 0 20px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	width: auto;
	text-align: center;
	height: 46px;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
	border-style: none;
}

.button:hover {
	background: #2980B9;
	color: #FFF;
	text-decoration: none;
	border-style: none;
}

/*----- Header -----*/

header {
	position: relative;
	clear: both;
	z-index: 200;
	height: 144px;
	padding: 30px 0px 50px;
}

/*----- Logo -----*/

.logo {
	display: block;
	height: 144px;
	width: 704px;
	text-align: center;
	margin: 0 auto;
}

.logo img {
	height: 144px;
	width: 704px;
}

/*------ Layout -----*/

.wrapper {
	margin: 0 auto;
	width: 1200px;
	padding-right: 20px;
	padding-left: 20px;
	background: #FFF;
	border-radius: 3px;
}

section {
	clear: both;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 30px;
}

figure {
	float: left;
	width: 360px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 60px 0 0;
}

figure.last {
	margin-right: 0;
}

figure.margin {
	margin-bottom: 60px;
}

figure img {
	border: 4px solid #ECF0F1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	padding: 1px;
}

ul.list li {
	margin-bottom: 5px;
}

.action {
	padding: 30px 20px;
	overflow: hidden;
	border: 1px solid #ECF0F1;
	text-align: center;
	border-radius: 4px;
}

/*----- Video -----*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----Footer-----*/

footer {
	clear: both;
	border-top: 3px solid #ECF0F1;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p {
	font-size: 13px;
}

/*----- Testimonial Slider -----*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

/* Loader */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #F5F5F5 url(images/preload.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper blockquote {
	clear: both;
	padding: 0px 0px 20px;
	position: relative;
}

.bx-wrapper .author {
	font-size: 13px;
	text-align: center;
	position: relative;
	margin: 10px auto 0px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	padding: 0px;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #C23824;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2980B9;
}

/*----- Contact Form -----*/

#contactform form {
	padding: 0;
	margin: 0:
}

#contactform {
	display: block;
}

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

#contactform label {
	display: block;
	font-size: 16px;
	margin-bottom: 3px;
}

#contactform input {
	background: #ECF0F1;
	margin: 0 0 20px;
	width: 100%;
	color: #555;
	padding: 12px;
	font: 300 18px 'Raleway', sans-serif;
	-webkit-appearance: none;
	border-radius: 2px;
	border: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#contactform textarea {
	background: #ECF0F1;
	margin: 0 0 20px;
	width: 100%;
	color: #555;
	padding: 12px;
	overflow: auto;
	font: 300 18px 'Raleway', sans-serif;
	-webkit-appearance: none;
	border-radius: 2px;
	border: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

#contactform input:focus, #contactform textarea:focus {
  	outline: none;
}

#contactform input.submit {
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	background: #C23824;
	background: -webkit-linear-gradient(top,  #C23824 0%,#C23824 100%);
	margin: 8px 0 0;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	width: 180px;
	border: none;
	border-radius: 2px;
	text-align: center;
	font: 600 14px/44px 'Raleway', sans-serif;
	height: 44px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 0;
}

#contactform input.submit:hover {
	background: #2980B9;
	background: -webkit-linear-gradient(top,  #2980B9 0%,#2980B9 100%);
	color: #FFF;
	text-decoration: none;
	border: none;
}

#message {
	margin: 15px 0;
	padding: 0;
}

.error_message {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #C11A29;
	padding: 0 10px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
}

.loader { 
	padding: 0 10px; 
}

#contactform #success_page h2 {
	display: block;
	height: 40px;
	padding: 0 10px;
	background: url(none);
}

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

body {
	padding: 0;
	background: url(none);
}

/*----- Header -----*/

header {
	padding: 30px 0 30px;
	height: auto;
}

.logo, .logo img {
	height: auto;
	width: 500px;
}

/*----- Layout -----*/

.wrapper {
	width: 960px;
	padding: 0;
}

section {
	padding-bottom: 30px;
}

/*----- Layout -----*/

figure {
	width: 300px;
	margin: 0 30px 0 0;
}

}

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

.wrapper {
	width: 728px;
}

/*----- Logo -----*/

.logo {
	height: auto;
	width: 70%;
}

.logo img {
	height: auto;
	width: 70%;
}

figure {
	width: 230px;
	margin: 0 19px 0 0;
}

figure.margin {
	margin-bottom: 19px;
}
	
}

@media only screen and (max-width: 728px){
	
body {
	font-size: 14px;
}

img.left {
	float: none;
	margin-right: 0;
}
	
/*----- Typography -----*/

h1 {
	font-size: 22px;
	line-height: 42px;
}

h2 {
	margin: 0 0 30px;
	background: url(none);
	text-align: center;
}

h2 span {
	background: transparent;
	padding-right: 0;
	padding-left: 0;
}

/*----- Logo -----*/

.logo {
	width: 90%;
}

.logo img {
	width: 90%;
}

.wrapper {
	width: 100%;
}

section {
	width: 92%;
	margin: 0 auto;
}

figure {
	float: none;
	width: 100%;
	margin: 0;
}

figure.margin {
	margin-bottom: 20px;
}

figure img {
	border: none;
	padding: 0;
}

/*----- Footer -----*/

footer p {
	font-size: 12px;
	line-height: 24px;
}
	
}
