/*
Theme Name: BDG.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?1mn9a3");
	src: url("fonts/icomoon.eot?1mn9a3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1mn9a3") format("truetype"), url("fonts/icomoon.woff?1mn9a3") format("woff"), url("fonts/icomoon.svg?1mn9a3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.social-networks a:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.info-section .info-list,
.carousel-box .slick-dots,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.contact-form .row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 24px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	text-transform: uppercase;
	color: inherit;
}

h1,
.h1 {
	font-size: 100px;
}

h2,
.h2 {
	font-size: 60px;
}

h3,
.h3 {
	font-size: 48px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #8ac53e;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 2320px;
}

.btn {
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	padding: 10px 24px 11px;
	margin: 0 0 5px;
	color: #fff;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

.btn:hover {
	color: #8ac53e;
	background: #fff;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 58px 0;
	right: 0;
	z-index: 10;
	-webkit-transition: background .3s ease, padding .3s ease;
	transition: background .3s ease, padding .3s ease;
}

.fixed-header #header {
	padding: 28px 0 33px;
	background: #0c0c0c;
}

#header .btn {
	display: none;
	margin: 0 0 0 60px;
}

.fixed-header #header .btn {
	display: inline-block;
}

#header .wrap {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
	padding: 5px 0 0;
}

.fixed-header #header .wrap {
	padding: 6px 50px 0 0;
}

#header .link {
	font-size: 16px;
	color: #fff;
	position: relative;
}

#header .link:after {
	content: "";
	position: absolute;
	background: #5ab221;
	height: 3px;
	width: 30px;
	bottom: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width .3s ease, left .3s ease, -webkit-transform .3s ease;
	transition: width .3s ease, left .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, width .3s ease, left .3s ease;
	transition: transform .3s ease, width .3s ease, left .3s ease, -webkit-transform .3s ease;
}

#header .link:hover:after {
	left: 100%;
	width: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.logo {
	width: 206px;
	float: left;
	margin: 8px 0 0;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
}

.fixed-header .logo {
	width: 37px;
	margin: 0 0 0 43px;
}

.logo img {
	vertical-align: top;
}

.fixed-header .logo img {
	display: none;
}

.logo img.sticky-h {
	display: none;
}

.fixed-header .logo img.sticky-h {
	display: block;
}

#main {
	position: relative;
}

.visual-section {
	background-size: cover;
	color: #fff;
	padding: 468px 0 360px;
	text-align: center;
	line-height: 1.3;
	font-size: 40px;
	overflow: hidden;
	min-height: 1000px;
	position: relative;
	background-position: 50% 50%;
}

.visual-section:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .18;
}

.visual-section .container {
	position: relative;
	max-width: 2200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 2;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual-section .title {
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 5px;
	display: block;
	text-transform: uppercase;
}

.visual-section h1 {
	line-height: 1.1;
	margin: 0 0 3px;
}

.visual-section p {
	margin: 0 auto 52px;
	max-width: 80%;
}

.visual-section .btn {
	min-width: 300px;
}

.visual-section .wrap {
	width: 100%;
}

.visual-section .bg-line {
	position: absolute;
	background: rgba(87, 117, 64, .6);
	z-index: 1;
	opacity: .8;
	top: -1000px;
	left: 20%;
	bottom: -1975px;
	right: -1000px;
	-webkit-transform: rotate(46deg);
	-ms-transform: rotate(46deg);
	transform: rotate(46deg);
}

.visual-section .bg-line:after,
.visual-section .bg-line:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.visual-section .bg-line:before {
	left: 140px;
	background: #577540;
	opacity: .6;
	z-index: 1;
}

.visual-section .bg-line:after {
	left: 280px;
	opacity: .62;
	z-index: 2;
	background: #8cc541;
}

.info-section {
	position: relative;
	z-index: 5;
}

.info-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-section h1 {
	line-height: .9;
	font-size: 150px;
	margin: 0 0 30px -6px;
}

.info-section .info-box {
	z-index: 4;
	width: 43%;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: -190px;
	background: #8ac53e;
	margin-left: calc(-1 * (100vw - 100%) / 2);
	padding-left: calc(1 * (100vw - 100%) / 2);
	padding-top: 151px;
	position: relative;
	padding-bottom: 85px;
	padding-right: 4%;
}

.info-section .info-box:after {
	content: "";
	background: url(images/arrow.png) no-repeat;
	width: 373px;
	position: absolute;
	top: 251px;
	background-size: 100% 100%;
	right: -265px;
	height: 99px;
}

.info-section .info-box .ttl {
	color: #000;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.info-section .info-box h3 {
	color: #000;
	line-height: 1;
	margin: 0 0 14px;
}

.info-section .info-box .ttl + p {
	margin: 0 0 86px;
}

.info-section .info-list {
	text-transform: uppercase;
}

.info-section .info-list li {
	font-size: 27px;
	margin: 0 0 9px;
	position: relative;
}

.info-section .info-list li:before {
	content: "+";
	color: #000;
	margin: 0 7px 0 0;
}

.carousel-box {
	width: 57%;
	position: relative;
}

.carousel-box .slick-track {
	height: 100%;
}

.carousel-box .slick-list {
	height: 100% !important;
}

.carousel-box .slick-slider {
	height: 100%;
	margin-right: calc(-1 * (100vw - 100%) / 2);
}

.carousel-box .slide {
	padding: 75px 0 75px 316px;
	padding-right: calc(1 * (100vw - 7%) / 2);
	position: relative;
	background: #fff;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

.carousel-box .ico {
	margin: 0 0 17px;
	max-height: 100px;
}

.carousel-box .ico img {
	vertical-align: top;
}

.carousel-box .num {
	font-size: 250px;
	padding: 0 0 7px 5px;
	color: #000;
	line-height: .9;
	display: block;
	text-shadow: -12px 0 0 #8ac53e;
}

.carousel-box .num:after {
	content: inherit;
}

.carousel-box .num:before {
	content: attr(data-label);
	position: absolute;
	font-size: 1360px;
	z-index: -1;
	top: 100px;
	left: -314px;
	color: #8ac53e;
	opacity: .15;
	font-weight: 700;
	white-space: nowrap;
	line-height: .5;
}

.carousel-box .title {
	display: block;
	text-transform: uppercase;
	font-size: 65px;
	line-height: .95;
	margin: 0 0 22px;
	color: #000;
}

.carousel-box .title span {
	display: block;
	color: #8ac53e;
	font-size: 120px;
}

.carousel-box .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 150px;
	bottom: 21px;
}

.carousel-box .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 6px;
}

.carousel-box .slick-dots li.slick-active button {
	background: #8ac53e;
}

.carousel-box .slick-dots button {
	outline: none;
	display: block;
	border: none;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.carousel-box .slick-dots button:hover {
	background: #8ac53e;
}

.visual-info-section {
	text-align: center;
	color: #fff;
	font-size: 25px;
	padding: 324px 0 210px;
	line-height: 1.4;
	background-position: 50% 100%;
	background-size: cover;
	position: relative;
}

.visual-info-section:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .33;
}

.visual-info-section .container {
	z-index: 2;
	position: relative;
}

.visual-info-section .ttl {
	font-size: 45px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	line-height: 1.1;
}

.visual-info-section h2 {
	line-height: 1;
	margin: 0 0 25px;
}

.visual-info-section p {
	margin: 0 auto 25px;
	max-width: 60%;
}

.item-section {
	color: #fff;
	line-height: 1.38;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

.item-section .wrap {
	position: relative;
	z-index: 4;
	margin-right: -15px;
}

.item-section .wrap .title {
	font-size: 56px;
	display: block;
	text-transform: uppercase;
	line-height: .9;
}

.item-section .wrap h3 {
	font-size: 87px;
	line-height: .9;
}

.item-section.resers .container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.item-section.resers .container .col.green {
	padding-left: 277px;
	margin-left: 0;
	padding-right: calc((100vw - 100%) / 2);
	margin-right: calc(-1 * (100vw - 100%) / 2);
	min-height: 775px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 100px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.item-section.resers .container .col.black {
	text-align: left;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: -100px;
	padding-left: calc((100vw - 87%) / 2);
	margin-left: calc(-1 * (100vw - 100%) / 2);
}

.item-section.resers .container .col.black:before {
	right: -210px;
	left: auto;
	-webkit-transform: skewX(23deg);
	-ms-transform: skewX(23deg);
	transform: skewX(23deg);
}

.item-section.resers .num {
	font-size: 400px;
	margin-right: 0;
	margin-left: -25px;
}

.item-section.resers .ttl {
	font-size: 50px;
}

.item-section h2 {
	font-size: 90px;
	margin: 0 0 10px -5px;
	line-height: 1.1;
	font-weight: 600;
}

.item-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.item-section .col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.item-section .col.green {
	padding-top: 177px;
	padding-bottom: 216px;
	padding-right: 20%;
	width: 52%;
	background: #8ac53e;
	padding-left: calc((100vw - 100%) / 2);
	margin-left: calc(-1 * (100vw - 100%) / 2);
}

.item-section .col.bg-cover {
	position: relative;
	background-size: cover;
}

.item-section .col.bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #8ac53e;
	opacity: .75;
	z-index: 1;
}

.item-section .col.black {
	width: 48%;
	text-align: right;
	margin-bottom: -220px;
	padding-bottom: 100px;
	padding-top: 164px;
	background: #000;
	z-index: 1;
	position: relative;
	padding-right: calc((100vw - 95%) / 2);
	margin-right: calc(-1 * (100vw - 100%) / 2);
}

.item-section .col.black:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -240px;
	width: 100%;
	z-index: -1;
	background: #000;
	-webkit-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	transform: skewX(-28deg);
}

.item-section .num {
	font-size: 500px;
	line-height: .8;
	margin-right: -25px;
	margin-bottom: 35px;
	display: block;
}

.item-section .txt {
	display: block;
	font-style: 600px;
	font-size: 30px;
	margin: 0 0 5px;
	line-height: 1.1;
	text-transform: uppercase;
}

.item-section .ttl {
	font-size: 60px;
	color: #8ac53e;
	line-height: 1.1;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	margin: 0 0 10px;
}

.text-section {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding-top: 405px;
	padding-bottom: 125px;
	color: #000;
}

.text-section h2 {
	color: #8ac53e;
	font-size: 150px;
	line-height: .9;
	margin: 0 0 27px;
}

.text-section .ttl {
	font-size: 60px;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 5px;
}

.text-section p {
	margin: 0 auto 25px;
	max-width: 60%;
}

.form-section {
	position: relative;
	color: #fff;
	background-size: cover;
	text-align: center;
	line-height: 1.2;
	padding-top: 291px;
	padding: 291px 0 214px;
}

.form-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -1px;
	opacity: .55;
	background: #000;
	z-index: 1;
}

.form-section .container {
	position: relative;
	z-index: 3;
}

.form-section .title {
	font-size: 50px;
	line-height: .9;
	margin: 0 0 10px;
	font-weight: 600;
}

.form-section h2 {
	font-size: 100px;
	line-height: .9;
	font-weight: 600;
	color: #8ac53e;
	margin: 0 0 12px;
}

.form-section h2 + p {
	max-width: 1200px;
	margin: 0 auto 44px;
}

.contact-form {
	margin: 0;
	text-align: left;
	max-width: 724px;
	margin: 0 auto;
}

.contact-form .row {
	margin: 0 -7px;
}

.contact-form .col {
	float: left;
	padding: 0 7px 16px;
	width: 42%;
}

.contact-form .col:first-child {
	width: 58%;
}

.contact-form .col:only-child {
	width: 100%;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
	margin: 0;
	border: 2px solid #fff;
	background: none;
	height: 48px;
	color: #d0d0d0;
	font-size: 18px;
	line-height: 1.1;
	outline: none;
	width: 100%;
	padding: 13px 18px;
}

.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder {
	color: #d0d0d0;
}

.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #d0d0d0;
}

.contact-form textarea:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder {
	color: #d0d0d0;
}

.contact-form textarea:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder {
	color: #d0d0d0;
}

.contact-form textarea.placeholder,
.contact-form input[type="text"].placeholder,
.contact-form input[type="email"].placeholder,
.contact-form input[type="tel"].placeholder {
	color: #d0d0d0;
}

.contact-form textarea {
	min-height: 202px !important;
	max-height: 300px !important;
	width: 100% !important;
	max-width: 100%;
}

.contact-form input[type="submit"] {
	border: 2px solid #fff;
	background: none;
	height: 48px;
	color: #d0d0d0;
	min-width: 300px;
	outline: none;
	margin-top: 14px;
	box-shadow: none;
	font-size: 18px;
	padding: 0;
	line-height: 1.1;
	-webkit-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}

.contact-form input[type="submit"]:hover {
	background: #fff;
	color: #8ac53e;
}

#footer {
	background: #111110;
	font-size: 14px;
	padding: 54px 0 60px;
	line-height: 1.2;
	color: #aaa;
}

#footer .container {
	max-width: 2220px;
}

#footer .link {
	color: #585858;
	font-size: 16px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#footer .link:hover {
	color: #8ac53e;
}

#footer .copy {
	display: block;
}

#footer .info {
	float: left;
	max-width: 50%;
}

#footer .links-box {
	float: right;
	max-width: 50%;
	padding-top: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logo-footer {
	width: 136px;
	margin: 0 0 10px;
}

.logo-footer img {
	vertical-align: top;
}

.social-networks {
	letter-spacing: -5px;
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 0 0 35px;
}

.social-networks:before {
	content: "";
	height: 85px;
	width: 1px;
	background: #585858;
	top: 50%;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 29px;
	letter-spacing: normal;
	font-size: 0;
}

.social-networks a {
	color: #585858;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.social-networks a:before {
	font-size: 26px;
}

.social-networks a:hover {
	color: #8ac53e;
}

.social-networks a.facebook:before {
	content: "\e900";
}

.social-networks a.twitter:before {
	font-size: 30px;
	content: "\e901";
}

.social-networks a.insagram:before {
	content: "\e902";
}

.landing-phone {
	width:19px;
	margin-right:5px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (max-width: 1999px) {
	body {
		font-size: 16px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	.btn {
		border-width: 1px;
		padding: 5px 12px 6px;
		font-size: 18px;
	}

	#header {
		padding: 30px 0;
	}

	.fixed-header #header {
		padding: 15px 0 16px;
	}

	#header .btn {
		margin: 0 0 0 30px;
	}

	#header .link {
		font-size: 16px;
	}

	.logo {
		width: 175px;
	}

	.fixed-header .logo {
		margin: 0 0 0 21px;
	}

	.visual-section {
		font-size: 20px;
		padding: 200px 0;
		min-height: 500px;
	}

	.visual-section .title {
		font-size: 30px;
	}

	.visual-section p {
		max-width: 50%;
	}

	.visual-section .btn {
		min-width: 150px;
	}

	.info-section h1 {
		font-size: 100px;
		margin: 0 0 15px;
	}

	.info-section .info-box {
		margin-bottom: -80px;
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.info-section .info-box:after {
		top: 130px;
	}

	.info-section .info-box .ttl + p {
		margin: 0 0 40px;
	}

	.info-section .info-list li {
		font-size: 17px;
	}

	.carousel-box .ico img {
		max-height: 50px;
	}

	.carousel-box .num {
		font-size: 150px;
	}

	.carousel-box .title {
		font-size: 30px;
	}

	.carousel-box .title span {
		font-size: 60px;
	}

	.carousel-box .slick-dots {
		right: 230px;
	}

	.visual-info-section {
		padding: 200px 0 150px;
	}

	.visual-info-section {
		padding: 150px 0 50px;
		font-size: 20px;
	}

	.visual-info-section .ttl {
		font-size: 30px;
	}

	.visual-info-section p {
		max-width: 50%;
	}

	.item-section .wrap h3 {
		font-size: 50px;
	}

	.item-section.resers .container .col.green {
		padding-top: 60px;
		padding-bottom: 50px;
		min-height: 400px;
	}

	.item-section.resers .num {
		font-size: 300px;
		margin-left: -12px;
	}

	.item-section .col.green {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.item-section .col.black {
		padding-top: 80px;
		padding-bottom: 50px;
		margin-bottom: -50px;
	}

	.item-section .num {
		font-size: 300px;
	}

	.text-section {
		padding-top: 150px;
		padding-bottom: 75px;
	}

	.text-section h2 {
		font-size: 75px;
	}

	.text-section .ttl {
		font-size: 30px;
	}

	.form-section {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	#footer {
		padding: 30px 0;
	}

	#footer .links-box {
		padding-top: 30px;
	}
}

@media (max-width: 1599px) {
	body {
		font-size: 14px;
	}

	.visual-section {
		padding: 150px 0;
	}

	.info-section h1 {
		font-size: 75px;
	}

	.info-section .info-box {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: -40px;
	}

	.info-section .info-box:after {
		width: 200px;
		height: 50px;
		right: -150px;
		top: 100px;
	}

	.carousel-box .slide {
		padding-left: 200px;
	}
	
	.carousel-box .slide p{
		margin-right:2em; 
		line-height:19px;
	}

	.carousel-box .slick-dots {
		right: 150px;
	}

	.visual-info-section .ttl {
		font-size: 20px;
	}

	.item-section {
		font-size: 14px;
	}

	.item-section .wrap .title {
		font-size: 25px;
	}

	.item-section.resers .container .col.green {
		padding-left: 220px;
		min-height: 300px;
	}

	.item-section.resers .container .col.black {
		padding-left: calc((100vw - 100%) / 2);
	}

	.item-section.resers .container .col.black:before {
		right: -120px;
	}

	.item-section.resers .num {
		font-size: 150px;
	}

	.item-section.resers .ttl {
		font-size: 25px;
	}

	.item-section h2 {
		font-size: 45px;
	}

	.item-section .col.green {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.item-section .col.black {
		padding-top: 40px;
	}

	.item-section .col.black:before {
		left: -130px;
	}

	.item-section .num {
		font-size: 150px;
	}

	.item-section .txt {
		font-size: 20px;
	}

	.item-section .ttl {
		font-size: 30px;
	}

	.form-section .title {
		font-size: 30px;
	}

	.form-section h2 {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	h1,
	.h1 {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	.container {
		padding: 0 15px;
	}

	#header .wrap {
		padding-top: 20px;
	}

	.fixed-header #header .wrap {
		padding: 10px 0 0;
	}

	.fixed-header .logo {
		margin: 0;
	}

	.visual-section p {
		max-width: 85%;
	}

	.info-section h1 {
		font-size: 50px;
	}

	.info-section .info-box {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: -30px;
		font-size: 16px;
	}

	.info-section .info-box:after {
		right: -120px;
		width: 150px;
		height: 40px;
		top: 50px;
	}

	.info-section .info-box .ttl {
		font-size: 25px;
	}

	.info-section .info-list li {
		font-size: 14px;
	}

	.carousel-box .slide {
		padding-left: 150px;
	}

	.carousel-box .num {
		font-size: 100px;
	}

	.carousel-box .num:before {
		font-size: 800px;
		left: -100px;
		top: 0;
	}

	.carousel-box .title span {
		font-size: 40px;
	}

	.visual-info-section {
		padding: 100px 0 30px;
		font-size: 20px;
	}

	.visual-info-section p {
		max-width: 85%;
	}

	.item-section .wrap h3 {
		font-size: 45px;
	}

	.item-section.resers .container .col.green {
		min-height: 200px;
		padding-left: 180px;
	}

	.item-section.resers .num {
		font-size: 75px;
		margin-left: 0;
	}

	.item-section .col.green {
		padding-top: 30px;
		padding-bottom: 40px;
		width: 60%;
	}

	.item-section .col.black {
		padding-top: 30px;
		padding-bottom: 30px;
		width: 40%;
	}

	.item-section .col.black {
		width: 35%;
	}

	.item-section .num {
		margin-right: 0;
		font-size: 100px;
	}

	.text-section {
		padding-top: 100px;
		padding-bottom: 30px;
	}

	.text-section h2 {
		font-size: 55px;
	}

	.text-section .ttl {
		font-size: 25px;
	}

	.text-section p {
		max-width: 90%;
	}

	.form-section {
		padding-top: 130px;
		padding-bottom: 30px;
	}

	#footer {
		padding: 15px 0;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.item-section .col.green {
		width: 65%;
	}

	.item-section .col.black:before {
		left: -120px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}
	
	#header .link{
		font-size:13px;
	}
	
	.fixed-header #header .btn{
		display:none;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#header {
		padding: 15px 0;
	}

	#header .btn {
		margin: 10px 0 0;
	}

	#header .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		width:68%;
		padding-top:0px;
	}

	.fixed-header #header .wrap {
		padding: 0;
	}

	.logo {
		width: 80px;
	}

	.visual-section {
		padding: 100px 0 50px;
		font-size: 18px;
	}

	.visual-section .title {
		font-size: 20px;
	}

	.visual-section p {
		margin: 0 auto 20px;
	}

	.visual-section .bg-line {
		left: -80%;
	}

	.info-section .container {
		display: block;
	}

	.info-section .info-box {
		width: auto;
		margin: 0 -15px;
		padding: 15px;
	}

	.info-section .info-box:after {
		display: none;
	}

	.carousel-box {
		width: auto;
	}

	.carousel-box .slick-slider {
		margin: 0 -15px;
	}

	.carousel-box .slide {
		padding: 15px 15px 50px;
	}

	.carousel-box .num:before {
		font-size: 400px;
		left: -50px;
	}

	.carousel-box .title {
		font-size: 25px;
	}

	.carousel-box .title span {
		font-size: 30px;
	}

	.carousel-box .slick-dots {
		right: 0;
	}

	.visual-info-section {
		padding: 30px 0 15px;
	}

	.visual-info-section p {
		margin: 0 auto 20px;
	}

	.item-section.resers .container .col.green {
		min-height: 1px;
		padding: 30px 15px;
		margin: 0 -15px;
	}

	.item-section.resers .container .col.black {
		padding: 30px 15px;
		margin: 0 -15px;
	}

	.item-section .container {
		display: block;
	}

	.item-section .col.green {
		width: auto;
		margin: 0 -15px;
		padding: 15px;
	}

	.item-section .col.black {
		width: auto;
		padding: 15px;
		margin: 0 -15px;
	}

	.item-section .col.black:before {
		display: none;
	}

	.text-section {
		padding: 30px 0;
	}

	.form-section {
		padding: 30px 0 15px;
	}

	.form-section .title {
		font-size: 25px;
	}

	.form-section h2 {
		font-size: 35px;
	}

	.contact-form .col {
		width: 100%;
	}

	.contact-form .col:first-child {
		width: 100%;
	}

	.contact-form input[type="submit"] {
		min-width: 200px;
	}

	#footer .info {
		float: none;
		max-width: none;
	}

	#footer .links-box {
		float: none;
		width: auto;
		max-width: none;
		display: block;
		text-align: center;
	}

	.social-networks {
		padding: 15px 0 0;
		margin: 0;
	}

	.social-networks:before {
		display: none;
	}

	.social-networks li {
		margin: 0 5px;
	}
}
