/*
Theme Name: IDS
Author: BrightPink Studio
Author URI: https://brightpinkstudio.com
Description: The 2015 WordPress them for International Drying Solutions
Version: 1.0
Text Domain: ids
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

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;
}

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

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #2d3b7f;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 15px;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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

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

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

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Quattrocento Sans', sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Quattrocento Sans', sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Quattrocento Sans', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Quattrocento Sans', sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #2d3b7f;
	border: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 1;
	padding: 7px 30px;
	text-transform: uppercase;
	-webkit-transition: background-color 1s, color 1s;
	-moz-transition: background-color 1s, color 1s;
	transition: background-color 1s, color 1s;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #60c7e6;
	color: #000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #fff;
	border: 2px solid #dcdfe1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	padding: 0.625em 0.4375em;
	width: 100%;
	margin-top: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #60c7e6;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #2d3b7f;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #60c7e6;
}

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

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.wrapper, .content-footer-widget, .home-widget {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
}
.content, .content-footer-widget .textwidget, .home-widget .textwidget {
	width: 1100px;
	margin: 0px auto;
	text-align: left;
}
.wrapper a.button {
	display: inline-block;
	background-color: #e2e2e2;
	padding: 7px 30px;
	-moz-border-radius: 20px;
    -html-border-radius: 20px;
    border-radius: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    -webkit-transition: background-color 1s;
    -html-transition: background-color 1s;
    transition: background-color 1s;
}
.wrapper a.button:hover {
	background-color: #fff;
	color: #2d3b7f;
}
p:last-child {
	margin-bottom: 0;
}

#header {
	padding: 10px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
#header-logo {
	display: inline-block;
	float: left;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;	
}
#header-logo a:hover {
	color: #2d3b7f;
}
#mobile-toggle {
	display: none;
}
#top-menu {
	display: inline-block;
	float: right;
	padding: 15px 0;
}
#top-menu #top-nav-small {
	display: none;
}
#top-menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 15px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
#top-menu ul li {
	display: inline-block;
	float: left;
	margin: 0 10px;
	padding: 0;
}
#top-menu ul li a {
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
#top-menu ul li a:hover,
#top-menu ul li.current-menu-item a {
	color: #2d3b7f;
	border-color: #2d3b7f;
}
#top-phone {
	display: inline-block;
	float: right;
	background-color: #2d3b7f;
	color: #fff;
	font-size: 21px;
	padding: 8px 20px;
	-moz-border-radius: 22px;
	-html-border-radius: 22px;
	border-radius: 21px;
	margin-left: 15px;
	margin-top: 15px;
}
#top-phone a {
	color: #fff;
}
#top-phone .home-widget .textwidget {
	width: auto;
	display: inline-block;
}
#top-phone .fa {
	font-size: 21px;
	margin-right: 5px;
}

#intro, #page-intro {
	position: relative;
}
#intro #intro-content, #page-intro #intro-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	text-align: center;
	z-index: 900;
	background-image: url(images/slide-geo.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 185px;
	color: #fff;
	font-size: 20px;
	font-family: 'Quattrocento Sans', sans-serif;
}
#intro #intro-content .content {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#page-intro #intro-content {
	background-image: url(images/white-corner-2.png);
	top: 0;
	height: 100%;
}
.error404 #page-intro #intro-content {
	background-image: none;
	padding-bottom: 0;
}
#intro .cycloneslider-template-standard {
	margin-bottom: 0;
}
#intro h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 73px;
	line-height: 1.1;
    margin-bottom: 5px;
}
#intro h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1.3px;
	margin-bottom: 40px;
}
#intro h2 .fa {
	font-size: 10px;	
	margin: 0 10px;
}
#intro h2 sup {
	top: -0.2em;
}
#intro h3 {
	font-weight: normal;
	font-size: 31px;	
}
#page-intro img {
	width: 100%;
	height: auto;
}
#page-intro #intro-content .content {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 59px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}
#home-widgets {
	background-color: #9094a8;
	width: 100%;
	float: left;
}
.home-who {
	background-color: #2d3b7f;
	color: #fff;
	font-size: 20px;
	background-image: url(images/white-corner.png);
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.home-who h1 {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 50px;
	margin: 60px 0 10px 0;
}
.home-who .ezcol-two-third {
	width: 60%;
	padding-bottom: 130px;
}
.home-who .ezcol-one-third {
	width: 34%;
	border: 1px solid #fff;
	background-color: #3f4c89;
}
.home-who h4 {
	color: #60c7e6;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 33px;
	margin: 50px 0 0;
}
.home-who h2 {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 41px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
#home-time {
	text-align: center;
	padding: 50px 50px 40px 50px;
	font-size: 28px;
}
#home-time img {
	margin-bottom: 15px;
}
.home-who .ezcol-one-third p {
	margin: 0;
}
.home-who .ezcol-one-third h1 {
	margin: 0px;
	background-color: #60c7e6;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 10px;
	color: #2d3b7f;
	text-transform: uppercase;
}
#who-note {
	background-color: #3f4c89;
	font-size: 16px;
	font-style: italic;
	padding: 20px 45px 60px 45px;
	text-align: center;
}
#who-map {
	background-image: url(images/who-us-map.jpg);
	background-position: center;
	background-size: cover; 
	background-repeat: no-repeat;
	background-color: #3e538e;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
#who-map:after {
	width: 30%;
	position: absolute;
	bottom: 0;
	left: 35%;
	content: " ";
	height: 10px;
	background-color: #60c7e6;
	margin-bottom: 10px;
}
#who-map img {
	margin-bottom: 25px;
}
.home-what {
	color: #2d3b7f;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	background-color: #fff;
}
.home-what h1 {
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 25px;
	font-style: normal;
}
.home-widget ul li, #page-content ul li, .content-footer-widget ul li {
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
}
#page-content ul li.andmore, .home-widget ul li.andmore, .content-footer-widget ul li.andmore {
	list-style-image: none;
	list-style: none;
}
.home-gallery .textwidget {
	width: 100%;
}
.home-gallery .ezcol-one-third {
	width: 33.3333%;
	margin-right: 0;
}
.home-gallery .textwidget img {
	width: 100%;
	height: auto;
}
.home-section-left, .home-section-right {
	width: 50%;
	float: left;
}
.home-section-left .textwidget, .home-section-right .textwidget {
	width: 550px;
	padding: 60px 0 20px 0;
	font-size: 20px;
}
.home-section-left {
	background-color: #d3d4dc;
	color: #2d3b7f;
}
.home-section-right {
	color: #fff;
}
.home-section-left .textwidget {
	float: right;
	padding-right: 110px;
}
.home-section-right .textwidget {
	float: left;
	padding-left: 110px;
}
.home-section-left h1, .home-section-right h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
} 
.home-section-left ul li:last-child, .home-section-right ul li:last-child {
	list-style-image: none;
	list-style: none;
}
.ezcol-three-fifth ul {
	margin-bottom: 0; padding-bottom: 0;
}

#page-content {
	font-size: 20px;
	padding-bottom: 40px;
}
#page-content .smaller-font {
	font-size: 17px;
}
#page-content h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 30px;
}
#page-content h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}
#page-content .ezcol-one-half {
	margin-bottom: 40px;
	width: 46%;
	margin-right: 8%;
}
#page-content .ezcol-one-half.ezcol-last {
	margin-right: 0;
}
#page-content .ezcol-one-half.small-gap {
	margin-right: 7%;
	width: 45%;
	margin-bottom: 0;
}
#page-content .ezcol-one-third {
	width: 27%;
	margin-right: 9.5%;
}
#page-content .ezcol-one-third.small-gap {
	width: 30.66%;
	margin-right: 4%;
}
#page-content .ezcol-one-third.what-item {
	width: 31%;
	margin-right: 3.5%;
}
#page-content .ezcol-one-third.last-what-item {
	margin-right: 0;
}
#page-content .ezcol-one-third.ezcol-last {
	margin-right: 0;
}
#page-content .who-footer {
	text-align: center;	
}
#page-content .who-footer p {
	font-weight: bold;
	font-style: italic;
}
#page-content .who-footer img {
	margin-bottom: 30px;
	margin-top: 30px;
}
#page-content .wpcf7-form {
	margin-top: 30px;
	border-top: 1px solid #60c7e6;
	padding-top: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
#page-content .wpcf7-form p {
	margin-bottom: 35px;
	width: 100%;
	float: left;
}
#page-content .wpcf7-form p.half-col {
	width: 48%;
	margin-right: 4%;
}
#page-content .wpcf7-form p.half-col-last {
	margin-right: 0;
}
#page-content .wpcf7-form p.centered {
	text-align: center;
}
#page-content div.wpcf7-response-output {
	width: 100%;
	float: left;
	margin: 15px 0;
}

#page-content .what-item {
	text-align: center;
	background-color: #eaeaea;
	margin-bottom: 3.5%;
	min-height: 395px;
}
#page-content .what-item h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
#page-content .what-item h5 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 25px 25px;
	font-style: italic;
}
#page-content .what-item img {
	width: 100%;
	height: auto;
}

#projects {
	width: 100%;
	float: left;
	background-color: #eaeaea;
	margin-bottom: 15px;
}
#projects .project-slide {
	height: 100%;
	float: left;
}
#projects .project-text {
	width: 50%;
	float: left;
}
#projects .project-thumb {
	width: 50%;
	float: right;
	text-align: right;
	overflow: hidden;
}
#projects .project-thumb img {
	height: 100%;
	width: auto;
}
#projects .proj-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 30px;
}
#projects .proj-buttons button {
	width: 55px;
	height: 70px;
	background-color: #bbbbbb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: -99999px;
	background-repeat: no-repeat;
	background-position: center;
}
#projects .proj-buttons button.slick-prev {
	background-image: url(images/left-arrow-w.png);
}
#projects .proj-buttons button.slick-next {
	background-image: url(images/right-arrow-w.png);
}
#projects .proj-buttons button:hover {
	background-color: #2d3b7f;
}
#projects h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 15px;
}
#projects .project-text p {
	width: 68%;
	font-style: italic;
	font-weight: bold;
}
#projects-pager {
	width: 100%;
	float: left;	
}
#projects-pager ul {
	list-style: none;
	list-style-type: none;
	margin-left: -7px;
	margin-right: -7px;
	margin-top: 0; margin-bottom: 0;
}
#projects-pager ul li {
	list-style-image: none;
	width: 25%;
	float: left;
	padding: 7px;
	text-align: center;
}
#projects-pager ul li .pager-content {
	background-color: #eaeaea;
	border: 3px solid #fff;
	cursor: pointer;
}
#projects-pager ul li .pager-content:hover,
#projects-pager ul li.active-link .pager-content {
	border-color: #60c7e6;
}
#projects-pager ul li h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0;
	margin: 0;
}


.expert-help {
	font-size: 19px;
	padding-top: 30px;
}
.contact-col {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
}
.contact-col strong {
	color: #000;
	font-weight: bold;
}
.contact-col em {
	font-size: 27px;
	font-weight: bold;
	font-style: normal;
}

.footer-testimonials {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #2d3b7f;
	text-align: center;
	padding: 40px 0;
	background-color: #d3d4dc;
}
.home .footer-testimonials {
	background-color: #fff;
}
.footer-testimonials .cycloneslider-template-standard h3 {
	font-family: 'QuattrocentoSans', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
}
.footer-testimonials .cycloneslider-template-standard {
	padding: 0px 90px;
	margin-bottom: 0px;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-slide {
	background: none;
}
.footer-testimonials .cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
	width: auto;
	height: auto;
	margin: 0px auto 15px auto;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-prev,
.footer-testimonials .cycloneslider-template-standard .cycloneslider-next {
	width: 25px;
	height: 49px;
	margin-top: -25px;
	-webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.6;
    background: none;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-prev {
	left: 0;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-prev .arrow {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(images/left-arrow.png);
	border: none;
	margin: 0;
	top: 0; left: 0;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-next {
	right: 0;
}
.footer-testimonials .cycloneslider-template-standard .cycloneslider-next .arrow {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(images/right-arrow.png);
	border: none;
	margin: 0;
	top: 0; left: 0;
}

.content-footer-widget h2  {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}
.help-widget {
	background-color: #60c7e6;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #2d3b7f;
	padding: 30px 0;
}
.help-widget h3 {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.3;
	margin: 15px 0 0;
}
.help-widget h2 {
	font-weight: bold;
	font-size: 55px;
	line-height: 1.1;
	color: #ffffff;
	text-align: center;
	text-transform: none;
}
.help-widget p {
	margin-bottom: 15px;
}
.help-widget .textwidget {
	text-align: center;
}
.help-widget strong {
	background-color: #e2e2e2;
	padding: 5px 30px;
	-moz-border-radius: 20px;
	-html-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	margin-top: 25px;
	-moz-trasition: background-color 1s;
	-webkit-transition: background-color 1s;
	-html-transition: background-color 1s;
	transition: background-color 1s;
}
.help-widget strong:hover {
	background-color: #fff;
	color: #2d3b7f;
}

#footer {
	background-color: #e1e1e1;
	padding: 50px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #2d3b7f;
	font-size: 20px;
	font-weight: 300;
}
#footer .content {
	text-align: center;
}
#footer h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
#footer p {
	margin-bottom: 10px;
}
#footer a {
	color: #2d3b7f;
	text-decoration: none;
}
#footer a:hover {
	color: #60c7e6;
}
#footer a.email {
	position: relative;
	padding-left: 35px;
	margin-left: 10px;
}
#footer a.email:before {
	content: url(images/envelope.png);
	position: absolute;
    top: 0;
    left: 0;
    margin-top: 3px;
}
#footer .copyright-widget {
	font-family: 'Quattrocento Sans', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	color: #818181;
}
#footer .copyright-widget .textwidget {
	display: inline-block;
	margin: 0px auto;
	position: relative;
	padding-top: 10px;
	margin-top: 20px;
}
#footer .copyright-widget .textwidget:before {
	content: " ";
	height: 1px;
	width: 70%;
	background-color: #818181;
	position: absolute;
	left: 15%;
	top: 0;
}

@media screen and (max-width: 1150px) {
	.content, .content-footer-widget .textwidget, .home-widget .textwidget,
	.home-section-left .textwidget, .home-section-right .textwidget {
		width: 96%;
	}
	.home-gallery .textwidget {
		width: 100%;
	}
	#intro #intro-content {
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 1024px) {
	.home-section-left .textwidget {
		padding-right: 4%;
	}
	.home-section-right .textwidget {
		padding-left: 4%;
	}
	#page-intro #intro-content {
		padding-bottom: 50px;
	}
	#page-content {
		padding-top: 20px;
	}
	#page-content .contact-col.ezcol-one-third.small-gap, 
	#page-content .contact-col.ezcol-last {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#page-content .contact-col h3 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1023px) {
	#top-menu #top-nav-small {
		display: block;
		float: left;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 22px;
		height: 14px;
		text-indent: -99999px;
		border: none;
		background-image: url(images/mobile-menu.png);
		background-repeat: no-repeat;
		border-radius: 0;
		margin-top: 16px;
		margin-right: 15px;
	}
	#header-mobile-wrapper.expanded {
		position: fixed;	
		background-color: #4867aa;
		z-index: 1000;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.admin-bar #header-mobile-wrapper.expanded {
		top: 32px;
	}
	#header-mobile-wrapper.expanded #header {
		background-color: #fff;
	}
	#top-menu {
		display: none;
		background-color: #fff;
		width: 104%;
		padding-top: 10px;
		padding-bottom: 0;
		margin-left: -2%;
		margin-right: -2%;
	}
	#top-menu ul {
		width: 100%;
		padding-bottom: 0;
	}
	#top-menu ul li {
		width: 100%;
		border-top: 1px solid #e1e1e1;
		margin: 0;
	}
	#top-menu ul li a {
		padding: 15px 2%;
		border: none;
		margin: 0;
		display: block;
	}
	#top-menu ul li a:hover {
		background-color: #e1e1e1;
	}
	#mobile-toggle {
		display: inline-block;
		margin-top: 20px;
		margin-left: 15px;
		float: right;
		width: 40px;
		text-align: center;
	}
	#mobile-toggle i.fa {
		cursor: pointer;
		font-size: 30px;
		display: inline-block;
	}
	#mobile-toggle #mobile-menu-hide {
		display: none;
	}
	#projects h3 {
		margin-top: 20px;
	}
	#projects .project-thumb img {
		max-width: none;
		width: auto;
	}
	#projects-pager ul li h5 {
		padding: 10px 0;
	}
}
@media screen and (max-width: 920px) {
	#intro .cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img {
		height: 413px;
		width: auto;
		max-width: none;
	}
	#page-intro {
		height: 413px;
		overflow: hidden;
	}
	#page-intro img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	#page-content .ezcol-one-half.small-gap {
		width: 100% !important;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#page-content .ezcol-one-quarter {
		width: 48%;
	}
	#page-content .ezcol-one-third.what-item {
		width: 48%;
	}	 
	#page-content .ezcol-one-third.last-what-item {
		margin-right: 3.5%;
	}
	#page-content .ezcol-one-third.what-item:nth-child(2n+2) {
		margin-right: 0;
	}
	.page-id-8 #page-content .ezcol-divider {
		display: none !important;
	}
	#projects .project-text p {
		width: 95%;
	}
}
@media screen and (max-width: 840px) {
	#projects-pager ul li {
		width: 33.33%;	
	}
}
@media screen and (max-width: 768px) {
	.home-what .ezcol-one-half, .expert-help .ezcol-one-half {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.home-gallery .ezcol-one-third {
		width: 33.3333% !important;
	}
	.home-section-left .textwidget, .home-section-right .textwidget {
		padding-top: 20px;
	}
	#page-content .what-item {
		min-height: 0px;
	}
	#page-content .ezcol-two-fifth, #page-content .ezcol-three-fifth {
		width: 100% !important;
		margin-right: 0;
	}
	#page-content .ezcol-two-fifth {
		margin-bottom: 20px;
	}
	#intro #intro-content, #page-intro #intro-content, .home-who, .home-what, .footer-testimonials, #page-content, #page-content .what-item h5, #project-slider {
		font-size: 16px;
	}
	#intro h1 {
		font-size: 63px;
	}
	.home-who h1 {
		font-size: 40px;
		margin-top: 30px;
	}
	.home-what h1, .home-section-left h1, .home-section-right h1, #page-intro #intro-content .content {
		font-size: 40px;
	}
	#intro h2, .footer-testimonials .cycloneslider-template-standard h3, #page-content h3 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.home-who h2, .help-widget h2 {
		font-size: 36px;
		line-height: 1.2;
	}
	#intro h3 {
		font-size: 26px;
	}
	.home-who h4, .help-widget h3 {
		font-size: 28px;
	}
	#page-content {
		padding-top: 20px;
	}
	#page-content .ezcol-one-half, #page-content .ezcol-one-third {
		width: 100% !important;
		margin-right: 0;
	}
	#page-content .ezcol-one-third.what-item {
		width: 48% !important;
		margin-right: 4%;
	}
	#page-content .who-footer img {
		margin: 0;
	}
	#page-content h3 {
		margin-bottom: 15px;
	}
	#page-content .ezcol-one-third {
		margin-bottom: 30px;
	}
	#page-content .wpcf7-form {
		float: left;
	}
	#page-content .wpcf7-form .ezcol-two-third {
		width: 100% !important;
	}
	#page-content .wpcf7-form .ezcol-one-third {
		margin-bottom: 0;
	}
	.admin-bar #header-mobile-wrapper.expanded {
		top: 46px;
	}
	#projects .project-thumb img {
		height: 300px;
	}
	#projects .proj-buttons button {
		height: 50px;
	}
	#projects .proj-buttons {
		margin-bottom: 15px;
	}
	#projects .project-thumb {
		width: 60%;
	}
	#projects .project-text {
		width: 40%;
	}
	#page-content .ezcol-one-half {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	.home-section-left, .home-section-right {
		width: 100%;
	}
	.footer-testimonials .cycloneslider-template-standard {
		padding: 0 30px;
	}
	.footer-testimonials .cycloneslider-template-standard .cycloneslider-prev, .footer-testimonials .cycloneslider-template-standard .cycloneslider-next {
		top: 0;
		margin-top: 0;
	} 
	.home-widget, #top-phone .fa {
		font-size: 16px;
	}
	#top-menu #top-nav-small {
		margin-top: 13px;
	}
	#page-content .ezcol-one-quarter {
		width: 100% !important;
		margin-right: 0;
	}
	#page-content .ezcol-one-quarter ul, .expert-help ul {
		padding-bottom: 0; margin-bottom: 0;
	}
	.expert-help {
		padding-bottom: 20px;
	}
	#page-intro {
		height: 350px;
	}
}
@media screen and (max-width: 639px) {
	#projects-pager {
		display: none;
	}
	#projects .project-thumb {
		width: 50%;
	}
	#projects .project-text {
		width: 50%;
	}
	
}
@media screen and (max-width: 500px) {
	#intro h3 {
		font-size: 20px;
	}
	#intro h1 {
		font-size: 47px;
	}
	#intro h2 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	.home-what {
		padding-top: 20px;
	}
	.home-who h1 {
		margin-top: 10px;
	}
	.home-who .ezcol-two-third {
		width: 100% !important;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.home-who .ezcol-one-third {
		width: 104% !important;
		margin-right: -2%;
		border-left: none;
		border-right: none;
		margin-left: -2%;
	}
	.home-who {
		background-image: none;
	}	
	.home-gallery .ezcol-one-third {
		width: 100% !important;
	}
}
@media screen and (max-width: 480px) {
	.home-what {
		padding-bottom: 20px;
	}
	.home-what ul {
		margin-bottom: 0; padding-bottom: 0;	
	}
	.home-what h1, .home-section-left h1, .home-section-right h1, .home-who h1, .home-who h2, .help-widget h2, #page-intro #intro-content .content {
		font-size: 30px;
	}
	#top-menu #top-nav-small {
		margin-right: 0;
	}
	.home-who h4, .help-widget h3, #page-content h2 {
		font-size: 24px;
	}
	.help-widget h2 {
		font-size: 28px;
	}
	#page-intro img {
		margin-left: -50%;
	}
	#page-content .wpcf7-form p.half-col {
		width: 100%;
		margin-right: 0;
	}
	#projects .project-thumb, #projects .content {
		width: 100%;
	}
	#projects .proj-buttons, #projects .project-text {
		position: relative;
		width: 96%;
		margin-left: 2%;
	}
	#projects .project-thumb img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 470px) {
	#header-logo {
		font-size: 0px;
	}
	#mobile-toggle {
		margin-left: 5px;
	}	
	#top-menu ul li a {
		padding: 10px 4%;
	}
	#top-phone {
		font-size: 14px;
		padding: 5px 10px;
		margin-top: 20px;
	}
	.home-widget, #top-phone .fa {
		font-size: 14px;
	}
	#footer h3 {
		font-size: 20px;
	}
	#page-content .ezcol-one-third.what-item {
		width: 100% !important;
		margin-right: 0;
	}
	
}
@media screen and (max-width: 380px) {
	#intro h3 {
		font-size: 17px;
	}
	#intro h1 {
		font-size: 40px;
	}
	#intro h2 {
		font-size: 14px;
	}
}