/*
	Theme Name: Barden
	Author: PERPETUAL
	Author URI: https://perpetual-digital.com/
	Description: Wordpress website template by PERPETUAL.
	Version: 1.0
	Text Domain: perpetual
*/


/* ---------------------------
	Fonts
--------------------------- */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800');
@import url("//hello.myfonts.net/count/335af5");
@font-face {font-family: 'MoreOrLess-Italic';src: url('assets/fonts/335AF5_0_0.eot');src: url('assets/fonts/335AF5_0_0.eot?#iefix') format('embedded-opentype'),url('assets/fonts/335AF5_0_0.woff2') format('woff2'),url('assets/fonts/335AF5_0_0.woff') format('woff'),url('assets/fonts/335AF5_0_0.ttf') format('truetype');}
@font-face {font-family: 'MoreOrLess-Regular';src: url('assets/fonts/335AF5_1_0.eot');src: url('assets/fonts/335AF5_1_0.eot?#iefix') format('embedded-opentype'),url('assets/fonts/335AF5_1_0.woff2') format('woff2'),url('assets/fonts/335AF5_1_0.woff') format('woff'),url('assets/fonts/335AF5_1_0.ttf') format('truetype');}


/* ---------------------------
	Reset
--------------------------- */
@charset "UTF-8";
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.4; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;height: 200px; }
input,button,select,textarea{font-size:14px;font-weight:normal;line-height:40px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{line-height: 1; height: 40px; 	-webkit-appearance: none; border-radius: 4px; display:inline-block; padding:0 10px;font-size:14px;vertical-align:middle;width:100%;}
textarea{height:auto;padding:10px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{border: 0;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:-2px 0 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{*margin-top:4px;line-height:1;}
select{border:0;border-radius: 4px; height: 35px;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:0;}


/* ---------------------------
	General
--------------------------- */
html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}
body {
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f4f4f4;
	font: 300 14px/1.5 'Nunito', sans-serif;
	color: #636363;
}

a {
	color: #636363;
	text-decoration: underline;
}
a:hover {
	color: #f05a21;
}

p {
	margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 14px;
}
h1 {
	font-size: 22px;
	font-size: 22px;
}
h2,
h3 {
	font-size:  18px;
	line-height: 24px;
	color: #000;
}

h2.vc_custom_heading {
	font-weight: bold;
}

table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px 0;
}
thead {
	border-bottom: 2px solid #000;
}
tr {
	border-bottom: 1px solid #636363;
}
tr:hover {
	background: #feefd2;
}
thead tr:hover {
	background: none;
}
th,
td {
	border: 0;
	padding: 15px 10px;
}
th {
	font-weight: normal;
	color: #000;
	padding: 5px 10px;
	font-size: 16px;
}
td {
/*	border-right: 1px solid #636363;*/
}
tr td:last-child {
	border-right: 0;
}
td h2,
td p {
	margin: 0;
}

article ul,
article ol {
	padding: 0 0 25px 20px;
}
#main article ul.row {
	padding: 0;
}

small {
	font-size: 11px;
}
strong {
	font-weight: bold;
}



/* ---------------------------
	Layout
--------------------------- */
#header {
	transition: all .15s ease-in-out;
	font-size: 0;
	line-height: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	padding: 24px 0;
	background: #f68718;
	background: -moz-linear-gradient(left,  #f68718 0%, #fdcf04 100%);
	background: -webkit-linear-gradient(left,  #f68718 0%,#fdcf04 100%);
	background: linear-gradient(to right,  #f68718 0%,#fdcf04 100%);
}
#header.floating {
	padding: 10px 0;
}
.page-home #header {
	background: none;
}
.page-home #header > span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 100%);*/
	background: #f68718;
	background: -moz-linear-gradient(left,  #f68718 0%, #fdcf04 100%);
	background: -webkit-linear-gradient(left,  #f68718 0%,#fdcf04 100%);
	background: linear-gradient(to right,  #f68718 0%,#fdcf04 100%);
}

#header .logo {
	position: relative;
	z-index: 2000;
}
#header .logo,
#header .logo img {
	transition: all .15s ease-in-out;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}
#header.floating .logo img {
	height: 35px;
	width: auto;
}

.nav-trigger {
	display: none;
}
#nav {
	display: flex;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 1000;
}
#nav li {
	list-style: none;
	position: relative;
}
#nav a {
	transition: all .25s ease-in-out;
	display: block;
	padding: 0 14px;
	font-size: 19px;
	line-height: 65px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
