/*
	Theme Name: PERA
	Description: PERA
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style-type: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	font: 600 50px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #363635;
}

h2 {
	font: 400 38px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #363635;
	margin: 10px 0 5px 0;
}

.lines h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0.6px;
}

h2.large {
	font-size: 40px;
}

.lines {
	position: relative;
	max-width: 900px;
	margin: 0 auto 38px auto;
	text-align: center;
	padding: 30px 0 23px 0;
}

.lines:before, .lines:after,
.testimonial:before, .testimonial:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	height: 4px;
	background: #FFF;
	width: 353px;
}

.lines:before, .testimonial:before {
	top: 0;
}

.lines:after, .testimonial:after {
	bottom: 0;
}

h3 {
	font: 700 26px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #363635;
	margin: 5px 0 0 0;
	line-height: 1.3em;
}

h3 h3 a:visited {
	color: #363635;
}

h3 a:hover, a:link {
	color: #850129;
}

h4 {
	font: 700 24px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #363635;
	margin: 5px 0 0 0;
	line-height: 1.5em;
}

h5 {
	font: 700 20px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #313130;
	margin: 5px 0 0 0;
	line-height: 1.65em;
}

h2+h5 {
	margin-top: -10px;
}

/* Button */

h6 {
	margin: 0 0 10px 0;
	font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #850129;
	text-align: center;
}

h6.download {
	margin: 40px 0;
}

h2+h6 {
	margin-top: -10px;
}

h6.inline {
	display: inline-block;
	margin: 10px 54px 0px 0;
}

h6.inline:last-child {
	margin-right: 0;
}

h6 a:link, h6 a:visited {
	display: -moz-inline-stack;
	display: inline-block;
	margin:5px 2px 5px 2px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	color: #fff;
	background: #850129;
	padding: 5px 5px 4px 5px;
	font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	text-decoration: none;
	position: relative;
	min-width: 110px;
}

h6.download a:link, h6.download a:visited {
	padding-right: 50px;
}

h6.download a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	background: url('i/ico-pdf.png') no-repeat;
	width: 28px;
	height: 28px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

h6.download a:hover:before {
	background-position: 0 100%;
}

