/*! 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("/file/10/icomoon.eot");
	src: url("/file/10/icomoon.eot") format("embedded-opentype"), url("/file/10/icomoon.ttf") format("truetype"), url("/file/10/icomoon.woff") format("woff"), url("/file/10/icomoon.svg") 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-triangle:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.listreset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.header-box: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: #666;
	background: #fff;
	font: 16px/1.2 "Titillium Web", "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;
}

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: 33px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #007ac3;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #004a80;
}

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 #efefef;
	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: #efefef;
}

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: #efefef;
}

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: #efefef;
}

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: #efefef;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #efefef;
}

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;
}

#header {
	position: relative;
	padding: 20px 0;
}

.logo {
	float: left;
	width: 130px;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-opener {
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	outline: 0;
	background: none;
	width: 40px;
	height: 25px;
}

.nav-opener .nav-line {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #007ac3;
}

.nav-active .nav-opener .nav-line {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener .nav-line:nth-child(2) {
	top: 11px;
}

.nav-active .nav-opener .nav-line:nth-child(2) {
	opacity: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.nav-opener .nav-line:nth-child(3) {
	top: 22px;
}

.nav-active .nav-opener .nav-line:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	padding: 15px 0 45px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
}

.nav-active .main-drop {
	opacity: 1;
	visibility: visible;
}

.main-nav {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

.main-nav > li {
	position: relative;
}

.main-nav > li + li:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 20px;
	background: #5e5e5e;
}

.main-nav > li.active > a {
	color: #007ac3;
}

.main-nav > li > a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	color: #7a7a7a;
	padding: 8px 15px;
}

.main-nav > li > a:hover {
	color: #007ac3;
}

.socials-wrap {
	position: absolute;
	z-index: 5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 8px;
	text-align: center;
}

.socials-wrap a {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 1;
}

.sub-navbar {
	background: #007ac3;
	position: relative;
	z-index: 2;
	margin: 15px 0 0;
}

.sub-navbar:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #ddd;
}

.sub-nav {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

.sub-nav > li {
	position: relative;
}

.sub-nav > li.active > a {
	background: #007ac3;
	color:#fff;
}

.sub-nav > li:hover .sub-drop {
	display: block;
}

.sub-nav > li > a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	color: #007ac3;
	padding: 8px 15px;
}

.sub-nav > li > a > i {
	display: inline-block;
	vertical-align: middle;
	font-size: 7px;
	margin: 0 0 0 4px;
}

.sub-nav > li > a:hover {
	background: #0e99fb;
	color: #fff;
}

.sub-nav .sub-drop {
	display: none;
	padding: 5px 0;
	text-align: right;
	background: #007ac3;
}

.sub-nav .sub-drop:before {
	content: "\e900";
	font: 9px/1 "icomoon";
	position: absolute;
	z-index: 2;
	top: -5px;
	right: 18px;
	color: #efefef;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sub-nav .sub-drop > li {
	font-size: 14px;
	line-height: 1;
}

.sub-nav .sub-drop li a {
	color: #fff;
}

.sub-nav .sub-drop > li:hover > a,
.sub-nav .sub-drop > li.active > a {
	background: #fff;
	color: #007ac3;
}

.sub-nav .sub-drop > li > a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: block;
	padding: 7px 15px 8px;
}

body {
	font-size: 14px;
	line-height: 1.888;
	font-weight: 400;
	letter-spacing: .5px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

.nopadd {
	max-width: unset;
	padding: unset;
}

.text-center {
	text-align: center;
}

.bg-gray {
	background: #efefef;
}

.content-heading {
	padding: 17px 0;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
}

.content-heading h1 {
	margin: 0;
}

h1 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .5px;
	margin: 0 0 10px;
}

p {
	margin: 0 0 15px;
}

.visual-block {
	min-height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.two-columns {
	padding: 20px 0;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.flex-row .col {
	width: 100%;
	/*padding: 0 15px;*/
}

.flex-row .col.col-sm-50 {
	width: 50%;
}

.content-item {
	max-width: 1260px;
	margin: 0 auto;
	padding: 25px 0 15px;
}