#header.floating #nav a {
	line-height: 35px;
	font-size: 16px;
}
#nav a:hover,
#nav .active > a {
	color: #f05a21;
}
#nav li:last-child a {
	padding-right: 0;
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 14px;
	min-width: 150px;
	background: rgba(255,255,255,0.75);
}
#nav ul ul:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 8px;
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	opacity: .75;
}
#nav li:hover ul {
	display: block;
}
#nav ul ul li {
	display: block;
}
#nav ul ul a {
	line-height: 35px;
	font-size: 16px;
	text-align: left;
	color: #71706c;
}
#nav ul ul li:first-child a {
	padding-top: 5px;
}
#nav ul ul li:last-child a {
	padding-right: 14px;
	padding-bottom: 5px;
}

#main {
	padding-top: 113px;
}
#main > section {
	padding-top: 55px;
	padding-bottom: 30px;
}
#main > section header h2 {
	font-size: 26px;
	padding-bottom: 38px;
}
.page-home #main {
	padding-top: 0;
}

#footer,
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
}
#footer {
	padding: 60px 30px;
	background: #292c46;
}
#footer h5 {
	text-transform: uppercase;
}
#footer .vcard {
	padding-right: 30px;
}
#footer .vcard span,
#footer .vcard a {
	display: block;
}
#footer address,
#footer a {
	margin-bottom: 15px;
}
#footer p {
	margin: 0;
	padding-top: 50px;
}
#footer p,
#footer p a {
	font-size: 11px;
	line-height: 17px;
}
#footer .vcard i {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	margin-left: -28px;
	margin-right: 10px;
	line-height: 16px;
	font-size: 10px;
}
#footer nav li {
	display: block;
	list-style: none;
}
#footer .social i {
	width: 44px;
	line-height: 38px;
	font-size: 22px;
	border-color: #fff;
	color: #fff;
}
#footer .social a:hover i {
	color: #292c46;
	background: #fff;
}


/* ---------------------------
	Specific
--------------------------- */
.clearfix:before,
.clearfix:after,
article div.gallery:before,
article div.gallery:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after,
article div.gallery:after {
	clear: both
}
.clearfix,
article div.gallery {
	zoom: 1
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.aligncenter {
	display: block;
}
img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

.alert {
	text-align:left;
	padding: 15px 20px;
	border-left: 10px solid #eee;
	font-size: 16px;
	line-height: 20px;
	background:#fafafa;
	position:relative;
	z-index:9999;
	margin-bottom: 15px;
}
.alert-error {
	background-color: #fcf2f2;
	border-color: #b94a48;
	color:#b94a48;
}
.alert-warning {
	color: #c09853;
	background-color: #fefbed;
	border-color: #c09853;
}
.alert-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.social {
	display: flex;
	padding: 0;
}
.social li {
	list-style: none;
}
.social a {
	display: block;
}
.social i {
	display: block;
	border: 3px solid #636363;
	border-radius: 100%;
	margin-right: 8px;
	width: 40px;
	line-height: 34px;
	text-align: center;
	color: #636363;
}
.social a:hover i {
	background: #636363;
	color: #fff;
}

.btn,
.wpcf7 .wpcf7-submit,
#main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wpcf7 .your-cv-trigger {
	border: 2px solid #f05a21;
	color: #f05a21;
	background: none;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	border-radius: 5px;
	margin-right: 10px;
}
#main .vc_btn3-container.vc_btn3-inline {
	margin-right: 10px;
}
.btn:hover,
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus,
.wpcf7 .your-cv-trigger:hover,
.wpcf7 .your-cv-trigger:focus {
	background: #f05a21;
	color: #fff;
	outline:0;
}
#main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	color: #fff;
	border-color: #fff;
}
#main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background: #fff;
	color: #f05a21;
}

.page-career-model #main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.page-career-model #main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	border-color: #f05a21;
	background: #f05a21;
	color: #fff;
}
.page-career-model #main .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background: none;
	color: #f05a21;
}

#main .vc_btn3-container.has-border,
#main .vc_btn3-container.has-border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	display: block;
}
#main .vc_btn3-container.has-border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	border: 0;
	color: auto;
	text-align: left;
	color: #636363;
	border-radius: 0;
	text-transform: none;
}
#main .vc_btn3-container.has-border.active .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background: #fff;
}