h6.large a:link, h6.large a:visited {
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

h6.white a:link, h6.white a:visited {
	background: #850129F;
	box-shadow: 3px 3px 0 0 #d9dadc;
}

h6.inline a:link, h6.inline a:visited {
	min-width: 145px;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h6 a:hover, h6.white a:hover {
	background-color: #850129;
	color: #FFF;
}

.gform_button {
	display: -moz-inline-stack !important;
	display: inline-block !important;
	vertical-align: top !important;
	zoom: 1 !important;
	*display: inline !important;
	color: #850129 !important;
	background: #ebeced !important;
	padding: 15px 15px 14px 15px !important;
	font: 700 16px 'Open Sans' !important;
	text-align: center !important;
	line-height: 1.1em !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer !important;
	-webkit-transition: all 350ms !important;
	transition: all 350ms !important;
	text-decoration: none !important;
	position: relative !important;
	min-width: 110px !important;
	cursor: pointer !important;
}

.gform_button:hover {
	background-color: #850129 !important;
	color: #FFF !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #850129;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #353535;
	text-decoration: none;
}

/* Paragraphs */

p {
	font: 400 16px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 35px 20px 0;
	clear: both;
}

h1 .alignleft, h2 .alignleft, h3 .alignleft {
	margin-bottom: 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 20px 35px;
}

.aligncenter {
	display: block;
	margin: 0 auto 35px auto;
}

/* Lists */

.content ul {
	margin: 0px 0 10px 15px;
	display: inline-block;
	vertical-align: top;
}

.content ul + ul {
	margin-left: 85px;
}

.content ul.large {
	font-size: 20px;
	margin: 0px 0 30px 20px;
}

.content ul li {
	list-style: disc;
	margin: 0;
	padding: 0;
	font-weight: 200;
	line-height: 1.75em;
	color: #363635;
}

.content ul.large li {
	line-height: 1.55em;
}

.content ol {
	margin: 0 0 25px 40px;
}

.content ol li {
	list-style: numbers;
	margin: 0;
	padding: 0;
	font-weight: 200;
	line-height: 1.75em;
	color: #363635;
}



/* Clearfix */

.cf:before, .cf:after,
h1:before, h1:after,
h2:before, h2:after,
h3:before, h3:after {
    content: " ";
    display: table;
}

.cf:after,
h1:after,
h2:after,
h3:after {
    clear: both;
}

.cf,
h1, h2, h3 {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #363635;
}

html, body, .all {
	position: relative;
	min-height: 100%;
}

.all {
	width: 100%;
	overflow: hidden;
}



td {
	vertical-align: top;
}

.frame {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.narrow-frame {
	width: 1280px;
}

/* Header Area */

.header-area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 210;
}

.admin-bar .header-area {
	top: 32px;
}

/* Header */

.header {
	background: #850129;
	height: 80px;
}

.header .frame {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 14px 0 19px 0;
}

.logo {
	margin-right: auto;
}

.logo img {
	display: block;
}

a.menu-button:link, a.menu-button:visited {
	font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0 55px 0 10px;
	height: 47px;
	line-height: 47px;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	position: relative;
}

a.menu-button:hover,
.menu-open a.menu-button:link, .menu-open a.menu-button:visited {
	color: #a0a69d;
	background: #FFF;
}

.menu-open a.menu-button:link, .menu-open a.menu-button:visited {
	text-align: right;
	padding: 0 48px 0 17px;
}

a.menu-button:before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #FFF;
	height: 0;
	pointer-events: none;
}

.menu-open a.menu-button:before {
	height: 19px;
	opacity: 1;
	pointer-events: inherit;
}

.menu-button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 25px;
	background: url('i/ico-menu.png') no-repeat;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.menu-button:hover:after {
	background-position: 100% -77px;
}

.menu-open a.menu-button:link, .menu-open a.menu-button:visited {
	background: #FFF;
}

.menu-open .menu-button:after {
	background-position: 100% -180px;
}

.menu-close {
	display: none;
}

.menu-open .menu-close {
	display: inline;
}

.menu-open .menu-menu {
	display: none;
}

/* Header Buttons */

.header-buttons {
	margin: 0;
}

.header-buttons ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.header-buttons li {
	font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 30px 0 0;
}

.header-buttons a:link, .header-buttons a:visited {
	display: block;
	padding: 10px 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
}

.header-buttons a:hover,
.header-buttons .mypera-login a:link, .header-buttons .mypera-login a:visited {
	background: #FFF;
	color: #850129;
}

.header-buttons .social-icon a:hover {
	background: transparent;
}


/* Search Form */

.header .search-form {
	margin: 0 16px 0 0;
}

.full-search-form form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 35px 0;
}