.content-item h1 {
	font-weight: 400;
}

.content-item ul.logos {
	list-style:none;
	margin:0;
	padding: 0 0 0px 0;
}

.content-item ul.logos li {
	display: inline;
	padding: 20px;
}


#sidebar {
	padding: 20px 20px 10px;
}

.sidebar-nav ul {
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
}

.sidebar-nav ul li {
	margin: 0 0 10px;
}

.sidebar-nav ul li.active {
	font-weight: 700;
}

.sidebar-nav ul a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #007ac3;
}

.sidebar-nav ul a:hover {
	color: #000;
}

.intro-block {
	/*margin-bottom: 15px;*/
	min-height: 300px;
}

.intro-item {
	position: relative;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 300px;
	text-align: center;
}

/*.intro-item:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}*/

.intro-item:hover .title-item {

}

.intro-item:before {
/*
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
*/
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .50);
/*
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
*/
}

.intro-item .title-item {
	-webkit-transition: text-shadow .3s ease-in-out;
	transition: text-shadow .3s ease-in-out;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 35px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

.intro-item .title-item span {
	font-size: 16px;
	line-height: 18px;
}

.intro-item .title-item span a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: none;
    line-height: 32px;
}

.intro-item .title-item span a:hover {
	color: #007ac3;
}

.content-item ul.logos img {
	padding: 5px;
}


.content-item h1 {
	padding: 20px;
}

.cta-item {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: 160px;
	box-shadow: inset 0 0 30px #000000;
	/*margin-bottom: 15px;*/
}

.cta-item:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cta-item:hover .inner-text {
	opacity: 1;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
	/*-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);*/
}

.inner-text a {
	color:#fff;
}

.inner-text a:focus {
	color:#fff;
}


.inner-text a:hover {
	color:#fff;
}

.cta-item:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, .6);
	/*-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);*/
}

.cta-item .inner-text {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	opacity: 1;
	/*-webkit-transform: translateY(160px);
	-ms-transform: translateY(160px);
	transform: translateY(160px);*/
}

.cta-item .sm-title {
	display: block;
	color: #6fc0f9;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 3px;
}

.cta-item p {
	margin: 0;
}

.contact-section {
	background: #007ac3;
	color: #fff;
}

.lg-logo {
	width: 270px;
	margin: 0 auto;
}

.lg-logo a {
	display: block;
}

.lg-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.contact-section-inner {
	text-align: center;
	padding: 30px 0;
}

.text-descr {
	margin: 15px 0;
	padding: 0 10px;
}

.text-descr p {
	margin: 0;
}

.btn-round {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	outline: 0;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	min-width: 204px;
	color: #007ac3;
}

.btn-round:hover {
	background: transparent;
	color: #fff;
}

.btn-blue {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	background: #007ac3;
	border-radius: 10px;
	outline: 0;
	padding: 15px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-top: 45px;
}

.btn-blue:hover {
	background: #fff;
	color: #007ac3;
}

.map-block img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-top-row {
	background: #263037;
	padding: 30px 0 5px;
}

.contact-box {
	font-size: 12px;
	line-height: 1.1;
	font-weight: 500;
	color: #999;
	margin: 0 0 25px;
}

.contact-box .ico-holder {
	max-width: 40px;
	height: 50px;
	margin: 0 auto 5px;
}

.contact-box .ico-holder img {
	display: inline-block;
	vertical-align: top;
}

.contact-box h4 {
	font-size: 12px;
	line-height: 1.1;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: #fff;
}

.contact-box a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: inherit;
}

.contact-box a:hover {
	color: #007ac3;
}

.contact-box p {
	margin: 0;
}

.contact-box address {
	font-style: normal;
}

.footer-bottom-row {
	background: #fff;
}

.footer-box {
	padding: 20px 0;
	text-align: center;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	font-size: 20px;
}

.footer-logo a {
	display: block;
}

.footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-nav {
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.footer-nav li {
	position: relative;
	padding: 5px 5px 5px 6px;
}

.footer-nav li + li:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 20px;
	background: #7a7a7a;
}

.footer-nav li.active a {
	color: #0e99fb;
}