.has-border {
	position: relative;
}
.has-border:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	width: 100%;
	height: 8px;
	background: #f68718;
	background: -moz-linear-gradient(left,  #f68718 0%, #fdcf04 100%);
	background: -webkit-linear-gradient(left,  #f68718 0%,#fdcf04 100%);
	background: linear-gradient(to right,  #f68718 0%,#fdcf04 100%);
}
.green .has-border:after,
.has-border.green:after,
.term-1 .post-slider .has-border:after,
.term-1 .post-listing .has-border:after {
	background: #c3d121;
	background: -moz-linear-gradient(left,  #c3d121 0%, #f4db06 100%);
	background: -webkit-linear-gradient(left,  #c3d121 0%,#f4db06 100%);
	background: linear-gradient(to right,  #c3d121 0%,#f4db06 100%);
}
.darkgreen .has-border:after,
.has-border.darkgreen:after,
.term-8 .post-slider .has-border:after,
.term-8 .post-listing .has-border:after {
	background: #69a775;
	background: -moz-linear-gradient(left,  #69a775 0%, #bdc534 100%);
	background: -webkit-linear-gradient(left,  #69a775 0%,#bdc534 100%);
	background: linear-gradient(to right,  #69a775 0%,#bdc534 100%);
}
.blue .has-border:after,
.has-border.blue:after,
.term-13 .post-slider .has-border:after,
.term-13 .post-listing .has-border:after {
	background: #67b896;
	background: -moz-linear-gradient(left,  #67b896 0%, #7db9e8 100%, #23a0d5 100%);
	background: -webkit-linear-gradient(left,  #67b896 0%,#7db9e8 100%,#23a0d5 100%);
	background: linear-gradient(to right,  #67b896 0%,#7db9e8 100%,#23a0d5 100%);
}

.purple .has-border:after,
.has-border.purple:after,
.term-9 .post-slider .has-border:after,
.term-9 .post-listing .has-border:after {
	background: #8043a5;
	background: -moz-linear-gradient(left, #8043a5 0%, #e3068e 100%);
	background: -webkit-linear-gradient(left, #8043a5 0%,#e3068e 100%);
	background: linear-gradient(to right, #8043a5 0%,#e3068e 100%);
}


.post-listing > li {
	display: block;
	list-style: none;
}
.post-listing article {
	margin-bottom: 60px;
	font-size: 15px;
	line-height: 22px;
}
.post-listing a {
	text-decoration: none;
	font-weight: 700;
}
.post-listing article > a {
	color: #636363;
	font-weight: 600;
}
.post-listing .thumb {
	display: block;
	margin-bottom: 10px;
}
.post-listing img {
	display: block;
	width: 100%;
	height: auto;
}
.post-listing .terms a {
	color: #f05a21;
}
.post-listing.green .terms a,
.term-1 .post-listing .terms a,
.green .terms a {
	color: #779a3e;
}
.post-listing.darkgreen .terms a,
.term-8 .post-listing .terms a,
.darkgreen .terms a {
	color: #69a775;
}
.post-listing.blue .terms a,
.term-13 .post-listing .terms a,
.blue .terms a {
	color: #23a0d5;
}
.post-listing.purple .terms a,
.term-9 .post-listing .terms a,
.purple .terms a {
	color: #8043a5;
}
.post-listing a {
	color: #000;
}
.post-listing h2 {
	padding: 10px 0;
	padding-top: 7px;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}
.post-listing .extras,
.single-job #main footer {
	padding-top: 27px;
	line-height: 40px;
	margin-bottom: 60px;
}
.post-listing .social,
.single-job #main footer .social {
	float: left;
}
.post-listing .social a {
	display: block;
	color: #636363;
	border-width: 2px;
}
.post-listing .social + a { /* .single-job #main footer .social + a */
	font-weight: 400;
	color: #636363;
}
.post-listing .social a:hover {
	color: #fff;
}

.offer-search {
	text-align: center;
	font-size: 0;
	line-height: 1;
}
.offer-search input,
.offer-search button {
	display: inline-block;
	border-radius: 5px;
	font-size: 17px;
	margin: 0 10px;
}
.offer-search input {
	max-width: 450px;
	width: 100%;
}
.offer-search button {
	background: #f05a21;
	color: #fff;
	border: 0;
	padding: 0 37px;
	text-transform: uppercase;
}

.tab-nav {
	margin-bottom: 76px;
}
.tab-nav li,
.tab-nav a {
	display: block;
	list-style: none;
}
.tab-nav a,
#main .vc_btn3-container.has-border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	padding: 20px 16px;
	padding-bottom: 14px;
	font-size: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #000;
	margin: 0;
	text-align: center;
}
.tab-nav .col-5inrow a {
	font-size: 22px;
	line-height: 22px;
}
.tab-listing > div {
	display: none;
}
.tab-nav .active a {
	background: #fff;
}
.tab-listing > div.active {
	display: block;
}

.single-post #main .col-lg-9 article {
	background: #fff;
	padding: 40px;
	font-size: 16px;
}
.single-post .col-lg-9 article .thumb {
	margin-bottom: 12px;
}
.single-post .col-lg-9 article .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.single-post .col-lg-9 article h1 {
	color: #000;
	font-size: 44px;
	line-height: 50px;
	font-weight: 700;
}

.single-post aside {
	background: none;
	padding: 0;
}
.single-post aside h5 {
	font-size: 29px;
	line-height: 29px;
	padding: 5px 0;
	padding-bottom: 9px;
	margin-bottom: 14px;
	border-bottom: 4px solid #292c46;
	font-weight: bold;
}
.single-post aside ul {
	margin-bottom: 52px;
}
.single-post aside li {
	display: block;
	list-style: none;
	padding-bottom: 8px;
}
.single-post aside a {
	display: block;
	text-decoration: none;
}
.single-post aside img {
	display: block;
	width: 90px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.single-post aside h2 {
	padding-top: 3px;
	color: #000;
	font-size: 19px;
	line-height: 24px;
	margin: 0;
	font-weight: 400;
}
.single-post aside a:hover h2 {
	color: #f68718;
}


.pagination {
	text-align: center;
	font-size: 0;
	padding: 30px 0;
}
.pagination li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
}
.pagination a {
	display: block;
	width: 34px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 34px;
	background: #ccc;
	color: #fff;
	border: 0;
	margin-bottom: 5px;
}
.pagination .controls a {
	padding: 0 10px;
	width: auto;
}
.pagination a:hover,
.pagination .active a {
	background: #f05a21;
	color: #fff;
}

.breadcrumbs {
	padding-top: 16px;
	padding-bottom: 7px;
	background: #292c46;
}
.breadcrumbs,
.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs a:hover {
	color: #f05a21;
}
.breadcrumbs .breadcrumb_last {
	font-weight: 700;
}

.page-header {
	padding-top: 30px;
	padding-bottom: 65px;
	background: #292c46;
}
.page-header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 65px;
	line-height: 91px;
}
.page-header .offer-search {
	padding-top: 25px;
	padding-bottom: 26px;
}
.page-header + article {
	padding: 90px 0;
	background: #fff;
}

.post-slider {
	margin-bottom: 60px;
	background: #fff;
}
.post-slider .row {
	height: 100%;
}
.post-slider .row,
.post-slider .row > [class^=col-] {
	position: relative;
	padding: 0;
	margin: 0;
}
.post-slider div.has-border,
.post-listing .thumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}
.post-listing .thumb {
	min-height: 250px;
}
.post-slider article {
	padding: 30px;
	padding-left: 39px;
	padding-bottom: 70px;
	margin: 0;
	font-size: 19px;
	line-height: 22px;
}
.post-slider.post-listing h2 {
	font-size: 35px;
	line-height: 47px;
	padding: 15px 0;
	font-weight: 400;
}
.post-slider .pager,
.post-slider .pager span {
	line-height: 28px;
}
.post-slider .pager {
	position: absolute;
	left: 0;
	bottom: 15px;
	padding-left: 39px;
}
.post-slider .pager span {
	display: block;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	width: 17px;
	background: url(assets/images/arrow-right.png) top center no-repeat;
	text-indent: -9999px;
}
.post-slider .pager span:hover {
	opacity: .8;
}
.post-slider .pager span.previous-slide,
.post-slider .pager span.previous-slide:hover {
	background-image: url(assets/images/arrow-left.png);
}

aside h5 {
	color: #292c46;
	font-size: 19px;
	line-height: 19px;
	font-weight: 300;
	margin-bottom: 20px;
	padding: 0 3px;
}
aside form h5 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
aside {
	padding: 18px 15px;
	background: #f4f4f4;
}
aside form .accordion + h5 {
	padding-top: 15px;
}
aside h5 + div {
	padding: 15px 0;
}


.offers-listing .list-header {
	padding: 0 4px;
	border-bottom: 2px solid #292c46;
	font-weight: 300;
	color: #292c46;
	font-size: 26px;
}
.offers-listing .list-body li {
	display: block;
	list-style: none;
	padding: 27px 4px;
	border-bottom: 1px solid #636363;
	color: #292c46;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}
.offers-listing .list-body li:hover {
	background: #feefd2;
}
.offers-listing .list-body div div {
	border-right: 1px solid #636363;
}
.offers-listing .vcenter {
	display: flex;
	align-items: center;
}
.offers-listing .list-body div div:last-child {
	border: 0;
}
.offers-listing .list-body h2,
.offers-listing .list-body p {
	margin: 0;
}
.offers-listing .list-body h2 {
	line-height: 26px;
}
.offers-listing .list-body p {
	color: #636363;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px
}

.offers-listing h2 a {
	color: #f68718;
	text-decoration: none;
}
.offers-listing .filter-form .form-controls {
	padding-top: 20px;
	text-align: center;
}
.filter-form  .form-controls .btn {
	padding: 10px 15px;
	text-decoration: none;
}
.offers-listing label {
	display: block;
	cursor: pointer;
	color: #707070;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 14px;
}
.offers-listing label:hover {
	color: #f05a21;
}
.offers-listing input[type=checkbox] {
	-webkit-appearance: none;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -3px 5px 0 0;
	border: 1px solid #999;
	box-shadow: none;
	background: none;
}
.offers-listing label:hover input[type=checkbox] {
	border-color: #f05a21;
}
.offers-listing input[type=checkbox]:checked {
	background: #f05a21;
	border-color: #f05a21;
}

.single-job aside {
	margin-bottom: 60px;
}
.single-job aside ul {
	padding: 0;
}
.single-job aside li {
	list-style: none;
	padding: 15px 0;
	border-top: 1px solid #ccc;
}
.single-job aside a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
.single-job aside h2 {
	margin: 0;
	font-size: 16px;
}
.single-job aside a:hover h2 {
	color: #f05a21;
}
.single-job #main footer a {
	text-decoration: none;
}
.single-job #main footer .social {
	margin-right: 10px;
}
.single-job #main footer .btn,
.single-job #main header + .btn {
	display: inline-block;
	line-height: 36px;
	color: #f05a21;
}
.single-job #main header + .btn {
	margin-bottom: 25px;
	text-decoration: none;
}
.single-job #main footer .btn:hover,
.single-job #main header + .btn:hover {
	color: #fff;
}

.accordion {
	padding-top: 15px;
}
.accordion dt {
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 14px;
	padding-right: 18px;
}
.accordion dt:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	text-align: center;
	background: url(assets/images/arrow-down-thin.png);
}
.accordion dt.active:after {
	background: url(assets/images/arrow-up-thin.png);
}
.accordion-main dt:after {
	background: url(assets/images/arrow-down.png);
}
.accordion-main dt.active:after {
	background: url(assets/images/arrow-up.png);
}
.accordion dt:hover,
.accordion dt:hover h5 {
	color: #f05a21;
}
.accordion dd {
	display: none;
}
.accordion .sub {
	padding-left: 28px;
}



.intro {
	position: relative;
	font-size: 19px;
	line-height: 27px;
	color: #fff;
	font-weight: 300;
/*	background: #f68718;
	background: -moz-linear-gradient(left,  #f68718 0%, #fdcf04 100%);
	background: -webkit-linear-gradient(left,  #f68718 0%,#fdcf04 100%);
	background: linear-gradient(to right,  #f68718 0%,#fdcf04 100%);*/
}
.intro .animated {
	display: block;
	position: absolute;
	top: -120px;
	right: -100px;
	z-index: 7000;
}
#main .rev_slider h2,
#main .intro h2 {
	font-family: 'MoreOrLess-Regular' !important;
	font-style: normal !important;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0;
	font-weight: 300 !important;
	-webkit-font-smoothing: antialiased!important;
}
#main .intro h2 {
	margin-bottom: 35px;
	color: #fff;
}


#main .intro .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
#main .intro .vc_btn3-container.vc_btn3-inline,
.wpcf7 .wpcf7-submit,
.wpcf7 .your-cv-trigger {
	width: 126px;
	padding: 0;
}

.large-text {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}

.page-contact #main a,
.page-cork #main a {
	text-decoration: none;
}
.page-contact #main .wpb_text_column,
.page-cork #main .wpb_text_column {
	font-size: 18px;
	line-height: 21px;
}
.page-contact #main .wpb_text_column h3,
.page-cork #main .wpb_text_column h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.single-job article header {
	border-bottom: 3px solid #292c46;
	color: #292c46;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.single-job article header h1 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
