html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q, blockquote {
	quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section, summary {
	display: block
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, span, a {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, span, a {
	opacity: 1
}

h1, h2, h3 {
	font-family: "omnes-pro", "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
	font-weight: 300;
	line-height: 1.2
}

h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5
}

h1 {
	font-size: 3.5em
}

h2 {
	font-size: 2.3em
}

h3 {
	font-size: 1.7em
}

h4 {
	font-size: 1.2em
}

h5 {
	font-size: 0.9em
}

@media ( max-width : 768px) {
	h1 {
		font-size: 2.8em
	}
	h2 {
		font-size: 2em
	}
	h3 {
		font-size: 1.4em
	}
}

@media ( max-width : 480px) {
	h1 {
		font-size: 1.8em
	}
	h2 {
		font-size: 1.5em
	}
	h3 {
		font-size: 1.2em
	}
}

.small-uppercase, .small-uppercase--bold, .small-uppercase--spaced, .btn,
	.btn--primary, .btn--group .btn--selected, .btn--secondary,
	.btn--border, .btn--group .btn--default, .btn--white-large,
	#whr_embed_hook .whr-group {
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif
}

.small-uppercase--bold, .small-uppercase--spaced, .btn, .btn--primary,
	.btn--group .btn--selected, .btn--secondary, .btn--border, .btn--group .btn--default,
	.btn--white-large, #whr_embed_hook .whr-group {
	font-weight: 700
}

.small-uppercase--spaced {
	letter-spacing: .10em;
	padding-bottom: 0.5em
}

h1 {
	padding-bottom: 15px
}

h2 {
	padding-bottom: 30px
}

@media ( max-width : 767px) {
	h2 {
		padding-bottom: 30px
	}
}

.centered, .title-centered, .index .step__cta, .testimonials-wrapper .testimonial-item-box,
	.pricing-features .cta {
	text-align: center
}

.title-centered {
	padding-bottom: 50px
}

@media ( max-width : 1200px) {
	.title-centered {
		padding-bottom: 50px
	}
}

@media ( max-width : 767px) {
	.title-centered {
		padding-bottom: 30px;
		text-align: left
	}
}

p {
	color: var(--main-link-color);
	line-height: 1.6
}

@media ( max-width : 768px) {
	p {
		font-size: 0.9em
	}
}

.small-text, .secondary-nav ul li a, .testimonials__module p, .flash,
	.step__item, .index .features__list, .testimonials-wrapper .name a,
	.testimonials-wrapper .text, .testimonials-wrapper .position,
	.plan-item .jobs, .plan-item .popular-plan, .plan-item .annual-price,
	.plan-mobile .name__mobile, .plan-mobile .jobs, .question, .about .management .position,
	.careers .benefits-item .text, #whr_embed_hook .whr-dept, .contact .contact-item .wrapper .text,
	.contact .contact-item .wrapper .country, .contact .press p:last-child
	{
	font-size: 0.9em;
	line-height: 1.6
}

@media ( max-width : 768px) {
	.small-text, .secondary-nav ul li a, .testimonials__module p, .flash,
		.step__item, .index .features__list, .testimonials-wrapper .name a,
		.testimonials-wrapper .text, .testimonials-wrapper .position,
		.plan-item .jobs, .plan-item .popular-plan, .plan-item .annual-price,
		.plan-mobile .name__mobile, .plan-mobile .jobs, .question, .about .management .position,
		.careers .benefits-item .text, #whr_embed_hook .whr-dept, .contact .contact-item .wrapper .text,
		.contact .contact-item .wrapper .country, .contact .press p:last-child
		{
		font-size: 0.8em
	}
}

.smaller-text {
	font-size: 0.6em;
	line-height: 1.6
}

strong {
	font-weight: 700
}

.btn, .btn--primary, .btn--group .btn--selected, .btn--secondary,
	.btn--border, .btn--group .btn--default {
	color: white;
	border-radius: 2px;
	padding: 0 10px;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	border: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all, 0.3s, ease;
	-moz-transition: all, 0.3s, ease;
	-o-transition: all, 0.3s, ease;
	transition: all, 0.3s, ease;
	-webkit-appearance: none
}

.btn--primary, .btn--group .btn--selected {
	background-color: var(--main-bg-color)
}

.btn--primary:hover, .btn--group .btn--selected:hover {
	background-color: var(--second-bg-color);
	color: #fff
}