.footer-nav a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #7a7a7a;
}

.footer-nav a:hover {
	color: #0e99fb;
}

.topliner {
	border-top: 1px solid #ddd;
}

.social-network-ft {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 22px;
	line-height: 22px;
	color: #007ac3;
}

.social-network-ft:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.logo {
		margin-top: 9px;
	}


	.nav-opener {
		display: none;
	}

	.main-drop {
		opacity: 1;
		visibility: visible;
		position: static;
		float: right;
		width: calc(100% - 130px);
		text-align: right;
		padding: 0;
		box-shadow: none;
	}

	.main-navbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main-nav > li {
		padding: 11px 18px 11px 19px;
	}

	.main-nav > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.socials-wrap {
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		text-align: right;
		padding: 6px 0 0 10px;
	}

	.sub-navbar {
		margin: 20px 0 0;
	}

	.sub-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 16px;
	}

	.sub-nav > li:hover .sub-drop {
		opacity: 1;
		visibility: visible;
	}

	.sub-nav > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 12px 8px 14px 9px;
	}

	.sub-nav .sub-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		z-index: 1;
		display: block;
		width: 218px;
		margin-top: -5px;
		top: 100%;
		right: -8px;
		box-shadow: 0 3px 4px rgba(0, 0, 0, .35);
		opacity: 0;
		visibility: hidden;
	}

	.sub-nav .sub-drop > li > a {
		padding: 8px 20px 9px;
	}

	body {
		font-size: 16px;
	}

	.content-heading {
		padding: 20px 0;
		margin: 0 0 25px;
	}

	h1 {
		font-size: 28px;
		margin: 0 0 15px;
	}

	p {
		margin: 0 0 25px;
	}

	.visual-block {
		min-height: 750px;
	}

	.visual-block.subpage {
	min-height: 350px;
	}	

	.two-columns {
		padding: 30px 0 40px;
	}

	.flex-row.md-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.flex-row.align-stretch .col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flex-row .col.col-md-25 {
		width: 25%;
	}

	.flex-row .col.col-md-33 {
		width: 33.33%;
	}

	.flex-row .col.col-md-67 {
		width: 66.66%;
	}

	.flex-row .col.col-md-75 {
		width: 75%;
	}

	.flex-row .col.col-md-100 {
		width: 100%;
	}

	.content-text {
		padding-top: 14px;
	}

	.sidebar-nav ul li {
		margin: 0 0 20px;
	}

	.intro-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/*margin-bottom: 30px;*/
	}

	.intro-block,
	.intro-item {
		min-height: 350px;
		width: 100%;
	}

	.intro-item .title-item {
		font-size: 35px;
	}

		.intro-item .title-item span {
		font-size: 24px;
	}

	.cta-item {
		margin-bottom: 30px;
	}

	.contact-section-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0;
		text-align: left;
	}

	.text-descr {
		margin: 0;
		padding: 0 20px;
		width: calc(100% - 411px);
	}

	.btn-round {
		padding: 14px 10px;
		font-size: 16px;
	}

	.footer-top-row {
		padding: 35px 0;
	}

	.contact-box {
		font-size: 14px;
		margin: 0;
	}

	.contact-box .ico-holder {
		max-width: 50px;
		margin: 0 auto 20px;
	}

	.contact-box h4 {
		font-size: 16px;
		margin: 0 0 15px;
	}

	.footer-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 30px 0;
	}

	.footer-logo {
		margin-bottom: 0;
	}

	.footer-nav {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.sub-nav > li > a {
		padding: 12px 10px 14px 12px;
	}

	.sub-nav .sub-drop {
		padding: 20px 0 10px;
	}

	.sub-nav .sub-drop > li {
		font-size: 16px;
		margin-bottom: 7px;
	}

	body {
		font-size: 18px;
	}

	.content-heading {
		padding: 24px 0;
		margin: 0 0 44px;
	}

	h1 {
		font-size: 34px;
		margin: 0 0 35px;
	}

	p {
		margin: 0 0 34px;
	}

	#sidebar {
		padding: 30px 20px 10px;
	}

	.sidebar-nav ul {
		font-size: 16px;
	}

	.intro-block {
		min-height: 500px;
	}

	.intro-item {
		min-height: 500px;
	}

	.intro-item .title-item {
		font-size: 45px;
	}

	.intro-item .title-item span {
		font-size: 25px;
	}

	.cta-item {
		min-height: 180px;
	}

	.cta-item .inner-text {
		/*-webkit-transform: translateY(180px);
		-ms-transform: translateY(180px);
		transform: translateY(180px);*/
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 28px 0 0 0;
	}

	.intro-block {
		margin-top:28px;
	}


	.logo {
		margin-top: 0;
		width: 348px;
	}

	.main-drop {
		width: calc(100% - 348px);
	}

	.sub-navbar {
		margin: 28px 0 0;
	}

	.content-item {
		font-size: 22px;
		line-height: 34px;
		padding: 61px 0 45px;
	}

	.sidebar-nav ul {
		font-size: 20px;
	}

	.sidebar-nav ul li {
		margin: 0 0 28px;
	}

	.intro-block {
		min-height: 750px;
	}

	.intro-item {
		min-height: 750px;
	}

	.intro-item .title-item {
		font-size: 75px;
		text-transform: uppercase;
		line-height: 0.75;
	}

	.intro-item .title-item span {
		font-size: 30px;
		text-transform: none;
	}

	.cta-item {
		min-height: 250px;
	}

	.cta-item .inner-text {
		left: 30px;
		bottom: 23px;
		font-size: 26px;
		line-height: 34px;
		/*-webkit-transform: translateY(250px);
		-ms-transform: translateY(250px);
		transform: translateY(250px);*/
	}

	.cta-item .sm-title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.lg-logo {
		width: 350px;
	}

	.contact-section-inner {
		padding: 60px 30px;
	}

	.text-descr {
		font-size: 24px;
		line-height: 34px;
		width: calc(100% - 554px);
	}

	.footer-top-row {
		padding: 65px 0;
	}

	.contact-box {
		font-size: 20px;
	}

	.footer-nav {
		font-size: 18px;
	}

	.footer-nav li {
		padding: 11px 18px 11px 19px;
	}

	.footer-nav li + li:before {
		height: 35px;
		margin-top: -17px;
	}

	.social-network-ft {
		font-size: 26px;
		line-height: 26px;
	}
}