.single-job article header span {
	display: inline-block;
	margin-right: 30px;
	font-size: 19px;
	line-height: 40px;
}
.single-job article {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0;
}

#main .sitemap {
	max-width: 600px;
	margin: 0 auto;
}
#main .sitemap ul,
#main .sitemap li {
	display: block;
	padding: 0;
}
#main .sitemap li {
	list-style: none;
}
#main .sitemap a {
	display: block;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
	text-decoration: none;
	border: 1px solid #ddd;
	background: #f9f9f9;
}
#main .sitemap ul ul {
	padding-left: 60px;
}

.cta-section {
	font-style: italic;
	margin-top: 60px;
	padding-top: 25px;
	border-top: 2px solid #636363;
	color: #636363;
	font-size: 16px;
	/*line-height: 23px;*/
}
#main .cta-section .vc_column-inner {
	padding-top: 0 !important;
}


/* ---------------------------
	Grid
--------------------------- */
.container,
.container-full,
.container-narrow {
	position: relative;
	max-width: 1130px;
	padding: 0 10px;
	margin: 0 auto;
}
.container-narrow {
	max-width: 700px;
}
.container-full {
	max-width: 100%;
	padding: 0;
}


.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.row:after, .row:before {
	content: none;
}

.col-5inrow, .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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	padding: 0 1.5%;
}

