/*----------------------------------
TABLE OF CONTENTS:
------------------------------------
1 - Reset
2 - Container
3 - Header
4 - Front Slider
5 - Front Categories
6 - Front Search
7 - Special Products
8 - InfoBlock
9 - BreadCrumbs
10 - Pagination
11 - Filter
12 - Products List Item
13 - Products List
14 - Single Product
15 - Product Vehicle
16 - Cart
17 - Order
18 - Profile
19 - Messages
20 - Blog
21 - Single Post
22 - Contacts
23 - Error 404
24 - About Us
25 - Gallery
26 - Modal Form
27 - Others
28 - Footer

----------------------------------*/



/* Fonts */
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700|Open+Sans:400,400italic,600,600italic,700,700italic);



/*----------------------------------
1 - Reset
----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, s, samp,
strike, strong, sub, sup, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	position: relative;
	background-color: #fff;
}
body * {
	box-sizing: border-box;
	line-height: 1.42857143;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
	font-family: 'PT Serif', serif;
}
i, em {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
input[type=text],
input[type=submit],
input[type=search],
input[type=image],
input[type=password],
input[type=email],
button,
textarea {
	-webkit-appearance: none;
}
textarea,
button,
input[type=password],
input[type=email],
input[type=submit],
input[type=text] {
	font-family: 'Open Sans', sans-serif;
}
a:focus {
	text-decoration: none;
}
textarea:focus,
button:focus,
a:focus,
input:focus {
	outline: none;
}
body {
	color: #616161;
}
h1, h2, h3, h4, h5, h6 {
	color: #373d54;
}

/*----------------------------------
1 - Reset
----------------------------------*/





/*----------------------------------
2 - Container
----------------------------------*/
.cont {
	width: 1270px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.cont:after {
	clear: both;
	display: block;
	content: '';
}
.maincont {
	font-size: 14px;
	color: #616161;
	line-height: 190%;
	position: relative;
}
.maincont p {
	line-height: 2;
	margin: 0 0 30px;
}
.page-cont {
	border-top: 1px solid #ecf2f7;
	padding-top: 29px;
}
.post.maincont .maincont,
.page-cont .maincont {
	margin-bottom: 60px;
}

/*----------------------------------
2 - Container
----------------------------------*/




/*----------------------------------
3 - Stylization
----------------------------------*/

.stylization {
	line-height: 2.1;
	font-size: 14px;
	color: #616161;
}
.stylization:after {
	display: block;
	clear: both;
	content: '';
}
.stylization p {
	line-height: 2.1;
	margin: 0 0 30px;
}
.stylization h1,
.stylization h2,
.stylization h3,
.stylization h4,
.stylization h5,
.stylization h6 {
	color: #373d54;
	margin: 0 0 30px;
}
.stylization h1 {
	font-size: 35px;
}
.stylization h2 {
	font-size: 28px;
}
.stylization h3 {
	font-size: 24px;
}
.stylization h4 {
	font-size: 21px;
}
.stylization h5 {
	font-size: 18px;
}
.stylization h6 {
	font-size: 16px;
}
.stylization a {
	color: #48c1e8;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}
.stylization a:hover {
	text-decoration: none;
	border-color: #48c1e8;
}
.stylization strong,
.stylization b {
	color: #373d54;
}
.stylization ul {
	list-style-type: disc;
	list-style-image: url("../img/chk1.png");
	margin: 0 0 30px 18px;
	padding: 0;
}
.stylization li {
	padding: 0;
	line-height: 2.1;
	margin-bottom: 5px;
}
.stylization li > ul {
	margin: 0 0 0 18px;
}
.stylization ol {
	list-style-type: decimal;
	margin: 0 0 30px 18px;
	padding: 0;
}
.stylization ol li {
	position: relative;
}
.stylization li > ol {
	margin: 0 0 0 18px;
}
.stylization address {
	margin: 0 0 30px;
	line-height: 2.1;
}
.stylization code {
	background-color: #e8e8e8;
	padding: 2px 4px;
	color: #373d54;
	font-family: Inconsolata, monospace;
}
.stylization pre {
	background: #f8fafc;
	border: 1px solid #c4d8ec;
	font-size: 16px;
	line-height: 1.42857143;
	margin: 0 0 34px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Inconsolata, monospace;
	color: #373d54;
}
.stylization mark,
.stylization ins {
	background: #48c1e8;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
}
.stylization sup {
	vertical-align: super;
	font-size: smaller;
}
.stylization sub {
	vertical-align: sub;
	font-size: smaller;
}
.stylization blockquote {
	padding: 26px 40px 10px;
	margin: 0 auto 34px;
	overflow: hidden;
	/*font-style: italic;
	font-weight: 700;
	text-align: center;*/
	max-width: 800px;
	position: relative;
	line-height: 2.1;
}
.stylization blockquote:before {
	position: absolute;
	content: '';
	top: 3px;
	height: 3px;
	border-top: 1px solid #48c1e8;
	border-bottom: 1px solid #48c1e8;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.stylization blockquote:after {
	position: absolute;
	content: '';
	bottom: 3px;
	height: 3px;
	border-top: 1px solid #48c1e8;
	border-bottom: 1px solid #48c1e8;
	left: 50%;
	width: 40px;
	margin: 0 0 0 -20px;
	display: block;
}
.stylization blockquote p {
	margin-bottom: 20px !important;
	color: #373d54;
}
.stylization cite {
	font-style: italic;
	color: #373d54;
	font-weight: 700;
}
.stylization dl {
	margin: 0 0 30px;
	line-height: 2.1;
}
.stylization dt {
	font-weight: 700;
	color: #373d54;
	line-height: 2.1;
}
.stylization dd {
	margin: 0 0 30px;
	line-height: 2.1;
}
.stylization table,
.stylization th,
.stylization td {
	border: 1px solid #c4d8ec;
	line-height: 2.1;
}
.stylization table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 34px;
	table-layout: fixed;
	width: 100%;
	color: #373d54;
	border-radius: 3px;
}
.stylization caption,
.stylization th,
.stylization td {
	font-weight: normal;
	text-align: left;
}
.stylization th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
.stylization td {
	border-width: 0 1px 1px 0;
}
.stylization th,
.stylization td {
	padding: 10px 15px;
}
.stylization legend {
	line-height: 2;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
}
.stylization .wpcf7 span.wpcf7-not-valid-tip {
	display: none;
}
.stylization .wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
}
.stylization .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
	display: none !important;
}
.stylization input[type=email],
.stylization input[type=tel],
.stylization input[type=search],
.stylization input[type=password],
.stylization input[type=text] {
	display: block;
	padding: 0 24px;
	color: #373d54;
	width: 100%;
	font-size: 15px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #d5e0eb;
	transition: all 0.2s;
}
.stylization input[type=email]:focus,
.stylization input[type=tel]:focus,
.stylization input[type=search]:focus,
.stylization input[type=password]:focus,
.stylization input[type=text]:focus {
	border-color: #bfcedc;
}
.stylization input[type=search]::-webkit-input-placeholder,
.stylization input[type=password]::-webkit-input-placeholder,
.stylization input[type=tel]::-webkit-input-placeholder,
.stylization input[type=email]::-webkit-input-placeholder,
.stylization input[type=text]::-webkit-input-placeholder {
	color: #a0b0c1;
}
.stylization input[type=search]::-moz-placeholder,
.stylization input[type=password]::-moz-placeholder,
.stylization input[type=tel]::-moz-placeholder,
.stylization input[type=email]::-moz-placeholder,
.stylization input[type=text]::-moz-placeholder {
	color: #a0b0c1;
	opacity: 1;
}
.stylization input[type=search]:-ms-input-placeholder,
.stylization input[type=password]:-ms-input-placeholder,
.stylization input[type=tel]:-ms-input-placeholder,
.stylization input[type=email]:-ms-input-placeholder,
.stylization input[type=text]:-ms-input-placeholder {
	color: #a0b0c1;
}
.stylization textarea {
	display: block;
	padding: 18px 24px;
	color: #373d54;
	width: 100%;
	font-size: 15px;
	height: 150px;
	border-radius: 40px;
	border: 1px solid #d5e0eb;
	transition: all 0.2s;
}
.stylization textarea:focus {
	border-color: #bfcedc;
}
.stylization textarea::-webkit-input-placeholder {
	color: #a0b0c1;
}
.stylization textarea::-moz-placeholder {
	color: #a0b0c1;
	opacity: 1;
}
.stylization textarea:-ms-input-placeholder {
	color: #a0b0c1;
}
.stylization button,
.stylization input[type=submit] {
	display: block;
	border: none;
	transition: all 0.2s;
	font-weight: 600;
	background: #373d54;
	padding: 10px 35px;
	color: #ffffff;
	letter-spacing: 0.01em;
	cursor: pointer;
	font-size: 14px;
	border-radius: 80px;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.stylization button:hover,
.stylization input[type=submit]:hover {
	background: #414863;
}
.align-center {
	text-align: center;
}

/*----------------------------------
3 - Stylization
----------------------------------*/





/*----------------------------------
4 - Header
----------------------------------*/

.header-wrap {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
body.search-show .header-wrap:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block !important;
	content: '';
	z-index: 2;
	background: rgba(255,255,255,0.9);
	transition: all 0.2s;
}
.header {
	padding-top: 36px;
	padding-bottom: 36px;
}
.header:after {
	clear: both;
	display: block;
	content: '';
}
.header .h-logo {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.header .h-logo a {
	display: inline-block;
}
.header .h-logo img {
	display: block;
}
.header .h-menu {
	width: 80%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.header .h-menu:after {
	clear: both;
	display: block;
	content: '';
}
.header .h-menu li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin: 15px 0 10px 115px;
	position: relative;
}
.header .h-menu li.active:before {
	content: '';
	left: -10px;
	right: -10px;
	display: block;
	position: absolute;
	height: 9px;
	background: #ecf2f7;
	bottom: -1px;
}
.header .h-menu li:first-child {
	margin-left: 0;
}
.header .h-menu li a {
	position: relative;
	z-index: 2;
	transition: all 0.2s;
	color: #373d54;
	border-bottom: 1px solid transparent;
}
.header .h-menu li a:hover {
	border-color: #373d54;
}
.header .h-menu li.active a:hover {
	border-color: transparent;
}
.header .h-menu-btn {
	display: none;
	vertical-align: middle;
	font-weight: 700;
	color: #3f496e;
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	right: 65px;
	top: 50%;
	margin: -7px 0 0;
	padding: 2px 0 2px 35px;
	background: url("../img/burger.png") no-repeat left center;
}
.header .h-menu-btn:after {
	display: block;
}
.site-header .h-search {
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	right: 50px;
	z-index: 3;
}
.site-header .h-search .h-search-btn {
	transition: all 0.2s;
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent;
	cursor: pointer;
}
.site-header .h-search .h-search-btn:hover {
	opacity: 0.8;
}
.site-header .h-search .h-search-btn .h-search-btn-text {
	display: none;
}
.site-header .h-search .h-search-cont {
	position: absolute;
	display: block;
	margin: 0 15px 0 0px;
	padding: 0 0 0 32px;
	top: -6px;
	right: 100%;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate3d(10px,0,0);
	-moz-transform: translate3d(10px,0,0);
	-ms-transform: translate3d(10px,0,0);
	-o-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0);
	visibility: hidden;
	opacity: 0;
}
body.search-show .site-header .h-search .h-search-cont {
	display: block;
	opacity: 1;
	-webkit-transform: translate3d(0,0px,0);
	-moz-transform: translate3d(0,0px,0);
	-ms-transform: translate3d(0,0px,0);
	-o-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
	visibility: visible;
}
.site-header .h-search .h-search-cont input[type=text] {
	border: 1px solid #d5e0eb;
	border-radius: 40px;
	background: transparent;
	display: block;
	padding: 0 20px;
	transition: all 0.2s;
	height: 32px;
}
.site-header .h-search .h-search-cont input[type=text]:focus {
	border-color: #bfcedc;
}
.site-header .h-search .h-search-cont input[type=text]::-webkit-input-placeholder {
	color: #a0b0c1;
}
.site-header .h-search .h-search-cont input[type=text]::-moz-placeholder {
	color: #a0b0c1;
	opacity: 1;
}
.site-header .h-search .h-search-cont input[type=text]:-ms-input-placeholder {
	color: #a0b0c1;
}
.site-header .h-search .h-search-cont .h-search-close {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/del.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -7px 0 0;
	cursor: pointer;
	transition: all 0.3s;
}
.site-header .h-search .h-search-cont .h-search-close:hover {
	opacity: 0.8;
}
.mainmenu-close {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	position: absolute;
	z-index: 203;
	width: 43px;
	height: 33px;
	display: block;
	top: 50px;
	left: 70px;
}
.mainmenu-close-line {
	display: block;
	position: absolute;
	height: 3px;
	width: 43px;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.mainmenu-close-line:nth-child(1) {
	top: 0;
	width:23px;
}
.mainmenu-close-line:nth-child(2), .mainmenu-close-line:nth-child(3) {
	top: 13px;
	width:33px;
}
.mainmenu-close-line:nth-child(4) {
	top: 26px;
}
body.menu-opened .mainmenu-close-line {
	background: #373d54;
}
body.menu-opened .mainmenu-close:hover .mainmenu-close-line {
	background: #d7a556;
}
body.menu-opened .mainmenu-close-line:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}
body.menu-opened .mainmenu-close-line:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.menu-opened .mainmenu-close-line:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body.menu-opened .mainmenu-close-line:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}
.mainmenu {
	position: absolute;
	top: 0;
	background: #fff;
	height: 100%;
	z-index: 201;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: -400px;
}
body.menu-opened .mainmenu {
	left: 0;
	box-shadow: 0 0 59px 0 rgba(87,98,129,0.35);
}
.mainmenu > .menu > ul,
.mainmenu > ul {
	padding: 100px 0 0 0;
	width: 360px;
}
.mainmenu > .menu > ul > li,
.mainmenu > ul > li {
	font-size: 31px;
	font-family: 'PT Serif', serif;
	font-weight: 700;
	margin: 0;
	padding: 0 30px 0 72px;
}

