/*
Theme Name: Vallentin Reichmann
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: vallentinreichmann
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?1plqtl");
	src: url("fonts/icomoon.eot?1plqtl#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1plqtl") format("truetype"), url("fonts/icomoon.woff?1plqtl") format("woff"), url("fonts/icomoon.svg?1plqtl#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* 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-angle-down:before {
	content: "\e900";
}

.icon-angle-right:before {
	content: "\e901";
}

.icon-angle-left:before {
	content: "\e902";
}

.logo .list-activites,
.main-nav,
.main-nav ul,
.switcher ul,
main ul,
.logo-footer .list-activites,
.list-phone-numbers {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header: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: 16px/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;
}

.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;
}

p { line-height: 1.4em; }
/* li { padding: 8px 0; line-height: 1.4em; } */

blockquote {
	border-left: 4px solid #ccc;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #ccc;
	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 #ccc;
	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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #ccc;
}

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 #ccc;
	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 #ccc;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #000;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	position: relative;
	z-index: 99;
	padding: 10px 0;
}

.nav-opener {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
}

.nav-opener:before,
.nav-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, top .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 4px;
	background: #000;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.nav-opener:after {
	top: 21px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 4px;
	background: #000;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.drop-menu {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: block;
	position: fixed;
	z-index: 9999;
	background-color: #fff;
	overflow-y: scroll;
	left: 0;
	right: 0;
	bottom: 0;
	top: 49px;
	width: auto;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
}

.nav-active .drop-menu {
	opacity: 1;
	visibility: visible;
}

.logo {
	float: right;
}

.logo a {
	text-decoration: none;
}

.logo .list-activites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #666;
}

.logo .list-activites li {
	font-size: 8px;
}

.main-nav {
	text-transform: uppercase;
	font-size: 16px;
}

.main-nav > li {
	margin-top: 10px;
}

.main-nav > li:last-child {
	margin-right: 0;
}

.main-nav > li.hover > ul {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.main-nav > li.hover > a, .main-nav > li.hover > span {
	text-shadow: 1px 0 0 #000;
}

.main-nav a {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	text-decoration: none;
}

.main-nav .active > a , .main-nav .active > span{
	text-shadow: 1px 0 0 #000;
}

.main-nav ul {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0 15px;
	max-width: 200px;
}

.main-nav ul > li.hover > ul {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.main-nav ul > li.hover > a {
	text-shadow: 1px 0 0 #000;
}

.main-nav ul > li ul {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0 15px;
	max-width: 200px;
}

.main-nav ul > li ul > li:last-child {
	padding-bottom: 0;
}

.main-nav ul > li ul > li.hover a {
	text-shadow: 1px 0 0 #000;
}

.main-nav ul > li ul > li a {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	text-shadow: none;
}

.main-nav ul a {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
}

.main-nav ul a:hover {
	text-shadow: 1px 0 0 #000;
}

img {
	vertical-align: top;
}

h3 {
	margin-bottom: 0;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.unbold {
	font-weight: normal;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row:before,
.row:after {
	display: none;
}

.col-xs-100,
.col-xs-75,
.col-xs-50,
.col-xs-25,
.col-sm-100,
.col-sm-75,
.col-sm-50,
.col-sm-25,
.col-lg-100,
.col-lg-75,
.col-lg-50,
.col-lg-25,
.col-xs-33,
.col-sm-33,
.col-lg-33,
.col-xs-66,
.col-sm-66,
.col-lg-66,
.col-xs-60,
.col-sm-60,
.col-lg-60,
.col-xs-40,
.col-sm-40,
.col-lg-40 {
	padding: 0 15px;
}

.col-xs-100 {
	width: 100%;
}

.col-xs-75 {
	width: 75%;
}

.col-xs-50 {
	width: 50%;
}

.col-xs-25 {
	width: 25%;
}

.col-xs-33 {
	width: 33.33%;
}

.col-xs-66 {
	width: 66.66%;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1868px;
}

body.nav-active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.header-box {
	position: relative;
}

.carousel {
	position: relative;
	margin: 0 15px 15px 15px;
	height: calc(100% - 65px);
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
	height: 100%;
}

.carousel .slide {
	float: left;
	width: 100%;
	background-position: center;
	background-size: cover;
	height: 100%;
}

.switcher {
	text-align: center;
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
}

.switcher li {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: inline-block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	margin: 0 3px;
	opacity:.75;
}

.switcher .active {
	background-color: #000;
}

.btn-prev,
.btn-next {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
	text-decoration: none;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 50%;
	width: 31px;
	height: 31px;
}

.btn-prev:hover,
.btn-next:hover {
	background-color: white;
}

.btn-prev i,
.btn-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 27px;
}

.btn-prev {
	left: 10px;
}

.btn-prev i {
	left: 45%;
	top: 47%;
}

.btn-next {
	right: 10px;
}

.btn-next i {
	left: 53%;
	top: 47%;
}

.bg-video-holder {
	padding-top: 0;
	position: relative;
	overflow: hidden;
	background-size: cover;
	min-height: 100%;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
}

.video-active .bg-video {
	opacity: 1;
}

.block-anchor {
	text-align: center;
	margin-top: -64px;
	margin-bottom: 20px;
}

.block-anchor a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .75);
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	border-radius: 50%;
}

.block-anchor a:hover {
	background-color: white;
}

.block-anchor a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 27px;
}