.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%;
}

@media (min-width: 544px) {
	.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%;
	}
}

@media (min-width: 768px) {
	.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-5inrow {
		width: 20%;
	}
}

@media (min-width: 992px) {
	.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%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-2 {
		width: 16.66667%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-4 {
		width: 33.33333%;
	}
	.col-xl-5 {
		width: 41.66667%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-7 {
		width: 58.33333%;
	}
	.col-xl-8 {
		width: 66.66667%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-10 {
		width: 83.33333%;
	}
	.col-xl-11 {
		width: 91.66667%;
	}
	.col-xl-12 {
		width: 100%;
	}
}


article div.gallery {
	margin: 0 -1%;
	margin-bottom: 30px;
}
article .gallery-item {
	float: left;
	width: 18%;
	margin: 1%;
	border: 1px solid #ab824f;
}
article .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
article .gallery-item img:hover {
	opacity: 0.8;
}


/* ---------------------------
	Plugins
--------------------------- */

/* share buttons SSBA */
#main .ssba {
	padding: 10px 0;
}
#main .ssba a {
	display: inline-block;
}
#main .ssba img {
	padding: 0;
	border-radius: 3px;
	border: 0;
	margin: 0;
	margin-left: 8px;
	margin-top: -18px;
}

/* contact form 7 */
.wpcf7 {
	width: 100%;
	padding-top: 5px;
}
.wpcf7 label {
	display: block;
	margin-bottom: 16px;
	position: relative;
}
.wpcf7 label + br {
	display: none;
}
.wpcf7 p,
.wpcf7 .row {
	margin-bottom: 16px;
}
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 strong {
	color: #f05a21;
	position: absolute;
	top: 20px;
	right: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	position: relative;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border-color: #d00;
}
.wpcf7 input {
	margin-bottom: 15px !important;
}
.wpcf7 input,
.wpcf7 textarea {
	display: block;
	max-width: none;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
}
.wpcf7 textarea {
	padding: 20px;
	line-height: 20px;
	height: 150px;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .your-cv-trigger {
	display: inline-block;
	margin: 0 0 10px 0;
	height: auto;
	cursor:pointer;
	float: right;
}
.wpcf7 .legend {
	color: #f05a21;
	line-height: 38px;
	font-size: 15px;
	font-weight: 700;
}
.wpcf7 .ajax-loader {
	margin: 0 auto;
	display: block;
	float: right;
}
.wpcf7-response-output {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 5%;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	border-radius: 5px;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #d00;
	color: #fff;
	border-radius: 4px;
}
.wpcf7-not-valid-tip {
	opacity: 1;
	display: block;
	padding: 0 20px;
	margin: 0;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	border-radius: 5px;
	background: #d00;
	font-size: 12px;
	line-height: 50px;
	border: 0;
	color: #fff;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.wpcf7-not-valid-tip:hover,
.wpcf7 input.wpcf7-not-valid:hover + .wpcf7-not-valid-tip,
.wpcf7 input.wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
	opacity: 0;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}

.wpcf7 .your-cv {
	visibility: hidden;
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
}
.wpcf7 .your-cv {
	width: 100%;
	height: auto;
}
.wpcf7 .your-cv-trigger {
	text-align: center;
	margin-right: 10px;
	border-color: #636363;
	color: #636363;
}
.wpcf7 .your-cv-trigger:hover {
	background-color: #636363;
	color: #fff;
}
.wpcf7 .your-cv-trigger.cv-added {
	background: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
}
.your-cv .wpcf7-not-valid-tip,
.your-cv .wpcf7-not-valid-tip:hover {
	position: static;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	opacity: 1;
}


/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

/*.swiper-wrapper {
	align-items: center;
}*/

/**
 * CSS style for carouselTicker
 **/

.carouselTicker__list{
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item{
    margin: 0 0 0 5px;
    float: left;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.carouselTicker__item img {
    vertical-align: middle;
}

/* fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('assets/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('assets/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('assets/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('assets/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('assets/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('assets/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* ---------------------------
	Media query
--------------------------- */

#main .offers-listing {
	display: block;
}
#main .offers-listing > div.col-lg-9,
#main .offers-listing > div.col-lg-3 {
	float: left;
	display: block;
}
#main .offers-listing > div.col-lg-3 {
	float: right;
}