.mainmenu > .menu > ul > li.menu-item-has-children > a > .fa,
.mainmenu > ul > li.menu-item-has-children > a > .fa {
	display: none;
}
.mainmenu > .menu > ul > li > a,
.mainmenu > ul > li > a {
	color: #373d54;
	display: block;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	height: 100%;
	position: relative;
}
.mainmenu > .menu > ul > li.active > a,
.mainmenu > ul > li.active > a {
	color: #d7a556;
}
.mainmenu > .menu > ul > li > a:hover,
.mainmenu > ul > li > a:hover {
	color: #d7a556;
}
.mainmenu > .menu > ul > li:hover > a,
.mainmenu > ul > li:hover > a {
	color: #d7a556;
}
.mainmenu > .menu > ul > li ul li a,
.mainmenu > ul > li ul li a {
	color: #373d54;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	position: relative;
}
.mainmenu > .menu > ul > li ul li.active > a,
.mainmenu > ul > li ul li.active > a {
	color: #d7a556;
}
.mainmenu > .menu > ul > li ul li > a:hover,
.mainmenu > ul > li ul li > a:hover {
	color: #d7a556;
}
.mainmenu > .menu > ul > li > ul,
.mainmenu > ul > li > ul {
	position: absolute;
	border-left: 1px solid #ebebeb;
	top: 0;
	left: 100%;
	background: #fff;
	height: 100%;
	padding: 0;
	display: none;
	min-width: 300px;
	width: 300px;
	padding-top: 175px;
}
.mainmenu > .menu > ul > li > ul > li,
.mainmenu > ul > li > ul > li {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 0 30px 0 58px;
}
.mainmenu > .menu > ul > li > ul > li ul,
.mainmenu > ul > li > ul > li ul {
	display: none;
	padding-left: 15px;
}
.mainmenu > .menu > ul > li > ul > li ul li,
.mainmenu > ul > li > ul > li ul li {
	padding-top: 10px;
}
.mainmenu > .menu > ul > li ul li > a >.fa,
.mainmenu > ul > li ul li > a >.fa {
	position: absolute;
	right: -32px;
	text-align: center;
	top: 50%;
	margin: -16px 0 0;
	display: block;
	width: 40px;
	height: 30px;
	font-size: 30px;
	cursor: pointer;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #373d54;
}
.mainmenu > .menu > ul > li ul li > a >.fa:hover,
.mainmenu > ul > li ul li > a >.fa:hover {
	color: #d7a556;
}
.mainmenu > .menu > ul > li ul li.opened > a >.fa,
.mainmenu > ul > li ul li.opened > a >.fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*----------------------------------
4 - Header
----------------------------------*/





/*----------------------------------
5 - Topslider
----------------------------------*/

.topslider {
	transition: all 0.4s;
}
.topslider img {
	display: none;
}
.topslider a {
	border: none;
}
.topslider .caption {
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	opacity: 0;
	position: absolute;
	z-index: 110;
	width: 100%;
	bottom: 0;
}
.topslider .fluxslider-prev,
.topslider .fluxslider-next {
	position: absolute;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	top: 50% !important;
	height: 20px;
	overflow: hidden;
	border: none;
	z-index: 200;
	transition: all 0.2s;
	font-family: 'PT Serif', serif;
}
.topslider .fluxslider-next {
	right: 0 !important;
	padding: 0 160px 0 0;
}
.topslider .fluxslider-prev {
	left: 0 !important;
	padding: 0 0 0 160px;
}
.topslider .fluxslider-prev:before,
.topslider .fluxslider-next:before {
	content: '';
	display: block;
	line-height: 1;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.2s;
}
.topslider .fluxslider-next:before {
	content: 'Next';
	text-align: left;
}
.topslider .fluxslider-prev:before {
	content: 'Prev';
	text-align: right;
}
.topslider .fluxslider-prev:after,
.topslider .fluxslider-next:after {
	content: '';
	display: block;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin: -1px 0 0;
	width: 100px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	transition: all 0.2s;
}
.topslider .fluxslider-next:after {
	right: 0;
}
.topslider .fluxslider-prev:after {
	left: 0;
}
.topslider .fluxslider-next:hover:before {
	left: 5px;
}
.topslider .fluxslider-prev:hover:before {
	right: 5px;
}
.topslider .fluxslider-prev:hover:after,
.topslider .fluxslider-next:hover:after {
	width: 95px;
}
.fluxslider_container {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	padding-top: 0;
	height: 0;
	max-width: 100%;
	margin-bottom: 38px;
}
.fluxslider img {
	width: 100% !important;
	height: auto;
}
.fluxslider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.fluxslider .surface {
	width: 100%;
	height: 100%;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.fluxslider .image1,
.fluxslider .image2 {
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: auto !important;
	height: auto !important;
}
.fluxslider .images {
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: auto !important;
	height: auto !important;
}
.fluxslider ul.pagination {
	width: 100%;
	position: absolute;
	bottom: 60px;
	overflow: hidden;
	text-align: center;
	z-index: 200;
}
.fluxslider ul.pagination li {
	transition: all 0.2s;
	font-family: 'PT Serif', serif;
	color: #ffffff;
	display: inline-block;
	vertical-align: bottom;
	font-weight: 700;
	font-size: 16px;
	margin: 0 35px 5px !important;
	padding: 0;
	position: relative;
	line-height: 1;
}
.fluxslider ul.pagination li.current {
	font-size: 20px;
	padding: 0 60px 0 0;
}
.fluxslider ul.pagination li:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	height: 3px;
	width: 0;
	background: #ffffff;
	content: '';
	transition: all 0.2s;
}
.fluxslider ul.pagination li.current:after {
	width: 45px;
}
.fluxslider ul.pagination li[data-index="0"]:before,
.fluxslider ul.pagination li[data-index="1"]:before,
.fluxslider ul.pagination li[data-index="2"]:before,
.fluxslider ul.pagination li[data-index="3"]:before,
.fluxslider ul.pagination li[data-index="4"]:before,
.fluxslider ul.pagination li[data-index="5"]:before,
.fluxslider ul.pagination li[data-index="6"]:before,
.fluxslider ul.pagination li[data-index="7"]:before,
.fluxslider ul.pagination li[data-index="8"]:before {
	content: '0';
}

.crelly_slider-wrap .cs-slides li a {
	transition: initial;
}

/*----------------------------------
5 - Topslider
----------------------------------*/





/*----------------------------------
6 - Featured Posts
----------------------------------*/

