/*
Theme Name: Constant Cooling
Theme URI: http://cornwellmedia.com;
Author: Cornwell Media
Author URI: http://cornwellmedia.com;
Description: 2017 Constant Cooling Bespoke Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Constant Cooling is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.75em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1f4088;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #1f4088;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
#header_contact {
	display: inline-block;
	text-align: right;
	float: right;
}
#header_contact a {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.wpcf7-submit {
	padding:15px 20px!important;
	text-transform: uppercase;
	font-weight: bold;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## CM STYLE
--------------------------------------------------------------*/

.wrap {
	width:1100px;
	margin: 0 auto;
}
.site-branding {
	display: inline-block;
	padding:15px 0 25px ;
	float: left;

}
.site-branding img {
	width: 290px;
	height: auto;
}

#contact_box_top {
	width:300px;
	display: block;
	float: right;
	position: relative;
}

#contact_tab {
	color: #fff;
	text-transform: uppercase;
	background:#1f4088;
	padding:5px 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400;
	cursor: pointer;
	transition: all .2s ease-in;
	right:0;
	position: absolute;
	z-index: 9999;
}
.space_top {
	top:100px;
}
#contact_tab:hover {
	background:#0b223f;
	cursor: pointer;
}

#contact_information {
	background:#1f4088;
	color: #fff;
	width: 300px;
	right:0;
	top:0;
	position: absolute;
	padding:10px 20px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	z-index: 9999;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	min-height: 100px;
	max-height: 100px;
	overflow-y: hidden;
	display: none;
}
#contact_information img{
	width: 20px;
	height: auto;
}
#contact_information div{
	padding:5px 0;
}
#masthead {
	padding-top:20px;
}
#site-navigation {
	display: inline-block;
	float: right;
	width: auto;
	padding:25px 0 30px 0;
}
.menu-top-menu-container {
	display: inline-block;
	vertical-align: top;
}
#social_links {
	display: inline-block;
}
#social_links a {
	display: inline-block;
	padding-left:25px;
	vertical-align: top;
}
#social_links_mobile a {
	margin-right: 20px
}
#site-navigation ul li {
	padding-left: 35px;

}
#site-navigation ul li a {
	font-size: 15px;
	color: #0b223f;
	font-weight: 400;
	transition: all .2s ease-in;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	outline: 0;
}

#site-navigation ul li a:hover ,#site-navigation ul li a:active {
	color: #1f4088;
	outline: 0;
	cursor: pointer;
	border-bottom:1px solid #f1f1f2;
	border-top:1px solid #f1f1f2;
}

#site-navigation ul li.current_page_item a {
	color: #1f4088;
	font-weight: 600;
}

#site-navigation .sub-menu {
	background:#fff;
}
#site-navigation .sub-menu li{
	padding-left: 0px;
}

#site-navigation .sub-menu li a{
	padding: 10px 10px 10px 20px;
}
#site-navigation .sub-menu li a:hover{
	background:#f1f1f2;
	cursor: pointer;
}

#header_home {
	padding:180px 0;
	background-size: cover;
	background-attachment: fixed;
}

#header_home p {
	padding: 0px; margin: 0px;
}

#header_home h1{
	padding: 30px 20px;
	font-weight: 400;
	color: #1f4088;
	font-size: 32px
}

#header_home h1 b {
	color: #0b223f!important;
}

#header_home_content {
	width: 700px;
	background:rgba(255, 255, 255, 0.75);
	margin:0 auto; 
	text-align: center;
	display: none;
}

.header_button{
	background:#1f4088;
	margin:40px 20px 20px 20px; 
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	clear: both;
	display: none;
	transition: all .2s ease-in;
}

.header_button:hover {
	background:rgba(255, 255, 255, 0.75);
color: #1f4088;
	}

.button {
	background:#1f4088;
	padding: 10px 50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	transition: all .2s ease-in;
	margin: 30px 0 60px;
}
.button_small {
	background:#1f4088;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff!important;
	font-weight: 700;
	font-size: 11px;
	display: inline-block;
	transition: all .2s ease-in;
	margin: 30px 0 60px;
}

.button_small:hover {
	background:#0b223f;
	color: #fff;
}

.button:hover {
	background: #fff;
}

section h2, section h3 {
	font-weight: 400;
	font-size: 35px;
}

section h3 {
	color: #1f4088;
	padding:0px;
	margin: 10px 0px;
	font-weight: 400;
}

#section1 {
	text-align: center;
}

#section1 h2 {
	color: #727270;
}

#section1 p {
	color: #727270;
	font-size: 26px;
	line-height: 42px;
	font-weight: 300;
}