@media (max-width: 990px) {

	#footer {
		padding-top: 0;
	}
	#footer h5 {
		padding-top: 60px;
	}

	.tab-nav .col-5inrow a {
		padding: 20px 5px;
	}

	.single-post #main .col-lg-9 article {
		padding: 25px;
		margin-bottom: 30px;
	}

}

@media (max-width: 900px) {

	.post-listing .thumb {
		min-height: 200px;
	}

}

@media (max-width: 768px) {

	.nav-trigger {
		display: block;
		cursor: pointer;
		/*position: absolute;
		top: 0;
		right: 10px;*/
		float: right;
		position: relative;
		width: 40px;
		height: 65px;
		z-index: 9999;
	}
	#header.floating .nav-trigger {
		height: 35px;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
		position: absolute;
		width: 100%;
		height: 5px;
		background: #fff;
	}
	.nav-trigger span {
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.nav-trigger span::before,
	.nav-trigger span::after {
		content: '';
		-webkit-transform-origin: 0% 50%;
		-moz-transform-origin: 0% 50%;
		-ms-transform-origin: 0% 50%;
		-o-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
		transition: all .15s;
		left: 0;
	}
	.nav-trigger span::before {
		top: -10px;
	}
	.nav-trigger span::after {
		bottom: -10px;
	}
	.nav-visible .nav-trigger span {
		background: rgba(255, 255, 255, 0);
	}
	.nav-visible .nav-trigger span::before {
		-webkit-transform: translate(5px, -4px) rotate(45deg);
		-ms-transform: translate(5px, -4px) rotate(45deg);
		-o-transform: translate(5px, -4px) rotate(45deg);
		transform: translate(5px, -4px) rotate(45deg);
	}
	.nav-visible .nav-trigger span::after {
		-webkit-transform: translate(5px, 4px) rotate(-45deg);
		-ms-transform: translate(5px, 4px) rotate(-45deg);
		-o-transform: translate(5px, 4px) rotate(-45deg);
		transform: translate(5px, 4px) rotate(-45deg);
	}
	.nav-visible .mobile-hidden {
		display: block;
	}

	.nav-visible #nav {
		background: rgba(41, 44, 70, .9);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		padding: 25px 10px;
		height: 100%;
		overflow-y: scroll;
	}
	.nav-visible #header.floating #nav {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#nav,
	#nav ul,
	#nav li {
		width: 100%;
		display: block;
		text-align: center;
		border: 0;
	}
	#nav a,
	#header.floating #nav a {
		display: block;
		padding: 15px 20px;
		border: 0;
		font-size: 19px;
		line-height: 20px;
		max-width: 200px;
		margin: 0 auto;
	}
	#nav li:last-child a  {
		padding-right: 20px;
	}
	#nav a:hover,
	#nav .active a {
		color: #f05a21;
	}

	#nav ul {
		clear:both;
		display: none;
	}
	.nav-visible #nav ul {
		display: block;
	}

	.nav-visible #nav ul ul {
		display: none;
	}

	.tab-nav .col-5inrow a {
		font-size: 18px;
		line-height: 18px;
	}

	.post-slider article {
		font-size: 16px;
		line-height: 20px;
		padding: 25px;
		padding-bottom: 60px;
	}
	.post-slider.post-listing h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.post-slider .pager {
		padding-left: 25px;
	}

	#main .offers-listing > div.col-lg-9,
	#main .offers-listing > div.col-lg-3 {
		float: none;
		width: 100%;
	}
	#main .offers-listing aside {
		margin-bottom: 30px;
	}
	.offers-listing .list-header {
		display: none;
	}
	.offers-listing .list-body div div {
		border: 0;
	}
	.offers-listing .list-body .col-xs-12,
	.offers-listing .list-body h2 {
		padding-bottom: 10px;
	}
	.offers-listing .list-body .vcenter {
		display: block;
		padding-top: 8px;
	}

	.wpcf7 .legend {
		display: block;
		text-align: right;
	}

}


