/*
Theme name: Page Progressive
Description: Custom Theme
*/

/******* Page Progressive WordPress CSS *******/

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }

/******* /Page Progressive WordPress CSS *******/

/* ------------------------------------------------------------ *\
	#Reset
\* ------------------------------------------------------------ */

* { margin: 0; padding: 0; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

/* ------------------------------------------------------------ *\
	#Base
\* ------------------------------------------------------------ */

body, html { height: 100%; }

body {
	font-family: 'CenturyGothic', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.5;
	color: #666;
	background: #fff;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #eee;
}

/*  Fonts

*/

a { color: #00b5fb; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
img { height: auto; max-width: 100%; font-size: 0; vertical-align: middle; }

h1, h2, h3, h4, h5, h6 { line-height: 1.1; font-weight: normal; }

h1 { }
h2 { font-size: 60px; color: #65cd79; }
h3 { }
h4 { }
h5 { }
h6 { }

p { padding-bottom: 1.5em; }

p:last-child { padding-bottom: 0; }

ul { list-style-position: inside; }
ol { list-style-position: inside; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

.hidden { display: none; }

/* ------------------------------------------------------------ *\
	#Form Elements
\* ------------------------------------------------------------ */

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }
textarea { overflow: auto; resize: none; -webkit-overflow-scrolling: touch; }

input,
textarea { box-sizing: border-box; max-width: 100%; border-radius: 0; box-shadow: none; }

input[type="radio"],
input[type="checkbox"] { width: auto; height: auto; padding: 0; border: 0; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; box-shadow: none; }

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

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

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea { display: block; width: 100%; padding: 2px 8px; font-size: 21px; color: #000; border: 1px solid #999; background: #fff; }

.gform_wrapper ul { list-style: none outside none; }
.gform_wrapper .gform_fields { margin: 0 -10px; }
.gform_wrapper .gfield  { clear: both; padding: 0 10px 10px; box-sizing: border-box; }
.gform_wrapper .gfield-small { float: left; clear: none; width: 33.33%; }
.gform_wrapper .gfield-medium { float: left; clear: none; width: 50%; }

.gform_wrapper .gfield-html,
.gform_wrapper .gfield-radio,
.gform_wrapper .gfield-section,
.gform_wrapper .gfield-address,
.gform_wrapper .gfield-checkbox,
.gform_wrapper .gfield-name { float: none; clear: both; width: auto; }
.gform_wrapper .gfield-checkbox.gf_left_half,
.gform_wrapper .gfield-checkbox.gf_right_half { float: left; width: 50%; }
.gform_wrapper .gfield-checkbox.gf_right_half { clear: none; }

.gform_wrapper .ginput_complex { display: table; width: 100%; }
.gform_wrapper .ginput_complex > span { display: table-cell; padding: 0 4px; }
.gform_wrapper .ginput_complex > span:first-child { padding-left: 0; }
.gform_wrapper .ginput_complex > span:last-child { padding-right: 0; }
.gform_wrapper .gform_hidden { display: none; }

.selectbox { position: relative; background: #f5d458; box-shadow: 3px 4px 5px rgba(0, 0, 0, .07); }
.selectbox:before { content: ''; position: absolute; top: 18px; right: 14px; width: 32px; height: 23px; background: url(images/select-arrow.png) no-repeat 0 0; }
.selectbox select { position: absolute; top: 0; left: 0; z-index: 30; width: 100%; height: 100%; opacity: 0; cursor: pointer; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.selectbox .select-value { display: block; padding: 8px 12px; margin-right: 46px; font-size: 24px; color: #b79f47; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }

input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ------------------------------------------------------------ *\
	#Helpers
\* ------------------------------------------------------------ */

.cf:before,
.cf:after { content: ' '; display: table; }

.cf:after { clear: both; }

.left,
.alignleft { float: left; }

.right,
.alignright { float: right; }

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

.alignnone { display: block; }

.notext { font-size: 0; color: transparent; }

.vholder { position: relative; width: 100%; height: 0; padding-bottom: 56%; margin-bottom: 19px; }
.vholder iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.image-holder { width: 100%; margin-bottom: 19px; }
.image-holder .image { width: 100%; height: auto; }
.responsive-video-holder { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.responsive-video-holder iframe { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; }

/* ------------------------------------------------------------ *\
	#WordPress
\* ------------------------------------------------------------ */

img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {  margin: 7px 46px 10px; }

img.alignleft,
.wp-caption.alignleft { margin-left: 0; }

img.alignright,
.wp-caption.alignright { margin-right: 0; }

img.aligncenter,
.wp-caption.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignnone,
.wp-caption.alignnone { display: block; margin-left: 0; margin-right: 0; }

.wp-caption { position: relative; }
.wp-caption img { width: 100%; }
.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* Gallery */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; }
.gallery-item { float: left; position: relative; padding: 10px; box-sizing: border-box; }
.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.67%; }
.gallery-columns-7 .gallery-item { width: 14.29%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* Search Form */

.search-form { position: relative; overflow: hidden; }
.search-form .search-field { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }
.search-form .search-field:focus { background-color: #fff; }
.search-form .search-field::-webkit-input-placeholder { color: #777; }
.search-form .search-field::-moz-placeholder { color: #777; }
.search-form .search-field:-ms-input-placeholder { color: #777; }
.search-form .search-field::placeholder { color: #777; }
.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0; }

/* Paging */

.paging { padding: 0 0 20px; text-align: center; }
.paging ul { list-style: none outside none; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.paging li { padding: 0 2px; }
.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; border-radius: 4px; }
.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff; }

.paging-label { padding-right: 10px; }

.paging-first:before { content: '\00ab'; }
.paging-prev:before { content: '\2039'; }

.paging-next:before { content: '\203A'; }
.paging-last:before { content: '\00bb'; }

.articles-holder-loop .paging { padding: 0 0 60px 601px; overflow: hidden; }
.articles-holder-loop .paging-prev,
.articles-holder-loop .paging-next { display: block; width: auto; }
.articles-holder-loop .paging-prev:before,
.articles-holder-loop .paging-next:before { content: none; }
.articles-holder-loop .paging-prev { float: left; }
.articles-holder-loop .paging-next { float: right; }

/* ------------------------------------------------------------ *\
	#Containers
\* ------------------------------------------------------------ */

.wrapper { position: relative; overflow: hidden; max-width: 1920px; margin: 0 auto; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .5); }

.default-shell,
.shell { width: 1694px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	#Header
\* ------------------------------------------------------------ */

.header { position: fixed; top: 0; left: 0; right: 0; height: 0; z-index: 300; transition: all 0.3s ease; }
.header .shell { height: 0; }
.header.static { position: absolute; z-index: 290; }
.header.static .nav { z-index: 320; }

.logo { position: relative; float: left; width: 41px; height: 51px; margin-top: 24px; font-size: 16px; background: url(images/logo.png) no-repeat 0 0; }
.logo span { position: absolute; top: 63px; left: 50%; padding: 5px 9px; font-size: 16px; color: #fff; white-space: nowrap; background: rgba(0, 0, 0, .25); visibility: hidden; opacity: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.logo span:after { content: ''; position: absolute; top: -14px; left: 50%; display: block; width: 0; height: 0; border: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, .25); margin: 0 -7px; }
.logo:hover span  { visibility: visible; opacity: 1; }

.nav-toggle { position: relative; float: right; width: 74px; height: 62px; padding-top: 18px; font-size: 16px; text-align: center; color: #fff; background: #00b5fb; }
.nav-toggle span { position: absolute; bottom: 24px; left: 50%; width: 46px; height: 3px; margin: 0 -23px; background: #fff; }
.nav-toggle span:before,
.nav-toggle span:after { content: '' ; position: absolute; left: 0; width: 100%; height: 100%; margin: 10px 0; background: #fff; }
.nav-toggle span:before { top: 0; }
.nav-toggle span:after { bottom: 0; }
.nav-toggle:hover { text-decoration: none; }

.nav-utilities { float: right; margin: 24px 34px 0 0; font-size: 28px; line-height: 1.2; }
.nav-utilities ul { list-style: none outside none; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.nav-utilities .menu { float: left; }
.nav-utilities .menu li { float: left; }
.nav-utilities .menu li a { float: left; padding: 2px 20px 6px; border: 1px solid #fff; color: #fff; white-space: nowrap; text-transform: lowercase; background: #00b5fb; }
.nav-utilities .menu li a:hover,
.nav-utilities .menu li.current-menu-item a { text-decoration: none; }

.nav {  position: fixed; top: 0; right: -134px; bottom: 0; width: 268px; z-index: -1; visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.nav .wrap { width: 268px; padding: 30px 22px; font-size: 30px; background: #ffd800; box-sizing: border-box; }
.nav .nav-top { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 40; visibility: hidden; opacity: 0; background: #ffd800; }
.nav .wrap .menu { list-style: none outside none; text-transform: lowercase; }
.nav .wrap .menu li { padding-bottom: 15px; }
.nav .wrap .menu li:last-child { padding-bottom: 0; }
.nav .wrap .menu a { color: #fff; }
.nav .wrap .menu li.current-menu-item a,
.nav .wrap .menu a:hover { text-decoration: none; color: #b29701; }
.nav .wrap .search-form { overflow: visible; margin-bottom: 23px; }
.nav .wrap .search-form label { display: block; padding-right: 34px; }
.nav .wrap .search-form .screen-reader-text { display: none; }
.nav .wrap .search-form .search-field { padding: 4px 7px; font-size: 20px; color: #bfa201; background: #f1cc00; border: 0; box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05); }
.nav .wrap .search-form .search-submit { position: absolute; top: -2px; left: auto; right: -4px; display: block; width: 28px; height: 39px; border: 0; font-size: 0; color: transparent; background: url(images/btn-arrow.png) no-repeat 0 0; background-size: contain; opacity: 1; }
.nav .wrap .search-form ::-webkit-input-placeholder { color: #bfa201; }
.nav .wrap .search-form ::-moz-placeholder { color: #bfa201; }
.nav .wrap .search-form :-moz-placeholder { color: #bfa201; }
.nav .wrap .search-form :-ms-input-placeholder { color: #bfa201; }

.nav-toggle { transition: all 1.2s ease; }
.nav,
.nav .holder,
.nav .fold ,
.nav .fold  .wrap,
.nav .fold.right .wrap:before { transition: all 1.2s ease; }
.nav .nav-top { transition: all 0.01s ease; }
.body-nav-show .nav .nav-top { transition: all 0.01s ease 1.2s; }

.nav .fold.right .wrap:before { content: ''; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; background: #000; opacity: 0.1; }

.nav .fold { position: absolute; top: 0; width: 50%; height: 100%; overflow: hidden; }
.nav .holder { position: relative; width: 268px; height: 100%; }

.nav .fold .wrap  { position: absolute; top: 70px; bottom: 70px; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.nav .fold.left { left: 0%; }
.nav .fold.right { right: 0%; }
.nav .fold.left .holder { float: left; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: perspective(1000px) rotateY( 90deg ); transform: perspective(1000px) rotateY( 90deg ); }
.nav .fold.right .holder { float: right; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: perspective(1000px) rotateY( -90deg ); transform: perspective(1000px) rotateY( -90deg ); }
.nav .fold.left .wrap { left: 0; }
.nav .fold.right .wrap { right: 0; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after { transition: all 1.2s ease; }

.body-nav-show .nav { width: 268px; right: 0; z-index: 600; visibility: visible; }
.body-nav-show .nav .nav-top { visibility: visible; opacity: 1; }
.body-nav-show .nav .fold .wrap { top: 0px; bottom: 0px; }
.body-nav-show .nav .fold .holder { -webkit-transform: perspective(1000px) rotateY( 0deg ); transform: perspective(1000px) rotateY( 0deg ); }
.body-nav-show .nav .fold .wrap:before { opacity: 0; }
.body-nav-show .nav-toggle { margin-right: 155px; background-color: #ffd800; }
.body-nav-show .nav-toggle span { background: transparent; }
.body-nav-show .nav-toggle span:before,
.body-nav-show .nav-toggle span:after { margin: 0; }
.body-nav-show .nav-toggle span:before { -webkit-transform: rotate(22deg); -ms-transform: rotate(22deg); transform: rotate(22deg); }
.body-nav-show .nav-toggle span:after { -webkit-transform: rotate(-22deg); -ms-transform: rotate(-22deg); transform: rotate(-22deg); }

/* ------------------------------------------------------------ *\
	#Main
\* ------------------------------------------------------------ */

.main { position: relative; padding-bottom: 55px; }

/* ------------------------------------------------------------ *\
	#Page-Head
\* ------------------------------------------------------------ */

.page-head { position: relative; width: 100%; height: 340px; margin-bottom: 77px; background: #00b5fb; }
.page-head .bg { position: absolute; top: 75px; right: 0; bottom: 0; left: 0; fill: #fff; }
.page-head .title { position: absolute; bottom: 0; left: 0; right: 0; }
.page-head .title { font-size: 150px; }
.page-head h1 { padding: 0 2px 22px; font-size: 1em; line-height: 1; color: #fff; text-transform: lowercase;
	-webkit-transform: rotate(-8deg);
		-ms-transform: rotate(-8deg);
			transform: rotate(-8deg);
	-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
			transform-origin: bottom left;
}

.page-head.no-descenders h1 { padding-bottom: 0; margin-bottom: -5px; }

/* ------------------------------------------------------------ *\
	#Sidebar
\* ------------------------------------------------------------ */

.section-sidebar { padding: 60px 0; min-height: 580px; color: #fff; background: #65cd79; }
.section-sidebar .widgets { float: left; list-style: none outside none; width: 33.33%; padding: 0 40px; box-sizing: border-box; }
.section-sidebar .widget { padding-bottom: 44px; }
.section-sidebar .widget:last-child { padding-bottom: 0; }
.section-sidebar a { color: #fff; }
.section-sidebar .widgets-container { margin: 0 -40px; }

.sidebar { position: absolute; right: 15px; bottom: 100%; width: 358px; padding-bottom: 38px; }
.sidebar .widgets { list-style: none outside none; }
.sidebar ul { list-style: none outside none; }
.sidebar .widget-title { font-size: 24px; color: #65cd79; }

.sidebar .widget { padding-bottom: 30px; }

.sidebar .widget_categories { position: absolute; bottom: 38px; right: 100%; margin-right: 30px; text-align: right; }
.sidebar .widget_categories .widget-title { display: none; }
.sidebar .widget_categories .screen-reader-text { display: none; }
.sidebar .widget_categories .selectbox { display: inline-block; background: #fff; box-shadow: none; border-radius: 6px; border: 1px solid #c7c7c7; border-radius: 6px; }
.sidebar .widget_categories .selectbox .select-value { padding: 4px 7px; font-size: 20px; line-height: 1; color: #999; }
.sidebar .widget_categories .selectbox:before { content: none; }
.sidebar .widget_categories .selectbox i { position: absolute; top: -1px; right: -1px; bottom: -1px; width: 25px; background: url(images/cat-select-arrow.png) no-repeat 0 0; }

.sidebar .gform_widget .widget-title { display: none; }
.sidebar .gform_widget .gform_title { padding-bottom: 13px; font-size: 24px; letter-spacing: -0.5px; color: #65cd79; }
.sidebar .gform_widget .gfield_label { font-size: 18px; }
.sidebar .gform_widget input[type="email"],
.sidebar .gform_widget input[type="number"],
.sidebar .gform_widget input[type="password"],
.sidebar .gform_widget input[type="tel"],
.sidebar .gform_widget input[type="text"],
.sidebar .gform_widget input[type="url"],
.sidebar .gform_widget textarea { padding: 0 7px; }
.sidebar .gform_widget .gfield_label { width: 65px; }
.sidebar .gform_widget .gform_button { height: 37px; border: 1px solid #65cd79; font-size: 24px; color: #65cd78; }

/* ------------------------------------------------------------ *\
	#Widgets
\* ------------------------------------------------------------ */
.widget-title { padding-bottom: 14px;  font-size: 36px; }

.widget_categories ul { list-style: none outside none; font-size: 0; }
.widget_categories ul li { display: inline; padding-right: 7px; }
.widget_categories ul li:after { content: ','; font-size: 24px; }
.widget_categories ul li:last-child:after { content: none; }
.widget_categories ul li a { font-size: 24px; }

.carbon_themewidgetcategories ul { list-style: none outside none; font-size: 0; }
.carbon_themewidgetcategories ul li { display: inline; padding-right: 7px; }
.carbon_themewidgetcategories ul li:after { content: ','; font-size: 24px; }
.carbon_themewidgetcategories ul li:last-child:after { content: none; }
.carbon_themewidgetcategories ul li a { font-size: 24px; }

.widget_tag_cloud .tagcloud { position: relative; overflow: auto; max-height: 180px; padding: 4px 0 0; line-height: 1.25; }
.widget_tag_cloud .tagcloud a:after { content: ','; }
.widget_tag_cloud .tagcloud a:last-child:after { content: none; }

.carbon_themewidgettagcloud .tagcloud { position: relative; overflow: auto; max-height: 180px; padding: 4px 0 0; line-height: 1.25; }
.carbon_themewidgettagcloud .tagcloud a:after { content: ','; }
.carbon_themewidgettagcloud .tagcloud a:last-child:after { content: none; }

.widget_comments .widget-entry { position: relative; overflow: auto; padding: 25px; max-height: 485px; background: #fff; }

.carbon_themewidgetsocials .share-buttons { font-size: 0; }
.carbon_themewidgetsocials .share-buttons span { cursor: pointer; }
.carbon_themewidgetsocials .ico-share { display: inline-block; width: 45px; height: 48px; margin-right: 16px; background: url(images/icons-share.png) no-repeat 0 0; }
.carbon_themewidgetsocials .ico-share:last-child { margin-right: 0; }
.carbon_themewidgetsocials .st_facebook_custom { background-position: 0 0; }
.carbon_themewidgetsocials .st_twitter_custom { background-position: -61px 0; }
.carbon_themewidgetsocials .st_linkedin_custom { background-position: -130px 0; }
.carbon_themewidgetsocials .st_googleplus_custom { background-position: -198px 0; }
.carbon_themewidgetsocials .st_email_custom { width: 51px; background-position: -268px 0; }
.carbon_themewidgetsocials .st_sharethis_custom { background-position: -343px 0; }

.gform_widget .gform_wrapper { max-width: 410px; }
.gform_widget .gform_title { font-size: 24px; }
.gform_widget .gform_fields { overflow: hidden; }
.gform_widget ul { list-style: none outside none; }
.gform_widget .gfield { position: relative; overflow: hidden; padding-bottom: 14px; font-size: 21px; width: 100%; }
.gform_widget .gfield .validation_message { line-height: 1em; }
.gform_widget .gform_title { padding-bottom: 17px; }
.gform_widget .ginput_container { position: relative; overflow: hidden; display: block; width: auto; }
.gform_widget .ginput_container  > span { display: block; }
.gform_widget .ginput_container label { display: none; }
.gform_widget .gfield_label { float: left; width: 74px; text-transform: lowercase; }
.gform_widget .gfield_label .gfield_required { display: none; }
.gform_widget .name_first,
.gform_widget .name_last { width: 47.62%; }
.gform_widget .name_first { float: left; }
.gform_widget .name_last { float: right; }
.gform_widget .gform_button { display: block; width: 100%; height: 42px; border: 1px solid #fff; font-size: 27px; color: #fff; background: transparent; }
.gform_widget .validation_error { display: none; }
.gform_widget .gform_footer .gform_ajax_spinner { top: -7px; }

/* ------------------------------------------------------------ *\
	#Article
\* ------------------------------------------------------------ */

.article .btn { display: inline-block; padding: 10px 21px; border: 1px solid #65cd79; margin-top: 7px; font-size: 30px; color: #65cd79; }
.article .btn:hover { text-decoration: none; color: #fff; background: #65cd79; }

.article-title { padding-bottom: 7px; }
.article-title a { color: #65cd79; }
.article-title a:hover { text-decoration: none; opacity: .8 }

.article-meta { padding-bottom: 10px; font-size: 18px; font-style: italic; }

.article-head,
.article-body,
.article-foot { position: relative; overflow: hidden; }
.article-image .article-foot { text-align: center; }
.has-post-thumbnail .article-image .article-foot { display: block; }
.has-post-thumbnail .article-foot { display: none; }

.article-image { float: left; margin: 8px 45px 0 0; }
.articles-holder-loop .article-image { width: 556px;text-align:center; }
.article-image .vholder { width: 678px; max-width: 100%; }

.single-post .article-body { overflow: visible; }
.single-post .article-body:after { content: ''; display: block; width: 100%; height: 0; clear: both; }

.articles-holder-loop { padding-bottom: 267px; }
.articles { padding: 13px 0; list-style: none outside none; color: #666; }
.articles .article { position: relative; overflow: hidden; padding-bottom: 60px; line-height: 1.25; }
.articles .article-body { padding: 3px 0 15px; }

.article-entry .columns { padding: 23px 0 57px; }
.article-entry h2 { padding-bottom: 17px; }
.article-entry h3 { padding-top: 30px; padding-bottom: 18px; font-size: 60px; color: #00b5fb; }
.article .column ul { list-style: none outside none; font-size: 18px; line-height: 1.33; }
.article .column li { padding-bottom: 26px; }
.article .column li:after { content: ''; display: block; clear: both; width: 100%; height: 0; }
.article .column .entry { position: relative; overflow: hidden; }
.article .column .image { float: left; margin: 7px 22px 0 -20px; }
.article .column { width: 47.64%; }
.article blockquote { clear: both; position: relative; min-height: 280px; padding: 41px 0 50px 250px; margin-bottom: 64px; background: #65cd79; font-size: 48px; line-height: 1.25; color: #fff; }
.article blockquote * { position: relative; }
.article blockquote:before { content: ''; position: absolute; top: 0; left: -500%; display: block; width: 2000%; height: 100%; background: #65cd79; }
.article blockquote:after { content: ''; position: absolute; top: 46px; left: 0; display: block; width: 208px; height: 289px; background: url(images/blockquote-arrow.png) no-repeat 0 0; }
.article blockquote p { padding-bottom: .9em; }
.article blockquote p:last-child { padding-bottom: 0; }
.article h4 { font-size: 28px; line-height: 38px; padding-bottom: 1.5em; color: #999; }
.article ol,
.article ul { margin: 0 0 30px 20px; list-style-position: outside; }
.article .alignleft ~ ol,
.article .alignleft ~ ul { overflow: hidden; padding-left: 46px; }
.article .alignleft ~ ul ~ ul { overflow: visible; padding-left: 30px; }
.article li { padding-bottom: 11px; }

.article .column ul,
.article-entry > ul { list-style: none outside none; }
.article .column ul li,
.article-entry > ul li { position: relative; }
.article .column ul li:before,
.article-entry > ul li:before { position: absolute; left: -48px; top: -7px; background: url(images/check-green.png) no-repeat 0 0; width: 46px; height: 45px; content: ''; }

.article .triangle ul { list-style: none outside none; margin-left: 40px; }
.article .triangle ul li { position: relative; }
.article .triangle ul li:before { content: ''; position: absolute; top: 7px; left: -14px; display: block; width: 0; height: 0; border: 8px solid transparent; border-width: 4px 8px; border-left-color: #0cadd5; }
.article .video-section { width: 66%; margin: 50px auto; height: 600px;  }

@media screen and (max-width: 760px) {
	.article .video-section { width: 100%; margin: 30px auto; height: auto; height: 300px; }
}

/* ------------------------------------------------------------ *\
	#Footer
\* ------------------------------------------------------------ */

.footer { position: relative; padding: 0 0 90px; background: #ffdc5b; }
.footer .btn-section { position: absolute; top: -124px; right: 15px; display: none; padding: 0; font-size: 20px; text-align: center; color: #fff; background: transparent; }
.footer .btn-section:before { content: ''; display: block; width: 61px; height: 48px; background: url(images/section-arrows.png) no-repeat 0 bottom; }
.footer .btn-section:hover { text-decoration: none; }
.footer .shell { position: relative; }
.footer .top { position: absolute; top: -305px; left: 0; width: 100%; height: 305px; pointer-events: none; fill: #ffdc5b; }
.footer .paper-plane  { display: block; width: 1064px; height: 664px; margin: -268px -65px 0; background: url(images/paper-plane.png) no-repeat center center; pointer-events: none; }
.footer .small-plane { background-size: 725px auto;}

.footer .column { position: relative; width: 808px; }

.footer .contacts { padding: 8px 0 0 84px; line-height: 1.2; color: #666633; }
.footer .contacts p { padding-bottom: 20px; }
.footer .address { float: left; width: 334px; }
.footer .phones {float: right;  width: 330px; }

.footer .info { clear: both; font-size: 14px; line-height: 1.2; font-style: italic; color: #999933; }
.footer .info p { padding-bottom: 10px; }

.footer .banner { float: right; padding: 0 75px 127px 0; font-size: 0; text-align: center; }

.footer .follow-us { padding: 19px 0 127px 84px; }
.footer .follow-us p { font-family: 'CenturyGothic', sans-serif; padding: 0 0 15px; font-size: 60px; line-height: 1; letter-spacing: -3px; color: #fff; }
.footer .follow-us ul { position: relative; overflow: hidden; margin-bottom: -22px; list-style: none outside none; }
.footer .follow-us ul li { float: left; margin: 0 15px 15px 0; }
.footer .follow-us ul li a { display: block; box-shadow: 1px 1px 1px #fff; }
.footer .follow-us .fb_iframe_widget { position: relative; }

.footer .copyright { padding: 0 0 0 84px; font-size: 14px; color: #666633; }
.footer .copyright a { color: #666633; }

.footer-nav { padding: 0 0 38px 70px; clear: both; text-transform: lowercase; }
.footer-nav ul { list-style: none outside none; font-size: 0; line-height: 1; margin-bottom: 23px; }
.footer-nav li { display: inline-block; vertical-align: top; padding: 0 14px; border-left: 2px solid #fff; }
.footer-nav li:first-child { border-left: 0; }
.footer-nav li a { font-size: 24px; color: #666633; }
.footer-nav li a:hover { text-decoration: none; color: #fff; }

/* ------------------------------------------------------------ *\
	# Gravity Forms
\* ------------------------------------------------------------ */

/* Default */
.button-placeholder,
.gform_footer { position: relative; }
.button-placeholder .gform_ajax_spinner,
.gform_footer .gform_ajax_spinner { position: absolute; right: 50%; top: -23px; margin-right: -7px; width: 14px; height: 14px;
	-webkit-background-size: cover;
			background-size: cover;
}
.button-placeholder .gform_ajax_spinner { top: -10px; }

/* Footer */
.footer .gform_title { padding-bottom: 30px; margin: 0 -5px; font-size: 100px; letter-spacing: -7px; word-spacing: 10px; color: #fff; text-transform: lowercase; }
.footer .gfield_label { display: block; padding-bottom: 10px; font-size: 20px; font-weight: bold; color: #666633; }
.footer .gfield_required { margin-left: 5px; }
.footer .gform_description { min-height: 84px; padding-bottom: 20px; display: block; color: #fff; }
.footer .gform_wrapper { padding-top: 44px; }
.footer .gform_wrapper .gform_fields { margin: 0 -4px; }
.footer .gform_wrapper .gfield { padding: 0 4px 12px; }
.footer .gform_wrapper .ginput_container label { font-size: 20px; text-transform: lowercase; color: #999933; }
.footer input[type="email"],
.footer input[type="number"],
.footer input[type="password"],
.footer input[type="tel"],
.footer input[type="text"],
.footer input[type="url"],
.footer textarea { padding: 15px; border: 0; font-size: 18px; color: #666633; background-color: #f5d357; box-shadow: inset 2px 3px 5px rgba(0, 0, 0, .08); }
.footer textarea { height: 160px; }
.footer .gform_footer { text-align: center; }
.footer .gform_button { display: inline-block; padding: 30px 22px; border: 0; font-size: 28px; color: #fff; background: #64cc78; box-shadow: 2px 4px 5px rgba(0,0,0,.08); }
.footer .gform_button:hover { background-color: #00b5fb; }
.footer .gform_button:after { content: ''; display: inline-block; width: 48px; height: 65px; margin: -20px -6px -20px 10px; vertical-align: middle; background: url(images/btn-arrow.png) no-repeat 0 0; }
.footer .gform_wrapper .gfield-checkbox .gfield_label { display: none; }
.footer .gform_wrapper .gfield_checkbox li { position: relative; }
.footer .gform_wrapper .gfield_checkbox li input { position: absolute; top: 0; left: 0; opacity: 0; }
.footer .gform_wrapper .gfield_checkbox li label { position: relative; display: block; padding: 8px 0 0 95px;  line-height: 1.2; text-transform: none; cursor: pointer; }
.footer .gform_wrapper .gfield_checkbox li label:before { content: ''; position: absolute; top: 50%; left: 51px; display: block; width: 18px; height: 18px; margin: -9px 0; border: 3px solid #fff; cursor: pointer; }
.footer .gform_wrapper .button-placeholder { padding-top: 14px; text-align: center; }
.footer .gform_wrapper .gfield_checkbox li label:after { content: ''; position: absolute; top: 50%; left: 45px; display: block; width: 46px; height: 45px; margin-top: -19px; background: url(images/check.png) no-repeat 0 0; opacity: 0; transition: all 0.3s ease; cursor: pointer; }
.footer .gform_wrapper .gfield_checkbox li input:checked + label:after { opacity: 1; }
.footer .gform_wrapper .gfield_checkbox li label em { display: block; font-size: 18px; }

.footer .gform_wrapper .validation_error { display: none; }
.footer .gform_wrapper .validation_message { font-size: 20px; text-transform: lowercase; color: #999933; }
.footer .button-placeholder .gform_ajax_spinner,
.footer .gform_footer .gform_ajax_spinner { width: 22px; height: 22px; margin-right: -11px; }

.footer .gform_wrapper .gfield-gfic { padding: 10px 0 0; }
.footer .required { margin-top: -75px; }
.gform_wrapper .gfield-gfic { width: 100%; max-width: 295px; margin: 0 auto; float: none; clear: both; }
.gfield-gfic * { box-sizing: border-box; }
.gfield-gfic .gfield_label { display: none; }
.gfield-gfic > br { display: none; }
.gfield-gfic .fgfic-captcha-image { border: 0; padding: 0; width: 100%; margin-left: -25px; }
.gfield-gfic .fgfic-icon-wrapper,
.gfield-gfic .fgfic_instructions { float: left; width: 50%; }
.gfield-gfic .fgfic_instructions { font-size: 14px; text-align: right; padding: 10px 5px 0 0; }
.gfield-gfic .fgfic-captcha-image label > input + i { padding: 4px; }
.gfield-gfic .fgfic-captcha-image:after,
.gfield-gfic .fgfic-icon-wrapper:after { content: ''; line-height: 0; display: table; clear: both; }
.gfield-gfic .fgfic-captcha-image label { float: left; width: 33.3333%; }

/* ------------------------------------------------------------ *\
	# Sections-Default
	# This section is used for holding the absolutely positioned edit button
\* ------------------------------------------------------------ */
.section-default {}
.section-default .default-shell { position: relative; }
.section-default .post-edit-link { position: absolute; top: 0; left: 0; padding: 6px 10px; border: 0; font-size: 16px; color: #fff; border: 2px solid  #fff; background: #64cc78; box-shadow: 2px 4px 5px rgba(0,0,0,.08); z-index: 9999;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}
.section-default .post-edit-link:hover { background: #00b5fb; text-decoration: none; }

/* ------------------------------------------------------------ *\
	# Sections
\* ------------------------------------------------------------ */

.section { position: relative; }

.section .btn-section { position: absolute; padding: 0; font-size: 20px; color: #fff; text-align: center; background: transparent; }
.section .btn-section:after { content: ''; display: block; width: 61px; height: 48px; background: url(images/section-arrows.png) no-repeat 0 0; }
.section .btn-section:hover { text-decoration: none; }

.section-intro { overflow: hidden; height: 100vh; }
.section-intro h2 { padding-bottom: 13px; font-size: 60px; text-shadow: 0 1px 9px #fff; letter-spacing: -1px; color: #666; font-weight: normal; }
.section-intro .entry { position: absolute; top: 40%; left: 50%; width: 80%; max-width: 920px; padding: 37px 40px 12px; text-shadow: 0 0 5px #fff; font-size: 36px; color: #666; text-align: center; background: rgba(255, 255, 255, 0.8); border-radius: 30px; line-height: 1; }
.section-intro .entry {
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.section-intro .entry p { padding-bottom: 0.6em; }
.section-intro .entry p:last-of-type { padding-bottom: 0; }
.section-intro .entry img { display: inline; margin-top: 0; margin-bottom: 0; }
.section-intro .top { position: absolute; left: 0; bottom: 0; z-index: 20; width: 100%; height: 100px; background: #61cf76; border-top: 10px solid #00b4fe; }
.section-intro .top .shell { height: 100%; }
.section-intro .bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 310px; border-bottom: 6px solid #00b5fb; fill: #00b5fb; }
.section-intro .video-container { position: absolute; bottom: 75px; left: 0; width: 100%; height: 100%; background: transparent no-repeat center center; background-size: cover; }
.section-intro .video-container:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0); }
.section-intro .video-container iframe,
.section-intro .video-container video,
.section-intro .video-container object,
.section-intro .video-container embed { display: block; width: 100% !important; height: 100% !important; background: #fff; }
.section-intro .btn-section { position: absolute; top: 50%; left: 50%; z-index: 100; }
.section-intro .btn-section {
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.section-intro .shell { display: block; position: relative; }

.section-video { overflow: hidden; padding: 150px 0; background: #65cd79; font-size: 24px; line-height: 1.29; color: #fff; }
.section-video .entry { position: relative; overflow: hidden; }
.section-video h2 { padding-bottom: 10px; font-size: 48px; letter-spacing: -2px; color: #fff; }
.section-video .top { position: absolute; left: 0; bottom: 100%; width: 100%; height: 260px; fill: #65cd79; }
.section-video .video { width: 768px; margin: 9px 58px 0 0; }
.section-video .author { font-size: 36px; line-height: 36px; }
.section-video span,
.section-video em { font-size: 30px; font-style: normal; }
.section-video .entry { max-width: 766px; }
.section-video .entry p { padding-bottom: 1.4em; }
.section-video .btn { position: relative; display: block; padding: 28px 126px 28px 54px; margin-top: 25px; font-size: 32px; line-height: 1.13; text-align: center; background: rgba(255, 255, 255, .3); color: #fff; }
.section-video .btn:after { content: ''; position: absolute; top: 22px; right: 26px; width: 63px; height: 87px; background: url(images/video-btn-arrow.png) no-repeat 0 0; }
.section-video .btn:hover { text-decoration: none; }

.section-member { padding: 70px 0; background: #00b5fc; color: #fff; font-size: 34px; line-height: 1.41; }
.section-member .info { float: left; width: 465px; margin-right: 25px; font-size: 24px; line-height: 1.5; }
.section-member .info h4 { padding-bottom: 4px; margin-right: -50px; font-size: 36px; line-height: 1; }
.section-member .image { padding: 14px; margin: 47px -14px 27px; background: #fff; }
.section-member .image img { margin-top: -61px; }
.section-member .entry { position: relative; overflow: hidden; padding: 48px 100px 0; font-size: 40px; line-height: 1.5; }
.section-member .entry p { position: relative; }
.section-member .entry p:first-child:before { content: '“'; position: absolute; top: -16px; left: -69px; font-size: 120px; line-height: 1; font-family: 'CenturyGothic', Arial, sans-serif; }
.section-member .entry p:last-of-type:after { content: '”'; display: inline-block; vertical-align: middle; margin: -30px 4px -90px; font-size: 120px; line-height: 1; font-family: 'CenturyGothic', Arial, sans-serif; }
.section-member .entry .btn { position: relative; display: block; max-width: 583px; margin: 0 auto; padding: 28px 126px 28px 54px; margin-top: 22px; font-size: 32px; line-height: 1.13; text-align: center; background: rgba(255, 255, 255, .3); color: #fff; }
.section-member .entry .btn:after { content: ''; position: absolute; top: 22px; right: 26px; width: 63px; height: 87px; background: url(images/video-btn-arrow.png) no-repeat 0 0; }
.section-member .entry .btn:hover { text-decoration: none; }
.section-member .shell { position: relative; }
.section-member .btn-section { position: absolute; bottom: -25px; right: 15px; }

.home .section-member { padding: 55px 0 84px; }
.home .section-member .entry { padding: 56px 100px 0; font-size: 34px; line-height: 1.41; }

.section-problems { padding: 53px 0 185px; color: #fff; background: #7d7c7c; }
.section-problems .shell { position: relative; }
.section-problems .btn-section { position: absolute; bottom: -10px; right: 15px; }
.section-problems ul { list-style: none outside none; }
.section-problems .description { padding: 0 0 27px; font-size: 24px; text-align: center; }
.section-problems h2 { padding: 0 0 12px; font-size: 72px; line-height: 1; letter-spacing: -3px; text-align: center; color: #fff; }
.section-problems h4 { padding: 0 0 13px; font-size: 40px; font-weight: bold; }
.section-problems .column { float: left; width: 48%; padding: 0 1%; }
.section-problems ul { padding: 0 0 13px 46px; list-style: none outside none; font-size: 24px; line-height: 1.2; }
.section-problems li { padding-bottom: 30px; }
.section-problems label { position: relative; display: block; cursor: pointer; }
.section-problems label input { position: absolute; top: 0; left: 0; opacity: 0; }
.section-problems input:checked + .checkbox:before { opacity: 1; }
.section-problems input:checked + .checkbox + span { font-weight: bold; color: #ffdd5c; }
.section-problems .link-video { margin-left: 6px; font-size: 18px; font-weight: normal; color: #ffdc5b; white-space: nowrap; }
.section-problems .checkbox { position: absolute; top: 3px; left: -43px; width: 18px; height: 18px; border: 3px solid #fff; cursor: pointer; }
.section-problems .checkbox:before { content: ''; position: absolute; top: -20px; left: -10px; display: block; width: 46px; height: 45px; background: url(images/checkbox.png) no-repeat 0 0; opacity: 0; }
.section-problems .link-video:before { content: ''; display: inline-block; width: 0; height: 0; margin: -2px 0 2px; vertical-align: middle; border: 6px solid transparent; border-width: 5px 7px; border-left-color: #ffdc5b; }
.section-problems .action { clear: both; padding: 0 182px; text-align: right; }
.section-problems .action .btn { display: inline-block; padding: 27px 34px; font-size: 32px; color: #fff; background: rgba(255, 255, 255, .3); }
.section-problems .action .btn:after { content: ''; display: inline-block; vertical-align: middle; width: 48px; height: 65px; margin: -30px 0 -30px 22px; background: url(images/btn-arrow.png) no-repeat 0 0; }
.section-problems .action .btn:hover { text-decoration: none; }

.section-featured-work { z-index: 30; }
.section-featured-work .shell { position: relative; }
.section-featured-work .btn-section { position: absolute; top: -626px; left: -5px; }
.section-featured-work h2 { position: relative; z-index: 30; padding: 0 82px; margin: 0 0 -70px; font-size: 100px; line-height: 1; letter-spacing: -3px; text-align: right; color: #fff; text-shadow: 0 5px 5px rgba(0, 0, 0, .08); }
.section-featured-work h2 span { display: inline-block; -webkit-transform: rotate(6deg); -ms-transform: rotate(6deg); transform: rotate(6deg); }
.section-featured-work:after,
.section-featured-work:before { content: ''; position: absolute; left: 0; display: block; width: 100%; height: 50%; }
.section-featured-work:after { top: 0; background: #65cd79; }
.section-featured-work:before { bottom: 0; background: #00b5fc; }
.section-featured-work .slider { position: relative; z-index: 30; padding: 10px 0; -webkit-transform: skewY(6deg); -ms-transform: skewY(6deg); transform: skewY(6deg); background: #fff; box-shadow: 0 3px 5px rgba(0, 0, 0, .1); }
.section-featured-work .slider-inner { -webkit-transform: skewY(-.3deg); -ms-transform: skewY(-.3deg); transform: skewY(-.3deg); }
.section-featured-work .slides { list-style: none outside none; position: relative; overflow: hidden; width: 100%; }
.section-featured-work .slides li { float: left; width: 25%; }
.section-featured-work .slides a { display: block; width: 100%; }
.section-featured-work .flex-direction-nav { list-style: none outside none; font-size: 0; line-height: 0; }
.section-featured-work .flex-direction-nav a { position: absolute; top: 50%; z-index: 50; display: block; width: 63px; height: 87px; background: url(images/slider-arrows.png) no-repeat 0 0; }
.section-featured-work .flex-direction-nav .flex-prev { left: 20px; margin-top: -6%; background-position: left 0; }
.section-featured-work .flex-direction-nav .flex-next { right: 20px; margin-top: 3%; background-position: right 0; }
.section-featured-work .flex-direction-nav .flex-disabled { display: none; }

.section-staff { padding: 58px 0 0; background: #65cd79; color: #fff; }
.section-staff h3 { font-size: 60px; text-align: center; }

.section-process { padding: 73px 0; font-size: 26px; line-height: 1.46; color: #fff; background: #7d7c7c; }
.section-process .shell { position: relative; }
.section-process img { margin-bottom: 37px; }
.section-process h3 { font-size: 60px; line-height: 1; }
.section-process h4 { padding-bottom: 37px; font-size: 32px; line-height: 1; }
.section-process .entry { max-width: 874px;  }
.section-process .entry img { max-width: 1000px; }
.section-process .list { list-style: none outside none; position: absolute; top: -108px; right: 30px; z-index: 80; width: 720px; -webkit-transform: rotate(2.1deg); -ms-transform: rotate(2.1deg); transform: rotate(2.1deg); font-size: 24px; line-height: 1.1; color: #7d7c7c; }

.section-process .list .wrap:before { content: ''; position: absolute; top: -10px; right: 0; bottom: -5px; left: 0; z-index: -2; display: block; box-shadow: 10px 4px 5px -7px rgba(0,0,0,.31); }
.section-process .list .wrap:after { content: ''; display: block; width: 100%; height: 0; clear: both; }
.section-process .list .wrap {
	position: relative; z-index: 1; min-height: 200px; padding: 54px 68px; background: #cecece;
	background: linear-gradient(to right,  #cecece 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=1 );
	-webkit-transform: perspective( 600px ) rotateX( 10deg );
			transform: perspective( 600px ) rotateX( 10deg );
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	 -webkit-transform-style: preserve-3d;
			 transform-style: preserve-3d;
}


.section-process .list { }
.section-process .list h4 { padding-bottom: 16px; font-size: 60px; color: #00b5fb; }
.section-process .list ul { padding-left: 30px; list-style: disc outside none; }
.section-process .list ul li { padding-bottom: 4px; }
.section-process .list .column { float: left; width: 50%; }

.section-process .list > li:nth-child(even) .wrap {
	z-index: 20; background: #ffffff;
	background: linear-gradient(to right,  #ffffff 0%,#bfc1c3 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfc1c3',GradientType=1 );
	-webkit-transform: perspective( 600px ) rotateX( -10deg );
			transform: perspective( 600px ) rotateX( -10deg );
}
.section-process .list > li:nth-child(even) { position: relative; z-index: 80; margin: 9px 0 -18px; -webkit-transform: translateZ(0); transform: translateZ(0); }
.section-process .list > li:last-child .wrap:before { top: 0; bottom: 0; box-shadow: 3px 4px 5px rgba(0,0,0,.31); }

.section-portfolio { position: relative; z-index: 120; padding: 0; margin: -77px 0 0; }
.section-portfolio .shell { position: relative; }
.section-portfolio .wrap { position: relative; width: 100%; -webkit-transform: perspective(3030px) rotateY( -61deg ); transform: perspective(3030px) rotateY( -61deg ); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.section.section-portfolio:last-child { padding-bottom: 305px; }
.section-portfolio .slides { list-style: none outside none; }
.section-portfolio .slides > li { position: relative; overflow: hidden; display: none; }
.section-portfolio .slides > li:first-child { display: block; }
.section-portfolio .flex-viewport .slides > li { display: none; }
.section-portfolio .projects { position: relative; overflow: hidden; list-style: none outside none; }
.section-portfolio .projects h5 { position: relative; height: 48px; margin-bottom: 8px; font-size: 20px; color: #727272; }
.section-portfolio .projects h5 span { position: absolute; bottom: 0; left: 0; right: 0; }
.section-portfolio .projects li { float: left; width: 16%; margin: 0 2% 0.5%; }
.section-portfolio .projects .image { display: block; border: 2px solid #d0d0d0; }
.section-portfolio .projects .image img { display: block; width: 100%; }

.section-portfolio .flex-direction-nav { position: absolute; bottom: -40px; left: 0; width: 190px; z-index: 200; list-style: none outside none; font-size: 0; line-height: 0; -webkit-transform: perspective(600px) rotateY( -42deg ) rotate(1.5deg) scale(0.8); transform: perspective(600px) rotateY( -42deg ) rotate(1.5deg) scale(0.8); -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; opacity: 0; -webkit-transition: opacity 0.6s ease 0.2s; transition: opacity 0.6s ease 0.2s; }
.section-portfolio .flex-direction-nav a { position: absolute; top: 0; z-index: 50; display: block; width: 63px; height: 87px; background: url(images/slider-arrows.png) no-repeat 0 0; }
.section-portfolio .flex-direction-nav .flex-prev { left: 0; background-position: left 0; }
.section-portfolio .flex-direction-nav .flex-next { right: 0; background-position: right 0; }

.section:last-child { padding-bottom: 140px; }

.section-portfolio .flex-direction-nav a { -webkit-transform: scale(6); -ms-transform: scale(6); transform: scale(6); -webkit-transition: all 0.6s ease .2s; transition: all 0.6s ease .2s; }


.page-loaded .section-portfolio .flex-direction-nav { opacity: 1;  }
.page-loaded .section-portfolio .flex-direction-nav a { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform-origin : left bottom; -ms-transform-origin : left bottom; transform-origin : left bottom; }

/* ------------------------------------------------------------ *\
	#Gforms Content
\* ------------------------------------------------------------ */
.section-content .gform_title { padding-bottom: 30px; margin: 0 -5px; font-size: 100px; word-spacing: 10px; }
.section-content .gfield_label { display: block; min-height: 50px; padding-bottom: 10px; font-size: 18px; font-weight: bold; color: #000; }
.section-content .gfield_required { margin-left: 5px; }
.section-content .gform_description { min-height: 84px; padding-bottom: 20px; display: block; }
.section-content .gform_wrapper { padding-top: 44px; }
.section-content .gform_wrapper .gform_fields { margin: 0 -4px; }
.section-content .gform_wrapper .gfield { padding: 0 4px 22px; }
.section-content .gform_wrapper .ginput_container label { font-size: 18px; text-transform: lowercase; color: #000; }
.section-content input[type="email"],
.section-content input[type="number"],
.section-content input[type="password"],
.section-content input[type="tel"],
.section-content input[type="text"],
.section-content input[type="url"],
.section-content textarea { padding: 15px; border-color: #ececec; font-size: 18px; color: #666633; background-color: #fff; box-shadow: inset 2px 3px 5px rgba(0, 0, 0, .08); }
.section-content textarea { height: 160px; }
.section-content .gform_footer { clear: both; text-align: center; }
.section-content .gform_button { display: inline-block; min-width: 300px; padding: 30px 22px; border: 0; font-size: 28px; color: #fff; background: #64cc78; box-shadow: 2px 4px 5px rgba(0,0,0,.08); }
.section-content .gform_button:hover { background-color: #00b5fb; }
.section-content .gform_button:after { content: ''; display: inline-block; width: 48px; height: 65px; margin: -20px -6px -20px 10px; vertical-align: middle; background: url(images/btn-arrow.png) no-repeat 0 0; }
.section-content .gform_wrapper .gfield_checkbox li { position: relative; }
.section-content .gform_wrapper .gfield_checkbox li input { position: absolute; top: 0; left: 0; opacity: 0; }
.section-content .gform_wrapper .gfield_checkbox li label { position: relative; display: block; padding: 8px 0 0 95px;  line-height: 1.2; text-transform: none; cursor: pointer; }
.section-content .gform_wrapper .gfield_checkbox li label:before { content: ''; position: absolute; top: 50%; left: 51px; display: block; width: 18px; height: 18px; margin: -9px 0; border: 3px solid #ececec; cursor: pointer; }
.section-content .gform_wrapper .button-placeholder { padding-top: 14px; text-align: center; }
.section-content .gform_wrapper .gfield_checkbox li label:after { content: ''; position: absolute; top: 50%; left: 45px; display: block; width: 46px; height: 45px; margin-top: -19px; background: url(images/check.png) no-repeat 0 0; opacity: 0; transition: all 0.3s ease; cursor: pointer; }
.section-content .gform_wrapper .gfield_checkbox li input:checked + label:after { opacity: 1; }
.section-content .gform_wrapper .gfield_checkbox li label em { display: block; font-size: 18px; }

.section-content .gform_wrapper .gfield_radio li { position: relative; }
.section-content .gform_wrapper .gfield_radio li input { position: absolute; top: 0; left: 0; opacity: 0; }
.section-content .gform_wrapper .gfield_radio li label { position: relative; display: block; padding: 8px 0 0 95px;  line-height: 1.2; text-transform: none; cursor: pointer; }
.section-content .gform_wrapper .gfield_radio li label:before { content: ''; position: absolute; top: 50%; left: 51px; display: block; width: 18px; height: 18px; margin: -9px 0; border: 3px solid #ececec; cursor: pointer; border-radius: 50%; }
.section-content .gform_wrapper .button-placeholder { padding-top: 14px; text-align: center; }
.section-content .gform_wrapper .gfield_radio li label:after { content: ''; position: absolute; top: 50%; left: 45px; display: block; width: 46px; height: 45px; margin-top: -19px; background: url(images/check.png) no-repeat 0 0; opacity: 0; transition: all 0.3s ease; cursor: pointer; }
.section-content .gform_wrapper .gfield_radio li input:checked + label:after { opacity: 1; }
.section-content .gform_wrapper .gfield_radio li label em { display: block; font-size: 18px; }

.section-content .gfield-fileupload { float: none; clear: both; width: auto; }

.section-content .gform_wrapper .validation_error { display: none; }
.section-content .gform_wrapper .validation_message { font-size: 20px; text-transform: lowercase; color: #999933; }
.section-content .button-placeholder .gform_ajax_spinner,
.section-content .gform_footer .gform_ajax_spinner { width: 22px; height: 22px; margin-right: -11px; }
.section-content .gfield-honeypot { display: none !important; }
.section-content .selectbox { border: 1px solid #ececec; line-height: 38px; color: #000; background: #fff; }
.section-content .selectbox .select-value { color: #000; }
.section-content .gfield_description { display: block; padding: 4px 0 0; font-size: 14px;  }

.section-brands { padding: 54px 0 40px; }
.section-brands h2 { padding-bottom: 37px; font-size: 60px; text-align: center; color: #00b5fc; }
.section-brands .slider { position: relative; overflow: hidden; width: 100%; max-height: 149px; font-size: 0; }
.section-brands .slider .slides,
.section-brands .slider .slides li { list-style: none outside none; position: relative; overflow: hidden; }
.section-brands .slider .slides li { float: left; width: 342px; }
.section-brands .slider .slides li span { display: block; padding: 0 10px; }

/* ------------------------------------------------------------ *\
	#Page
\* ------------------------------------------------------------ */

.home .header { padding: 0; }
.home .header  { box-shadow: none; }
.home .header.static { position: absolute; }
.home .footer .btn-section { display: none; }

.home .header { position: fixed; }
.home .nav-toggle { box-shadow: -2px 2px 5px rgba(0, 0, 0, .1); }

.section-content { padding-bottom: 36px; }
.section-content .article-with-aside { margin-top: -140px; }
.section-content .article-body { overflow: visible; }
.section-content .article-image { margin: 154px 40px 0 0; }
.section-content .article-entry { font-size: 18px; line-height: 1.33; padding-bottom: 55px; }
.section-content .article-head + .article-body .article-entry { padding-top: 10px; font-size: 18px; line-height: 1.33; padding-bottom: 0; }

.article-with-video { margin-top: -140px; }
.article-with-video h4 { margin-bottom: 20px; font-size: 28px; line-height: 1.36; }
.article-with-video .article-body { overflow: visible; }
.article-with-video .article-title { letter-spacing: -2px; }
.article-with-video .article-image { position: relative; z-index: 30; margin: 154px 40px 0 0; }
.article-with-video .article-image iframe { display: block; margin: 55px 0 -55px; background: #fff; }
.article-with-video .article-head + .article-body .article-entry { padding-top: 10px; font-size: 24px; line-height: 1.2; }

.section-columned .article-entry h4 { padding-bottom: 9px; font-size: 36px; line-height: 1.1; color: #6fd081; }

.section.section-member:last-of-type,
.section.section-columned:last-of-type,
.section.section-content:last-of-type,
.section.section-staff:last-of-type,
.section.section-process:last-of-type { padding-bottom: 326px; }

.section.section-member:last-of-type .btn-section,
.section.section-columned:last-of-type .btn-section,
.section.section-content:last-of-type .btn-section,
.section.section-staff:last-of-type .btn-section,
.section.section-process:last-of-type .btn-section { display: none; }

.footer .mobile  { display: none; }

@media screen and (min-width: 1920px) {
	.nav,
	.body-nav-show .nav { right: 50%; }
	.nav { margin-right: -1094px; }
	.body-nav-show .nav  { margin-right: -960px; }
}

@media screen and (min-width: 1600px) and (max-width: 1900px)  {
	.nav,
	.body-nav-show .nav { right: 50%; }
	.nav { margin-right: -938px; }
	.body-nav-show .nav  { margin-right: -800px; }
}

@media screen and (max-width: 1900px) {
	body { min-width: 0; }

	.wrapper { max-width: 1600px; }

	.default-shell,
	.shell { max-width: 1380px; width: auto; }


	.footer .column { width: 48%; }
	.footer .btn-section { right: -15px; }
	.footer .paper-plane { width: 800px; height: 495px; background-size: 100% 100%; }
	.footer .small-plane { background-size: 625px auto;}
	.footer .contacts,
	.footer .follow-us { padding-left: 0; }
	.footer .copyright { padding-left: 0; }
	.footer .gform_wrapper .gfield_checkbox li label { padding-left: 70px; font-size: 18px; }
	.footer .gform_wrapper .gfield_checkbox li label:before { left: 24px; }
	.footer .gform_wrapper .gfield_checkbox li label:after { left: 18px; }
	.footer .address { width: 48%; }
	.footer-nav { padding-left: 0; }
	.footer-nav ul { margin: 0 -14px 23px; }

	.article .column .image { max-width: 100px; }
	.articles-holder-loop .article-image,
	.article-image { width: 450px; }
	.articles-holder-loop .paging { padding-left: 495px; }

	.section-video .video { max-width: 40%; }

	.section-portfolio .wrap { -webkit-transform: perspective(3030px) rotateY( -54deg ); transform: perspective(3030px) rotateY( -54deg ); }

	.section-process .entry { max-width: 40%; }

	.section-featured-work h2 { margin-bottom: -55px; }

	.section-member .entry .btn { font-size: 28px; }

	.section-video { font-size: 22px; }
	.section-video .btn { font-size: 28px; }
	.section-video .author { font-size: 30px; }

	.section-problems .action { padding: 0 85px; }
	.section-problems .action .btn { font-size: 28px; }
	.section-problems .btn-section { right: -15px; }

	.page-head h1 { font-size: 0.87em; -webkit-transform: rotate(-9.5deg); -ms-transform: rotate(-9.5deg); }
	.page-head.no-descenders h1 { margin-bottom: 0; }

	.article-with-video .article-image { margin-top: 90px; }
	.article-with-video .article-image iframe { margin: 0; }

	.section-featured-work .btn-section { top: -554px; right: auto; }

}

@media screen and (min-width: 1200px) and (max-width: 1580px)  {
	.nav,
	.body-nav-show .nav { right: 50%; }
	.nav { margin-right: -738px; }
	.body-nav-show .nav  { margin-right: -600px; }
}

@media screen and (max-width: 1580px) {
	body { font-size: 18px; }

	h2 { font-size: 40px; }

	.body-nav-show .nav-toggle { margin-right: 216px; }

	.wrapper { max-width: 1200px; }

	.default-shell,
	.shell { max-width: 1100px; }

	.page-head h1 { font-size: 0.87em; -webkit-transform: rotate(-12.8deg); -ms-transform: rotate(-12.8deg); }
	.page-head.no-descenders h1 { margin-bottom: -7px; }

	.footer .address { float: none; width: auto; }
	.footer .phones { float: none; width: auto; }

	.footer .follow-us { padding-bottom: 60px; }
	.footer .banner { padding-bottom: 60px; padding-right: 0; }
	.footer .fb_iframe_widget { max-width: 300px; margin-top: 20px;  }

	.footer-nav li a { font-size: 18px; }

	.section-video h2 { font-size: 28px; }
	.section-video span,
	.section-video em { font-size: 22px; }
	.section-video .author { font-size: 24px; }
	.section-video .btn { padding: 20px 80px 20px 20px; }
	.section-video .btn:after { top: 20px; width: 50px; height: 69px; background-size: contain; }

	.section-featured-work h2 { margin-bottom: -33px; }

	.section-member .info { width: 30%; }
	.section-member .info h4 { font-size: 26px; }
	.section-member .entry { font-size: 24px; }
	.section-member .entry .btn { font-size: 22px; padding: 20px 90px 20px 40px; }
	.section-member .entry .btn:after { top: 12px; width: 50px; height: 69px; background-size: contain; }

	.section-problems ul { font-size: 20px; }
	.section-problems h2 { font-size: 72px; }
	.section-problems h4 { font-size: 36px; }
	.section-problems .column { width: 46%; padding: 0 1%; }
	.section-problems .description { font-size: 20px; }
	.section-problems .action .btn { padding: 25px 17px; font-size: 20px; }

	.section-sidebar .widgets { padding: 0 20px; }

	.section-process { font-size: 22px; }
	.section-process .list h4 { font-size: 40px; }
	.section-process .list { width: 570px; font-size: 18px; }
	.section-process .list .wrap { min-height: 160px; padding: 40px; }
	.section-process .list > li:nth-child(even) { margin: 4px 0 -13px; }
	.section-process .entry img { max-width: 600px; }

	.section-portfolio .wrap { -webkit-transform: perspective(1671px) rotateY( -65deg ); transform: perspective(1671px) rotateY( -65deg ); }
	.section-portfolio .projects h5 { font-size: 14px; }

	.articles-holder-loop .article-image,
	.article-image { width: 400px; }
	.articles-holder-loop .paging { padding-left: 445px; }

	.article h4 { font-size: 21px; }
	.article-entry h4 { font-size: 30px; }
	.article blockquote { font-size: 34px; }
	.article blockquote:after { width: 144px; height: 204px; background-size: contain; }

	.carbon_themewidgetsocials .ico-share { margin-right: 10px; }

	.article-with-video .article-image iframe { width: 100%; }
	.page-template-default .section-member .entry { font-size: 28px; }

	.section-featured-work .btn-section { top: -454px; right: auto; }

	.article blockquote { min-height: 200px; }
}

@media screen and (max-height: 819px) {
	.section-intro { height: 700px !important; }
}

@media screen and (max-width: 1200px) {
	.wrapper { max-width: 1024px; }

	.default-shell,
	.shell { max-width: 920px; }

	.sidebar { display: none; }

	.page-head { height: 316px; }
	.page-head h1 { font-size: 0.63em; -webkit-transform: rotate(-13.1deg); -ms-transform: rotate(-13.1deg); }
	.page-head.no-descenders h1 { margin-bottom: 0px; }

	.nav-utilities { font-size: 22px; }

	.wp-caption { max-width: 40%; }

	.footer-nav { padding-bottom: 30px; }

	.footer .top { top: -150px; height: 150px; }
	.footer .shell { position: relative; }
	.footer .paper-plane { width: 600px; height: 371px; margin: -110px auto 0; }
	.footer .address,
	.footer .phones { float: left; width: 50%; }
	.footer .follow-us ul { margin-bottom: 0; }
	.footer .follow-us,
	.footer .banner { padding-bottom: 30px; }
	.footer .copyright { position: absolute; top: 100%; left: 0; right: 0; margin: 20px 0 0; }
	.footer .gform_wrapper { padding-top: 20px; }
	.footer .gform_title {  font-size: 70px; letter-spacing: -1px; }
	.footer .gform_description { min-height: 0; padding-bottom: 10px; }
	.footer .follow-us ul li { margin-right: 10px; }
	.footer .follow-us img { width: 40px; }
	.footer-nav li a { font-size: 15px; }

	.footer .gfield_label { padding-bottom: 6px; font-size: 18px; }

	.selectbox .select-value { font-size: 18px; line-height: 36px; }

	.section-sidebar .widgets { width: 50%; padding-bottom: 40px; }
	.section-sidebar .widget { padding-bottom: 74px;  }
	.section-sidebar .widgets:last-child { width: 100%; }

	.section-process .entry { max-width: none; }
	.section-process .list { position: relative; top: 0; right: 0; margin: 40px auto -210px; }

	.article-entry h3 { font-size: 40px; }

	.section-member { padding-top: 100px; }

	.articles-holder-loop .article-image,
	.article-image { width: 300px; }
	.articles-holder-loop .paging { padding-left: 345px; }
	.article-meta { font-size: 16px; }
	.article .btn { font-size: 20px; }

	.articles-holder-loop { padding-bottom: 87px; }


	.section-featured-work h2 { font-size: 80px; padding: 0 40px; margin-bottom: -34px; }

	.page-template-default .section-member .entry { font-size: 22px; }

	.article-with-video .article-image,
	.page-template-default .article-image { margin-top: 10px; }

	.article-with-video.article-with-aside,
	.page-template-default .article-with-aside { margin-top: -60px; }
	.page-template-default .section:last-child { padding-bottom: 200px; }
	.section-portfolio .wrap { -webkit-transform: perspective(1689px) rotateY( -55deg ); transform: perspective(1689px) rotateY( -55deg ); }


	.section.section-portfolio:last-child { padding-bottom: 150px; }

	.section-staff ul h3 { font-size: 50px; }

	.section-featured-work .btn-section { top: -404px; right: auto; }

	.section-problems { padding-top: 18px; }
	.section-problems ul { font-size: 14px; }

	.section-intro .entry { top: 46%; font-size: 26px; }
	.section-intro h2 { font-size: 42px; }

	.section-brands .slider .slides li  { width: 300px; }

	.footer textarea { height: 80px; }

	.footer input[type="email"],
	.footer input[type="number"],
	.footer input[type="password"],
	.footer input[type="tel"],
	.footer input[type="text"],
	.footer input[type="url"],
	.footer textarea { padding: 8px; }
	.footer .gform_wrapper .ginput_container label { display: block; font-size: 14px; }

	.section-content .gform_wrapper .gfield { float: none; width: auto; }
	.section-content .gfield_label { min-height: 0; }
	.section-content .gform_button { min-width: 200px; }
}

@media screen and (max-width: 1020px) {
	.wrapper { max-width: 1024px; }

	.default-shell,
	.shell { max-width: 710px; }

	.page-head .bg { top: 180px; }
	.page-head h1 { padding: 0 10px 22px; font-size: 0.43em; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); }
	.page-head.no-descenders h1 { margin-bottom: 6px; }

	.articles-holder-loop .article-image,
	.article-image { margin-right: 30px; }

	.page-head { margin-bottom: 20px; }

	.article .column { float: none; width: auto; }

	.article blockquote { padding: 30px 0 30px 110px; font-size: 24px; }
	.article blockquote:after { width: 76px; height: 108px; }

	.article-with-video.article-with-aside,
	.page-template-default .article-with-aside { margin-top: 0; }

	.section-member .info { float: none; width: 60%; margin: 0 auto; }
	.section-member .image img { width: 100%; }
	.section-member .entry { padding: 56px 62px 0; }


	.section-problems h2 { font-size: 60px; }
	.section-problems .column { float: none; width: auto; }
	.section-problems .description { font-size: 16px; }

	.section-video .video { float: none; width: auto; max-width: 80%; margin: 0 auto 30px; }
	.section-featured-work h2 { margin-bottom: -20px; }

	.section-portfolio { margin: -50px 0 0; }
	.section-portfolio .projects h5 { font-size: 12px; }

	.body-nav-show .nav-toggle { margin-right: 239px; }

	.section-portfolio .wrap { -webkit-transform: perspective(3030px) rotateY( -41deg ); transform: perspective(3030px) rotateY( -41deg ); }

	.footer .column { position: static; float: none; width: auto; }

	.section-staff ul h3 { font-size: 30px; }

	.section-featured-work .btn-section { top: -354px; }

	.article blockquote { min-height: 130px; }


}

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

	h2 { font-size: 24px; letter-spacing: 0; }

	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="text"],
	input[type="url"],
	textarea { font-size: 16px; }

	.default-shell,
	.shell { margin: 0 20px; }

	.section-default .post-edit-link { display: none; }

	.nav-utilities { display: none; }

	.selectbox .select-value { font-size: 14px; }
	.selectbox:before { top: 15px; right: 8px; width: 20px; height: 14px; background-size: 100% 100%; }

	.logo { margin-top: 10px; }

	.body-nav-show .nav { width: 200px; }
	.body-nav-show .nav-toggle { margin-right: 180px; }

	.nav { width: 200px; }
	.nav .wrap { width: 200px; }
	.nav .holder { position: relative; width: 200px; height: 100%; }

	.page-head { height: 200px; }
	.page-head h1 { padding: 0 0 1px; font-size: 0.27em; -webkit-transform: rotate(-1.7deg); -ms-transform: rotate(-1.7deg); transform: rotate(-1.7deg); }
	.page-head.no-descenders h1 { margin-bottom: -4px; }

	.section-portfolio { margin: 0; }
	.section-portfolio .wrap { -webkit-transform: rotateY( 0deg ); transform: rotateY( 0deg );  }

	.section-portfolio .projects { font-size: 0; }
	.section-portfolio .projects li { float: none; display: inline-block; vertical-align: top; width: 46%; margin: 0 2% 2%; }

	.header,
	.home .header { padding-top: 0; position: absolute; }
	.body-nav-show .header { position: fixed; }

	.flex-direction-nav { display: none; }

	.section.section-portfolio:last-child { padding-bottom: 40px; }

	.gform_wrapper .gfield-medium { float: none; width: auto; }

	.footer .top { top: -20px; height: 20px; }
	.footer .paper-plane { width: 100%; height: auto; padding-bottom: 61.83%; margin: -30px 0 0; }
	.footer .small-plane { background-size: 460px auto; }
	.footer .address,
	.footer .phones { float: none; width: auto; }
	.footer .info { font-size: 12px; }

	.footer .banner { width: 50px; padding-bottom: 20px; margin: 0; }
	.footer .follow-us { padding-bottom: 20px; }
	.footer .follow-us p { font-size: 30px; letter-spacing: 0; }
	.footer .follow-us img { width: 30px; }
	.footer .follow-us ul li { margin: 0 8px 8px 0; }
	.footer .fb_iframe_widget { display: block; margin: 5px 0 0; max-width: 272px; }
	.footer .fb_iframe_widget * { display: block; max-width: 100%; }

	.footer-nav { padding-bottom: 30px; }
	.footer-nav ul { margin: 0 -6px 10px; }
	.footer-nav li { padding: 0 6px; }
	.footer-nav li a { font-size: 12px; }

	.footer input[type="email"],
	.footer input[type="number"],
	.footer input[type="password"],
	.footer input[type="tel"],
	.footer input[type="text"],
	.footer input[type="url"],
	.footer textarea { padding: 8px; font-size: 16px; }
	.footer .gform_wrapper { padding: 0 0 30px; }
	.footer .gform_title { padding-bottom: 10px; font-size: 30px; letter-spacing: 0; }
	.footer .gfield_label { padding-bottom: 4px; font-size: 14px; }
	.footer .gform_wrapper .ginput_container label { display: block; padding: 4px 0 0; font-size: 12px; }
	.footer .gform_button { padding: 15px 18px; font-size: 18px; }
	.footer .gform_button:after { width: 20px; height: 27px; background-size: 100% 100%; }

	.footer .gform_wrapper .gfield_checkbox li label { padding-left: 45px; font-size: 14px; }
	.footer .gform_wrapper .gfield_checkbox li label em { font-size: 14px; }
	.footer .gform_wrapper .gfield_checkbox li label:after { top: 6px; left: -5px; margin: 0; }
	.footer .gform_wrapper .gfield_checkbox li label:before { top: 20px; left: 5px; margin: 0; }
	.footer .copyright { font-size: 12px; }

	.section-staff { padding: 20px 0; }
	.section-staff h3 { font-size: 30px; }

	.section-process { padding: 30px 0; font-size: 16px; }
	.section-process h3 { font-size: 34px; }
	.section-process h4 { padding-bottom: 20px; font-size: 24px; }
	.section-process .entry img { max-width: 100%; margin-bottom: 15px; }
	.section-process .list { width: auto; margin: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
	.section-process .list { margin-top: 15px; font-size: 12px; }
	.section-process .list .wrap { min-height: 120px; padding: 15px; }
	.section-process .list h4 { font-size: 24px; }
	.section-process .list > li:nth-child(even) { margin: 0px 0 -8px; }

	.section:last-child { padding-bottom: 30px; }

	.section-sidebar { padding: 20px 0; }
	.section-sidebar .widgets-container { margin: 0; }
	.section-sidebar .widgets { float: none; width: auto; padding: 0 0 40px; }
	.section-sidebar .widget { padding-bottom: 40px; }

	.section-member .info { width: 80%; }
	.section-member .info h4 { font-size: 18px; }
	.section-member .info { font-size: 16px; }
	.section-member .entry .btn { display: block; padding: 15px 50px 15px 15px; font-size: 14px; }
	.section-member .entry .btn:after { top: 50%; right: 10px; width: 20px; height: 28px; margin-top: -14px; background-size: 100% 100%; }
	.section-member .entry p:first-child:before,
	.section-member .entry p:last-of-type:after { font-size: 60px; }
	.section-member .entry p:first-child:before { top: -4px; left: -32px; }
	.section-member .entry p:last-of-type:after { margin: -5px 5px -35px;  }

	.section-brands h2 { font-size: 40px; }
	.section-brands .slider .slides li { width: 150px; }

	img.alignnone,
	img.alignleft,
	img.alignright,
	img.aligncenter,
	.wp-caption.alignnone,
	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter { float: none; display: block; max-width: 80%; margin: 0 auto 15px; }

	.articles-holder-loop,
	.articles { padding: 0; }
	.article h4 { margin-bottom: 0; font-size: 16px; }
	.articles-holder-loop .article-image,
	.article-image { float: none; max-width: 100%; margin: 0 auto 20px; }
	.articles-holder-loop .paging { padding-left: 0; }
	.article .btn { font-size: 16px; }
	.article h4 { line-height: 1.2; }
	.article-entry h3 { padding: 18px 0 10px; }

	.has-post-thumbnail .article-image .article-foot { display: none; }
	.has-post-thumbnail .article-foot { display: block; }

	.article .column .image { float: none; display: block; width: auto; margin: 0 auto 20px; }
	.article .column ul { margin: 0; font-size: 14px; }
	.article-entry h4 { font-size: 20px; }
	.article-entry h3 { font-size: 34px; }
	.article-entry .columns { padding: 20px 0 10px; }

	.article-image .vholder { margin: 0; }
	.article blockquote { padding: 20px; margin-bottom: 26px; font-size: 16px; }
	.article blockquote:after { top: 25px; left: -10px; width: 20px; height: 28px; background-size: 100% 100%; }

	.article .triangle ul { margin-left: 20px; }

	.widget-title { font-size: 18px; }

	.widget_categories ul li a,
	.widget_categories ul li:after { font-size: 16px; }

	.carbon_themewidgetcategories ul li a,
	.carbon_themewidgetcategories ul li:after { font-size: 16px; }

	.gform_widget .gform_title { font-size: 18px; }
	.gform_widget .gfield { padding-bottom: 10px; font-size: 16px; }
	.gform_widget .gform_button { height: 34px; font-size: 16px; }

	.widget_comments .widget-entry { height: 185px; }

	.page-template-default .article-entry { font-size: 16px; }
	.page-template-default .section-member .entry { padding: 10px 30px; font-size: 16px; line-height: 1.2;  }
	.page-template-default .section:last-child { padding-bottom: 30px; }

	.section.section-member:last-of-type,
	.section.section-columned:last-of-type,
	.section.section-content:last-of-type,
	.section.section-staff:last-of-type { padding-bottom: 20px; }
	.section.section-process:last-of-type { padding-bottom: 50px; }

	.article-with-video .article-image,
	.page-template-default .article-image { float: none; width: 100%; margin: 0 0 20px; }
	.article-with-video .article-entry { font-size: 16px; }

	.section-intro { height: 80vh; }
	.section-intro .entry { font-size: 20px; }
	.section-intro h2 { padding-bottom: 20px; font-size: 24px; }
	.section-intro .top { height: 95px; }
	.section-intro .bottom { height: 105px; }

	.section-video { float: none; display: block; overflow: hidden; height: auto; margin: 0 auto 40px; }

	.section-video .shell { top: 0; -webkit-transform: translateX(0%) translateY(0%); -ms-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%); }
	.section-video .author { font-size: 14px; line-height: 1.2; }
	.section-video span,
	.section-video em { font-size: 14px; }

	.section-video { padding: 40px 0 120px; font-size: 16px; }
	.section-video h2 { font-size: 24px; letter-spacing: 0; }
	.section-video .btn { display: block; padding: 15px 50px 15px 15px; font-size: 14px; }
	.section-video .btn:after { top: 50%; right: 10px; width: 20px; height: 28px; margin-top: -14px; background-size: 100% 100%; }

	.section-problems h2 { font-size: 36px; letter-spacing: -1px; }
	.section-problems .action { padding: 0; }
	.section-problems .action .btn { display: block; padding: 15px 50px 15px 15px; font-size: 14px; }
	.section-problems .action .btn:after { width: 20px; height: 28px; background-size: 100% 100%; }

	.section-problems h4 { font-size: 26px; }
	.section-problems ul { font-size: 14px; }
	.section-problems .link-video { font-size: 14px; }

	.section-featured-work h2 { padding: 0 15px; margin: 0;  font-size: 26px; letter-spacing: 0; }
	.section-featured-work h2 span { -webkit-transform: rotate(1deg); -ms-transform: rotate(1deg); transform: rotate(1deg); }

	.home .section-video { margin: 0; }

	.home .section-member { padding: 90px 0; }

	.section-featured-work { padding-bottom: 60px; }
	.section-intro .btn-section { bottom: 0; }

	.section-member .btn-section { bottom: -80px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

	.section-problems .btn-section { bottom: -80px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

	.footer .btn-section { top: -84px; }
	.footer .contacts,
	.footer .banner,
	.footer .follow-us { display: none; }

	.footer .mobile { display: block; }
	.footer .mobile .contacts,
	.footer .mobile .banner,
	.footer .mobile .follow-us { display: block; }

	.section-featured-work .btn-section { top: -304px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

	.article blockquote { min-height: 40px; }
	.section-content .gform_wrapper .gfield .gfield_checkbox { padding-left: 0; margin-left: 0; }
	.footer .required { margin-top: 0; }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
	/* Intro Landscape */

	.section-intro {}
	.section-intro .entry { }
	.section-intro .entry { top: 100px; }

	.section-intro .entry img { width: 170px; height: auto; }
	.section-intro .entry p { font-size: 16px; }
	.section-intro h2 { font-size: 22px; }
}


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

	.section-featured-work .btn-section  { top: -270px; }
	#section-portfolio + .footer .small-plane { display: none; }
	.section.section-portfolio,
	.section.section-portfolio:last-child { padding-bottom: 60px !important; }
}

@media screen and (max-width: 550px) {
	.page-head h1 { -webkit-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); }
}

/* ------------------------------------------------------------ *\
	#ADDED BY DANIEL
\* ------------------------------------------------------------ */

.footer .required {font-size:16px;float:left !important;color:#999933;}

.page-id-1366 .gform_wrapper .gfield-medium {clear:both;width:100%;}

.home .nav-utilities .menu li a {background: transparent; border-color: #fff; color: #fff; }
.section-member .info {margin-left:15px;}

.section-video h2 {font-size:52px;text-align:center;}

.footer .gform_wrapper .validation_message {color:#fff !important;padding:5px;background-color:#999933;}

blockquote {margin-top:20px;}
blockquote a, .article blockquote h4 {color:#fff;}
.footer .gform_wrapper .ginput_container label {font-size:18px;}
.section-member .entry .btn {max-width:500px;padding-left:32px;}

.article .selectbox:before {background-image: url("/wp-content/themes/page-progressive/images/select-arrow-green.png");}
.section-content .gform_wrapper .gfield_radio li label:after, .section-content .gform_wrapper .gfield_checkbox li label:after {background-image: url("/wp-content/themes/page-progressive/images/check-green.png") !important;}
.section-content .article-entry .gfield_label {min-height:0;}
.section-content .article-entry .gf_no_label .gfield_label { display: none; }
.article-entry blockquote h3 {padding-top:0;}
.article.post {padding: 20px 0 30px 0; border-bottom: #ccc 1px dashed; }
.article ol, .article ul {padding-left:30px;padding-top:10px;}

.section-problems h4  {font-size:32px;}
.section-content .article-entry {font-size:22px !important;}

.article-meta { margin-top: 20px; }
.widget_tag_cloud .tagcloud a { font-size: 16px !important; }
.carbon_themewidgettagcloud .tagcloud a { font-size: 24px !important; }
.pretty-profiles li a { color: #ffdc5b !important; }
.pretty-profiles .wrap a { color: #00b5fb !important; }
.pretty-profiles .wrap p { font-size: 16px !important; }
.article-entry h3 { font-size: 40px !important; }
.youtubeembed { height: 360px; }

.article .gform_body ul li:before, 
.article .column .gform_body ul li:before, .article-entry .gform_body ul li:before {background:none !important;}
.article .gform_footer .button {width:300px;line-height:50px;}

.section-content .article-entry .gform_wrapper .validation_message {color:#fff;background-color:#999933;padding:10px;text-align:center;font-size:14px;}

.section-content .gform_wrapper .gfield_checkbox li label em {font-size:14px;}

body.page-id-3840 footer {display:none;}

.article .button {padding:20px;background-color:#64cc78;color:#fff;width:250px;text-align:center;font-weight:bold;}

.footer .gform_wrapper .gfield_checkbox li label em { font-size: 12px !important; margin-top: 5px; }
.footer textarea { height: 120px !important; }

.footer .gform_description { min-height: 0 !important; }
.footer .gform_wrapper { padding-top: 25px; }

.section-portfolio .flex-direction-nav .flex-next { top: 15px; }
.section-portfolio { margin: -90px 0 0 !important; }
.section-portfolio .projects h5 { height: 50px !important; margin-bottom: 3px !important; font-size: 15px !important; }
.section.section-portfolio:last-child { padding-bottom: 300px; }
.section-portfolio .flex-direction-nav { bottom: -25px !important; }

.footer input[type="email"], .footer input[type="number"], .footer input[type="password"], .footer input[type="tel"], .footer input[type="text"], .footer input[type="url"], .footer textarea { padding:7px !important; }
.footer .small-plane { margin-top:-230px !important; }
.footer .gform_title { padding-bottom:0 !important; }

a.homebutton {font-size:14px;border:1px solid #000;padding:10px; border-radius: 5px;margin:auto;color:#000;}

a.homebutton:hover {border:1px solid #999;color:#000;font-weight:bold;background-color:#65cd79;text-decoration:none;}

@media screen and (min-width: 1020px) {
.home .section-member .entry {padding:30px 60px 0 100px !important;}
.section-member .info {font-size:20px !important;}
.footer .gform_button {position:relative;left:-25px;}
	
	.section-content .article .gform_wrapper .gfield_checkbox li label { padding-left: 30%; }
	.section-content .article .gform_wrapper .gfield_checkbox li label:before,
	.section-content .article .gform_wrapper .gfield_checkbox li label:after { left: 25%; }

	.section-content .article .gform_wrapper .gf_left_half .gfield_checkbox li label,
	.section-content .article .gform_wrapper .gf_right_half .gfield_checkbox li label { padding-left: 40px; }
	.section-content .article .gform_wrapper .gf_left_half .gfield_checkbox li label:before,
	.section-content .article .gform_wrapper .gf_right_half .gfield_checkbox li label:before,
	.section-content .article .gform_wrapper .gf_left_half .gfield_checkbox li label:after,
	.section-content .article .gform_wrapper .gf_right_half .gfield_checkbox li label:after { left: -25px; }
}

@media screen and (max-width: 1580px) {
}

@media(max-width: 1024px){
	.article .alignleft ~ ol,
	.article .alignleft ~ ul { clear: both; margin-left: 0; }
	.article .alignleft ~ ul ~ ul { margin-left: 20px; }
}

@media screen and (max-width: 999px) {
.youtubeembed {height:278px;}
}

@media screen and (max-width: 760px) {
	.section-intro .entry {top:58%;}
	.youtubeembed {height:150px;}
	.section-intro .entry p {font-weight:bold;font-size:18px;text-align:center;}

.section-featured-work .btn-section {top:-280px;}
.section-member .image {margin-top:-35px;}
.section-problems .btn-section {bottom:-120px;}
.section-problems .description {font-size:15px;}

.section-video .entry p {text-align:center;}
.section-video h2 {font-size:23px;font-weight:bold;}
.section-video .video {margin-bottom:20px;}
.section-video .btn {margin-top:-15px;}

.section-portfolio .projects {margin-top:70px;}
.section-portfolio .projects h5 {font-size:14px;}

.article-entry h3 {font-size:24px !important;}

.page-head {height:120px;}

.section-content .gform_wrapper .gform_fields { padding-left: 0; }
}



@media screen and (max-width: 668px) {
	.section-intro { height: 100vh !important; }
	.section-intro .entry { top: 42%; }
}

@media screen and (max-width: 376px) {
	.section-intro { height: 80vh !important; }
	.section-intro .entry {top:50%;}
	.section-intro h2 { padding-bottom: 15px; }
	.section-intro .entry p { padding-bottom: 0.8em; }

}

@media screen and (min-width: 761px) {
	.section-intro { height: 80vh; }
	.section-intro .entry {top:45%;}
}
	.gfield.gform_validation_container {display:none;}

#gform_submit_button_13 {background-color:#65cd79;color:#fff;padding:20px;text-align:center;margin:auto;}
.popmake-content label {font-size:13px !important;}

.popmake.theme-4253 .popmake-close, .popmake.theme-default-theme .popmake-close {background-color:#00b5fb !important;}

@media(max-width: 1299px){
	.section-intro .entry { top: 46%; }
	.section-intro h2 { padding-bottom: 20px; }
}

@media screen and (max-width: 668px) {
	.section-intro .entry { top: 42%; }
	a.homebutton {font-size:12px;line-height:20px;border:none;}
}

@media screen and (max-width: 376px) {
	.section-intro { height: 84vh !important; }
	.section-intro .entry { top: 48%; width: 90%; padding-left: 21px; padding-right: 21px; }
	.section-intro h2 { font-size: 20px;}
	.section-intro .entry p { font-size: 16px; }
	.section-featured-work .btn-section { top: -230px; }
}
/* Styles for Video Posts */