.post-rel-cont {
	position: relative;
}
.post-rel-cont h2 {
	font-size: 35px;
	color: #abb8c6;
	margin: 0;
	padding: 0 70px 20px 0;
	border-bottom: 1px solid #ecf2f7;
}
.post-rel-cont .post-rel-all {
	position: absolute;
	top: 26px;
	right: 0;
	display: block;
	text-transform: uppercase;
	color: #373d54;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
	margin: 0 10px;
}
.post-rel-cont .post-rel-all:before {
	content: '';
	left: -10px;
	right: -10px;
	display: block;
	position: absolute;
	height: 9px;
	background: #ecf2f7;
	bottom: -1px;
	z-index: -1;
}
.post-rel-cont .post-rel-all:hover {
	border-color: #373d54;
}
.post-rel-cont .post-rel-list {
	margin: 0 0 12px;
}
.post-rel-cont .post-rel-list:after {
	content: '';
	display: block;
	clear: both;
}
.post-rel-list .post-rel {
	float: left;
	width: 31%;
	margin: 0 3.5% 0 0;
	padding: 26px 0 0;
	border-top: 1px solid #ecf2f7;
}
.post-rel-list .post-rel.first-row {
	border-top: none;
}
.post-rel-list .post-rel.last-row {
	border-bottom: 1px solid #ecf2f7;
}
.post-rel-list .post-rel:nth-child(3n+1) {
	clear: left;
}
.post-rel-list .post-rel:nth-child(3n) {
	margin-right: 0;
}
.post-rel .post-rel-info {
	margin: 0 0 4px;
}
.post-rel .post-rel-info .post-rel-cat {
	display: inline-block;
	margin: 0 20px 5px 0;
	color: #48c1e8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-rel .post-rel-info a {
	display: inline-block;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
	color: #48c1e8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-rel .post-rel-info a:hover {
	border-color: #48c1e8;
}
.post-rel:nth-child(6n+1) .post-rel-cat { color: #f53d3d; }
.post-rel:nth-child(6n+1) .post-rel-info a { color: #f53d3d; }
.post-rel:nth-child(6n+1) .post-rel-info a:hover { border-color: #f53d3d; }
.post-rel:nth-child(6n+1) h3 a:hover { color: #f53d3d; }
.post-rel:nth-child(6n+2) .post-rel-cat { color: #8ed57d; }
.post-rel:nth-child(6n+2) .post-rel-info a { color: #8ed57d; }
.post-rel:nth-child(6n+2) .post-rel-info a:hover { border-color: #8ed57d; }
.post-rel:nth-child(6n+2) h3 a:hover { color: #8ed57d; }
.post-rel:nth-child(6n+3) .post-rel-cat { color: #8072cd; }
.post-rel:nth-child(6n+3) .post-rel-info a { color: #8072cd; }
.post-rel:nth-child(6n+3) .post-rel-info a:hover { border-color: #8072cd; }
.post-rel:nth-child(6n+3) h3 a:hover { color: #8072cd; }
.post-rel:nth-child(6n+4) .post-rel-cat { color: #62d9ff; }
.post-rel:nth-child(6n+4) .post-rel-info a { color: #62d9ff; }
.post-rel:nth-child(6n+4) .post-rel-info a:hover { border-color: #62d9ff; }
.post-rel:nth-child(6n+4) h3 a:hover { color: #62d9ff; }
.post-rel:nth-child(6n+5) .post-rel-cat { color: #ffb549; }
.post-rel:nth-child(6n+5) .post-rel-info a { color: #ffb549; }
.post-rel:nth-child(6n+5) .post-rel-info a:hover { border-color: #ffb549; }
.post-rel:nth-child(6n+5) h3 a:hover { color: #ffb549; }
.post-rel:nth-child(6n+6) .post-rel-cat { color: #ff00b3; }
.post-rel:nth-child(6n+6) .post-rel-info a { color: #ff00b3; }
.post-rel:nth-child(6n+6) .post-rel-info a:hover { border-color: #ff00b3; }
.post-rel:nth-child(6n+6) h3 a:hover { color: #ff00b3; }
.post-rel .post-rel-info time {
	display: inline-block;
	margin: 0 0 5px;
	color: #999999;
	font-size: 13px;
}
.post-rel h3 {
	font-size: 21px;
	margin: 0 0 29px;
	overflow: hidden;
}
.post-rel h3 a {
	color: #373d54;
	display: block;
	transition: all 0.2s;
	border: none;
}
.post-rel h3 a:hover {
	color: #ffb549;
}

/*----------------------------------
6 - Featured Posts
----------------------------------*/





/*----------------------------------
7 - Masonry Posts
----------------------------------*/

.fr-posts-wrap {
	position: relative;
	overflow: hidden;
}
.fr-posts-wrap h2 {
	font-size: 35px;
	color: #abb8c6;
	margin: 0;
	padding: 0 0 20px;
	vertical-align: middle;
	display: inline-block;
	width: 30%;
}
.fr-posts-wrap .fr-posts-sections {
	width: 70%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 15px;
	padding: 0;
	position: relative;
	height: 26px;
	overflow: hidden;
}
ul.fr-posts-sections.sections-show {
	overflow: initial;
}
ul.fr-posts-sections.padding-right {
	padding-right: 50px;
}
.fr-posts-wrap .fr-posts-sections li {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 10px 70px;
	position: relative;
	padding: 0;
}
.fr-posts-wrap .fr-posts-sections > li:first-child {
	margin-left: 0;
}
body.blog .fr-posts-wrap .fr-posts-sections li.cat-item-all:after,
.fr-posts-wrap .fr-posts-sections li.current-cat:after,
.fr-posts-wrap .fr-posts-sections li.active:after {
	content: '';
	left: -10px;
	right: -10px;
	display: block;
	position: absolute;
	height: 9px;
	background: #ecf2f7;
	bottom: -1px;
}
.fr-posts-wrap .fr-posts-sections li a {
	color: #373d54;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
	position: relative;
	z-index: 2;
}
.fr-posts-wrap .fr-posts-sections li.active a:hover,
.fr-posts-wrap .fr-posts-sections li.current-cat a:hover,
.fr-posts-wrap .fr-posts-sections li a:hover {
	border-color: #373d54;
}
.fr-posts-wrap .fr-posts-sections li.current-cat a:hover,
.fr-posts-wrap .fr-posts-sections li.active a:hover,
body.blog .fr-posts-wrap .fr-posts-sections li.cat-item-all a:hover {
	border-color: transparent;
}
ul.fr-posts-sections .fr-posts-sections-more {
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	cursor: pointer;
	margin: 0;
	color: #18202e;
	display: none;
	padding: 0;
	background: transparent;
	z-index: 1;
}
ul.fr-posts-sections .fr-posts-sections-more span {
	padding: 0;
	display: block;
	background: #fff;
}
ul.fr-posts-sections .fr-posts-sections-more:after {
	display: none;
}
ul.fr-posts-sections .fr-posts-sections-sub {
	padding: 30px 50px 15px 0;
	cursor: default;
	margin: 20px 0 0;
	border: 1px solid #e0e4f6;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	display: none;
}
ul.fr-posts-sections .fr-posts-sections-sub li {
	background: transparent;
}
ul.fr-posts-sections .fr-posts-sections-sub li:after {
	display: none;
}
ul.fr-posts-sections .fr-posts-sections-more:hover .fr-posts-sections-sub {
	display: block;
}
.fr-posts-wrap .fr-posts-sections .fr-posts-sections-sub li {
	margin: 0 0 15px 50px;
}
.fr-posts-wrap .fr-posts-cont {
	border-top: 1px solid #ecf2f7;
	clear: both;
	padding: 38px 0 0;
}
.fr-posts-wrap .fr-posts-cont:after {
	clear: both;
	display: block;
	content: '';
}
.fr-posts-wrap .fr-posts-lt {
	float: left;
	width: 66%;
	margin: 0 3% 70px 0;
}
.fr-posts-wrap .no-sidebar .fr-posts-lt {
	float: none;
	width: 100%;
	margin-right: 0;
}
.fr-posts-wrap .fr-posts-lt .post-list {
	margin: 0 -20px;
}
.fr-posts-lt .post-i {
	float: left;
	width: 33.33333%;
	margin: 0 0 38px 0;
	padding: 0 20px;
}
.post-list-col-2 .post-i {
	width: 50%;
}
.maincont .post-list-show {
	display: block;
	border: none;
	width: 100%;
	transition: all 0.2s;
	background: #373d54;
	padding: 17px 15px 18px;
	color: #ffffff;
	letter-spacing: 0.01em;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 80px;
	text-align: center;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
	clear: both;
}
.maincont .post-list-show:hover {
	background: #414863;
}
.maincont .post-list-show.loading {
	opacity: 0.8;
	cursor: default;
	background: #414863;
}
.fr-posts-wrap .fr-posts-rt {
	padding: 0;
	float: left;
	width: 31%;
	position: relative;
	margin: 0 0 30px;
}
.fr-posts-wrap .fr-posts-rt-inner {
	padding: 27px 28px 0;
	background: #f8fafc;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.fr-posts-wrap .fr-posts-rt-inner:before {
	content: '';
	display: block;
	top: 0;
	right: 0;
	border-top: 15px solid #fff;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	border-left: 15px solid transparent;
	position: absolute;
}
.fr-posts-wrap .fr-posts-rt-inner:after {
	content: '';
	display: block;
	top: 0;
	right: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid #ecf2f7;
	border-right: 15px solid transparent;
	border-left: 15px solid #ecf2f7;
	position: absolute;
}
.fr-posts-wrap .fr-posts-rt h3 {
	font-size: 25px;
	color: #abb8c6;
	border-bottom: 1px solid #ecf2f7;
	padding: 0 0 22px;
	margin: 0 0 16px;
}
.fr-posts-wrap .fr-posts-rt .widget-title {
	margin: 0 0 24px;
	font-size: 25px;
	color: #abb8c6;
	border-bottom: 1px solid #ecf2f7;
	padding: 0 0 22px;
}
.fr-posts-wrap .fr-posts-rt .widgettitle {
	margin: 0 0 24px;
	font-size: 25px;
	color: #abb8c6;
	border-bottom: 1px solid #ecf2f7;
	padding: 0 0 22px;
	display: block;
	width: auto;
}
.widget {
	margin: 0 0 60px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	list-style: none;
}
.widget.discoverfeaturedposts_widget {
	margin: 0 0 36px;
}
.widget.discovercalendar_widget {
	margin: 0 0 36px;
}
.widget ul.posts-top {
	padding: 0;
}
.widget .textwidget {
	line-height: 2;
}
.widget.widget_search .search-form {
	position: relative;
	padding: 4px 0 0;
}
.widget.widget_search .search-form input[type=search] {
	width: 100%;
	float: none;
	padding: 0 120px 0 24px;
	margin: 0;
	max-width: 100%;
	width: auto;
}
.widget.widget_search .search-form input[type=submit] {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: initial;
	width: auto;
}
.stylization .calendar_wrap table,
.stylization .calendar_wrap th,
.stylization .calendar_wrap td {
	border: none;
	line-height: 1.42857143;
}
.stylization .calendar_wrap caption {
	text-align: center;
	font-weight: 700;
	margin: 0 0 10px;
}
.stylization .wp-caption.alignnone a {
	border: none;
}
.posts-top li {
	padding: 0 0 0 60px;
	margin: 0 0 16px;
	position: relative;
	border-bottom: 1px solid #ecf2f7;
	list-style: none;
	line-height: 1.42857143;
}
.posts-top li .posts-top-info {
	margin: 0 0 3px;
	line-height: 1.4;
}
.posts-top li .posts-top-cat {
	display: inline-block;
	margin: 0 20px 5px 0;
	color: #48c1e8;
}
.posts-top li .posts-top-info a {
	display: inline-block;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
	color: #48c1e8;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.posts-top li .posts-top-info a:hover {
	border-color: #48c1e8;
}
.posts-top li .posts-top-info time {
	display: inline-block;
	margin: 0 0 5px;
	color: #999999;
	font-size: 13px;
}
.posts-top li h4 {
	font-size: 21px;
	margin: 0 0 20px;
}
.posts-top li h4 a {
	color: #373d54;
	display: block;
	transition: all 0.2s;
	border: none;
}
.posts-top li h4 a:hover {
	color: #5b22ff;
}
.posts-top li .posts-top-num {
	color: #abb8c6;
	font-size: 30px;
	position: absolute;
	top: 10px;
	left: 1px;
	font-family: 'PT Serif', serif;
}
.posts-top li:nth-child(6n+1) .posts-top-cat { color: #f53d3d; }
.posts-top li:nth-child(6n+1) .posts-top-info a { color: #f53d3d; }
.posts-top li:nth-child(6n+1) .posts-top-info a:hover { border-color: #f53d3d; }
.posts-top li:nth-child(6n+1) h4 a:hover { color: #f53d3d; }
.posts-top li:nth-child(6n+2) .posts-top-cat { color: #8ed57d; }
.posts-top li:nth-child(6n+2) .posts-top-info a { color: #8ed57d; }
.posts-top li:nth-child(6n+2) .posts-top-info a:hover { border-color: #8ed57d; }
.posts-top li:nth-child(6n+2) h4 a:hover { color: #8ed57d; }
.posts-top li:nth-child(6n+3) .posts-top-cat { color: #8072cd; }
.posts-top li:nth-child(6n+3) .posts-top-info a { color: #8072cd; }
.posts-top li:nth-child(6n+3) .posts-top-info a:hover { border-color: #8072cd; }
.posts-top li:nth-child(6n+3) h4 a:hover { color: #8072cd; }
.posts-top li:nth-child(6n+4) .posts-top-cat { color: #62d9ff; }
.posts-top li:nth-child(6n+4) .posts-top-info a { color: #62d9ff; }
.posts-top li:nth-child(6n+4) .posts-top-info a:hover { border-color: #62d9ff; }
.posts-top li:nth-child(6n+4) h4 a:hover { color: #62d9ff; }
.posts-top li:nth-child(6n+5) .posts-top-cat { color: #ffb549; }
.posts-top li:nth-child(6n+5) .posts-top-info a { color: #ffb549; }
.posts-top li:nth-child(6n+5) .posts-top-info a:hover { border-color: #ffb549; }
.posts-top li:nth-child(6n+5) h4 a:hover { color: #ffb549; }
.posts-top li:nth-child(6n+6) .posts-top-cat { color: #ff00b3; }
.posts-top li:nth-child(6n+6) .posts-top-info a { color: #ff00b3; }
.posts-top li:nth-child(6n+6) .posts-top-info a:hover { border-color: #ff00b3; }
.posts-top li:nth-child(6n+6) h4 a:hover { color: #ff00b3; }
.calendar-sb {
	height: 300px;
	background: #ecf2f7;
}


/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
	margin: 0;
	padding: 0;
}

div.zabuto_calendar .table {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
	padding: 4px 2px;
	text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
	background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
	background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
	background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
	border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
	padding-top: 12px;
	padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
	border-left: 0;
	border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
	border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
	cursor: pointer;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
	width: 14%;
}

div.zabuto_calendar .table tr td div.day {
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
	background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
	cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
	background-color: #357ebd;
	color: #ffffff;
	text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
	background-color: #ff9b08;
	color: #ffffff;
	text-shadow: none;
}
div.zabuto_calendar .badge-event {
	font-size: 0.95em;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
/* legend */
div.zabuto_calendar div.legend {
	margin-top: 5px;
	text-align: right;
}
div.zabuto_calendar div.legend span {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
	content: ' ';
}
div.zabuto_calendar div.legend span.legend-spacer {
	padding-left: 25px;
}
div.zabuto_calendar ul.legend > span {
	padding-left: 2px;
}
div.zabuto_calendar ul.legend {
	display: inline-block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.zabuto_calendar ul.legend li {
	display: inline-block;
	height: 11px;
	width: 11px;
	margin-left: 5px;
}
div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
	margin-left: 7px;
}
div.zabuto_calendar ul.legend li:last-child {
	margin-right: 5px;
}
div.zabuto_calendar div.legend span.badge {
	font-size: 0.9em;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}
/* responsive */
@media (max-width: 979px) {
	div.zabuto_calendar .table th,
	div.zabuto_calendar .table td {
		padding: 2px 1px;
	}
}

/*
Zabuto Calendar
*/

div.zabuto_calendar .table {
	border: none;
	border-radius: 0;
}
div.zabuto_calendar .table tr.calendar-month-header th {
	font-size: 15px;
	color: #abb8c6;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: transparent;
	font-weight: 400;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
	background-color: transparent;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 13px;
	color: #abb8c6;
	font-weight: 600;
}
div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
	background-color: transparent;
	border: none;
	line-height: 1.42857143;
}
div.zabuto_calendar .table tr td div.day {
	color: #373d54;
	font-size: 13px;
	font-weight: 600;
}
div.zabuto_calendar .table tr:last-child {
	border-bottom: none;
}
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
	background-color: #e2eaf3;
	color: #373d54;
	border-radius: 0;
	transition: all 0.2s;
}
div.zabuto_calendar .table tr td.event div.day:hover,
div.zabuto_calendar ul.legend li.event:hover {
	background-color: #d8e4f1;
}
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
	background-color: transparent;
	color: #8072cd;
	text-shadow: none;
	padding: 2px 7px 2px;
	border-radius: 20px;
	position: relative;
}
div.zabuto_calendar .table tr.calendar-month-header th span {
	padding-bottom: 14px;
}
div.zabuto_calendar .table tr td div.day {
	padding-top: 9px;
	padding-bottom: 9px;
}
div.zabuto_calendar .badge-today:before,
div.zabuto_calendar div.legend span.badge-today:before {
	content: '';
	z-index: -1;
	left: -10px;
	right: -10px;
	display: block;
	position: absolute;
	height: 9px;
	background: #ecf2f7;
	bottom: -1px;
}
div.zabuto_calendar .table tr.calendar-month-header th span .fa-caret-left:before {
	content: "\f104";
}
div.zabuto_calendar .table tr.calendar-month-header th span .fa-caret-right:before {
	content: "\f105";
}
.blog-calendar-cont {
	line-height: 2;
	border-top: 1px solid #ecf2f7;
	margin-top: 20px;
	padding-top: 20px;
}
.blog-calendar-cont h3 {
	line-height: 2;
	margin: 0 0 20px;
}

/*----------------------------------
7 - Masonry Posts
----------------------------------*/





/*----------------------------------
8 - Posts List
----------------------------------*/

.post-list {
	position: relative;
}
.post-list:after {
	clear: both;
	content: '';
	display: block;
}
.post-list .post-i {
	line-height: 1.9;
	position: relative;
	padding-bottom: 4px;

	margin-bottom: 38px;
}
.post-list .post-i:after {
	background: #ecf2f7;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	display: block;
	content: '';
	position: absolute;
}
.post-list .post-i .post-i-img {
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
	max-height: 650px;
	border-radius: 2px 2px 0 0;
	border: none;
}
.post-list .post-i .post-i-img img {
	width: 100%;
	display: block;
	-o-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.post-list .post-i .post-i-img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.post-list .post-i .post-i-slider-wrap {
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-radius: 2px 2px 0 0;
	height: 200px;
}
.post-list .post-i .post-i-slider {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
}
.post-list .post-i .post-i-slider li {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
	float: left;
	position: relative;
	height: 200px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.post-list .post-i .post-i-slider li img {
	display: block;
	width: 100%;
	opacity: 0;
}
.post-list .post-i .post-i-map {
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	height: 200px;
	border-radius: 2px 2px 0 0;
}
.post-list .post-i .post-i-video {
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-radius: 2px 2px 0 0;
	height: 138px;
}
.no-sidebar .post-list .post-i .post-i-video {
	height: 216px
}
.post-list .post-i .post-i-video iframe {
	width: 100%;
	display: block;
	height: 100%;
}
.post-list .post-i .post-i-info {
	margin: 0;
	line-height: 1.42857143;
}
.post-list .post-i .post-i-info .post-i-cat {
	display: inline-block;
	margin: 0 20px 6px 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.post-list .post-i .post-i-info .post-i-cat span,
.post-list .post-i .post-i-info a {
	display: inline-block;
	text-transform: uppercase;
	color: #ffb549;
	transition: all 0.2s;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 1px solid transparent;
}
.post-list .post-i .post-i-info a:hover {
	border-color: #ffb549;
}
.post-list .post-i .post-i-info time {
	margin: 0 0 6px;
	display: inline-block;
	font-size: 13px;
	color: #999999;
}
.post-list .post-i h3 {
	margin: 0 0 4px;
	font-size: 21px;
}
.post-list .post-i h3.post-i-noexcerpt {
	margin-bottom: 20px;
}
.post-list .post-i h3 a {
	transition: all 0.2s;
	color: #373d54;
	display: block;
	border: none;
	overflow: hidden;
}
.post-list .post-i h3 a:hover {
	color: #ffb549;
}
.post-list .post-i.sticky {
	padding-left: 40px;
}
.post-list .post-i.sticky:before {
	position: absolute;
	top: 0;
	height: 87%;
	content: '';
	width: 2px;
	background: #384770;
	display: block;
	left: 20px;
}
.post-list.post-list-full .post-i.sticky {
	padding-left: 20px;
}
.post-list.post-list-full .post-i.sticky:before {
	left: 0;
	height: 77%;
}
.post-list .post-i .stylization {
	overflow: hidden;
}
.post-list .post-i .stylization h1:first-child,
.post-list .post-i .stylization h2:first-child,
.post-list .post-i .stylization h3:first-child,
.post-list .post-i .stylization h4:first-child,
.post-list .post-i .stylization h5:first-child,
.post-list .post-i .stylization h6:first-child {
	margin-top: 30px;
}
.post-list .post-i .stylization h2 {
	color: #373d54;
	margin: 0 0 30px;
	font-size: 28px;
	display: block;
	width: auto;
	padding: 0;
}
.post-list .post-i .stylization h3 {
	font-size: 24px;
	margin: 0 0 30px;
}
.post-list .post-i p {
	line-height: 1.9;
	margin: 0 0 25px;
}
.post-list .post-i .post-i-more {
	margin: 0 0 25px;
	display: inline-block;
	vertical-align: top;
}
.post-list .post-i .stylization p + .post-i-more {
	margin-top: -20px;
}
.post-i:nth-child(6n+1) .post-i-info .post-i-cat { color: #f53d3d; }
.post-i:nth-child(6n+1) .post-i-info a { color: #f53d3d; }
.post-i:nth-child(6n+1) .post-i-info a:hover { border-color: #f53d3d; }
.post-i:nth-child(6n+1) h3 a:hover { color: #f53d3d; }
.post-i:nth-child(6n+2) .post-i-info .post-i-cat { color: #8ed57d; }
.post-i:nth-child(6n+2) .post-i-info a { color: #8ed57d; }
.post-i:nth-child(6n+2) .post-i-info a:hover { border-color: #8ed57d; }
.post-i:nth-child(6n+2) h3 a:hover { color: #8ed57d; }
.post-i:nth-child(6n+3) .post-i-info .post-i-cat { color: #8072cd; }
.post-i:nth-child(6n+3) .post-i-info a { color: #8072cd; }
.post-i:nth-child(6n+3) .post-i-info a:hover { border-color: #8072cd; }
.post-i:nth-child(6n+3) h3 a:hover { color: #8072cd; }
.post-i:nth-child(6n+4) .post-i-info .post-i-cat { color: #62d9ff; }
.post-i:nth-child(6n+4) .post-i-info a { color: #62d9ff; }
.post-i:nth-child(6n+4) .post-i-info a:hover { border-color: #62d9ff; }
.post-i:nth-child(6n+4) h3 a:hover { color: #62d9ff; }
.post-i:nth-child(6n+5) .post-i-info .post-i-cat { color: #ffb549; }
.post-i:nth-child(6n+5) .post-i-info a { color: #ffb549; }
.post-i:nth-child(6n+5) .post-i-info a:hover { border-color: #ffb549; }
.post-i:nth-child(6n+5) h3 a:hover { color: #ffb549; }
.post-i:nth-child(6n+6) .post-i-info .post-i-cat { color: #ff00b3; }
.post-i:nth-child(6n+6) .post-i-info a { color: #ff00b3; }
.post-i:nth-child(6n+6) .post-i-info a:hover { border-color: #ff00b3; }
.post-i:nth-child(6n+6) h3 a:hover { color: #ff00b3; }

.page-title {
	color: #373d54;
	margin: 0 0 30px;
	font-size: 35px;
}
.maincont .post-list.post-list-full {
	max-width: 820px;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}
.post-list.post-list-full .post-i {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.post-list.post-list-full .post-i:after {
	left: 0;
	right: 0;
}
.post-list.post-list-full .post-i .post-i-map {
	height: 300px;
}
.post-list.post-list-full .post-i .post-i-map {
	height: 300px;
}
.post-list.post-list-full .post-i .post-i-video {
	height: 460px;
}
.post-list.post-list-full .post-i .post-i-video iframe {
	height: 100%;
}
.post-list.post-list-full .post-i .post-i-slider-wrap {
	height: 300px;
}
.post-list.post-list-full .post-i .post-i-slider li {
	height: 300px;
}
.post-list.post-list-full .post-i .post-i-img img {
	transform: none;
}
.post-list.post-list-full .post-i .post-i-img:hover img {
	transform: none;
}
.no-results .search-form {
	max-width: 500px;
}
.search-form:after {
	clear: both;
	content: '';
	display: block;
}
.search-form input[type=search] {
	width: 65%;
	float: left;
	margin: 0 5% 0 0;
}
.search-form input[type=submit] {
	width: 30%;
	float: left;
}

/*----------------------------------
8 - Posts List
----------------------------------*/





/*----------------------------------
9 - Single Post
----------------------------------*/

.post-top {
	min-height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 37px;
}
.post-top:after {
	position: absolute;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 250px;
}
.post-top .post-top-img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-height: 750px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.post-top img {
	display: block;
	width: 100%;
	opacity: 0;
}
.post-top .post-top-img.discover-gmap {
	height: 400px;
	margin: 0 0 35px;
}
.post-top .post-top-img.discover-gmap img {
	opacity: 1;
}
.post-cont .post-map {
	height: 400px;
	margin: 7px 0 35px;
}
.post-cont .post-video {
	position: relative;
	overflow: hidden;
	margin: 7px 0 40px;
	height: 620px;
}
.post-cont .post-video iframe {
	width: 100%;
	height: 100%;
	display: block;
}
.maincont .post-slider-wrap {
	margin: 0 0 35px;
	overflow: hidden;
}
.maincont .post-cont .post-slider-wrap {
	margin: 7px 0 35px;
}
.maincont .post-slider {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 6215%;
	position: relative;
}
.maincont .post-slider li {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style: none;
	float: left;
	position: relative;
	display: none;
}
.post-top .post-slider li {
	max-height: 700px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.maincont .bx-wrapper .post-slider li {
	display: block;
}
.maincont .bx-wrapper .post-slider li img {
	display: block;
	width: 100%;
}
.post-top .post-ttl {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 -635px;
	left: 50%;
	z-index: 2;
}
.post-top .post-ttl h1 {
	font-size: 35px;
	margin: 0 0 19px;
	color: #fff;
	line-height: 1.3;
	padding: 0 47% 0 0;
}
.post-top .post-ttl .post-ttl-info {
	margin: 0 0 21px;
}
.post-top .post-ttl .post-ttl-info .post-ttl-cat {
	display: inline-block;
	margin: 0 33px 15px 0;
	color: #d7a556;
}
.post-top .post-ttl .post-ttl-info a {
	display: inline-block;
	font-weight: 700;
	color: #d7a556;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}
.post-top .post-ttl .post-ttl-info a:hover {
	border-color: #d7a556;
}
.post-top .post-ttl .post-ttl-info time {
	display: inline-block;
	margin: 0 0 15px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
}
.post-top .post-ttl .post-ttl-nav {
	position: absolute;
	bottom: 71px;
	right: 15px;
	background: #ffffff;
	border-radius: 100px;
	overflow: hidden;
	max-width: 32.5%;
	padding: 0;
	list-style: none;
	margin: 0;
	padding-left: 50px;
}
.post-top .post-ttl .post-ttl-nav.post-ttl-nav-one {
	padding-left: 0;
}
.post-top .post-ttl .post-ttl-prev {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #3f496e;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	line-height: 1.42857143;
}
.post-top .post-ttl .post-ttl-nav-one .post-ttl-prev {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
}
.post-top .post-ttl .post-ttl-prev a {
	border: none;
	border-right: 1px solid #ebf1f6;
	padding: 9px 9px;
	transition: all 0.2s;
	display: block;
	text-align: center;
	color: #3f496e;
	height: 40px;
}
.post-top .post-ttl .post-ttl-nav-one .post-ttl-prev a {
	padding: 9px 20px 9px 53px;
}
.post-top .post-ttl .post-ttl-prev a:hover {
	color: #d7a556;
}
.post-top .post-ttl .post-ttl-prev .fa {
	font-size: 20px;
}
.post-top .post-ttl .post-ttl-nav-one .post-ttl-prev .fa {
	position: absolute;
	top: 9px;
	left: 24px;
	display: block;
	z-index: 2;
	font-size: 20px;
}
.post-top .post-ttl .post-ttl-next {
	float: left;
	color: #3f496e;
	white-space: nowrap;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.42857143;
}
.post-top .post-ttl .post-ttl-nav-one .post-ttl-next a {
	padding: 9px 18px 9px 25px;
}
.post-top .post-ttl .post-ttl-next a {
	display: block;
	padding: 9px 53px 9px 20px;
	transition: all 0.2s;
	position: relative;
	color: #3f496e;
	height: 40px;
	border: none;
	line-height: 22px;
}
.post-top .post-ttl .post-ttl-next a:hover {
	color: #d7a556;
}
.post-top .post-ttl .post-ttl-next .fa {
	position: absolute;
	top: 9px;
	right: 24px;
	display: block;
	z-index: 2;
	font-size: 20px;
}
.post-top .post-ttl .post-ttl-next a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.1) 100%);
	z-index: 1;
	content: '';
}
.post-top.post-top-nophoto {
	min-height: initial;
	border-top: 1px solid #ecf2f7;
	margin-bottom: 0;
	padding: 29px 0 0;
}
.post-top.post-top-nophoto.post-top-map,
.post-top.post-top-nophoto.post-top-gallery {
	border-top: none;
	padding: 0;
}
.post-top.post-top-nophoto:after {
	display: none;
}
.post-top.post-top-nophoto .post-ttl {
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0 auto;
}
.post-top.post-top-nophoto .post-ttl .post-ttl-info {
	margin: 0 0 10px;
}
.post-top.post-top-nophoto .post-ttl h1 {
	color: #373d54;
}
.post-top .post-ttl .post-ttl-info time {
	color: #999;
}
.post-top.post-top-nophoto .post-ttl .post-ttl-nav {
	border: 1px solid #ebf1f6;
	bottom: auto;
	top: 9px;
	list-style: none;
	margin: 0;
}
.post-top.post-top-nophoto .post-ttl .post-ttl-nav a {
	border: none;
}
.post-top.post-top-nophoto .post-ttl .post-ttl-prev a {
	border-right: 1px solid #ebf1f6;
}
.post-cont {
	margin-bottom: 50px;
}
.post-cont p {
	line-height: 2.1;
}
.post-social {
	border-top: 1px solid #ecf2f7;
	border-bottom: 1px solid #ecf2f7;
	background: #f8fafc;
	margin: 0 0 37px;
	text-align: center;
}
.post-social ul {
	padding: 29px 15px 13px;
	margin: 0 auto;
}
.post-social ul li {
	display: inline-block;
	margin: 0 28px 20px !important;
	padding: 0;
}
.post-social ul li a {
	transition: all 0.2s;
	color: #3f496e !important;
	font-size: 27px;
	opacity: 1;
	border: none;
}
.post-social ul li a span {
	width: auto;
	height: auto;
	line-height: inherit;
}
.post-social ul li a .fa-stack-1x,
.post-social ul li a .fa-stack-2x {
	left: auto;
	width: auto;
	position: relative;
}
.post-social ul li:nth-child(6n+1) a:hover { color: #f53d3d !important; }
.post-social ul li:nth-child(6n+2) a:hover { color: #8ed57d !important; }
.post-social ul li:nth-child(6n+3) a:hover { color: #8072cd !important; }
.post-social ul li:nth-child(6n+4) a:hover { color: #62d9ff !important; }
.post-social ul li:nth-child(6n+5) a:hover { color: #ffb549 !important; }
.post-social ul li:nth-child(6n+6) a:hover { color: #ff00b3 !important; }
.post-tags {
	text-align: center;
	border-top: 1px solid #ecf2f7;
	border-bottom: 1px solid #ecf2f7;
	padding: 40px 0 25px;
	margin: 0 0 37px;
	background: #fff;
}
.post-social + .post-tags {
	margin: -38px 0 37px;
}
.post-tags span {
	display: inline-block;
	margin: 0 10px 15px;
}
.post-tags a {
	display: inline-block;
	margin: 0 28px 20px;
	transition: all 0.2s;
	color: #48c1e8;
	border-bottom: 1px solid transparent;
}
.post-tags a:hover {
	border-color: #48c1e8;
}
.post-tags a:nth-child(6n+1) { color: #f53d3d; }
.post-tags a:nth-child(6n+1):hover { border-color: #f53d3d; }
.post-tags a:nth-child(6n+2) { color: #8ed57d; }
.post-tags a:nth-child(6n+2):hover { border-color: #8ed57d; }
.post-tags a:nth-child(6n+3) { color: #8072cd; }
.post-tags a:nth-child(6n+3):hover { border-color: #8072cd; }
.post-tags a:nth-child(6n+4) { color: #62d9ff; }
.post-tags a:nth-child(6n+4):hover { border-color: #62d9ff; }
.post-tags a:nth-child(6n+5) { color: #ffb549; }
.post-tags a:nth-child(6n+5):hover { border-color: #ffb549; }
.post-tags a:nth-child(6n+6) { color: #ff00b3; }
.post-tags a:nth-child(6n+6):hover { border-color: #ff00b3; }
p.link-pages {
	text-align: center;
	margin: 0 0 25px;
	font-weight: 700;
}
p.link-pages > span {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 10px;
	color: #3f496e;
	padding: 0 3px;
}
p.link-pages a {
	margin: 0 6px 10px;
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
}
.post-cmts {
	margin-bottom: 90px;
	position: relative;
}
.post-cmts .post-cmts-title {
	font-size: 35px;
	margin: 0 0 30px;
	padding: 0 90px 20px 0;
	border-bottom: 1px solid #ecf2f7;
	color: #abb8c6;
}
.post-cmts .post-cmts-count {
	position: absolute;
	top: 20px;
	font-size: 13px;
	color: #999999;
	margin: 0 0 10px;
	right: 15px;
}
.post-cmts .post-cmts-form {
	position: relative;
	padding: 0 0 10px 85px;
	border-bottom: 1px solid #ecf2f7;
	margin: 0 0 30px;
	min-height: 110px;
}
.post-cmts .post-cmts-form form {
	position: relative;
}
.post-cmts .post-cmts-form form:after {
	clear: both;
	content: '';
	display: block;
}
.post-cmts .post-cmts-form form .logged-in-as {
	margin: 0;
	padding: 0 15px;
	font-size: 13px;
	color: #a0b0c1;
}
.post-cmts .post-cmts-form form .logged-in-as a {
	color: #a0b0c1;
}
.post-cmts .post-cmts-form form .logged-in-as a:hover {
	border-color: #a0b0c1;
}
.post-cmts .post-cmts-form form .logged-in-as .logged-in-as-profile {
	border: none;
	color: #3f496e;
	font-weight: 700;
	font-family: 'PT Serif', serif;
	font-size: 17px;
	margin: 0 3px 0 0;
}
.post-cmts .post-cmts-form input[type=email],
.post-cmts .post-cmts-form input[type=text] {
	margin: 0 2% 10px 0;
	width: 38%;
	float: left;
	border: none;
	padding: 0 15px;
	transition: all 0.2s;
}
.post-cmts .post-cmts-form textarea {
	margin: 0;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	padding: 5px 15px;
	border-radius: 0;
	border: none;
	height: 52px;
	min-height: 52px;
}
.post-cmts .post-cmts-form .form-submit {
	float: left;
	width: 20%;
	margin: 0 0 10px;
	text-align: right;
}
.logged-in .post-cmts .post-cmts-form .form-submit {
	position: absolute;
	top: -8px;
	right: 0;
}
.post-cmts .post-cmts-form button,
.post-cmts .post-cmts-form input[type=submit] {
	font-weight: 600;
	background: none;
	padding: 10px 0;
	color: #3f496e;
	font-size: 15px;
	box-shadow: none;
	text-align: right;
	display: inline-block;
	border: none;
	transition: all 0.2s;
	cursor: pointer;
}
.post-cmts .post-cmts-form button .fa {
	margin-left: 4px;
}
.post-cmts .post-cmts-form button:hover,
.post-cmts .post-cmts-form input[type=submit]:hover {
	background: none;
	color: #d7a556;
}
.post-cmts .post-cmts-form-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.post-cmts .post-cmts-list {
	margin: 0 0 24px;
	list-style: none;
}
.post-cmts .post-cmts-list li {
	margin: 0;
}
.post-cmts .post-cmts-list .children {
	list-style: none;
	margin: 0 0 0 18px;
}
.post-cmts .post-cmts-i {
	padding: 0 0 30px 100px;
	position: relative;
	line-height: 1.9;
	min-height: 80px;
}
.post-cmts .post-cmts-i .post-cmts-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.post-cmts .post-cmts-i .post-cmts-img img {
	display: block;
	width: 100%;
	min-height: 100%;
}
.post-cmts .post-cmts-i .post-cmts-ttl {
	font-size: 17px;
	margin: 3px 35px 7px 0;
	letter-spacing: 0.04em;
	color: #3f496e;
	display: inline-block;
}
.post-cmts .post-cmts-i .post-cmts-ttl a {
	color: #3f496e;
}
.post-cmts .post-cmts-i .post-cmts-ttl a:hover {
	color: #3f496e;
	border-color: #3f496e;
}
.post-cmts .post-cmts-i .post-cmts-ttl .comment-edit-link {
	color: #a0b0c1;
	font-size: 13px;
	font-weight: 400;
}
.post-cmts .post-cmts-i .post-cmts-ttl .comment-edit-link:hover {
	border-color: #a0b0c1;
	color: #a0b0c1;
}
.post-cmts .post-cmts-i time {
	display: inline-block;
	margin: 0 8px 7px 0;
	font-size: 13px;
	color: #999999;
	position: relative;
	padding: 0 12px 0 0;
}
.post-cmts .post-cmts-i time:after {
	width: 1px;
	height: 16px;
	display: block;
	content: '';
	right: 0;
	top: 50%;
	margin: -7px 0 0;
	background: #dddddd;
	position: absolute;
}
.post-cmts .post-cmts-i time a {
	color: #999999;
}
.post-cmts .post-cmts-i time a:hover {
	border-color: #999999;
}
.post-cmts .post-cmts-i .comment-reply-link {
	display: inline-block;
	margin: 0 0 7px;
	font-size: 13px;
	color: #999999;
}
.post-cmts .post-cmts-i .comment-reply-link:hover {
	border-color: #999999;
}
.post-cmts .post-cmts-i p {
	margin: 0 0 15px;
	line-height: 1.9;
}
.maincont .post-cmts-more {
	display: block;
	border: none;
	width: 100%;
	transition: all 0.2s;
	background: #373d54;
	padding: 17px 15px 18px;
	color: #ffffff;
	letter-spacing: 0.01em;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 80px;
	text-align: center;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
	margin: 0 0 30px;
}
.post-cmts-more:hover {
	background: #414863;
}
.post-rel-wrap {
	border-top: 1px solid #ecf2f7;
	padding: 37px 0 14px;
}
.post-password-form input[type=password] {
	display: inline-block;
	max-width: 300px;
}
.post-password-form input[type=submit] {
	display: inline-block;
}
.gallery-item {
	margin-bottom: 30px;
}
.gallery-item .gallery-icon a {
	border: none;
}
.attachment a {
	border: none;
}

/*----------------------------------
9 - Single Post
----------------------------------*/





/*----------------------------------
10 - Gallery
----------------------------------*/

.gallery-wrap {
	position: relative;
	border-top: 1px solid #ecf2f7;
	background: #f8fafc;
	padding: 38px 0 30px;
}
.gallery-wrap h2 {
	font-size: 35px;
	color: #abb8c6;
	margin: 0;
	padding: 0 0 20px;
	vertical-align: middle;
	display: inline-block;
	width: 30%;
}
.gallery-wrap .gallery-sections {
	width: 70%;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 0 15px;
	padding: 0;
}
.gallery-wrap .gallery-sections li {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 0 0 10px 70px;
	position: relative;
	padding: 0;
}
.gallery-wrap .gallery-sections li:first-child {
	margin-left: 0;
}
body.blog .gallery-wrap .gallery-sections li.cat-item-all:after,
.gallery-wrap .gallery-sections li.current-cat:after,
.gallery-wrap .gallery-sections li.active:after {
	content: '';
	left: -10px;
	right: -10px;
	display: block;
	position: absolute;
	height: 9px;
	background: #ecf2f7;
	bottom: -1px;
}
.gallery-wrap .gallery-sections li a {
	color: #373d54;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
	position: relative;
	z-index: 2;
}
.gallery-wrap .gallery-sections li.active a:hover,
.gallery-wrap .gallery-sections li.current-cat a:hover,
.gallery-wrap .gallery-sections li a:hover {
	border-color: #373d54;
}
.gallery-wrap .gallery-sections li.current-cat a:hover,
.gallery-wrap .gallery-sections li.active a:hover,
body.blog .gallery-wrap .gallery-sections li.cat-item-all a:hover {
	border-color: transparent;
}
.gallery-wrap .fr-posts-cont {
	border-top: 1px solid #ecf2f7;
	clear: both;
	padding: 38px 0 0;
}
.gallery-wrap .fr-posts-cont:after {
	clear: both;
	display: block;
	content: '';
}
.gallery-list {
	border-top: 1px solid #ecf2f7;
	clear: both;
	padding: 38px 0 0;
	position: relative;
	margin: 0 0 38px;
}
.gallery-list figcaption {
	display: none;
}
.gallery-list .gallery-i {
	float: left;
	position: relative;
	width: 33.33333%;
	margin: 0;
	text-align: center;
}
.gallery-list .gallery-i .gallery-i-img {
	position: relative;
	display: block;
	overflow: hidden;
	-o-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.gallery-list .gallery-i .gallery-i-img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
	z-index: 2;
}
.gallery-list .gallery-i img {
	width: 100%;
	display: block;
	height: auto;
}
.gallery-list .gallery-i .gallery-i-cont {
	opacity: 0;
	z-index: 11;
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 42%;
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 20px;
}
.gallery-list .gallery-i:hover .gallery-i-img:after {
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	content: '';
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: linear-gradient(to bottom, rgba(43,46,59,0) 0%, rgba(43,46,59,0.3) 50%, rgba(43,46,59,0.9) 100%);
}
.gallery-list .gallery-i:hover .gallery-i-cont {
	opacity: 1;
	top: 50%;
}
.gallery-list .gallery-i h3 {
	color: #ffffff;
	font-size: 21px;
	margin: 0;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.2;
}
.gallery-list .gallery-i .gallery-i-info {
	font-size: 11px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 0 7px;
}
.gallery-wrap .gallery-list-show {
	display: block;
	border: none;
	width: 100%;
	transition: all 0.2s;
	background: #373d54;
	padding: 17px 15px 18px;
	color: #ffffff;
	letter-spacing: 0.01em;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 80px;
	text-align: center;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
	clear: both;
	margin: 0 0 38px;
}

.gallery-list-2 {
	border-top: 1px solid #ecf2f7;
	clear: both;
	padding: 38px 0 0;
	position: relative;
	margin: 0 -3px 38px;
}
.gallery-list-2 figcaption {
	display: none;
}
.gallery-list-2 .gallery-i {
	float: left;
	position: relative;
	width: 33.33333%;
	text-align: center;
	padding: 0 3px;
	margin: 0 0 6px;
}
.gallery-list-2 .gallery-i .gallery-i-img {
	position: relative;
	display: block;
	overflow: hidden;
}
.gallery-list-2 .gallery-i img {
	width: 100%;
	display: block;
	height: auto;
}
.gallery-list-2 .gallery-i .gallery-i-cont {
	position: absolute;
	top: -100%;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.gallery-list-2 .gallery-i h3 {
	color: #ffffff;
	font-size: 21px;
	margin: 0;
	position: absolute;
	top: 48%;
	left: 10px;
	right: 10px;
	line-height: 1.2;
}
.gallery-list-2 .gallery-i .gallery-i-info {
	font-size: 11px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	bottom: 57%;
	left: 10px;
	right: 10px;
}

.gallery-wrap .gallery-list-show {
	display: block;
	border: none;
	width: 100%;
	transition: all 0.2s;
	background: #373d54;
	padding: 17px 15px 18px;
	color: #ffffff;
	letter-spacing: 0.01em;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 80px;
	text-align: center;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
	clear: both;
	margin: 0 0 38px;
}
.gallery-wrap .gallery-list-show:hover {
	background: #414863;
}
.gallery-wrap .gallery-list-show.loading {
	opacity: 0.8;
	cursor: default;
	background: #414863;
}

/*----------------------------------
10 - Gallery
----------------------------------*/





/*----------------------------------
11 - Contacts
----------------------------------*/

.contacts-map {
	margin: 0 0 49px;
	position: relative;
	overflow: hidden;
	height: 652px;
}
.contacts-cont:after {
	clear: both;
	content: '';
	display: block;
}
.contacts-cont .contacts-col {
	width: 33.33333%;
	float: left;
	padding-right: 30px;
	margin: 0 0 47px;
}
.contacts-cont .contacts-col a {
	transition: all 0.2s;
	color: #373d54;
	border-bottom: 1px solid #373d54;
}
.contacts-cont .contacts-col a:hover {
	border-color: transparent;
	text-decoration: none;
}
.contacts-cont .contacts-col ul {
	margin: 0 0 41px;
	padding: 0;
}
.contacts-cont .contacts-col p,
.contacts-cont .contacts-col ul li {
	margin: 0 0 13px;
	line-height: 1.42857143;
	padding: 0;
}
.contacts-cont .contacts-col h1,
.contacts-cont .contacts-col h2,
.contacts-cont .contacts-col h3,
.contacts-cont .contacts-col h4,
.contacts-cont .contacts-col h5,
.contacts-cont .contacts-col h6,
.contacts-cont .contacts-col ul li b {
	font-size: 20px;
	color: #abb8c6;
	padding: 0;
	line-height: 1.42857143;
	margin: 0 0 13px;
}
.contacts-cont .contacts-col ul li b {
	font-size: 20px;
	color: #abb8c6;
	padding: 0;
	line-height: 1.42857143;
	margin: 0;
}
.contacts-cont .contacts-col form {
	padding: 5px 0 0;
	position: relative;
}
.contacts-cont .contacts-col form br {
	display: none;
}
.contacts-cont .contacts-col form p {
	margin: 0;
}
.contacts-cont .contacts-col form .ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 0;
	position: absolute;
	top: 247px;
	left: -20px;
}
.contacts-cont .contacts-col form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}
.contacts-cont .contacts-col form .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 15px 0 10px;
	text-align: center;
}
.contacts-cont .contacts-col form input[type=tel],
.contacts-cont .contacts-col form input[type=email],
.contacts-cont .contacts-col form input[type=text] {
	margin: 0 0 22px;
	display: block;
	padding: 0 24px;
	color: #373d54;
	width: 100%;
	font-size: 15px;
	height: 50px;
	border-radius: 40px;
	border: 1px solid #d5e0eb;
	transition: all 0.2s;
}
.contacts-cont .contacts-col form input[type=tel]:focus,
.contacts-cont .contacts-col form input[type=email]:focus,
.contacts-cont .contacts-col form input[type=text]:focus {
	border-color: #ceb375;
}
.contacts-cont .contacts-col form textarea {
	margin: 0 0 22px;
	display: block;
	padding: 0 24px;
	color: #373d54;
	width: 100%;
	font-size: 15px;
	height: 150px;
	border-radius: 40px;
	border: 1px solid #d5e0eb;
	transition: all 0.2s;
}
.contacts-cont .contacts-col form textarea:focus {
	border-color: #ceb375;
}
.contacts-cont .contacts-col form textarea.wpcf7-not-valid,
.contacts-cont .contacts-col form input[type=tel].wpcf7-not-valid,
.contacts-cont .contacts-col form input[type=email].wpcf7-not-valid,
.contacts-cont .contacts-col form input[type=text].wpcf7-not-valid {
	border-color: #f53d3d;
}
.contacts-cont .contacts-col form input[type=submit] {
	display: block;
	border: none;
	width: 100%;
	transition: all 0.2s;
	font-weight: 600;
	background: #373d54;
	padding: 15px 15px;
	color: #ffffff;
	letter-spacing: 0.01em;
	cursor: pointer;
	font-size: 14px;
	margin: 29px 0 10px;
	border-radius: 80px;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.contacts-cont .contacts-col form input[type=submit]:hover {
	background: #414863;
}
.contacts-cont .contacts-col3 {
	padding-right: 0;
}

/*----------------------------------
11 - Contacts
----------------------------------*/





/*----------------------------------
12 - Team
----------------------------------*/

.team-wrap h2 {
	font-size: 35px;
}
.team-list {
	text-align: center;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
	padding: 47px 15px 0;
	border-radius: 3px;
}
.team-list .team-i {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	margin: 0 0 44px;
	padding: 0 15px;
	font-size: 15px;
}
.team-list .team-i .team-i-img {
	width: 200px;
	height: 200px;
	border-radius: 200px;
	display: block;
	overflow: hidden;
	margin: 0 auto 18px;
}
.team-list .team-i .team-i-img.noimg {
	background: #fff;
	border: 1px solid #e0e4f6;
}
.team-list .team-i .team-i-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.team-list .team-i .team-i-ttl {
	font-size: 26px;
	margin: 0 0 8px;
}
.team-list .team-i p {
	margin: 0 0 21px;
	padding: 0;
}
.team-list .team-i .team-i-link {
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	transition: all 0.2s;
	background: #373d54;
	padding: 12px 25px 13px;
	margin: 0 0 15px;
	min-width: 170px;
	letter-spacing: 0.01em;
	cursor: pointer;
	border-radius: 80px;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.team-list .team-i .team-i-link:hover {
	background: #414863;
}
.team-col1 .team-list .team-i {
	width: 100%;
}
.team-col2 .team-list .team-i {
	width: 40%;
}
.team-col3 .team-list .team-i {
	width: 30%;
}
.team-rounded .team-list .team-i .team-i-img {
	border-radius: 10px;
}

/*----------------------------------
12 - Team
----------------------------------*/





/*----------------------------------
13 - Posts Carousel
----------------------------------*/

.posts_carousel {
	height: 590px;
	margin: 0 auto 60px;
	background: #ffffff;
}
.posts_carousel .posts_carousel-i {
	opacity: 0;
	text-align: center;
}
.posts_carousel .posts_carousel-i[data-swiper-slide-index] {
	opacity: 1;
}
.posts_carousel .posts_carousel-inner {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background: #f8fafc;
	position: relative;
	height: 100%;
}
.posts_carousel .posts_carousel-inner:after {
	position: absolute;
	background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.6) 100%);
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 150px;
}
.posts_carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
}
.posts_carousel .posts_carousel-cont {
	position: absolute;
	bottom: 42px;
	left: 55px;
	right: 30px;
	text-align: left;
	color: #ffffff;
}
.posts_carousel .posts_carousel-info {
	margin: 0 0 3px;
	position: relative;
	z-index: 1;
}
.posts_carousel .posts_carousel-info .posts_carousel-cat {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	background: #837065;
	padding: 2px 8px;
	margin: 0 33px 10px 0;
}
.posts_carousel .posts_carousel-info .posts_carousel-cat a {
	color: #ffffff;
	border: none;
}
.posts_carousel .posts_carousel-info time {
	color: #ffffff;
	opacity: 0.7;
	font-size: 13px;
	display: inline-block;
	margin: 0 33px 10px 0;
}
.posts_carousel .posts_carousel-info .posts_carousel-cmts {
	color: #ffffff;
	font-size: 13px;
	margin: 0 0 10px;
	display: inline-block;
}
.posts_carousel .posts_carousel-ttl {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.posts_carousel .posts_carousel-ttl a {
	color: #fff;
	border: none;
}
.posts_carousel-i .posts_carousel-noimg {
	border: 1px solid #e0e4f6;
}
.posts_carousel .posts_carousel-i .posts_carousel-noimg:after {
	display: none;
}
.posts_carousel-i .posts_carousel-noimg .posts_carousel-info time {
	color: #373d54;
}
.posts_carousel-i .posts_carousel-noimg .posts_carousel-cmts {
	color: #373d54;
}
.posts_carousel-i .posts_carousel-noimg .posts_carousel-ttl {
	color: #373d54;
}
.posts_carousel-i .posts_carousel-noimg .posts_carousel-ttl a {
	color: #373d54;
}
.posts_carousel .swiper-button-next,
.posts_carousel .swiper-button-prev {
	top: 50%;
	z-index: 10;
	cursor: pointer;
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	height: 30px;
	margin: -15px 0 0;
	overflow: hidden;
	border: none;
	transition: all 0.2s;
	font-family: 'PT Serif', serif;
	width: auto;
}
.posts_carousel .swiper-button-next:after,
.posts_carousel .swiper-button-prev:after {
	content: '';
	display: block;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin: -1px 0 0;
	width: 100px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	transition: all 0.3s;
}
.posts_carousel .swiper-button-prev {
	background-image: none;
	left: 0;
	right: auto;

	padding: 0 0 0 130px;
}
.posts_carousel .swiper-button-next {
	background-image: none;
	right: 0;
	left: auto;

	padding: 0 130px 0 0;
}
.posts_carousel .swiper-button-prev:after {
	left: 0;
}
.posts_carousel .swiper-button-next:after {
	right: 0;
}
.posts_carousel .swiper-button-next:hover {
	right: -5px;
}
.posts_carousel .swiper-button-prev:hover {
	left: -5px;
}
/*.posts_carousel .swiper-button-prev:hover:after,
.posts_carousel .swiper-button-next:hover:after {
	width: 95px;
}*/

/*----------------------------------
13 - Posts Carousel
----------------------------------*/





/*----------------------------------
14 - Posts Slider
----------------------------------*/

.posts_slider-wrap {
	position: relative;
}
.posts_slider-wrap h2 {
	font-size: 35px;
}
.posts_slider {
	height: 700px;
	margin: 0 auto 60px;
	background: #ffffff;
}
.posts_slider .posts_slider-i {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background: #f8fafc;
	position: relative;
}
.posts_slider .posts_slider-i:after {
	position: absolute;
	background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.6) 100%);
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 150px;
}
.posts_slider .posts_slider-i .posts_slider-info,
.posts_slider .posts_slider-i .posts_slider-ttl {
	display: none;
}
.posts_slider .posts_slider-info {
	margin: 0 0 13px;
	position: relative;
	z-index: 1;
}
.posts_slider .posts_slider-info .posts_slider-cat {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	background: #837065;
	padding: 2px 8px;
	margin: 0 33px 0 0;
	position: relative;
	height: 20px;
	display: inline-block;
	color: #ffffff;
}
.posts_slider .posts_slider-info .posts_slider-cat:after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: -12px;
	border-left: 6px solid #837065;
	border-top: 10px solid #837065;
	border-bottom: 10px solid transparent;
	border-right: 6px solid transparent;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n) .posts_slider-info .posts_slider-cat {
	background: #ffb549;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n+1) .posts_slider-info .posts_slider-cat {
	background: #8ed57d;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n+2) .posts_slider-info .posts_slider-cat {
	background: #8072cd;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n) .posts_slider-info .posts_slider-cat:after {
	border-left: 6px solid #ffb549;
	border-top: 10px solid #ffb549;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n+1) .posts_slider-info .posts_slider-cat:after {
	border-left: 6px solid #8ed57d;
	border-top: 10px solid #8ed57d;
}
.posts_slider .swiper-pagination-bullet:nth-child(3n+2) .posts_slider-info .posts_slider-cat:after {
	border-left: 6px solid #8072cd;
	border-top: 10px solid #8072cd;
}
.posts_slider .posts_slider-info .posts_slider-cat a {
	color: #ffffff;
	border: none;
}
.posts_slider .posts_slider-info time {
	color: #ffffff;
	opacity: 0.7;
	font-size: 13px;
	display: inline-block;
	margin: 0 33px 10px 0;
}
.posts_slider .posts_slider-ttl {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.posts_slider .posts_slider-ttl a {
	color: #fff;
	border: none;
}
.posts_slider-i .posts_slider-noimg {
	border: 1px solid #e0e4f6;
}
.posts_slider .posts_slider-i .posts_slider-noimg:after {
	display: none;
}
.posts_slider-i .posts_slider-noimg .posts_slider-info time {
	color: #373d54;
}
.posts_slider-i .posts_slider-noimg .posts_slider-ttl {
	color: #373d54;
}
.posts_slider-i .posts_slider-noimg .posts_slider-ttl a {
	color: #373d54;
}

.posts_slider .swiper-pagination {
	bottom: 0;
	text-align: center;
}
.posts_slider .swiper-pagination .swiper-pagination-bullet {
	width: 30%;
	height: auto;
	display: inline-block;
	border-radius: initial;
	background: none;
	transition: all 0.2s;
	margin: 0 1.5% 30px;
	text-align: left;
	position: relative;
	vertical-align: bottom;
	padding: 0 0 19px;
}
.posts_slider .swiper-pagination .swiper-pagination-bullet:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(236,242,247,0.2);
	height: 1px;
}
.posts_slider .swiper-pagination .swiper-pagination-bullet-active {
	margin-bottom: 23px;
}
.posts_slider .swiper-pagination .swiper-pagination-bullet-active:after {
	display: none;
}
.posts_slider-wrap .posts_slider-next,
.posts_slider-wrap .posts_slider-prev {
	font-size: 13px;
	color: #373d54;
	text-transform: uppercase;
	position: absolute;
	cursor: pointer;
	top: 50%;
	margin: -9px 0 0;
	font-weight: 700;
	transition: all 0.3s;
}
.posts_slider-wrap .posts_slider-next:after,
.posts_slider-wrap .posts_slider-prev:after {
	background: #ecf2f7;
	display: block;
	position: absolute;
	top: 50%;
	content: '';
	width: 32px;
	height: 9px;
	z-index: -1;
}
.posts_slider-wrap .posts_slider-prev {
	left: -80px;
}
.posts_slider-wrap .posts_slider-prev:hover {
	margin-left: -5px;
}
.posts_slider-wrap .posts_slider-prev:after {
	left: 50%;
}
.posts_slider-wrap .posts_slider-next {
	right: -80px;
}
.posts_slider-wrap .posts_slider-next:hover {
	margin-right: -5px;
}
.posts_slider-wrap .posts_slider-next:after {
	right: 50%;
}

/*----------------------------------
14 - Posts Slider
----------------------------------*/





/*----------------------------------
15 - Pricing
----------------------------------*/

.pricing-wrap h2 {
	font-size: 35px;
}
.pricing-list {
	text-align: center;
}
.pricing-list .pricing-i {
	margin: 12px 25px 50px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 13px 59px 0 rgba(132,141,178,0.22);
	text-align: center;
	font-size: 15px;
	color: #616161;
	border-top: 6px solid #373d54;
	padding: 25px 30px 5px;
	width: 26%;
	display: inline-block;
	vertical-align: top;
}
.pricing-list .pricing-i.pricing-i-marked {
	margin-top: 0;
	padding-top: 21px;
}
.pricing-list .pricing-i h3 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 23px;
}
.pricing-list .pricing-i.pricing-i-marked h3 {
	font-size: 40px;
}
.pricing-list .pricing-i .pricing-i-price {
	font-weight: 700;
	font-size: 50px;
	color: #373d54;
	margin: 0 0 37px;
	font-family: 'PT Serif', serif;
	line-height: 1;
}
.pricing-list .pricing-i.pricing-i-marked .pricing-i-price {
	font-size: 60px;
	margin: 0 0 28px;
}
.pricing-list .pricing-i .pricing-i-desc {
	margin: 0 0 26px;
}
.pricing-list .pricing-i .pricing-i-desc li {
	border-bottom: 1px solid #e0e4f6;
	padding: 0 0 12px;
	margin: 0 0 13px;
}
.pricing-list .pricing-i .pricing-i-desc li:last-child {
	border-bottom: none;
}
.pricing-list .pricing-i .pricing-i-desc p {
	border-bottom: 1px solid #e0e4f6;
	padding: 0 0 8px;
	margin: 0 0 9px;
}
.pricing-list .pricing-i .pricing-i-desc p:last-child {
	border-bottom: none;
}
.pricing-list .pricing-i .pricing-i-action {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	background-color: #d7a556;
	margin: 0 -25px;
	border-radius: 3px;
	padding: 14px 15px 15px;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s;
	border: none;
}
.pricing-list .pricing-i .pricing-i-action:hover {
	background-color: #d29a41;
}
.pricing-list.style_2 .pricing-i {
	box-shadow: none;
	border: 1px solid #e0e4f6;
	padding: 0 29px;
	background: #f8fafc;
}
.pricing-list.style_2 .pricing-i h3 {
	color: #fff;
	background: #373d54;
	font-size: 20px;
	margin: -1px -30px 34px;
	padding: 19px 19px 18px;
	border-radius: 5px 5px 0 0;
}
.pricing-list.style_2 .pricing-i.pricing-i-marked h3 {
	font-size: 30px;
	padding: 16px 29px 17px;
}
.pricing-list.style_2 .pricing-i .pricing-i-price {
	margin: 0 0 36px;
}
.pricing-list.style_2 .pricing-i.pricing-i-marked .pricing-i-price {
	margin: 0 0 40px;
}
.pricing-list.style_2 .pricing-i .pricing-i-desc {
	border-top: 1px solid #e0e4f6;
	padding-top: 9px;
	margin: 0 0 22px;
}
.pricing-list.style_2 .pricing-i .pricing-i-desc p {
	margin: 0 0 8px;
}
.pricing-list.style_2 .pricing-i .pricing-i-action {
	margin: 0 -30px -1px;
	border-radius: 0 0 5px 5px;
	padding: 14px 15px 15px;
	font-weight: 700;
}
.pricing-list.style_3 .pricing-i {
	border-radius: 0;
	padding: 46px 29px 5px;
	margin-bottom: 110px;
	position: relative;
}
.pricing-list.style_3 .pricing-i.pricing-i-marked {
	margin-top: 0;
}
.pricing-list.style_3 .pricing-i h3 {
	margin: 0 0 29px;
}
.pricing-list.style_3 .pricing-i .pricing-i-action {
	margin: 17px 0 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	border-radius: 0;
	padding: 17px 15px 17px;
}
.pricing-list.style_3 .pricing-i .pricing-i-desc {
	margin: 0 0 26px;
}
.pricing-list.style_3 .pricing-i .pricing-i-price {
	margin: 0 0 36px;
}

/*----------------------------------
15 - Pricing
----------------------------------*/





/*----------------------------------
16 - Promobox
----------------------------------*/

.promobox-i {
	border: 1px solid #e0e4f6;
	padding: 22px 40px 22px 40px;
	position: relative;
	background: #f8fafc;
	color: #616161;
	font-size: 15px;
	border-radius: 3px;
	text-align: left;
	line-height: 2;
}
.promobox-i.promobox-i-hasimg {
	min-height: 120px;
	padding-left: 198px;
}
.promobox-i:not(.promobox-i-hasimg):after {
	content: '';
	display: block;
	width: 8px;
	top: -1px;
	bottom: -1px;
	left: 0;
	background: #373d54;
	border-radius: 3px 0 0 3px;
	position: absolute;
}
.promobox-i h3 {
	font-weight: 700;
	margin: 5px 0;
	padding: 0;
	font-size: 31px;
	line-height: 1.42857143;
}
.promobox-i p {
	margin: 5px 0;
	line-height: 2;
}
.promobox-i .promobox-i-link {
	display: inline-block;
	border: none;
	transition: all 0.2s;
	font-weight: 700;
	background: #373d54;
	padding: 12px 35px;
	min-width: 170px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 80px;
	margin: 12px 0;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.promobox-i .promobox-i-link:hover {
	background: #4b5373;
}
.promobox-i .promobox-i-img {
	margin: -53px 0 0;
	padding: 0;
	position: absolute;
	width: 106px;
	height: 106px;
	border-radius: 106px;
	overflow: hidden;
	top: 50%;
	left: 45px;
}
.promobox-i .promobox-i-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.promobox-i.promobox-i-center {
	text-align: center;
}
.promobox-i.promobox-i-center:not(.promobox-i-hasimg) {
	padding-top: 30px;
}
.promobox-i.promobox-i-center:not(.promobox-i-hasimg):after {
	bottom: auto;
	right: -1px;
	left: -1px;
	height: 8px;
	width: auto;
	border-radius: 3px 3px 0 0;
}
.promobox-i.promobox-i-dark {
	color: #a5aed0;
	background: #373d54;
	border-color: #373d54;
	padding-top: 22px !important;
}
.promobox-i.promobox-i-dark:after {
	background: none;
}
.promobox-i.promobox-i-dark h3 {
	color: #ffffff;
}
.promobox-i.promobox-i-dark .promobox-i-link {
	background: #fff;
	color: #373d54;
	box-shadow: none;
}
.promobox-i.promobox-i-dark .promobox-i-link:hover {
	background: #eee;
}
.promobox-i.promobox-i-nobg {
	background: transparent;
	border: none;
	padding: 0;
}
.promobox-i.promobox-i-nobg:after {
	background: none;
}
.promobox-i.promobox-i-nobg .promobox-i-img {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 0 22px;
}
.promobox-i.promobox-i-nobg.promobox-i-center .promobox-i-img {
	margin-left: auto;
	margin-right: auto;
}
.promobox-i.promobox-i-nobg .promobox-i-link {
	position: initial;
	margin: 60px 0 0;
}
.promobox-i.promobox-i-nobg .promobox-i-link:before {
	position: absolute;
	bottom: 73px;
	left: 0;
	right: 0;
	background: #e0e4f6;
	height: 1px;
	display: block;
	content: '';
}
.promobox-i .wpcf7 br {
	display: none;
}
.promobox-i .wpcf7 {
	margin: 25px 0 0;
}
.promobox-i .wpcf7 p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.promobox-i .wpcf7 .wpcf7-not-valid {
	border-color: red !important;
}
.promobox-i .wpcf7 input[type=email],
.promobox-i .wpcf7 input[type=tel],
.promobox-i .wpcf7 input[type=text] {
	max-width: 300px;
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.promobox-i .wpcf7 textarea {
	max-width: 300px;
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.promobox-i .wpcf7 input[type=submit] {
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.promobox-i div.wpcf7 img.ajax-loader {
	display: inline-block;
}
.promobox-i.promobox-i-dark .wpcf7 input[type=submit] {
	box-shadow: none;
	background: #ffffff;
	color: #373d54;
}
.promobox-i.promobox-i-dark .wpcf7 input[type=submit]:hover {
	background: #eeeeee;
}

/*----------------------------------
16 - Promobox
----------------------------------*/





/*----------------------------------
17 - Content Carousel
----------------------------------*/

.content_carousel-wrap {
	overflow: hidden;
}
.content_carousel-wrap h2 {
	font-size: 35px;
}
.maincont .content_carousel {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f8fafc;
}
.content_carousel .content_carousel-slide {
	display: none;
	width: 100%;
	float: left;
	position: relative;
	margin: 0;
	list-style: none;
	padding: 0;
	line-height: 1.42857143;
	border: 1px solid #e0e4f6;
	background: #f8fafc;
	border-radius: 4px;
}
.bx-wrapper .content_carousel .content_carousel-slide {
	display: block;
}
.content_carousel .content_carousel-slide:after {
	clear: both;
	display: block;
	content: '';
}
.content_carousel .content_carousel-img {
	display: block;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: 73.5%;
	overflow: hidden;
	border-radius: 4px 0 0 4px;
	margin: 0;
	padding: 0;
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}
.content_carousel .content_carousel-img img {
	display: none;
	height: 100%;
	width: auto;
	max-width: none;
}
.content_carousel .content_carousel-cont {
	width: 73.5%;
	float: right;
	padding: 47px 4.5% 27px 4.5%;
	font-size: 15px;
	line-height: 170%;
}
.content_carousel .content_carousel-noimg .content_carousel-cont {
	width: 100%;
	float: none;
	padding: 32px 4% 27px 4%;
}
.content_carousel-wrap.content_carousel-pager .content_carousel-cont {
	padding-bottom: 60px;
}
.content_carousel-cont h3 {
	font-size: 31px;
	margin: 0 0 17px;
	color: #373d54;
	line-height: 130%;
}
.content_carousel-cont p {
	line-height: 1.9;
	margin: 0 0 17px;
}
.content_carousel-cont br {
	display: none;
}
.content_carousel-cont .content_carousel-link {
	display: inline-block;
	border: none;
	transition: all 0.2s;
	font-weight: 700;
	background: #373d54;
	padding: 12px 35px;
	min-width: 170px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 80px;
	margin: 12px 0;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.content_carousel-cont .content_carousel-link:hover {
	background: #4b5373;
}
.content_carousel-cont .wpcf7 {
	margin: 25px 0 0;
}
.content_carousel-cont .wpcf7 p {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.content_carousel-cont .wpcf7 .wpcf7-not-valid {
	border-color: red !important;
}
.content_carousel-cont .wpcf7 input[type=email],
.content_carousel-cont .wpcf7 input[type=tel],
.content_carousel-cont .wpcf7 input[type=text] {
	max-width: 300px;
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.content_carousel-cont .wpcf7 textarea {
	max-width: 300px;
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.content_carousel-cont .wpcf7 input[type=submit] {
	margin: 0 8px 12px 0;
	display: inline-block;
	vertical-align: top;
}
.content_carousel-cont div.wpcf7 img.ajax-loader {
	display: inline-block;
}
.content_carousel-wrap .bx-wrapper .bx-controls-direction {
	display: none;
}
.content_carousel-wrap.content_carousel-controls .bx-wrapper .bx-controls-direction {
	display: block;
}
.content_carousel-wrap .bx-wrapper .bx-pager {
	padding: 0 4.5% 0 4.5%;
	text-align: left;
	bottom: 30px;
	z-index: 2;
	left: 26.7%;
	display: none;
}
.content_carousel-wrap.content_carousel-without-img .bx-wrapper .bx-pager {
	left: auto;
}
.content_carousel-wrap.content_carousel-pager .bx-wrapper .bx-pager {
	display: block;
}
.content_carousel-wrap .bx-wrapper .bx-pager .bx-pager-link {
	margin: 0 25px 5px 0;
	background: #afb1bb;
}
.content_carousel-wrap .bx-wrapper .bx-pager .bx-pager-link.active {
	background: #373d54;
}
.content_carousel-wrap.content_carousel-dark .content_carousel-slide {
	border-color: #373d54;
	background: #373d54;
}
.content_carousel-dark .content_carousel-cont h3 {
	color: #fff;
}
.content_carousel-dark .content_carousel-cont p {
	color: #a5aed0;
}
.content_carousel-dark .wpcf7 input[type=submit] {
	box-shadow: none;
	background: #ffffff;
	color: #373d54;
}
.content_carousel-dark .wpcf7 input[type=submit]:hover {
	background: #eeeeee;
}
.content_carousel-dark .content_carousel-link {
	box-shadow: none;
	background: #ffffff;
	color: #373d54;
}
.content_carousel-dark .content_carousel-link:hover {
	background: #eeeeee;
}
.content_carousel-wrap.content_carousel-dark .bx-wrapper .bx-pager .bx-pager-link {
	background: #a5aed0;
}
.content_carousel-wrap.content_carousel-dark .bx-wrapper .bx-pager .bx-pager-link.active {
	background: #fff;
}

/*----------------------------------
17 - Content Carousel
----------------------------------*/





/*----------------------------------
18 - Testimonials
----------------------------------*/

.testimonials-wrap {
	overflow: hidden;
}
.testimonials-wrap h2 {
	font-size: 35px;
}
.testimonials-wrap .bx-wrapper {
	padding-bottom: 50px;
}
.testimonials-wrap .bx-wrapper .bx-pager {
	padding-top: 0;
	bottom: 10px;
	display: none;
}
.testimonials-wrap.testimonials-pager .bx-wrapper .bx-pager {
	display: block;
}
.testimonials-wrap .bx-wrapper .bx-controls-direction {
	display: none;
}
.testimonials-wrap.testimonials-controls .bx-wrapper .bx-controls-direction {
	display: block;
}
.testimonials-wrap .testimonials-list,
.testimonials-wrap .testimonials-car {
	position: relative;
	width: auto;
	padding: 0;
	overflow: hidden;
	margin: 0;
	list-style: none;
}
.testimonials-list {
	padding-bottom: 0;
}
.testimonials-list:after,
.testimonials-car:after {
	clear: both;
	display: block;
	content: '';
}
.testimonials-car .testimonials-i {
	margin: 0 68px 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: none;
}
.bx-wrapper .testimonials-car .testimonials-i {
	display: block;
}
.testimonials-list .testimonials-i {
	margin: 0 6% 70px 0;
	padding: 0;
	overflow: hidden;
	width: 47%;
	position: relative;
	float: left;
}
.testimonials-list .testimonials-i:nth-child(2n) {
	margin-right: 0;
}
.testimonials-list .testimonials-i:after,
.testimonials-car .testimonials-i:after {
	clear: both;
	display: block;
	content: '';
}
.testimonials-i .testimonials-i-cont {
	border: 1px solid #e0e4f6;
	padding: 20px 33px 5px;
	margin: 0 0 41px;
	position: relative;
	text-align: left;
	background: #f7f8fc;
	color: #616161;
	font-size: 16px;
	line-height: 200%;
}
.testimonials-i .testimonials-i-cont:before {
	width: 27px;
	height: 26px;
	content: '';
	background: url(../img/testimonials-angle1.png) no-repeat left top;
	position: absolute;
	top: 100%;
	right: 33px;
	display: block;
}
.testimonials-i:nth-child(2n) .testimonials-i-cont:before {
	width: 27px;
	height: 26px;
	content: '';
	background: url(../img/testimonials-angle2.png) no-repeat left top;
	position: absolute;
	top: 100%;
	left: 33px;
	display: block;
}
.testimonials-i .testimonials-i-cont p {
	line-height: 200%;
	margin: 0 0 20px;
	padding: 0;
}
.testimonials-i .testimonials-i-img {
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
.testimonials-i:nth-child(2n) .testimonials-i-img {
	float: left;
}
.testimonials-i .testimonials-i-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.testimonials-i .testimonials-i-info {
	float: right;
	text-align: right;
	padding: 9px 21px 0 0;
	margin: 0;
}
.testimonials-i:nth-child(2n) .testimonials-i-info {
	float: left;
	text-align: left;
	padding: 9px 0 0 21px;
}
.testimonials-i .testimonials-i-info h3 {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.testimonials-i .testimonials-i-info .testimonials-i-position {
	font-size: 14px;
	color: #868ca7;
	margin: 0;
	padding: 0;
}
.testimonials-car .flex-control-nav {
	bottom: 30px;
	margin: 0;
	list-style: none;
}
.testimonials-car .flex-control-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.testimonials-car .flex-control-nav li a:hover {
	border-color: #fff;
}
.testimonials-car .flex-direction-nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.testimonials-car .flex-direction-nav .flex-prev,
.testimonials-car .flex-direction-nav .flex-next {
	margin: 0;
	bottom: 30px;
	top: auto;
}
.testimonials-car:hover .flex-direction-nav .flex-prev:hover,
.testimonials-car:hover .flex-direction-nav .flex-next:hover {
	background: rgba(255,49,0,1);
}
.testimonials-car:hover .flex-direction-nav .flex-prev {
	left: 0;
	opacity: 1;
}
.testimonials-car:hover .flex-direction-nav .flex-next {
	right: 0;
	opacity: 1;
}
.testimonials-car.style-1 .testimonials-i {
	margin: 0 0 30px 0;
}
.testimonials-list.style-1 .testimonials-i {
	width: 100%;
	float: none;
	margin: 0 0 20px;
	padding: 0 0 0 390px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) {
	padding: 0 390px 0 0;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-cont:before {
	width: 25px;
	height: 25px;
	content: '';
	background: url(../img/testimonials-angle3.png) no-repeat left top;
	position: absolute;
	top: 41px;
	right: 100%;
	display: block;
	left: auto;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-cont:before {
	left: 100%;
	right: auto;
	background: url(../img/testimonials-angle4.png) no-repeat left top;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-img {
	position: absolute;
	left: 275px;
	top: 18px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-img {
	left: auto;
	right: 275px;
}
.testimonials-list.style-1 .testimonials-i .testimonials-i-info {
	position: absolute;
	left: 0;
	width: 270px;
	top: 9px;
}
.testimonials-list.style-1 .testimonials-i:nth-child(2n) .testimonials-i-info {
	left: auto;
	right: 0;
}

/*----------------------------------
18 - Testimonials
----------------------------------*/





/*----------------------------------
19 - Block with BG
----------------------------------*/

.block_bg-wrap {
	-o-background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 60px;
	font-size: 17px;
	margin-bottom: 60px;
}
.block_bg-wrap.block_bg-dark {
	color: #616161;
}
.block_bg-wrap.block_bg-noimg {
	color: #616161;
	border-top: 1px solid #e0e4f6;
	border-bottom: 1px solid #e0e4f6;
	background: #f8fafc;
}
.block_bg-wrap .maincont {
	margin-bottom: 0;
}
.block_bg-wrap h2 {
	font-size: 60px;
	color: #ffffff;
	margin: 30px 0 30px;
	line-height: 1.2;
}
.block_bg-wrap.block_bg-noimg h2,
.block_bg-wrap.block_bg-dark h2 {
	color: #373d54;
}
.block_bg-wrap p {
	color: #fff;
	margin: 30px 0;
	font-size: 17px;
}
.block_bg-wrap.block_bg-noimg p,
.block_bg-wrap.block_bg-dark p {
	color: #616161;
}

/*----------------------------------
19 - Block with BG
----------------------------------*/





/*----------------------------------
20 - Other
----------------------------------*/

.maincont .page-numbers {
	text-align: center;
	padding: 0 50px 10px;
	position: relative;
}
.maincont .page-numbers li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	position: initial;
	font-family: 'PT Serif', sans-serif;
	line-height: 1.42857143;
}
.maincont .page-numbers li .prev {
	position: absolute;
	top: 1px;
	left: 0;
	padding: 0;
	margin: 0;
}
.maincont .page-numbers li .prev:after {
	display: block;
	bottom: 0;
	left: 12px;
	right: 0;
	background: #373d54;
	content: '';
	position: absolute;
	height: 1px;
}
.maincont .page-numbers li .next {
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0;
	margin: 0;
}
.maincont .page-numbers li .next:after {
	display: block;
	bottom: 0;
	left: -1px;
	right: 12px;
	background: #373d54;
	content: '';
	position: absolute;
	height: 1px;
}
.maincont .page-numbers li span {
	padding: 0 2px 0;
	margin: 0 5px 8px;
	display: block;
	color: #373d54;
	position: relative;
}
.maincont .page-numbers li span.current:after {
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background: #373d54;
	content: '';
	position: absolute;
	height: 1px;
}
.maincont .page-numbers li span.dots {
	font-weight: 400;
	color: #373d54;
}
.maincont .page-numbers li a {
	padding: 0 2px 0;
	margin: 0 5px 8px;
	display: block;
	transition: all 0.2s;
	color: #373d54;
	border: none;
}
.maincont .page-numbers li a:after {
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background: #373d54;
	content: '';
	position: absolute;
	height: 1px;
	opacity: 0;
	transition: all 0.2s;
}
.maincont .page-numbers li a:hover:after {
	opacity: 1;
}
.maincont .page-numbers li a:hover {
	color: #373d54;
}
.maincont .page-numbers li a .fa {
	font-size: 16px;
}

/*----------------------------------
20 - Other
----------------------------------*/





/*----------------------------------
21 - Error 404
----------------------------------*/

.err404 {
	padding-top: 170px;
	padding-bottom: 115px;
	text-align: center;
	border-top: 1px solid #ecf2f7;
	background: #f8fafc;
}
.err404 .err404-img {
	display: block;
	margin: 0 auto 58px;
}
.err404 .err404-ttl {
	line-height: 1;
	font-size: 300px;
	margin: 0 0 25px;
	color: #373d54;
	font-weight: 700;
}
.err404 h1 {
	font-size: 31px;
	margin: 0 0 22px;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.err404 form {
	position: relative;
	margin: 63px auto 60px;
	max-width: 540px;
}
.err404 form input[type=text] {
	padding: 0 175px 0 24px;
}
.err404 form .h-search-btn,
.err404 form input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 170px;
}
.err404 form .h-search-btn img {
	display: none;
}

/*----------------------------------
21 - Error 404
----------------------------------*/





/*----------------------------------
22 - Instagram
----------------------------------*/

.footer-insta #sb_instagram {
	position: relative;
}
.footer-insta #sb_instagram #sbi_images {

}
.footer-insta #sb_instagram #sbi_images .sbi_item {

}
.footer-insta #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
	overflow: hidden;
	display: block;
}
.footer-insta #sb_instagram #sbi_load {
	padding: 0 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.footer-insta #sb_instagram #sbi_load .sbi_load_btn {
	margin: 10px 0;
	color: #3f496e;
	display: inline-block;
	background: #ffffff;
	border-radius: 80px;
	padding: 12px 20px;
	min-width: 170px;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.footer-insta #sb_instagram #sbi_load .sbi_load_btn:hover {
	opacity: 1;
	background: rgba(255,255,255,0.9);
}
.footer-insta #sb_instagram #sbi_load .sbi_follow_btn {
	margin: 10px 0;
	display: block;
	text-align: center;
}
.footer-insta #sb_instagram #sbi_load .sbi_follow_btn a {
	margin: 0;
	color: #3f496e;
	display: inline-block;
	background: #ffffff;
	border-radius: 80px;
	padding: 12px 20px;
	min-width: 170px;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.footer-insta #sb_instagram #sbi_load .sbi_follow_btn a:hover {
	opacity: 1;
	background: rgba(255,255,255,0.9);
}
.footer-insta #sb_instagram #sbi_load .sbi_follow_btn .fa {
	display: none;
}

/*----------------------------------
22 - Instagram
----------------------------------*/






/*----------------------------------
23 - Footer
----------------------------------*/

.footer-wrap {
	background: #373d54;
}
.footer-insta {
	position: relative;
}
.footer-insta ul {
	overflow: hidden;
}
.footer-insta ul li {
	float: left;
	width: 16.66666%;
}
.footer-insta ul li img {
	width: 100%;
	display: block;
}
.footer-insta .footer-insta-profile {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #3f496e;
	display: block;
	background: #ffffff;
	border-radius: 80px;
	padding: 12px 50px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	box-shadow: 10px 10px 32px 0 rgba(55,61,84,0.43);
}
.footer-wrap .footer {
	color: #ffffff;
	padding-top: 52px;
	padding-bottom: 1px;
}
body ul.footer-socials.footer-socials-small {
	font-size: 18px;
}
body ul.footer-socials.footer-socials-medium {
	font-size: 22px;
}
body ul.footer-socials.footer-socials-large {
	font-size: 26px;
}
body ul.footer-socials.footer-socials-light a {
	color: #ffffff;
}
body ul.footer-socials.footer-socials-dark a {
	color: #3f496e;
}
.footer-wrap .footer .widget {
	margin: 0 0 35px;
}
.footer-wrap .footer:after {
	clear: both;
	content: '';
	display: block;
}
.footer .footer-socials {
	font-size: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.footer .footer-socials li {
	display: inline-block;
	margin: 0 25px 15px;
	padding: 0;
}
.footer .footer-socials li a {
	transition: all 0.2s;
}
.footer .footer-socials li a:hover {
	color: #48c1e8;
}
.footer .footer-socials li:nth-child(6n+1) a:hover { color: #f53d3d; }
.footer .footer-socials li:nth-child(6n+2) a:hover { color: #8ed57d; }
.footer .footer-socials li:nth-child(6n+3) a:hover { color: #8072cd; }
.footer .footer-socials li:nth-child(6n+4) a:hover { color: #62d9ff; }
.footer .footer-socials li:nth-child(6n+5) a:hover { color: #ffb549; }
.footer .footer-socials li:nth-child(6n+6) a:hover { color: #ff00b3; }
.footer .footer-copyright {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}


.footer-copyright {
	background: #343a50;
	border-top: 1px solid rgba(255,255,255,0.07);
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-family: 'PT Serif', serif;
}
.footer-copyright a {
	color: #fff;
	transition: color 0.2s;
}
.footer-copyright a:hover {
	color: #48c1e8;
}


/*----------------------------------
23 - Footer
----------------------------------*/