@media (max-width: 600px) {

	#header,
	.page-home #header {
		position: static;
		background: #f68718;
		background: -moz-linear-gradient(left,  #f68718 0%, #fdcf04 100%);
		background: -webkit-linear-gradient(left,  #f68718 0%,#fdcf04 100%);
		background: linear-gradient(to right,  #f68718 0%,#fdcf04 100%);
	}
	.page-home #header > span {
		position: static !important;
		display: none !important;
	}

	#main {
		padding-top: 0;
	}

	.offer-search input,
	.offer-search button {
		margin: 0;
	}
	.offer-search input {
		margin-bottom: 10px;
		text-align: center;
	}

	h1 {
		font-size: 30px !important;
	}

}


@media (max-width: 480px) {

	.tab-nav a,
	#main .vc_btn3-container.has-border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
	.large-text,
	.tab-nav .col-5inrow a {
		font-size: 18px;
		line-height: 18px;
	}

	.tab-nav .col-5inrow a {
		padding: 20px 16px;
	}

	.large-text {
		font-size: 18px;
		line-height: 27px;
	}

	.rev_slider_wrapper .tp-caption.line img {
		max-width: 150px !important;
	}

	.intro {
		text-align: center;
		background-position: -750px !important;
	}

	#main .intro-fix-mobile {
		padding-top: 230px !important;
		padding-bottom: 30px !important;
		text-align: center;
		background-position: -830px top !important;
	}

	#main .intro h2 {
		font-size: 60px;
		line-height: 60px;
	}

	.offers-listing .list-body div div {
		text-align: center;
	}

	#main .issuuembed {
		height: 350px !important;
	}

	.page-contact .vc_col-sm-6 .wpb_wrapper,
	.page-cork .vc_col-sm-6 .wpb_wrapper {
		text-align: center;
	}

	.post-listing .thumb {
		min-height: 250px;
	}

	.single-post #main .col-lg-9 article {
		padding: 15px;
	}

}