.info-block {
	padding-top: 10px;
}

.img-holder {
	margin-bottom: 15px;
}

.img-block {
	text-align: center;
}

.link-holder {
	padding-top: 15px;
	text-align: right;
	margin-bottom: 15px;
}

main ul {
	margin-bottom: 20px;
}

main ul > li {
	position: relative;
	padding-left: 10px;
}

main ul > li:before {
	content: "-";
	position: absolute;
	left: 0;
}

main ul > li ul {
	margin-bottom: 0;
}

main ul ol > li {
	padding-left: 24px;
}

main ul ol ol > li {
	padding-left: 40px;
}

main ul ol ol ol > li {
	padding-left: 60px;
}

ol {
	list-style: none;
	counter-reset: list;
	padding: 0;
	margin-bottom: 20px;
}

ol > li {
	position: relative;
	padding-left: 24px;
}

ol > li:before {
	counter-increment: list;
	content: counter(list) "";
	position: absolute;
	left: 0;
}

ol > li > ul {
	margin-bottom: 0;
}

.title-block {
	margin-bottom: 20px;
}

.title-block h4 {
	margin-bottom: 0;
}

.title-block p {
	margin-bottom: 0;
}

.text-holder {
	margin-bottom: 20px;
}

.win-height {
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

#footer {
	background-color: #ccc;
	padding: 15px 0;
	color: #999;
	text-transform: uppercase;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

#footer p {
	margin-bottom: 0;
}

.logo-footer {
	float: left;
	max-width: 194px;
	margin-bottom: 15px;
}

.logo-footer a {
	color: #999;
}

.logo-footer .top-name {
	font-size: 16px;
}

.logo-footer .list-activites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #999;
}

.logo-footer .list-activites li {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 8px;
}

.logo-footer:hover .list-activites li {
	color: #000;
}

address {
	font-style: normal;
	margin-bottom: 0;
}

.list-phone-numbers li:after {
	content: "-";
	margin-left: 5px;
}

.list-phone-numbers li:last-child:after {
	display: none;
}

.list-phone-numbers li a {
	text-decoration: none;
}

.mail-link {
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}

.bottom-text {
	padding-top: 15px;
}

.bottom-text a {
	text-decoration: underline;
}