.btn--secondary {
	background-color: var(--second-bg-color);
	color: white
}

.btn--secondary:hover {
	background-color: var(--third-bg-color)
}

.btn--border {
	border: 1px solid var(--main-bg-color);
	color: var(--main-bg-color);
	background: transparent
}

.btn--border:hover {
	border: 1px solid var(--second-bg-color)
}

.btn--white-large {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: var(--main-bg-color);
	border-radius: 2px;
	-webkit-transition: all, 0.3s, ease;
	-moz-transition: all, 0.3s, ease;
	-o-transition: all, 0.3s, ease;
	transition: all, 0.3s, ease
}

.btn--group a {
	float: left;
	min-width: 115px
}

.btn--group a:first-child {
	border-radius: 2px 0 0 2px;
	border-right: 0
}

.btn--group a:last-child {
	border-radius: 0 2px 2px 0;
	border-left: 0
}

.btn--group .btn--default {
	border: 1px solid var(--main-border-color);
	color: var(--main-link-color)
}

.btn--group .btn--default:hover {
	background: var(--main-border-color)
}

.btn--group .btn--selected {
	color: #fff
}

.btn--group .btn--selected:hover {
	background: var(--third-bg-color)
}

.btn-warning {
    background-color: var(--third-bg-color);
}

.btn-warning:hover{
    color: var(--third-bg-color);
	background-color: #fff;
}


textarea:focus, input:focus {
	outline: 1px solid var(--third-bg-color)
}

.form-control {
	border-radius: 2px;
	border: none;
	background-color: #fff;
	padding: 0 2%;
	height: 37px;
	line-height: 37px;
	font-size: 0.9em;
	-webkit-appearance: none
}

*, *:before, *:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

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

.clearfix:after {
	clear: both
}