.popup-active {
	overflow-y: hidden;
}
.popup {
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .8);
}

.popup-container {
	max-width: 600px;
	height: 100%;
	padding: 30px 10px;
	margin: 0 auto;
}
.popup-content {
	max-width: 600px;
	padding: 0 30px;
	background: #fff;
	box-shadow: 0 0 30px #000;
	overflow: hidden;
}
/*.popup .ajax-content {
	max-height: 300px;
	overflow-y: scroll;
}*/
.popup-header,
.popup-footer {
	position: relative;
	padding: 30px;
	margin: 0 -30px;
	margin-bottom: 30px;
	background: #f05a21;
	color: #fff;
	text-transform: uppercase;
}
.popup-footer {
	background: #292c46;
	margin-bottom: 0;
	margin-top: 15px;
}
.popup-header i {
	float: right;
}
.popup-header i:hover {
	cursor: pointer;
	color: #292c46;
}

.popup label {
	display: block;
}
.popup label + label.has-input {
	margin-top: 10px;
}
.popup label.has-input {
	margin-bottom: 15px;
	padding-left: 25px;
	cursor: pointer;
}
.popup label.has-input:hover {
	color: #000;
}
.popup input,
.popup textarea {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.popup textarea {
	height: 100px;
}
.popup label.has-input input {
	float: left;
	margin: 3px 0 0 -23px;
}
.popup .btn {
	margin: 0;
}
.popup .ajax-content .btn {
	display: inline-block;
	text-decoration: none;
}
.popup .wpcf7 {
	padding: 0;
}
.popup .wpcf7 .your-cv {
	height: 0;
}
.popup .wpcf7 .your-cv-trigger {
	float: none;
	width: 150px;
	border-color: #fff;
	color: #fff;
	margin: 0;
}
.popup .wpcf7 .your-cv-trigger:hover,
.popup .wpcf7 .your-cv-trigger.cv-added:hover {
	color: #292c46;
	background: #fff;
	border-color: #fff;
}
.popup .wpcf7 .your-cv-trigger.cv-added {
	border-color: #5cb85c;
}

@media (max-width: 480px) {
	.popup .wpcf7 .your-cv-trigger {
		margin-bottom: 20px;
	}
}