@media (min-width: 1540px) {
	.two-columns {
		padding: 30px 0 74px;
	}

	#sidebar {
		padding: 43px 20px 17px 47px;
	}

	.lg-logo {
		width: 434px;
	}

	.contact-section-inner {
		padding: 112px 116px 120px 73px;
	}

	.text-descr {
		padding: 0 64px 0 72px;
		width: calc(100% - 638px);
	}

	.footer-top-row {
		padding: 85px 0 105px;
	}

	.contact-box .ico-holder {
		max-width: 100%;
		height: 81px;
		margin: 0 auto 28px;
	}

	.contact-box h4 {
		font-size: 22px;
		margin: 0 0 19px;
	}
}

@media (max-width: 1199px) {
	.content-text br {
		display: none;
	}
}

@media (max-width: 767px) {
	.main-nav > li + li:before {
		display: none;
	}

	.sub-navbar:before {
		display: none;
	}

	.sub-nav .sub-drop:before {
		display: none;
	}

	.hidden-xs {
		display: none;
	}
}


/* CMS DISPLAY */

.pace ~ #wrapper #footer
{
	clear:both;
}

div[data-dr-type="component"]
{
	clear:both;
	/*float:left;*/
	width:100%;
}

main[data-dr-type="section"]
{
	min-height:50px;
}

.dr-component
{
	position:relative;
	clear:both;
	/*float:left;*/
	width:100%;
}

.dr-sortable-placeholder
{
	clear:both;
	float:left;
	width:100%;
}