@media (min-width: 768px) {
.main-nav > li {
	margin-top: 0;
}
	.commentlist-item {
		padding: 0 0 0 2em;
	}

	.nav-opener {
		display: none;
	}

	.drop-menu {
		opacity: 1;
		visibility: visible;
		bottom: auto;
		position: static;
		padding: 0;
		overflow-y: visible;
	}

	.logo-holder {
		overflow: hidden;
		display: block;
	}

	.logo .top-name {
		font-size: 20px;
	}

	.logo .list-activites li {
		font-size: 10px;
	}

	.main-nav {
		font-size: 14px;
	}

	.main-nav > li {
		display: inline-block;
		margin-right: 6px;
		position: relative;
	}

	.main-nav ul {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		position: absolute;
		background-color: #fff;
		max-width: none;
		padding: 15px 0;
		width: 210px;
	}

	.main-nav ul > li {
		padding: 0 15px 5px 15px;
	}

	.main-nav ul > li:last-child {
		margin-bottom: 0;
	}

	.main-nav ul > li ul {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		position: absolute;
		left: 210px;
		padding: 15px 0;
		background-color: #fff;
		width: 200px;
	}

	.col-sm-100 {
		width: 100%;
	}

	.col-sm-75 {
		width: 75%;
	}

	.col-sm-50 {
		width: 50%;
	}

	.col-sm-25 {
		width: 25%;
	}

	.col-sm-33 {
		width: 33.33%;
	}

	.col-sm-66 {
		width: 66.66%;
	}
	
	.col-sm-60 {
		width: 60%;
	}
	
	.col-sm-40 {
		width: 40%;
	}

	.carousel {
		height: calc(100% - 87px);
	}

	.switcher {
		left: auto;
		bottom: 10px;
	}

	.bottom-text {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.main-nav > li:nth-last-of-type(2) ul li > ul,
	.main-nav > li:last-child ul li > ul {
		right: auto;
		left: 210px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	.col-lg-100 {
		width: 100%;
	}

	.col-lg-75 {
		width: 75%;
	}

	.col-lg-50 {
		width: 50%;
	}

	.col-lg-25 {
		width: 25%;
	}

	.col-lg-33 {
		width: 33.33%;
	}

	.col-lg-66 {
		width: 66.66%;
	}

	.container {
		padding: 0 24px;
	}

	.carousel {
		height: calc(100% - 96px);
	}

	.carousel {
		margin: 0 24px 24px 24px;
	}

	.switcher {
		right: 25px;
	}

	.switcher li {
		width: 15px;
		height: 15px;
	}

	.switcher li:hover {
		background-color: #000;
	}

	.btn-prev,
	.btn-next {
		height: 38px;
		width: 38px;
	}

	.btn-prev i,
	.btn-next i {
		font-size: 30px;
	}

	.btn-prev {
		left: 32px;
	}

	.btn-prev i {
		top: 50%;
	}

	.btn-next {
		right: 32px;
	}

	.btn-next i {
		top: 50%;
	}

	.block-anchor {
		margin-top: -89px;
		margin-bottom: 71px;
	}

	.block-anchor a {
		width: 50px;
		height: 50px;
	}

	.block-anchor a i {
		font-size: 34px;
	}

	.img-holder {
		margin-bottom: 58px;
	}

	.img-block {
		margin-top: -13px;
		text-align: right;
		padding-right: 20px;
	}

	.short-block {
		max-width: 380px;
	}

	.link-holder {
		padding: 26px 7px 0 0;
	}

	main {
		font-size: 16px;
	}

	main ul {
		margin-bottom: 23px;
	}

	ol {
		margin-bottom: 46px;
	}

	.description-block {
		padding-left: 30px;
		font-size: 16px;
		padding-right: 110px;
	}

	.description-block p {
		margin-bottom: 23px;
	}

	.title-block {
		margin-bottom: 42px;
	}

	.title-block p {
		margin-bottom: 0;
	}

	.text-holder {
		margin-bottom: 46px;
	}

	#footer {
		padding: 59px 0 29px 0;
		font-size: 16px;
	}

	.logo-footer {
		max-width: none;
	}

	.logo-footer .top-name {
		font-size: 24px;
	}

	.logo-footer .list-activites li {
		font-size: 13px;
	}

	.list-phone-numbers li {
		display: inline-block;
		margin-right: -3px;
	}

	.bottom-text {
		padding-top: 26px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 10px 0;
	}

	.drop-menu {
		padding-left: 1px;
	}

	.logo-holder {
		padding-right: 4px;
	}

	.logo {
		margin-bottom: 4px;
	}

	.logo .top-name {
		font-size: 28px;
	}

	.logo .list-activites li {
		font-size: 15px;
	}

	.main-nav {
		font-size: 16px;
	}

	.main-nav > li {
		margin-right: 21px;
	}

	.main-nav > li:nth-last-of-type(2) ul li > ul,
	.main-nav > li:last-child ul li > ul {
		left: 291px;
	}

	.main-nav ul {
		width: 326px;
		left: -20px;
		padding: 33px 0 4px 0;
	}

	.main-nav ul > li {
		padding: 0 18px 11px 18px;
		position: relative;
	}

	.main-nav ul > li ul {
		left: 326px;
		top: 0;
	}

	.main-nav ul > li ul > li:nth-child(2) {
		padding-bottom: 11px;
	}

	.main-nav ul a {
		font-size: 16px;
	}

	.carousel {
		height: calc(100% - 119px);
	}

	.logo-footer .top-name {
		font-size: 29px;
	}
}

@media (min-width: 1280px) {
	.main-nav > li:nth-last-of-type(2) ul li > ul,
	.main-nav > li:last-child ul li > ul {
		left: 326px;
	}

	.row {
		margin: 0 -24px;
	}

	.col-xs-100,
	.col-xs-75,
	.col-xs-50,
	.col-xs-25,
	.col-sm-100,
	.col-sm-75,
	.col-sm-50,
	.col-sm-25,
	.col-lg-100,
	.col-lg-75,
	.col-lg-50,
	.col-lg-25,
	.col-xs-33,
	.col-sm-33,
	.col-lg-33,
	.col-xs-66,
	.col-sm-66,
	.col-lg-66,
	.col-xs-60,
	.col-sm-60,
	.col-lg-60,
	.col-xs-40,
	.col-sm-40,
	.col-lg-40 {
		padding: 0 24px;
	}

	.logo-footer .list-activites li {
		font-size: 16px;
	}
}

@media (min-width: 1500px) {
	.logo {
		margin-bottom: -3px;
	}

	.logo .top-name {
		font-size: 32px;
	}

	.logo .list-activites li {
		font-size: 16px;
	}

	.main-nav {
		font-size: 16px;
	}

	.carousel {
		height: calc(100% - 117px);
	}
}

@media (min-width: 1850px) {
	.logo-footer .top-name {
		font-size: 32px;
	}

	.logo-footer .list-activites li {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