body {
	color: var(--main-link-color);
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

a {
	color: var(--main-link-color);
	-webkit-transition: all, 0.3s, ease;
	-moz-transition: all, 0.3s, ease;
	-o-transition: all, 0.3s, ease;
	transition: all, 0.3s, ease;
	text-decoration: none
}

a:hover {
	color: var(--second-bg-color)
}

.container {
	max-width: 960px
}

@media ( max-width : 768px) {
	.container {
		padding: 0 5%
	}
}

.main-color-background {
	background: var(--main-bg-color)
}

.dark-color-background {
	background: var(--third-bg-color)
}

.main-color-background a {
	color: #fff;
	-webkit-transition: background-color, 0.3s, ease;
	-moz-transition: background-color, 0.3s, ease;
	-o-transition: background-color, 0.3s, ease;
	transition: background-color, 0.3s, ease
}

.main-color-background a:hover {
	color: #0a5763
}

.main-color-background, .dark-color-background, .main-color-background p,
	.dark-color-background p, .dark-color-background h2,
	.main-color-background li, .dark-color-background li,
	.main-color-background .btn, .main-color-background .btn--primary,
	.main-color-background .btn--group .btn--selected, .btn--group .main-color-background .btn--selected,
	.main-color-background .btn--secondary, .main-color-background .btn--border,
	.main-color-background .btn--group .btn--default, .btn--group .main-color-background .btn--default,
	.dark-color-background .btn, .dark-color-background .btn--primary,
	.dark-color-background .btn--group .btn--selected, .btn--group .dark-color-background .btn--selected,
	.dark-color-background .btn--secondary, .dark-color-background .btn--border,
	.dark-color-background .btn--group .btn--default, .btn--group .dark-color-background .btn--default,
	.main-color-background .btn:hover, .main-color-background .btn--primary:hover,
	.main-color-background .btn--group .btn--selected:hover, .btn--group .main-color-background .btn--selected:hover,
	.main-color-background .btn--secondary:hover, .main-color-background .btn--border:hover,
	.main-color-background .btn--group .btn--default:hover, .btn--group .main-color-background .btn--default:hover,
	.dark-color-background .btn:hover, .dark-color-background .btn--primary:hover,
	.dark-color-background .btn--group .btn--selected:hover, .btn--group .dark-color-background .btn--selected:hover,
	.dark-color-background .btn--secondary:hover, .dark-color-background .btn--border:hover,
	.dark-color-background .btn--group .btn--default:hover, .btn--group .dark-color-background .btn--default:hover
	{
	color: white
}

.section-padding {
	padding: 50px 0
}

@media ( max-width : 1200px) {
	.section-padding {
		padding: 50px 0
	}
}

@media ( max-width : 767px) {
	.section-padding {
		padding: 30px 0
	}
}

@media ( max-width : 480px) {
	.section-padding {
		padding: 30px 10px
	}
}

@media ( max-width : 978px) {
	.container {
		padding: 0 .5em;
		margin: 0
	}
	body {
		padding: 0
	}
}

.container {
	margin-right: auto;
	margin-left: auto
}

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

.container:after {
	clear: both
}

@media ( min-width : 768px) {
	.container {
		width: 750px
	}
}

@media ( min-width : 992px) {
	.container {
		width: 970px
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

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

.row:after {
	clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0%
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media ( min-width : 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
		.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media ( min-width : 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
		.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block,
	.visible-sm-block, .visible-sm-inline, .visible-sm-inline-block,
	.visible-md-block, .visible-md-inline, .visible-md-inline-block,
	.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important
}

@media ( max-width : 767px) {
	.visible-xs {
		display: block !important
	}
	br.visible-xs {
		clear: both
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row !important
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row !important
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row !important
	}
	th.visible-md, td.visible-md {
		display: table-cell !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media ( min-width : 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media ( min-width : 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row !important
	}
	th.visible-print, td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}
hr {
border: 0;
border-top: 1px solid #e7e7e7;
height: 1px;
clear: both;
width: 100%;
}

form ul{
	clear: left;
}
form li{
	float: left;
	margin: 31px 0 0;
	padding: 10px 19px 0 0;
	text-align: left;
}
form, li.fullWidth{
	width: 100%;
}

form label.required:after{
	content: '*';
	color: #3c9ec7;
}
form h3{
	clear: both;
	display: block;
	font-weight: normal;
	margin-top: 34px;
	text-align: left;
}
form label{
	clear: both;
	display: block;
	font-size: 18px;
	color: #555555;
	margin-bottom: 14px;
	text-align: left;
}
form input:focus,form textarea:focus, form select:focus, .focus{
	border-color: #349ac5;
	background-color: #F7FCFC;
}
form input, form textarea, form select {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	clear: both;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	height: 46px;
	margin-bottom: 10px;
	padding: 9px;
	width: 223px;
}
form input{
	padding-right: 30px;
}
form input[type='checkbox']{
	width: auto;
	height: auto;
}
form textarea{
	width: 98.4%;
	height: 113px;
}
form select[multiple='multiple']{
	height: 116px;
	width: 426px;
	border-radius: 5px;
}
form li:first-of-type select[multiple='multiple']{
	margin-right: 73px;
}
form textarea.large{
	height: 263px;
}
form hr{
	margin: 66px 0 66px 0;
}

	.jobboardtable thead {
	display: none;
	}
	.jobboardtable tr{
	display: block;
	margin-bottom: 4px;
	}
	.jobboardtable td {
	display: block;
	text-align: right;
	}
	.jobboardtable td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	}

@media (max-width: 700px){
	.jobboardtable thead {
	display: none;
	}
	.jobboardtable tr{
	display: block;
	margin-bottom: 40px;
	}
	.jobboardtable td {
	display: block;
	text-align: right;
	}
	.jobboardtable td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	}
}

.periodic {
  position: relative;
  height: 600px;
  margin-right: -1px;
  text-shadow: none;
}

.periodic a {
	color: rgba(255,255,255,0.9);
	-webkit-transition: all, 0.3s, ease;
	-moz-transition: all, 0.3s, ease;
	-o-transition: all, 0.3s, ease;
	transition: all, 0.3s, ease;
	text-decoration: none
}


.periodic-row {
  clear: both;
	  height: 10%;
}

.cell {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  margin: 1px;
}

.at_num,
.at_details {
  position: absolute;
  font-size: 4px;
  color: rgba(255,255,255,0.5);
  opacity: 0;
}

.symbol {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin-top: -4px;
  font-size: 0.9em;
  line-height: 1;
  height: 9px;
  color: rgba(255,255,255,0.9);
}

.flex-holder,.holder-flex-to-block,.holder-flex-to-block-md,.holder-flex-to-block-justify,.holder-flex-to-block-stretch,.holder-flex-to-block-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert .close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    top: -2px;
    right: -21px;
    color: inherit
}