.section_icon {
	background:#1f4088;
	color: #fff;
	display: inline-block;
	font-size: 95px;
	line-height: 95px;
	padding:20px;
	border-radius: 100%;
	margin-top: -55px;
	width: 135px;
	height: 135px;
}
#partners {
	padding:40px 5px;
	margin-bottom: 90px;
}
#partners img {
	width: 150px;
	height: auto;
	padding:10px;
	opacity: 0.9;
	transition: all .2s ease-in;
}

#partners img:hover {
	transform: scale(1.1);
	opacity: 1;
	cursor: pointer;
}

#section2 {
	background:#0b223f;
	text-align: center;
	color: #fff;
}

#section2 .left img {
	margin-top:22px;
}

#section2 .left p {
	font-size: 14px;
	font-weight: 600;
}
#section2 a.button{
	color: #fff;
}
#section2 a.button:hover{
	color:  #0b223f;
}

.left, .right {
	width:47%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.right {
	float: right;
}

.tofade {
	opacity: 0;
}

.s3_row {
	clear: both;
	display: inline-block;
	padding:60px 0;
}

#section3 {
	padding: 120px 0 60px 0;
}

#section3 .content, #section3 .image {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}

#section3 .s3_row:nth-of-type(even) .content, #section3 .s3_row:nth-of-type(odd) .image {
	float: right;
	text-align: right;
}

#section3 .image {
	border-radius: 100%;
	margin-top: -25px;
	width: 450px;
	height: 450px;
	background-size: cover;
}

#section3 p {
	color: #727270;
	margin:0px;
	font-size: 15px;
	font-weight: 300;
}

.readmore {
	color: #0b223f;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 20px 0px;
	display: inline-block;
	transition: all .3s ease-in;
}

.readmore:hover {
	text-indent: 10px;
}
#section3 .s3_row:nth-of-type(even) .content .readmore:hover {
	margin-right: -10px;
}

#section3 .image span {
	background:#1f4088;
	color: #fff;
	font-size: 70px;
	line-height: 103px;
	border-radius: 100%;
	margin-top: -55px;
	width: 105px;
	height: 105px;
	text-align: center;
	display: block;
	position: relative;
	top:60px;
}

#section3 .s3_row:nth-of-type(even) .image span {
	float: right;
}

#section4 {
	background:#eeeeee;
	text-align: center;
	display: block;
	padding:0px 0px 60px 0px;
}
#section4 .post {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 225px;
	margin:20px 0;
}

#section4 .post:nth-of-type(3){
	margin:20px 140px;
}

#section4 .post h4 a{
	text-decoration: none;
	color: #1f4088;
	margin: 0px; padding:0px;
}
#section4 .post h4 {
	margin: 20px 0 5px ; 
}
#section4 .post p {
	margin: 0px; 
	padding:0px;
	font-size: 15px;
	line-height: 1.5em;
}

#section5 {
	padding:140px 0;
	text-align: center;
}

#section5 h2 {
	margin-bottom:90px;
}

#section5 .section_icon {
	font-size: 75px
}

.live_chat_button {
	background: #1f4088;
	color: #fff;
	display: inline-block;
	padding:5px 25px;
	cursor: pointer;
	transition: all .3s ease-in;
}
.live_chat_button:hover {
	background: #0b223f;
}
.live_chat_button p {
	display: inline-block;
	margin:10px 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px
}
.live_chat_button i {
	font-weight: 400;
	font-size: 30px
}

#section5 .contact_detail {
	width: 100%;
	padding:45px 0 0 60px;
	color: #1f4088;
	margin:0px;
	font-size: 20px;
	font-weight: 600;
}

#section5 .contact_detail i {
	font-size: 35px;
	color: #1f4088;
	position: absolute;
	margin-left: -50px;
}
#section5 .right {
	width: 420px;
	background:#06213f;
	padding:15px;
}

#section5 .right  h4{
	margin:5px 0;
	color: #fff;
	text-align: center;
}
#section5 .right  p{
	margin:15px 0;
}
#section5 .right input, #section5 .right textarea{
	width: 100%;
	border-radius: 0;
	padding:10px;
	border: 1px solid #fff;
	color: #727270;
	font-size: 15px;
}
#section5 .right textarea {
	height: 120px
}

#section5 .right .wpcf7-submit {
	background: #1f4088;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 600;
	border:none;
}

.ajax-loader {
	display: none!important;
}

footer {
	padding:90px 0;
	background: url("img/fan.png") #0b223f;
	background-size: cover;
	background-attachment: fixed;
}

.footer_logo {
	width: 200px;
	height: auto;

}
.menu-footer-menu-container {
	width: 450px;
	display: inline-block;
}
#footer-menu {
	list-style: none;
	padding:0;
	margin:0;
	margin-top: 40px
}

#footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#footer-menu li {
	width: 45%;
	display: inline-block;
}

.facebook_icon {
	display: inline-block; 
	float: right;
	transition: all .3s ease-in;
}


.facebook_icon:hover {
	opacity: 0.7
}

#footer_address {
	display: inline-block;
	float: right;
	text-align: right;
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	vertical-align: baseline;
	margin-top: 40px
}
.copy {
	font-weight: 400;
}
#bottom_footer {
	background: #1f4088;
	text-align: center;
	padding: 10px 0;
}
#bottom_footer a {
	color: #fff;
	font-size: 11px;
}
.menu-toggle-button  {
	display: none;
}
#mobile-menu {
	display: none;
}
#header_title h1 span{
	opacity: 1; 
}

#faq_contact input, #faq_contact textarea{
	width: 100%;
	border-radius: 0;
}
#faq_contact h4 {
	color: #fff;
}
#faq_contact .wpcf7-submit, #contact_page_form .wpcf7-submit{
	background: #1f4088;
	color: #fff;
	border:0;
}
#contact_page_form input, #contact_page_form textarea {
	width: 100%;
	border-radius: 0;
}
#social_links_footer {
	display: inline-block;
	float: right;

}
#social_links_footer a{
	color: #fff;
	font-size: 33px;
	padding-left: 15px
}
@media only screen and (max-width: 768px) {

	section, .wrap, .left, .right{
		width: 100%;
	}
	.left, .right {
		padding: 20px;
	}
	#social_links_footer {
		width: 100%;
		text-align: center;
	}
	#mobile-menu #primary-menu {
		margin-top:10px;
	}

	#masthead {
		padding-top:0px!important;
	}

	.site-branding {
		padding:20px 0 0px 0px;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.site-branding img {
		padding:0 0 0 20px;
	}
	.menu-toggle-button {
		display: inline-block;
		float: left;
		margin:30px 20px 20px 20px;
		background:#fff;
	}
	.menu-toggle-button img{
		width: 20px;
		height: auto;
}
	#site-navigation, #contact_box_top, .desktop_contact {
		display: none;
	}
	#header_home {
		padding:50px 0;
		width: 100%;
		background-size:cover;
		background-attachment: scroll;
	}
	#mobile-menu {
		width: 100%;
		text-align: right;
		list-style: none;
	}

	#mobile-menu .sub-menu {
		width: 100%;
		list-style: none;
		margin:0px;
		padding:0px;
	}

	#mobile-menu .sub-menu a{
		color: #888;

	}


	#mobile-menu #primary-menu {
		list-style: none;
		margin-right: 20px
	}
	#mobile-menu a {
		width: 100%;
		padding: 30px 0;
		line-height: 50px;
		font-size: 20px;
	}

	#header_home_content {
		width: 100%;
		font-size: 20px;
	}

	#header_home_content h1 {
		font-size: 20px;
	}

	#section1 .section_icon {
		margin-top: 30px;
	}
	.section_icon {
		width: 90px;
		height: 90px;
		font-size: 75px;
		line-height: 75px;
		padding: 5px;
	}
	#section1 {
		padding:10px;
	}
	#section1 p {
		font-size: 20px;
	}
	#partners img{
		width: 100px;
	}

	#section3 .image {
		width: 300px;
		height: 300px;
		display: block;
		float: none!important;
		margin: 0 auto!important;
	}
	.s3_row {
		padding: 30px 0;
	}
	#section3 .content {
		width: 100%;
		text-align: center!important;
		padding: 20px;
	}

	#section3 .image span {
		top:10;
		float: left!important
	}
	#section4 .section_icon, #section5 .section_icon{
		font-size: 55px;
	}
	#section4 .post:nth-of-type(3) {
		margin: 0;
	}
	#section5 h2 {
		margin-bottom: 30px;
	}
	#section5 .right {
		width: 100%;
		padding: 20px;
	}
	.footer_logo, footer .facebook_icon {
		display: block;
		margin: 0 auto;
		clear: both;
		float: none;
	}
	.footer_logo {
		padding:20px 0;
	}
	footer {
		padding:30px 0;
	}
	footer .facebook_icon {
		width: 60px;
	}
	.menu-footer-menu-container {
		width: 100%;
	}
	#footer-menu {
		margin: 40px;
		text-align: center;
	}
	#footer-menu  li {
		width: 30%
	}
	#footer_address {
		margin-top:20px;
		width: 100%;
		text-align: center;
	}
	#header_contact {
		margin-right: 20px;
		text-align: left;
		padding-bottom: 20px;
	}
	#header_contact a {
		display: inline;
	}
	#header_contact a:before {
	    content:"\a";
	    white-space: pre;
	}
}