.search-box {
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.full-search-form .search-box {
	box-shadow: 4px 4px 0 #f4f4f4;
	margin-right: 20px;
}

.keyword {
	background: transparent;
	border: none;
	font: 16px 'Open Sans';
	color: #363635;
	width: 220px;
	padding: 10px 19px 12px 19px;
	outline: none !important;
}

.search-filter, .body select.search-filter {
	border: none;
	font: 16px 'Open Sans';
	color: #333333 !important;
	min-width: 160px;
	margin: 0 25px 0 0;
	padding: 10px 50px 12px 19px;
	outline: none !important;
	box-shadow: 4px 4px 0 #f4f4f4;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url('i/select.png') no-repeat 100% 0;
	background-size: auto 100%;
	-webkit-appearance: none;
}

.submit {
	border: none;
	font: 700 20px 'Open Sans';
	color: #fffbfe;
	background: #79162b url('i/button-arrow.png') no-repeat 100% 50%;
	padding: 9px 56px 9px 15px;
	outline: none !important;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.search-form .btn {
	margin: 0 10px 0 0;
	background: url('i/ico-search.png') no-repeat;
	width: 23px;
	height: 23px;
	cursor: pointer;
	border: none;
}

/* Search Results */

.indent {
	margin: 0 7.8%;
	padding: 0 0 30px 0;
}

.search-results h2, .search-no-results h2 {
	text-align: left;
	margin: 0 0 18px 0;
}

.results-count {
	font-weight: 400;
	margin: 0 0 0 35px;
	font-size: 28px;
}

.results .hentry {
	border-top: 1px solid #a2a2a2;
	padding: 28px 0 33px 0;
}

.results .hentry h3 {
	margin-bottom: 18px;
}

.results .hentry h3 a {
	position: relative;
}

.results .attachment h3 a:before {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -45px;
	width: 28px;
	height: 28px;
	background: url('i/ico-pdf.png') no-repeat;
}

.restults .hentry :last-child {
	margin-bottom: 0 !important;
}

/* Menu */

/* Slider */

.slider {
	width: 100%;
	position: relative;
}

.slide, .page-title {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.slide {
	height: 500px;
}

.page-title {
	height: 269px;
	text-align: center;
}

.slide:before, .page-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.4;
	z-index: 10;
}

.page-title:before {
	background: #333;
	opacity: 0.2;
}

.slide .frame, .page-title .frame {
	z-index: 20;
}

.slide-text h1 {
	font-size: 55px;
	position: relative;
	line-height: 1.15em;
	padding: 40px 0 50px 0;
}

.the-page-title h1 {
	position: relative;
	line-height: 1.15em;
	padding: 22px 0 22px 0;
}

.page-title .frame {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.slide-text, .the-page-title {
	width: 100%;
	max-width: 777px;
	text-align: center;
	position: relative;
}

.slide-text h1, .the-page-title h1 {
	margin-bottom: 0;
}

.slide-text h6 {
	margin: 44px 0 0 0;
}

.slide-text h1:before, .slide-text h1:after,
.the-page-title h1:before, .the-page-title h1:after {
	content: '';
	display: block;
	width: 353px;
	height: 4px;
	background: #FFF;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.slide-text h1:before,
.the-page-title h1:before {
	top: 0;
}

.slide-text h1:after,
.the-page-title h1:after {
	bottom: 0;
}

.slider-arrows-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 110;
}

.slider-prev:hover, .slider-next:hover {
	opacity: 0.6;
}


.slider-nav span:hover {
	opacity: 1;
}

.slider-nav span.cycle-pager-active {
	background: #FFF;
}

/* Content */

.content {
	padding: 33px 0 33px 0;
}

.content+.search-results-area {
	padding: 10px 0;
}

.columns-area {
	/*padding: 20px 0 27px 0;*/
	padding-top: 0;
}

.columns-area>.frame {
	border-top: 3px solid #f7f7f8;
	padding: 33px 0 0 0;
}

.columns {
	margin: 33px 0 0 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.columns-asymmetrical {
	margin-bottom: 40px;
}

.column {
	width: 46%;
	padding-right: 40px;
	padding-left: 40px;
}

.columns-asymmetrical .column {
	width: 27%;
}

.columns-asymmetrical .column:first-child {
	width: 64%;
}

.white-text, .white-text * {
	color: #FFF;
}

.white-text a:link, .white-text a:visited {
	color: #FFF;
}

.white-text h6 a:link, .white-text h6 a:visited {
	background-color: #FFF;
	color: #850129;
}

.white-text .gform_button {
	background-color: #FFF !important;
	color: #850129 !important;
}

.white-text h6 a:hover, .white-text .gform_button:hover {
	background-color: #850129 !important;
	color: #FFF !important;
}

.graphic-background {
	position: relative;
	padding: 60px 0 33px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.background-image {
	display: none;
}

.background-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Links */

ul.links {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-around;
	margin: 35px auto 5px auto;
	max-width: 1050px;
}

ul.links li {
	flex-grow: 1;
	width: 30%;
	padding: 10px;
	list-style: none;
	margin: 0;
	text-align: center;
}

.links li img, .links li img.aligncenter {
	display: block;
	margin: 0 auto 25px auto;
}

.links h3 {
	margin-bottom: 7px;
}

/* Thumbnails */

.thumbnails-area {
	padding: 50px 0 5px 0;
}

ul.thumbnails {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-evenly;
	margin: 53px -22px 0 -22px;
}

.home ul.thumbnails {
	margin-top: 22px;
}

ul.thumbnails li {
	flex-grow: 1;
	min-width: 25%;
	max-width: 33.3%;
	padding: 0 22px 57px 22px;
	list-style: none;
}

.thumbnail {
	position: relative;
}

.thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.thumbnail-details {
	margin: 20px 0 0 0;
	/* max-width: 320px; */
}

.thumbnail-details p {
	margin: 0 0 24px 0;
}

.has-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.85;
	z-index: 10;
}

.has-overlay .frame {
	z-index: 20;
}

.magenta-overlay:before {
	background: #850129;
}

/* Testimonials */

.testimonials-area {
	background: url('i/testimonials-bg.jpg') no-repeat 50% 0;
	background-size: cover;
	padding: 20px 0 20px 0;
	position: relative;
	overflow: hidden;
}

.testimonials {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 40px 0;
}

.testimonial {
	font: 700 35px 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 40px 35px 40px 35px;
	letter-spacing: 1.3px;
}

.testimonial p {
	line-height: 1.15em;
	margin: 0 0 10px 0;
}

.author {
	font-size: 20px;
	letter-spacing: 0;
	margin: 45px 0 0 0;
}

.testimonials-nav {
	bottom: 0;
}

.slider-nav span {
	border-width: 1px;
}

/* Footer */

.footer {
	background: #4b4b4b;
}

.footer .frame {
	padding: 40px 0 45px 0;
}

.footer-logo {
	position: absolute;
	bottom: 0;
	left: 100%;
	-webkit-transform: translate(-46.4%,0);
	transform: translate(-46.4%,0);
	z-index: 10;
	opacity: 0.05;
}

.footer-logo img {
	display: block;
}

.footer-widgets {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 25px 0;
	position: relative;
	z-index: 20;
}

.footer-contacts {
	width: 35%;
}

.footer-members {
	width: 20%;
}

.footer-employers {
	width: 20%;
}

.copyright {
	width: 25%;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.footer-widgets p {
	margin: 0 0 10px 0;
	line-height: 1.25em;
}

.footer h5 {
	margin-bottom: 2px;
	letter-spacing: 0.5px;
	line-height: 1.65em;
}

.footer-contacts h5 {
	line-height: 1.25em;
}

.footer a:link, .footer a:visited {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
}

.copyright p {
	line-height: 1.7em;
}

.disclaimer {
	font: italic 10px 'Source Sans Pro';
	letter-spacing: 0.5px;
	position: relative;
	z-index: 20;
}

.disclaimer p {
	line-height: 1em;
}

/* Path */

.path {
	font-weight: 700;
	color: #363635;
	padding: 27px 0 0 0;
}

.mypera-area {
	text-align: center;
	padding: 80px 0;
}

/* Image and Text */

.image-and-text {
	/*padding-bottom: 50px;*/
}

.image {
	float: left;
	width: 21%;
	text-align: center;
	/*margin: 80px 0 0 0;*/
}

.text {
	float: right;
	width: 76.5%;
}

.text h2 {
	margin-bottom: 40px;
}

/* Pagination */

.pagination {
	text-align: center;
}

.pagination a:link, .pagination a:visited, .pagination span {
	border: 1px solid #850129;
	color: #850129;
	text-decoration: none;
	text-align: center;
	padding: 7px 12px;
	margin: 0 6px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.pagination span, .pagination a:hover {
	background: #850129;
	color: #FFF;
}

.post-title {
	margin: 0;
	text-align: left;
}

.post-date {
	color: #939a90;
	margin: 0 0 15px 0;
}

.more {
	font-size: 12px;
}

.sidebar {
	display: none;
}

/* Accordions */

.accordions-head-title {
	font: 700 18px 'Open Sans' !important;
	color: #363635 !important;
}

.accordion-icons {
	color: #363635 !important;
}

.accordion-content {
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif !important;
	color: #363635 !important;
}

.accordions-head {
	margin-top: 10px !important;
}

/* Filter */

.filter-area {
	background: #ebeced;
	padding: 20px;
	margin: 40px 0;
}

.filters {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
}

.filter-area label {
	font-weight: 700;
	margin: 0 0 15px 0;
	display: inline-block;
}

.filter-category {
	width: 25%;
}

.filter-category select, .quicksearch {
	width: 100%;
	background: #FFF;
	border: none;
	font: 16px 'Open Sans';
	color: #363635;
	padding: 10px 19px 12px 19px;
	outline: none !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.quicksearch {
	padding-top: 11px;
}

.filter-category select {
	cursor: pointer;
}

.filter-search {
	width: 48%;
}

.filter-search-wide {
	width: 100%;
}

.item {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #f7f7f8;
	position: static !important;
}

.item-details {
	position: relative;
	padding: 0 0 0 90px;
}

.item-details:before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	background: #ebeced url('i/ico-pdf.png') no-repeat 22px 21px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-details p {
	margin: 0;
}

.item-button {
	text-align: left;
	margin: 15px 0 0 0;
}

.item-button a:link, .item-button a:visited {
	min-width: 1px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

/* Form */

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields, ul.gform_fields ul {
	margin: 0 !important;
}

.gform_fields:before, .gform_fields:after {
    content: " ";
    display: table;
}

.gform_fields:after {
    clear: both;
}

.gform_fields {
    *zoom: 1;
}

ul.gform_fields li {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	font-weight: 400 !important;
	background: transparent;
}

ul.gform_fields li.form-left {
	float: left !important;
	display: inline !important;
	width: 23.45% !important;
	margin: 0 !important;
}

ul.gform_fields li.form-right {
	float: left !important;
	display: inline !important;
	width: 49.38% !important;
	margin: 8px 0 0 4.3% !important;
}

ul.gform_fields li.gfield_html {
	margin-bottom: 66px !important;
}

ul.gform_fields>li:before {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.gfield_label {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #000 !important;
}

.gfield_required {
	display: none !important;
}

.no-label .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select, .input,
.field {
	display: block;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 11px 12px !important;
	text-indent: 0 !important;
	font: 500 14px Raleway !important;
	letter-spacing: 1px !important;
	color: #7c878e !important;
	background: #FFF !important;
	border: 1px solid #e3e3e3 !important;
	width: 100% !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 1px 1px 5px 0 #eee;
	box-shadow: inset 1px 1px 5px 0 #eee;
}

.field {
	margin: 0 0 10px 0 !important;
}

.ginput_container textarea {
	height: 250px !important;
	padding: 20px 28px !important;
	line-height: 1.6em !important;
	letter-spacing: 0.35px !important;
}

body select, body option {
	color: #7c878e !important;
}

.datefield .sep {
	margin: 9px 10px;
	float: left;
	display: inline;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #ffbfbf !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	float: left !important;
	display: inline !important;
	width: 45.4% !important;
	clear: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
	margin-left: 9% !important;
}

.gform_wrapper .top_label li.gfield.wide-field {
	float: left !important;
	display: inline !important;
	width: 73% !important;
	clear: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.gform_wrapper .top_label li.gfield.narrow-field {
	float: right !important;
	display: inline !important;
	width: 22.4% !important;
	clear: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body ::placeholder {
	color: #7c878e !important;
}

.gform_footer {
	margin: 8px 0 0 0 !important;
	padding: 0 !important;
	text-align: right !important;
}

.gform_button {
	margin: 0 !important;
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.contact-area .gform_footer {
	text-align: right !important;
	width: 77.13% !important;
	margin: -88px 0 0 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

/* 1419px */
@media (max-width: 1419px), (max-height: 830px) {
	.slider-prev {
		left: 0;
	}
	.slider-next {
		right: 0;
	}
	.menu-button {
		margin-right: 20px;
		background: transparent;
	}
	a.menu-button:before {
		display: none;
	}
	.main-menu, .menu-open .main-menu {
		display: none;
	}
	.sidebar-buttons {
		display: none;
	}
	
	/* Sidebar */
	.sidebar {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1112;
		text-align: right;
		height: 0;
		overflow: visible;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
		pointer-events: none;
		padding: 0 !important;
	}

	.sidebar-open .sidebar {
		pointer-events: inherit;
	}

	.sidebar .outer {
		width: 0;
		height: 100%;
		overflow: hidden;
		-webkit-transition: width 350ms;
		transition: width 350ms;
		text-align: left;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		background: #fff;
	}

	.sidebar-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 0;
		margin: 0 0 0 -2px;
		z-index: 1112;
		background: #fff;
		height: 0;
		pointer-events: none;
		-webkit-transition: width 350ms;
		transition: width 350ms;
	}

	.sidebar-open .sidebar-bg {
		width: 2000px;
		height: 100%;
		pointer-events: inherit;
		-webkit-transition: width 650ms;
		transition: width 650ms;
	}

	.sidebar .inner {
		padding: 58px 36px 0 43px;
		position: relative;
		overflow: auto;
	}

	.sidebar .inner, .sidebar-open .sidebar .outer {
		width: 300px;
	}

	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1111;
		pointer-events: none;
		-webkit-transition: all 350ms;
		transition: all 350ms;
	}

	.sidebar-open .overlay {
		pointer-events: inherit;
	}

	/* Side Menu */

	.side-menu {
		margin: 38px 0 42px 0;
		position: relative;
		text-align: left;
	}

	.user-menu {
		display: none;
	}

	.side-menu li {
		font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0 0 29px 0;
		letter-spacing: 0.3px;
	}

	.side-menu a:link, .side-menu a:visited {
		color: #000;
		text-decoration: none;
	}

	.side-menu a:hover,
	.side-menu li.current-menu-item>a:link, .side-menu li.current-menu-item>a:visited,
	.side-menu li.current-menu-parent>a:link, .side-menu li.current-menu-parent>a:visited,
	.side-menu li.current-menu-ancestor>a:link, .side-menu li.current-menu-ancestor>a:visited {
		color: #850129;
	}

	/* Side Menu First Level */

	.side-menu>ul>li {
		font-size: 20px;
	}

	.side-menu>ul>li>a:link, .side-menu>ul>li>a:visited {
		color: #850129;
	}

	.side-menu>ul>li>a:hover {
		color: #000;
	}

	/* Side Menu Second Level */

	.side-menu li ul {
		margin: 3px 0 0 0;
	}

	.side-menu li li {
		margin: 0 0 6px 0;
	}

	.side-menu li li.menu-item-has-children>a {
		position: relative;
		padding: 0 18px 0 0;
	}

	.side-menu li li.menu-item-has-children>a:after {
		content: '';
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		border-left: 8px solid #850129;
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		-webkit-transition: all 350ms;
		transition: all 350ms;
	}

	.side-menu li li.menu-item-has-children.open>a:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* Side Menu Third Level */

	.side-menu li li ul {
		margin: 0;
		padding: 0 0 0 20px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 350ms;
		transition: all 350ms;
	}

	.side-menu li li.open ul {
		padding-top: 8px;
	}

	.side-menu li.open>ul {
		max-height: 999px;
	}

	.side-menu li li li {
		font-size: 14px;
		font-weight: 400;
		margin: 0 0 8px 0;
	}

	a.close:link, a.close:visited {
		width: 15px;
		height: 17px;
		text-indent: -100em;
		margin: 0 0 0 -7px;
		overflow: hidden;
		background: url('i/ico-close.png') no-repeat 0 50%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}

	a.close:hover {
		opacity: 0.6;
	}
}

/* 960px */
@media (max-width: 1279px) {
	.frame, .narrow-frame {
		width: 960px;
		padding-left: 40px;
		padding-right: 40px;
	}/*
	.main-menu {

	}
	.main-menu>ul>li {
		font-size: 19px;
	}*/
	.testimonials {
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
	}
	.testimonial {
		font-size: 35px;
		padding-left: 50px;
		padding-right: 50px;
	}	
	.footer-widgets {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-contacts, .footer-members, .footer-employers, .copyright {
		width: 40%;
	}
	.copyright {
		order: 2;
	}
	.footer-members {
		order: 3;
	}
	.footer-employers {
		order: 4;
	}
	.footer-contacts, .footer-members {
		margin: 0 0 30px 0;
	}
	.content ul {
		max-width: 50%;
	}
	.content ul + ul {
		margin-left: 70px;
	}
	ul.thumbnails, ul.links {
		max-width: 120%;
	}
	.testimonials-prev, .testimonials-next {
		top: 37%;
	}
	.alignleft, .alignright {
		max-width: 40%;
	}
	.full-search-form form {
		flex-flow: row wrap;
	}
	.full-search-form .search-box, .search-filter, .submit {
		margin-bottom: 15px;
	}
	.header form {
		width: 260px;
		margin: 0 auto;
	}
	.header .keyword {
		width: 220px;
	}
	.header-buttons li {
		font-size: 12px;
		margin: 0 1px 0 0;
	}
	a.menu-button:link, a.menu-button:visited {
		margin-right: 0;
	}
}

/* Mobile */
@media (max-width: 959px) {
	.frame, .columns-area>.frame {
		width: 100%;

	}
	.narrow-frame {
		width: 100%;
	}
	.frame .narrow-frame {
		padding-left: 0;
		padding-right: 0;
		min-width: 1px;
	}
	.header-area {
		position: relative;
	}
	.static-header {
		display: none;
	}
	.header {
		height: auto;
	}
	.header-buttons {
		margin-right: 0;
	}
	.logo {
		margin-left: 20px;
	}
	/*.main-menu {
		padding-bottom: 10px;
		border-bottom: 7px solid #850129;
	}
	.main-menu>ul {
		flex-flow: row wrap;
	}
	.main-menu>ul>li {
		max-width: 40%;
		margin: 0 0 30px 0;
	}*/
	.slide {
		height: 410px;
		position: relative;
	}
	.slide .frame {
		z-index: 20;
	}
	.slide-text {
		height: auto;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	h1, .slide-text h1, .page-title h1 {
		font-size: 36px;
		line-height: 1.3em;
	}
	.slide-text h1, .page-title h1 {
		margin-bottom: 0px;
		padding: 10px 0 15px 0;
	}
	h2, h2.large {
		font-size: 28px;
	}
	h6.inline {
		margin-right: 10px;
		margin-left: 10px;
	}
	h6.inline a:link, h6.inline a:visited,
	h6.large a:link, h6.large a:visited {
		font-size: 18px;
		min-width: 105px;
	}
	.slider .slider-prev, .slider .slider-next {
		display: none;
	}
	.slide-text h1:before, .slide-text h1:after, .the-page-title h1:before, .the-page-title h1:after,
	.lines:before, .lines:after {
		width: 30%;
	}
	.slider-nav {
		left: 20px;
	}
	.testimonials-nav {
		bottom: 0;
	}
	.down-arrow {
		display: none;
	}
	.page-title {
		height: 200px;
	}
	.thumbnails-area {
		padding: 20px 0 0 0;
	}
	ul.thumbnails {
		flex-flow: row wrap;
		margin: 0;
	}
	ul.thumbnails li {
		width: 400px;
		max-width: 400px;
		padding: 0 10px;
		margin: 0 auto 15px auto;
	}
	.thumbnail {
		height: auto;
		overflow: hidden;
		margin: 0 0 5px 0;
	}
	.path {
		margin: 0 0 5px 0;
	}
	.content {
		padding: 25px 0;
	}
	.graphic-background {
		padding: 185px 0 30px 0;
		background-position: 50% 0;
	}
	.mypera-area {
		padding: 45px 0 50px 0;
	}
	.content ul.large {
		font-size: 16px;
	}
	.image {
		padding: 0 40px 0 0;
		margin: 0;
	}
	.image img {
		max-width: calc(100% + 20px);
	}
	.testimonials {
    	margin: 20px 0 0 0;
    	padding: 0 0 40px 0;
	}
	.testimonials-area {
		padding: 20px 0;
	}
	.testimonial {
		font-size: 26px;
		line-height: 1.5em;
		/*padding-bottom: 25px;*/
	}
	.testimonial p {
		line-height: 1.5em;
	}
	.author {
		margin-top: 25px;
	}
	.footer .frame {
		padding: 30px 20px 1px 20px;
	}
	.footer-widgets {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0;
	}
	.footer-contacts, .footer-members, .footer-employers, .copyright {
		width: 310px;
		margin: 0 0 20px 0;
	}
	.copyright {
		order: 5;
	}
	.links-area {
		padding: 20px 0 15px 0;
	}
	ul.links {
		justify-content: center;
		margin: 25px 0 0 0;
	}
	ul.links li {
		width: 300px;
		max-width: 300px;
		padding: 0 30px;
		margin: 20px 0;
	}
	.links a img {
		max-width: 66px;
		margin-bottom: 15px;
	}
	.content ul {
		max-width: 100%;
	}
	.content ul+ul {
		margin-left: 15px;
	}
	.columns {
		flex-flow: column nowrap;
	}
	.column, .columns-asymmetrical .column, .columns-asymmetrical .column:first-child {
		width: auto;
	}
	.column:first-child {
		margin: 0 0 25px 0;
	}
	.footer-logo {
		display: none;
	}
	img, iframe {
		max-width: 100%;
	}
	img {
		height: auto;
	}
	.fancybox-wrap {
		max-width: 520px;
	}
	.fancybox-inner {
		max-width: 100%;
	}
	/*
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table, .variation-details table {
		display: table !important;
	}
	table.table tbody, table.table thead,
	.variation-details table tbody, .variation-details table thead {
		display: table-row-group !important;
	}
	table.table tr, .variation-details table tr {
		display: table-row !important;
	}
	table.table th, table.table td, .variation-details table th, .variation-details table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 10px !important;
		font-size: 16px !important;
	}
	*/
	.indent {
		margin: 0;
	}
	a.menu-button:link, a.menu-button:visited {
		margin-right: 20px;
	}
	.header .frame {
		flex-flow: row wrap;
	}
	.header .search-form {
		order: 3;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.filter-search-wide {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.header-buttons {
		display: none;
	}
	.sidebar-buttons {
		display: block;
	}
	.testimonials-prev, .testimonials-next {
		display: none;
	}
	.testimonial {
		padding-left: 0;
		padding-right: 0;
	}
	.lines:before, .lines:after, .testimonial:before, .testimonial:after {
		width: 35%;
	}
	.testimonials .slider-nav {
		left: 0;
	}
	.image, .text {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.image {
		margin: 0 0 20px 0;
		text-align: left;
	}
	.header .keyword {
		width: calc(100% - 40px);
	}
	.filters {
		flex-flow: column nowrap;
	}
	.filter-category, .filter-search {
		width: 100%;
	}
	.filter-category {
		margin: 0 0 15px 0;
	}
}