.article-item {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.article-item .date {
	font-size: 15px;
}

.article-item h1 {
	margin:0;
}

.article-item p {
	margin:0;
}

.portfolio-section {
	display:flex;
margin-bottom:50px;
}

.portfolio-section .portfolio-item {
	width:300px;
	padding: 10px;
	overflow:hidden;
	border: 2px solid #ddd;
	margin-right: 20px;
	text-align:center;
transition: background ease-in-out .3s;
}

.portfolio-section .portfolio-item:hover {
	background: #efefef;
}

.portfolio-section .portfolio-item h1 {
	margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 600;
}
.portfolio-section .portfolio-item img {
	max-height: 250px;
border-radius: 3px;
}
.portfolio-section .portfolio-item p {
	line-height:26px;
	font-size: 16px;
}

.prime-pic {
	padding:20px;
	background:#efefef;
}


/* GALLERY ADDONS */

.portfolio-gallery > h4
{
	font-size: 34px;
	text-align:center;
}

.portfolio-gallery > ul.gall
{
	display:block;
	margin:70px 0px 120px 0px;
	padding:0px;
	width:100%;
	line-height:0px;
	list-style:none;
	text-align:center;
}

.portfolio-gallery > ul.gall li
{
	display:inline-block;
	margin:2px;
	max-width:220px;
}

.portfolio-gallery > ul.gall li a
{
	float:left;
}

.portfolio-gallery > ul.gall li a img
{
	float:left;
	max-width:100%;
	vertical-align:bottom;
}

ul.voruflokkar {
	list-style:none;
	text-align:center;
}
ul.voruflokkar li {
	display:inline;
}
ul.voruflokkar li a {
	padding:15px;
	background:#007ac3;
	margin:5px;
	border-radius:5px;
	color:#fff;
}

ul.voruflokkar li a:hover {
	background:#ddd;
	color:#007ac3;
}

@media (max-width: 768px) {

	ul.voruflokkar li {
		display:block;
		padding:18px;
		font-size:20px;
	}
}

.form input {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom:10px;
	min-width:450px;
	color: #222;
}

.form input::placeholder {
	color:#555;
}

.form textarea {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom:10px;
	min-width:450px;
	color: #222;
}

.form textarea::placeholder {
	color:#555;
}

.flex-row.korn {
	margin:0;
}


@media (max-width: 768px) {

	.form input {
		min-width:unset;
		width:100%;
		font-size:18px;
	}
	.form textarea {
		min-width:unset;
		width:100%;
		font-size:18px;
	}
}




.visual-block
{
	position:relative;
}

.visual-block ul
{
	position:absolute;
	top:0px;
	left:0px;
	clear:both;
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	list-style:none;
}

.visual-block ul li
{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


.intro-block
{
	position:relative;
}

.intro-block > .intro-item
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.intro-block > ul.intro-paging
{
	z-index:2;
	position:absolute;
	left:0px;
	bottom:45px;
	overflow:visible;
	width:100%;
	height:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

.intro-block > ul.intro-paging > li
{
	display:inline-block;
}

.intro-block > ul.intro-paging > li > a
{
	overflow:hidden;
	opacity:0.5;
	display:inline-block;
	margin:2px;
	width:12px;
	height:12px;
	background:#fff;
	border-radius:50%;
	transition:opacity 200ms;
}

.intro-block > ul.intro-paging > li.active > a,
.intro-block > ul.intro-paging > li > a:hover
{
	opacity:1;
}

@media (min-width: 1200px)
{
	#header
	{
		min-height:96px;
	}

	.intro-block
	{
		margin-top:0px !important;
	}
}



.portfolio-header
{
	position:relative;
	height:400px;
}

.portfolio-header ul.list,
.portfolio-header ul.list > li
{
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	list-style:none;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.portfolio-header ul.paging
{
	position:absolute;
	bottom:25px;
	left:0px;
	margin:0px;
	padding:0px;
	width:100%;
	list-style:none;
	text-align:center;
}

.portfolio-header ul.paging > li
{
	display:inline-block;
	margin:5px 7px;
}

.portfolio-header ul.paging > li a img
{
	border:2px solid #fff;
	vertical-align:bottom;
	transition:border-color 100ms;
}

.portfolio-header ul.paging > li.active a img,
.portfolio-header ul.paging > li a:hover img
{
	border-color:#007ac3;
}

.portfolio-content
{
	text-align:center;
}

.portfolio-products
{
	clear:both;
	float:left;
	width:100%;
	color:#fff;
	background:#007ac3;
}

.portfolio-products + *
{	
	clear:both;
}

.portfolio-products a
{
	color:#fff;
}

.portfolio-products .content-heading
{
	border-bottom:1px solid #fff;
}

.portfolio-products h1
{
	text-align:center;
}

.portfolio-product
{
	float:left;
	padding-bottom:35px;
	width:50%;
}

.portfolio-product:nth-child(2n+1)
{
	clear:both;
}

.portfolio-product > div
{
	position:relative;
	margin:0px auto;
	width:330px;
}

.portfolio-product .image
{
	float:left;
	width:96px;
	height:96px;
	background:#fff;
	border:2px solid #cbcbcb;
}

.portfolio-product .image img
{
	vertical-align:bottom;
}

.portfolio-product .text
{
	float:left;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left:30px;
	height:100px;
	width:200px;
}

.portfolio-gallery > h4
{
	clear:both;
	float:left;
	margin:40px 0px;
	width:100%;
	font-size:26px;
	font-weight:normal;
}

.portfolio-gallery > .gall
{
	margin-top:0px;
}

@media screen and (max-width:660px)
{
	.portfolio-product
	{
		clear:both;
		width:100%;
	}

	.portfolio-product > div
	{
		margin:0px;
		width:100%;
	}

	.portfolio-product .text
	{
		width: calc(100% - 130px);
	}
}


#main
{
	padding-bottom:60px;
}


.map
{
	position:relative;
	clear:both;
	dispaly:block;
	width:100%;
	background-image:url(/file/10/bg-map.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.map .content-item
{
	position:relative;
	height:450px;
}

.map ul
{
	position:absolute;
	top:50%;
	left:0px;
	margin:-20px 0px 0px 0px;
	padding:0px 20px;
	width:100%;
	list-style:none;
	box-sizing:border-box;
}

.map ul > li
{
	float:left;
	width:50%;
	line-height:40px;
	font-size:31px;
	font-weight:700;
}

.map ul > li::before
{
	content:' ';
	display:inline-block;
	margin:0px 10px 0px 0px;
	width:40px;
	height:40px;
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:bottom;
}

.map ul > li.location
{
	text-align:left;
}

.map ul > li.location::before
{
	background-image:url(/file/10/bg-location.png);
}

.map ul > li.hours
{
	text-align:right;
}

.map ul > li.hours::before
{
	background-image:url(/file/10/bg-hours.png);
}

@media screen and (min-width:768px) and (max-width:1023px)
{
	.map .content-item
	{
		height:300px;
	}

	.map ul
	{
		margin-top:-50px;
	}
	.map ul > li,
	.map ul > li.location,
	.map ul > li.hours
	{
		padding:5px 0px;
		width:100%;
		text-align:center;
	}
}

@media screen and (max-width:768px)
{
	.map .content-item
	{
		height:200px;
	}

	.map ul
	{
		margin-top:-30px;
	}
	.map ul > li,
	.map ul > li.location,
	.map ul > li.hours
	{
		padding:5px 0px;
		line-height:20px;
		font-size:20px;
		width:100%;
		text-align:center;
	}

	.map ul > li::before
	{
		margin:0px 5px 0px 0px;
		width:20px;
		height:20px;
		background-size:contain;
	}
}


.row
{
	clear:both;
	width:100%;
	margin:0px -15px;
}

.row > .column
{
	float:left;
	padding:15px;
	width:100%;
	box-sizing:border-box;
}

.row > .column.c1of1,
.row > .column.c2of2
{
	width:100%;
}

.row > .column.c1of2
{
	width:50%;
}
/*
.row > .column.c1of2:nth-child(2n+1)
{
	clear:both;
}
*/
.row + *
{
	clear:both;
}

@media screen and (max-width:767px)
{
	.row > .column.c1of2.collapse-tablet
	{
		clear:both;
		width:100%;
		padding-top:15px;
		padding-bottom:0px;
	}

	.row > .column.c1of2.collapse-tablet + .column.c1of2.collapse-tablet
	{
		padding-top:0px;
		padding-bottom:15px;
	}
}

.form-block,
form#form
{
	margin:0px auto;
	max-width:920px;
}

form#form .flex-row .col.col-md-33
{
	width:50%;
}

form#form .flex-row .col.col-md-33:first-child
{
	padding-right:10px;
}

form#form .flex-row .col.col-md-33:first-child + .col.col-md-33
{
	padding-left:10px;
}

form#form .flex-row .col.col-md-75
{
	width:100%;
}

form#form.form input
{
	min-width:auto;
}

form#form.form input[type="text"],
form#form.form input[type="email"]
{
	width:100%;
	box-sizing:border-box;
}

form#form.form textarea
{
	margin:10px 0px;
	width:100%;
	box-sizing:border-box;
}

form#form.form input[type="submit"]
{
	margin:10px auto;
	display:block;
	width:100%;
	max-width:450px;
	font-size:20px;
	color:#fff;
	background:#007ac3;
	border:0px;
	transition:background 100ms;
}

form#form.form input[type="submit"]:hover,
form#form.form input[type="submit"]:focus
{
	background:#004a80;
}

@media screen and (max-width:767px)
{
	form#form .flex-row .col.col-md-33
	{
		clear:both;
		padding:0px !important;
		width:100% !important;
	}
}


.portfolio-section
{
	flex-wrap: wrap;
	justify-content: center;
	margin-left:-10px;
	margin-right:-10px;
}

.portfolio-section .portfolio-item
{
	margin:10px;
	width: calc(20% - 20px);
}

.portfolio-section .portfolio-item:nth-child(5n+1)
{
	clear:both;
}


@media screen and (min-width:768px) and (max-width:1023px)
{
	.portfolio-section .portfolio-item:nth-child(5n+1)
	{
		clear:none;
	}

	.portfolio-section .portfolio-item:nth-child(4n+1)
	{
		clear:both;
	}

	.portfolio-section .portfolio-item
	{
		width: calc(25% - 20px);
	}
}

@media screen and (min-width:480px) and (max-width:767px)
{
	.portfolio-section .portfolio-item:nth-child(5n+1)
	{
		clear:none;
	}

	.portfolio-section .portfolio-item:nth-child(2n+1)
	{
		clear:both;
	}

	.portfolio-section .portfolio-item
	{
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:479px)
{
	.portfolio-section .portfolio-item
	{
		clear:both;
		width: calc(100% - 20px);
	}
}

/* EMPLOYEE LIST */

.employee-list
{
	clear:both;
	margin:0px -10px;
}

.employee-list .employee
{
	float:left;
	margin:10px;
	padding:20px;
	width: calc(33.33% - 20px);
	box-sizing:border-box;
	background:#dddddd;
}

.employee-list .employee .employee-image
{
	float:left;
	margin-right:20px;
	width:115px;
}

.employee-list .employee .employee-image img
{
	max-width:100%;
	border:3px solid #fff;
	vertical-align:bottom;
}

.employee-list .employee .employee-text
{
	float:left;
	width: calc(100% - 135px);
}

.employee-list .employee .employee-text h1
{
	margin:0px;
	padding:5px 0px;
	line-height:28px;
	font-size:22px;
	color:#444444;
}

.employee-list .employee .employee-text h2
{
	margin:0px;
	padding:5px 0px;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	color:#666666;
}

.employee-list .employee .employee-text p
{
	margin:0px;
	padding:0px;
	line-height:24px;
	font-size:16px;
	color:#444444;
}

.employee-list .employee .employee-text p br
{
	display:inline;
}

.employee-list .employee .employee-footer
{
	clear:both;
	float:left;
	margin:10px 0px 0px 0px;
	width:100%;
}

.employee-list .employee .employee-footer a
{
	float:left;
	line-height:20px;
	font-size:18px;
	font-weight:600;
	color:#007cc0;
}

.employee-list .employee .employee-footer h3
{
	float:right;
	margin:0px;
	padding:0px;
	line-height:20px;
	font-size:18px;
	font-weight:400;
	color:#666666;
}

@media screen and (min-width:1024px) and (max-width: 1199px),  screen and (max-width:479px) 
{
	.employee-list .employee
	{
		padding:15px;
	}

	.employee-list .employee .employee-image
	{
		margin-right:15px;
		width:90px;
	}

	.employee-list .employee .employee-text
	{
		width: calc(100% - 105px);
	}

	.employee-list .employee .employee-text h1
	{
		padding:3px 0px;
		line-height:22px;
		font-size:17px;
	}

	.employee-list .employee .employee-text h2
	{
		padding:3px 0px;
		line-height:16px;
		font-size:14px;
	}

	.employee-list .employee .employee-text p
	{
		line-height:20px;
		font-size:12px;
	}

	.employee-list .employee .employee-footer
	{
		margin:6px 0px 0px 0px;
	}

	.employee-list .employee .employee-footer a
	{
		line-height:16px;
		font-size:13px;
	}

	.employee-list .employee .employee-footer h3
	{
		line-height:16px;
		font-size:13px;
	}
}

@media screen and (min-width:768px) and (max-width:1023px)
{
	.employee-list .employee
	{
		width: calc(50% - 20px);
	}
}

@media screen and (max-width:767px)
{
	.employee-list .employee
	{
		clear:both;
		width:calc(100% - 20px);
	}
}

#footer
{
	clear:both;
}


.intro-block
{
	background:#000;
}

.intro-item:before
{
	width:100%;
	height:100%;
}

.btn-blue:hover a
{
	color:#007ac3 !important;
}

.article-item .flex-row
{
	margin:0px;
}

.article-item .flex-row .col-md-33,
.article-item > .flex-row > .col.col-md-25
{
	padding-right:40px;
}

@media screen and (max-width:767px)
{
	.article-item .flex-row .col-md-33,
	.article-item > .flex-row > .col.col-md-25
	{
		padding-right:0px;
	}

	.hide-mobile
	{
		display:none;
	}
}

.article-item.landing
{
	border-bottom:0px;
}

.line
{
	clear:both;
	margin-top:40px;
	border-top:1px solid #ddd;
}

.line .portfolio-gallery > ul.gall
{
	margin-top:40px;
	margin-bottom:40px;
}

.article-item:last-child
{
	border-bottom:0px;
}

/* LANGUAGES */

.lang
{
	display: inline-block;
	padding:0px 15px 0px 15px;
	vertical-align: top;
	font-size: 26px;
	line-height: 1;
}

.lang a.flag-is
{
	display:inline-block;
	overflow:hidden;
	width:36px;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	background: url(/media/10/flag-is.gif) no-repeat center center;
}

.lang a.flag-en
{
	display:inline-block;
	overflow:hidden;
	width:36px;
	height:23px;
	text-align:left;
	text-indent:-9999px;
	background: url(/media/10/flag-en.gif) no-repeat center center;
}

@media (max-width:767px)
{
	.lang
	{
		width:100%;
		text-align:center;
	}
}

@media (min-width: 768px)
{
	.main-nav > li
	{
		padding: 11px 14px 11px 15px;
	}
}


#form .req
{
	position:relative;
}

#form .req::after
{
	pointer-events:none;
	position:absolute;
	top:25px;
	right:20px;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:right;
	content:'*';
	color:#d00;
}


#christmas
{
	padding:20px 0px;
}

#christmas h1
{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:60px;
}

#christmas p
{
	margin:0px;
	padding:0px;
}

#christmas .col-md-50
{
	padding:30px 0px;
	width:50%;
	text-align:center;
}

@media screen and (max-width:767px)
{
	#christmas .col-md-25
	{
		display:none;
	}

	#christmas .col-md-50
	{
		padding:20px 0px;
		width:100%;
	}
}


.btn-blue.login
{
	position:relative;
	margin:0px;
	top:-3px;
	padding: 9px 20px;
	vertical-align: middle;
}

.btn-blue.login a
{
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.btn-blue.login:hover
{
	color:#fff;
	background-color:#000000;
}

.btn-blue.login:hover a
{
	color:#fff !important;
}

@media screen and (max-width:767px)
{
	.nav-active .main-drop
	{
		padding-bottom:55px;
	}
}