aside, nav, footer, header, section { display: block }
body {margin: 0;font-family: 'HelveticaNeueCyr';font-size: 18px;color: #3c3c3b;line-height: 1.1em;}
img {border: none;}
input, textarea, button, select,a {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
input, textarea, button, select {font-family: 'HelveticaNeueCyr';}
input::-webkit-input-placeholder {color: inherit;}
input::-moz-placeholder {color: inherit;}
input:-moz-placeholder {color: inherit;}
input:-ms-input-placeholder {color: inherit;}
textarea::-webkit-input-placeholder {color: inherit;}
textarea::-moz-placeholder {color: inherit;}
textarea:-moz-placeholder {color: inherit;}
textarea:-ms-input-placeholder {color: inherit;}
*:focus {outline: none;}
.fl {float: left;}
.fr {float: right;}
.tal {text-align: left;}
.tar {text-align: right;}
.tac {text-align: center;}

.clearfix:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
margin: 0;
padding: 0;}

#page {
position: relative;
overflow: hidden;}

.dark-bg {
color: #fff;}

.fw-main-row.dark-bg,
.footer.dark-bg,
.side-panel.dark-bg {
background-color: #302d2a;}

.centered-container3 {
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
margin: 0;
z-index: 1;
padding: 12px;
border-radius: 25px;}

.header-space {
height: 98px;}

.fw-main-row {
position: relative;
background-size: cover;
background-position: 50%;
background-color: #F5F5F5;
height: 100%;}

/*1.1. Heading */
h1,h2,h3,h4,h5,h6 {
margin: 0 0 20px;}
h1,.h1 {
font-size: 3.333em; /* 18px/60px */
text-transform: uppercase;
line-height: 1.250em;
font-weight: bold;}

h2,
.h2 {
font-size: 2.667em; /* 18px/48px */
text-transform: uppercase;
line-height: 1em;
font-weight: bold;}

h3,
.h3 {
font-size: 2.000em; /* 18px/36px */
text-transform: uppercase;
font-weight: bold;
line-height: 1em;}

h5,
.h5 {
font-size: 1.000em; /* 18px */
text-transform: uppercase;
line-height: 1em;
font-weight: bold;
margin: 1em 0;}

h1.normal,h2.normal,h3.normal,h4.normal,h5.normal,h6.normal {
text-transform: none;}

.heading-decor {
background: url(https://abcalendars.co.uk/images/decor-dark.png) 50% 100% no-repeat;
padding-bottom: 20px;
text-align: center;
margin-bottom: 30px;}

.tar .heading-decor {
text-align: right;
background-position: 100% 100%;}

.dark-bg .heading-decor {
background-image: url(https://abcalendars.co.uk/images/decor.png);}

.tal .heading-decor {
text-align: left;
background-position: 0 100%;}

.heading-decor2 {
background: url(https://abcalendars.co.uk/images/decor-dark.png) 0px 30px no-repeat;
margin: 0 0 30px;
padding-left: 60px;}

.dark-bg .heading-decor2 {
background-image: url(https://abcalendars.co.uk/images/decor.png);}

h1.heading-decor2,
.h1.heading-decor2 {margin-top: 0;}

h2.heading-decor2,
.h2.heading-decor2 {
background-position: 0 20px;
padding-left: 45px;}

h3.heading-decor2,
.h3.heading-decor2 {
padding-left: 40px;
background-position: 0 40%;}

h4.heading-decor2,
.h4.heading-decor2 {
background-position: 0 10px;
padding-left: 40px;}

h5.heading-decor2,
.h5.heading-decor2 {
background-position: 0 40%;
background-size: 25px auto;
padding-left: 35px;}

h6.heading-decor2,
.h6.heading-decor2 {
background-position: 0 4px;
background-size: 25px auto;
padding-left: 35px;}

.heading-decor3b {
margin: 60px 0; text-align: center;}

.no-line {
border: none !important;}

a {
color: darkgoldenrod;
text-decoration: none;
cursor: pointer;}

p {
margin: 0 0 1em;}

ul,ol {
padding-left: 20px;}

.f14 {
font-size: 0.778em;
line-height: 1.714em;}

.highlighted-red {
background-color: darkgoldenrod;
color: #fff;}

.highlighted-grey {
background-color: #e3e3e3;
}

.highlighted-dark {
background-color: #3c3c3b;
color: #fff;}


/*Button styles */
.button-style1 {
font-size: 14px;
text-decoration: none;
display: inline-block;
color: #fff;
text-transform: uppercase;
border-radius: 2px;
overflow: hidden;
line-height: 1.2em;
padding: 11px 20px 11px;
position: relative;
z-index: 1;
font-weight: bold;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
text-align: center;
border: 2px solid #FFF;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;}
.dark-bg .button-style1 {
border: none;
padding: 13px 20px 13px;
float: right;
border: 1px solid #FFF;}
.button-style1:hover {
color: #3c3c3b;
background: #fff;}

.button-style1 > * {
position: relative;
z-index: 2;
vertical-align: -webkit-baseline-middle;
vertical-align: sub;}


/*Header*/

.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 2;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 1em;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */}
.header.dark-bg.overlay {background: #3c3c3b;}
.header.fixed,.header.white-bg {
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.82) 100%);}
.logo-area {
margin: 22px 0 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;}

@media screen and (max-width: 450px){
.logo-area {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;}}

.header.fixed .logo-area {
margin: 10px 0 10px;}

.logo-area img {vertical-align: bottom;}
.logo-light {display: none;}
.dark-bg .logo-dark {display: none;}
.dark-bg .logo-light {display:block}


/*Navigation*/

.navigation {float: left;}
.navigation ul {
margin: 0;padding: 0;}
.navigation ul li {display: block;}
.navigation ul li a {text-decoration: none;display: block;color: inherit;}
.navigation > ul {}
.navigation > ul > li {margin: 0 25px;
padding: 35px 0 34px;
position: relative;
float: left;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;}

.header.fixed .navigation > ul > li {padding: 29px 0 25px;}

.navigation > ul > li .sub-nav {
position: absolute;top: 80px;font-weight: 200;font-size: 14px;
opacity: 0;visibility: hidden;
color: #fff;
z-index: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.8s ease;}

.header.fixed .navigation > ul > li .sub-nav {
top: 65px;}

.navigation > ul > li .sub-nav .sub-nav {
top: 0;left: 127px;}

.header.fixed .navigation > ul > li .sub-nav .sub-nav {
top: 0;}

.navigation:not(.m-open) .menu-item-has-children:hover > .sub-nav {
opacity: 1;
visibility: visible;z-index: 2;}

.navigation > ul > li .sub-nav:before {
content: "";
position: absolute;
left: 13px;
top: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #302d2a;}

.navigation > ul > li .sub-nav .sub-menu {
padding: 10px 15px;background: #302d2a;
text-align: center;
border-radius: 7px;}

.navigation > ul > li .sub-nav .sub-nav:before {
width: 0;
height: 0;
border-top: 7px solid transparent;
border-right: 7px solid #302d2a;
border-bottom: 7px solid transparent;
position: absolute;
left: -14px;
top: 14px;}

.navigation > ul > li .sub-nav .sub-menu li {
min-width: 105px;
position: relative;}

.navigation > ul > li .sub-nav .menu-item-has-children:after {
content: '\e84d';
font-family: "icon-font";
position: absolute;
top: 50%;
right: -5px;
font-size: 8px;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
text-align: right;}

.navigation > ul > li .sub-nav .sub-menu li:hover > a, .navigation > ul > li .sub-nav .sub-menu li.current-menu-item > a {
color: darkgoldenrod;}

.navigation > ul > li .sub-nav .sub-menu li:not(:last-of-type) {
border-bottom: 1px solid #878787;}

.navigation > ul > li .sub-nav .sub-menu li a {
padding: 14px 10px 9px;display: block;}

.navigation > ul > li > a {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
padding: 5px 0 0px;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;}

.navigation > ul > li:hover > a {
color: darkgoldenrod;
}

.navigation > ul > li.current-menu-item > a {
border-bottom: 1px solid darkgoldenrod;
color: darkgoldenrod;}



/*Side area button*/
.side-area-btn {float: left;height: 17px;width: 21px;position: relative;margin: 38px 0 0 25px;cursor: pointer;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
@media screen and (min-width: 990px){.side-area-btn.disable {display: none;}}
.header.fixed .side-area-btn {margin: 29px 0 0 25px;}
.side-area-btn div {float: left;height: 3px;width: 21px;background: #000000;border-radius: 2px;position: relative;margin: 7px 0 0;cursor: pointer;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.dark-bg .side-area-btn div,.dark-bg .side-area-btn div:after, 
.dark-bg .side-area-btn div:before {background: #fff;}
.side-area-btn div:after,
.side-area-btn div:before {content: "";height: 3px;width: 21px;background: #000000;position: absolute;left: 0;border-radius: 2px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.side-area-btn div:after {bottom: -7px;}
.side-area-btn div:before {top: -7px;}


/*Side panel*/
.side-panel {position: fixed;top: 0;right: -505px;bottom: 0;z-index: 10;padding: 0 70px;width: 365px;line-height: 1em;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.side-panel {position: fixed;top: 0;right: -505px;bottom: 0;z-index: 10;padding: 0 70px;width: 365px;line-height: 1em;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.side-panel.open {right: 0;}
.side-panel .close {position: absolute;top: 40px;right: 40px;cursor: pointer;}
.sp-top {}.sp-top .logo-area {}.sp-top .logo-light {}.sp-wrap {overflow: hidden;position: absolute;top: 115px;bottom: 65px;width: 365px;}
.sp-wrap > div {overflow-x: hidden;overflow-y: scroll;padding-right: 25px;margin-right: -25px;position: absolute;top: 0;bottom: 0;}
.sp-wrap .heading-decor2 {}.sp-wrap .social-links {margin: 45px 0;}.sp-wrap .subscribe-form {}
.sp-bottom {position: absolute;bottom: 25px;font-size: 0.578em;}

/*Full sreen slider*/
.full-screen-slider {}
.full-screen-slider .item {background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.full-screen-slider .item h1,
.full-screen-slider .item h2,
.full-screen-slider .item h3 {margin-top: 12px;  }
.full-screen-slider .item h1 {font-size: 3.333em; /* 18px/60px */margin-bottom: 0.2em;}
.full-screen-slider .item p {}
.full-screen-slider .item h2 {}
.full-screen-slider .item h3 {font-size: 15px;}
.full-screen-slider .owl-prev,
.full-screen-slider .owl-next {position: absolute;top: 50%;z-index: 2;font-size: 28px;color: #fff;transform: translate(0%, -50%);-webkit-transform: translate(0%, -50%);}
.full-screen-slider .owl-prev {left: 20px;}
.full-screen-slider .owl-next {right: 20px;}

/*Full screen section*/
.full-screen {}
.full-screen h1 {font-size: 3.333em;line-height: 1em;}
.full-screen p {font-size: 1.333em;}
.full-screen .button-style1 {}

/*Info section*/
.info-section {}
.is-col {}
.is-text {background: #fff;padding: 40px 70px;height: 100%;}
.is-text p {line-height: 1.667em;}
.side-image img {display: block;width: 100%;}
@media only screen and (min-width: 769px) {.side-image {background-size: cover;background-position: 50%;background-repeat: no-repeat;position: absolute;top: 0;left: 15px;bottom: 0;right: 15px;}
.side-image img {display:none;}}


/*Reviews slider*/
.reviews-slider {padding: 0 0 60px;}
.reviews-slider .item {text-align: center;}
.reviews-slider .item .image {}
.reviews-slider .item .image img {vertical-align: bottom;}
.reviews-slider .item .text {line-height: 2.143em;max-width: 840px;margin: 30px auto 35px;position: relative;padding: 0 55px;font-style: italic;font-size: 0.778em;}
.reviews-slider .item .name {font-weight: bold;text-transform: uppercase;margin: 10px 0;}
.reviews-slider .item .post {font-size: 14px;font-weight: 200;margin: 10px 0;}
.reviews-slider .owl-prev,
.reviews-slider .owl-next {position: absolute;top: 50%;margin-top: -45px;font-size: 31px;}
.reviews-slider .owl-prev {left: 40px;}
.reviews-slider .owl-next {right: 40px;}
.owl-dots {text-align: center;position: absolute;bottom: 30px;width: 100%;}
.owl-dot {display: inline-block;width: 9px;height: 9px;border: 2px solid #302d2a;margin: 0 4px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.owl-dot.active,.owl-dot:hover {background: #302d2a;}

/*gallery-module*/
.gallery-module {text-align: center;}
.gallery-module .item {margin: 0 0 30px 0;}
.gallery-module .item a {position: relative;display: block;}
.gallery-module .item a:after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);opacity: 0;visibility: hidden;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.gallery-module .item:hover a:after {opacity: 1;visibility: visible;}
.gallery-module .item img {max-width: 100%;vertical-align: bottom;}


/*Tabs*/
.tabs-area {}

.tabs-head,
.filter-button-group {
margin: 0px;
padding: 0;
text-align: center;
text-transform: uppercase;}

.filter-button-group {
margin: 45px 0;}

.tabs-head li,
.filter-button-group button {
display: inline-block;
vertical-align: middle;
background:#FFFFFF;
padding: 15px;
border-radius: 10px 10px 0 0;
color: darkgoldenrod;
font-weight: bold;
position: relative;
margin: 0 10px 0;
cursor: pointer;
font-size: 1em;
text-transform: uppercase;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;}

.tabs-head li.active-tab,
.tabs-head li:hover,
.filter-button-group button.active-tab, 
.filter-button-group button:hover {
color: #000;}

.tabs-head li.active-tab:after,
.filter-button-group button.active-tab:after {}

.tab-content {
display: none;}

.tab-content.visible {
display: block;}


.cf-item {padding-bottom: 40px;}
.cf-item .content h1 a,.cf-item .content h2 a,.cf-item .content h3 a,.cf-item .content h4 a,.cf-item .content h5 a,.cf-item .content h6 a {text-decoration: none;color: inherit;}
.cf-item .content h1,.cf-item .content h2,.cf-item .content h3,.cf-item .content h4,.cf-item .content h5,.cf-item .content h6 {margin: 1.2em 0 0.5em;}
.cf-item .content p {font-size: 0.889em;line-height: 1.875em;}

/*Footer */
.footer {padding: 45px 0;line-height: 1em;}

/*Footer navigation*/
.footer-nav {font-size: 0.778em;text-transform: uppercase;font-weight: bold;}
.footer-nav ul {margin: 0;padding: 0;}
.footer-nav ul li {display: block;background: url(https://abcalendars.co.uk/images/footer-li.png) 0 50% no-repeat;padding-left: 25px;margin-bottom: 12px;}
.footer-nav ul li:before {content: "";}
.footer-nav ul li a {text-decoration: none;color: inherit;}
.footer-nav ul li a:hover {border-bottom: 1px solid darkgoldenrod;}

/*buttons3*/
.mySlides {display:none; margin: 30px 0;}.demo {cursor:pointer}
.desc-text1 {font-size: 10px; text-align: center;}	
.spec-tab {max-width: 440px; min-width: 300px; border: 3px solid darkgoldenrod; float: left; position: relative; padding: 15px; border-radius: 8px; margin: 30px; background-color: #FFB6B7;}	
.spec-tab2 {width: 85%; margin: auto;  margin-bottom: 30px;position: relative;padding: 5px;}	
.cal-tab{width: 90%; margin: auto; position: relative; padding: 5px; border-radius: 8px; margin-bottom: 30px;background-color: #FFF;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.button {
	background: #ededed;
	margin: auto;
	margin-top: 5px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #ededed, #fefefe);
	background-image: -moz-linear-gradient(top, #ededed, #fefefe);
	background-image: -ms-linear-gradient(top, #ededed, #fefefe);
	background-image: -o-linear-gradient(top, #ededed, #fefefe);
	background-image: linear-gradient(to bottom, #ededed, #fefefe);
	-webkit-border-radius: 6;-moz-border-radius: 6;border-radius: 6px;text-shadow: 3px 3px 3px #FFF;font-family: Arial;color: #333333;font-size: 14px;padding: 4px 10px;border: solid #ecf6fb 1px;text-decoration:none;}

.button:hover {
	background: #fefefe;
	background-image: -webkit-linear-gradient(top, #fefefe, #ededed);
	background-image: -moz-linear-gradient(top, #fefefe, #ededed);
	background-image: -ms-linear-gradient(top, #fefefe, #ededed);
	background-image: -o-linear-gradient(top, #fefefe, #ededed);
background-image: linear-gradient(to bottom, #fefefe, #ededed);
	text-decoration: none;}	
.buttons-cal {width: 90%; text-align:center; margin: auto; margin-bottom: 40px;}


