/*  Reset  */
* { margin: 0; padding: 0; border: 0; vertical-align: inherit; }
html {position: relative; height: 100%; }
body { position: relative; height: 100%; color: #414042; background: #fbeeeb; font-family: Avenir, sans-serif; line-height: 1.5; vertical-align: top; height: 100%; min-width: 320px; font-size: 17px; }
ul, li { list-style-type: none; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; }
select, textarea { overflow-x: hidden; overflow-y: auto; }
textarea { resize: none; }
input[type="button"], input[type="submit"], input[type="reset"], button { cursor: pointer; }
::-webkit-input-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }
/* Helpers  */
.cf:before, .cf:after { content: " "; display: table; clear: both; }
.jf:after { display: inline-block; width: 100%; clear: both; content: ''; line-height: 0; vertical-align: top; }
footer .menu-item .jf:after { display: block; }
footer .socials-links .jf:after { display: inline-block; }
.jf { text-justify: distribute; text-align: justify; }
.break { -ms-word-break: break-all; word-break: break-all; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; word-wrap: break-word; }
.pull-left { float: left; }
.pull-right { float: right; }
/*  Styles  */
.btn { border: 1px solid #fff; display: inline-block; text-decoration: none; font-family: Me; font-style: italic; line-height: 42px; padding: 0 26px; font-size: 26px; }
.btn .icon-crop { margin-left: 4px; top: -2px; }
.icon-crop { font-style: normal; font-family: Arial; font-size: 90%; display: inline-block; vertical-align: middle; position: relative; }
.icon-crop::before { content: '\25B8'; }
.t2 { font-family: Mesc; font-size: 27px; }
/**/
.open-menu { overflow-y: hidden; }
.page-wrapper { height: 100%; }
.container { position: relative; max-width: 1290px; margin: 0 auto; padding: 0 50px; }

/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px) and (max-width: 1500px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px) and (max-width: 1500px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px) and (max-width: 1500px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px) and (max-width: 1500px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px) and (max-width: 1500px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) and (max-width: 1500px) { 
  
  .container {max-width: 980px!important;}
}
*/

/**/
header { position: fixed; left: 0; right: 0; top: 0; z-index: 100; background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; color: #fff; }
header .header-box { padding: 47px 0 0; position: relative; }
header .header-bar { background: #221f1f; height: 40px; left: 0; position: absolute; right: 0; top: 0; box-sizing: border-box; padding: 0 49px; z-index: 20; }
header .header-bar .box { line-height: 40px; font-size: 15px; vertical-align: middle; }
header .header-bar .email-link { display: inline-block; margin: 0 33px 0 0; font-size: 0; }
header .header-bar .icon-email { background: url("../img/icon-email.png") 0 0 no-repeat; background-size: contain; display: inline-block; height: 17px; width: 32px; vertical-align: middle; }
header .header-bar p { vertical-align: middle; }
header .header-bar .phone { display: inline-block; }
header .header-bar .user-links { }
header .header-bar .user-links .menu-item:first-child { display: none; }
header .header-bar .user-links a { display: inline-block; margin: 0; vertical-align: top; }
header .header-bar .boxes { }
header .header-bar .boxes .menu-item { display: inline-block; vertical-align: top; }
/**/
.top-panel { bottom: 0; left: 0; position: absolute; right: 0; top: 0; overflow: hidden; }
.top-panel-box { height: 60px; overflow: hidden; position: relative; }
/**/
header .logo { background: url("../img/logo.png") top center no-repeat; background-size: contain; display: block; height: 100px; margin: 17px auto 0; width: 289px; position: relative; z-index: 10; }
header .logo-small { float: left; left: 0; position: absolute; background: url("../img/stonor.png") 0 0 no-repeat; background-size: contain; height: 24px; width: 209px; top: 60px; }
header .menu-box { margin: 21px 0 0; position: relative; }
header .menu-box > .container { padding-bottom: 10px; }
header .menu-box .menu-holder { position: relative; margin-left: auto; margin-right: auto; max-width: 744px; }
header .menu-box .menu { overflow: hidden; display: block; margin: 0 auto; line-height: 0; }
header .menu-box .menu > li { display: inline-block; text-align: left; border-top: 1px solid rgba(255, 255, 255, 0.7); width: 150px; line-height: 0; margin: 0 0 10px 0; position: relative; padding: 3px 0 0;}
header .menu-box .menu > li > a { display: inline-block; font-size: 16px; padding: 6px 0; text-align: left; line-height: 1.4; }
header .menu-box .sub { font-size: 14px; text-align: left; line-height: 1.2; padding: 0; vertical-align: top; position: relative; display: none; width: 170px; }
header .menu-box .sub ul { display: inline-block; text-align: left; margin: 7px 0 0; transition: all 100ms; -webkit-transition: all 100ms; -moz-transition: all 100ms; opacity: 0; }
header .menu-box .sub li + li { margin: 10px 0 0 0; }
header .menu-box .sub a { font-size: 15px; }
header .menu-box .sub.open ul { opacity: 1; }
/**/
header .menu-box .menu-btn { display: none; float: right; margin: 0 -6px 0 0; padding: 0 6px; width: 26px; position: relative; top: 3px; outline: none; }
header .menu-box .menu-btn i { position: relative; top: 0; border-top: 1px solid #fff; display: block; height: 0; background: #fff; margin: 7px 0; }
header .menu-box .menu-btn i:nth-child(2n) {
  transition: all 100ms ease 0s;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
}
header .menu-box .menu-btn i:nth-child(2n + 1) {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.open-menu header .menu-box .menu-btn i:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); top: 8px;
}
.open-menu header .menu-box .menu-btn i:first-child + i {
  opacity: 0;
}
.open-menu header .menu-box .menu-btn i:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); top: -8px;
}
header .socials { position: absolute; right: 40px; top: -8px; }
header .socials a { margin: 0 6px; }
/**/
.docked .logo { margin-bottom: 103px; margin-top: -160px; }
.docked .logo-small { top: 3px; }
.docked .menu-box { }
.docked .menu-box .menu-holder { }
.docked .menu-box .menu { }
.docked .menu-box .menu > li { margin-bottom: 10px; }
.docked .menu-box .menu > li > a { }
.docked .menu-box .sub { }
.docked .menu-box .sub ul { }
.docked .menu-box .sub li { }
.docked .menu-box .sub a { }
.docked .menu-box .sub.open ul { }
/**/
.loaded header .logo,
.loaded header .logo-small,
.loaded .header-img .head-text {
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.loaded .header-img {
  /*transition: all 600ms;*/
  /*-webkit-transition: all 600ms;*/
  /*-moz-transition: all 600ms;*/
}
/**/
.home-page { height: 100%; }
.home-page .intro-section { height: 97%; position: relative; max-height: 785px; }
.home-page .intro-section .desc { bottom: 0; color: #fff; left: 0; position: absolute; z-index: 2; padding: 0 0 4% 27px; margin: 0 0 0 15%; }
.home-page .intro-section .desc::before { background-image: url("../img/intro-bg.png"); background-position: right top; background-repeat: repeat-x; content: ''; bottom: 0; left: -9999px; position: absolute; right: 100%; top: 0; opacity: 0.45; }
.home-page .intro-section .desc p { font-family: Mesc; font-size: 51px; line-height: 0.86; margin: 0 0 31px 0; float: left; text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); }
.home-page .intro-section .desc .btn { font-size: 35px; line-height: 50px; padding: 0 64px; clear: left; float: left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.home-page .intro-section .desc .btn:hover { background: rgba(255, 255, 255, 0.3); }
.home-page .intro-section .desc .btn .icon-crop { font-size: 94%; }
.home-page .intro-section .pic { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-position: center bottom; background-repeat: no-repeat; background-size: cover; }
.home-page .intro-section img { }
/**/
.recent-events { margin: 0 auto; }
.recent-events .item { position: relative; overflow: hidden; height: auto; max-height: 430px; }
.recent-events .item .pic { position: relative; }
.recent-events .item .pic::before {content: ""; display: block; padding-top: 100%;}
.recent-events .item .pic-content{position: absolute; bottom: 0; left: 0; right: 0; top: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.recent-events .item .pic img { height: auto; width: 100%; display: block; }
.recent-events .item .panel { bottom: 0; left: 0; position: absolute; right: 0; top: 0; height: 100%; text-align: center; }
.recent-events .item .panel::before { display: inline-block; height: 100%; content: ''; background: red; vertical-align: middle; }
.recent-events .item .desc { background: url("../img/slider-panel.png") 0 0 repeat; vertical-align: middle; display: inline-block; color: #fff; position: relative; width: 68%; padding: 30px 0 37px; max-width: 400px; }
.recent-events .item .desc::before { background: url("../img/slider-panel-top.png") 0 0 repeat-x; content: ''; height: 12px; left: 0; position: absolute; right: 0; top: -12px; }
.recent-events .item .desc::after { background: url("../img/slider-panel-bottom.png") 0 0 repeat-x; content: ''; bottom: -12px; height: 12px; left: 0; position: absolute; right: 0; }
.recent-events .item .desc p.t1 { font-weight: bold; margin: 0 0 46px; position: relative; line-height: 0.9; }
.recent-events .item .desc p.t1::after { background: url("../img/zig_zag.png") center top no-repeat; content: ''; bottom: -24px; height: 7px; left: 0; position: absolute; right: 0; }
.recent-events .item .desc p.t1 a { font-size: 26px; }
.recent-events .item .desc p.date { font-size: 17px; margin: 0 0 -6px 0 }
.recent-events .item .desc p.event { line-height: 1.2; margin: 0 0 23px 0; }
.recent-events .item .desc p.event a { font-size: 25px; }
.recent-events .item .desc a { text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }
.recent-events .item .desc a.btn:hover { background: rgba(255, 255, 255, 0.3); }
.recent-events .item .desc .btn i.icon-crop { }
.recent-events .item .desc .btn { }
/**/
.events-slider { margin: 0 0 -2px 0; }
.events-slider .slick-prev,
.events-slider .slick-next { background-image: url("../img/events-arrows.png"); background-size: 160px auto; height: 90px; margin-top: -45px; width: 80px; -webkit-appearance: none; -moz-appearance: none; }
.events-slider .slick-prev { left: 0; background-position: -80px 0; }
.events-slider .slick-next { right: 0; }
.events-slider .slick-prev::before,
.events-slider .slick-next::before { opacity: 1; line-height: 0; font-size: 23px; box-sizing: border-box; }
.events-slider .slick-prev::before { content: '\25C0'; }
.events-slider .slick-next::before { content: '\25B6'; }
/**/
.single-items { }
.single-items .item { width: 50%; float: left; }
/**/
.socials a { background-image: url("../img/socials.png"); background-repeat: no-repeat; background-size: auto 38px; display: inline-block; height: 38px; margin: 0 0 0 6px; width: 38px; }
.socials .in { background-position: 0 0; }
.socials .tw { background-position: -38px 0; }
.socials .fb { background-position: -76px 0; }
/**/
.page-holder { position: relative; }
.page-holder .header-img { background-position: center; background-size: cover; left: 0; right: 0; top: 0; bottom: 0; z-index: 50; }
.page-holder .header-img .head-text { bottom: 0; color: #fcefeb; font-family: Mesc; font-size: 120px; left: -12px; position: absolute; right: 0; line-height: 1.1; }
.page-holder .header-img .head-text.reduce { font-size: 100px; left: -5px; }
.page-holder .header-img,
.page-holder .header-img-box { height: 673px; position: relative; }
.page-holder .simple-page { position: relative; padding: 12px 0 0 0; overflow: hidden; }
.page-holder .simple-page::before { content: ''; display: table; clear: both; }
.page-holder .crest-bg { background: url("../img/crest-bg.png") no-repeat 0 0; position: absolute; right: 0; top: 0; bottom: 0; background-size: contain; left: auto; width: 445px; opacity: 0.4; }
.page-holder .crest-box { position: absolute; right: 0; top: 49px; height: 785px; overflow-x: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms; left: 0; }
/**/
.page-holder .page-content { position: relative; z-index: 10; }
.page-holder section { }
.page-holder section aside { border-top: 1px solid #636061; padding: 8px 0 0 0; width: 190px; float: left; opacity: 1; }
.page-holder section aside.hdn	{border-top:none;height:0;padding:0;overflow:hidden;}
.page-holder section .t2.also	{padding:0 0 3px 0;margin:0 0 10px 0;border-bottom:1px solid #636061;}
.page-holder section aside.attached { opacity: 0; }
.page-holder section aside .desc { font-size: 18px; margin: 0 0 25px; }
.page-holder section aside .desc p { }
.page-holder section aside .desc a { text-decoration: underline; }
.page-holder section article { margin: 0 0 0 235px; }
.page-holder section .text-box { border-top: 1px solid #636061; padding: 11px 0 0 0; }
.page-holder section .text-box,
.map-canvas { max-width: 580px; }
.page-holder section .text-box + .text-box { margin-top: 40px; }
.page-holder section .text-box p { margin: 0 0 40px 0; }
.page-holder section .text-box blockquote { font-family: Mesc; font-size: 40px; line-height: 1.27; margin-left: -34px; max-width: 503px; }
.page-holder section,
.page-holder section blockquote { margin-top: 54px; margin-bottom: 54px; }
.page-holder section .text-box blockquote p::first-letter { margin: 0 0 0 -22px; }
.section-pic { background-size: cover; height: 674px; overflow: hidden; position: relative; }
.section-pic .desc { bottom: 0; color: #fff; position: absolute; z-index: 2; padding: 51px 72px 2.2% 0; margin: 0 21% 0 0; right: 0; }
.section-pic .desc::before { background-image: url("../img/section-pic-bg.png"); background-position: left top; background-repeat: repeat-x; content: ''; bottom: 0; left: 100%; position: absolute; right: -9999px; top: 0; }
.section-pic .desc p { font-family: Mesc; font-size: 46px; line-height: 1.2; margin: 0 0 31px 0; float: right; max-width: 500px; text-align: right; }
/**/
.map-canvas { background: rgba(0, 0, 0, 0.7); height: 300px; margin: 0 0 30px 0; }
/**/
.events-holder { margin: 28px 0 0 0; padding: 0 0 40px 0; }
.events-holder .event-month { font-family: Mesc; font-size: 26px;/* border-top: 1px solid #636061;*/ padding: 20px 0 0 0; }
.events-holder .event-month p { font-size: 44px; }
.events-holder .event { padding: 30px 0 50px 0; border-top: 1px solid #636061; margin: 0;}
.events-holder .event.large { margin-bottom: 59px; }
.events-holder .event aside { border: none; padding: 0; }
.events-holder .event aside p.day { font-family: Me; font-style: italic; font-size: 33px; line-height: 1;  }
.events-holder .event article { }
.events-holder .event .event-pic { margin: 0 0 24px; }
.events-holder .event .event-pic img { max-width: 100%; }
.events-holder .event .info { }
.events-holder .event .info .event-title { font-size: 26px; font-weight: bold; margin: 0 0 33px; line-height: 1; margin: 0;}
.events-holder .event .info .event-time { font-size: 27px;  font-family: Me; font-style: italic; line-height: 1; }
.events-holder .event .info .text-content {margin-top: 20px; padding-right: 50px;}
.events-holder .event .info .text-content p { font-size: 17px; line-height: 21px; }
.events-holder .event .text-boxes .link-readMore { font-weight: bold; cursor: pointer; position: relative; top: 14px; }
/* i.icon_readmore.curtain:before {
    display: block;
    content: "";
    width: 100%;
    height: 40px;
    top: -45px;
    position: absolute;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251, 238, 235, 0.75) 40%, rgba(251, 238, 235,1) 77%, rgba(251, 238, 235,1) 92%, rgba(251, 238, 235,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(251, 238, 235, 0.75)), color-stop(77%, rgba(251, 238, 235,1)), color-stop(92%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251, 238, 235, 0.75) 40%, rgba(251, 238, 235,1) 77%, rgba(251, 238, 235,1) 92%, rgba(251, 238, 235,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251, 238, 235, 0.75) 40%, rgba(251, 238, 235,1) 77%, rgba(251, 238, 235,1) 92%, rgba(251, 238, 235,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(251, 238, 235, 0.75) 40%, rgba(251, 238, 235,1) 77%, rgba(251, 238, 235,1) 92%, rgba(251, 238, 235,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(251, 238, 235, 0.75) 40%, rgb(251, 238, 235) 77%, rgb(251, 238, 235) 92%, rgb(251, 238, 235) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}*/
i.icon_readmore {
      width: 100%;
    display: inline; 

}
i.icon_readmore:after {
    content: url("../img/filter_arrow_noactive.png");
    position: relative;
    top: 1px;
    left: 0px;
    margin: 0 5px 0 10px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 
}
i.icon_readmore.active:after {
  top: 0px;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.events-holder .event .text-boxes::after { display: table; clear: both; content: ''; }
.events-holder .event .text-boxes .span4 { float: left; width: 40%; }
.events-holder .event .text-boxes .span4 p { }
.events-holder .event .text-boxes .span4 a { }
.events-holder .event .text-boxes .span6 { float: right; width: 55%; }
.events-holder .event .text-boxes .span6 p { }
.events-holder .event .text-boxes .span4 img {  max-width: 100%; }
.events-holder .event .text-boxes .event-image { overflow: hidden; }
.events-holder .event .text-boxes .span6 .event-title { margin: 0; }
.events-holder .event .text-boxes .span6 .text-content a { text-decoration: underline; }
.events-holder .event .text-boxes .span6 .text-content a:hover { text-decoration: none; -webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;  }
/**/
.sticked { }
/* delta */
.sticked .page-holder .header-img { position: fixed; left: 0; right: 0; top: -390px; }
.subhead-box { left: 0; position: absolute; right: 0; top: 100%; }
.subhead-box.blog-subhead { top: 92%; }
.subhead-box.hidden { visibility: hidden; }
.subhead-box .subhead { border-top: 1px solid #636061; float: left; padding: 8px 0 0; width: 185px; font-family: Mesc; font-size: 27px; position: relative; top: 66px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.subhead-box .subhead.notransition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.subhead-box .subhead.transit { opacity: 0; }
/**/
.text-cols { margin-bottom: 40px; width: 100%; }
.text-cols tr { }
.text-cols td { width: 50%; }
/**/
.notable { background: url("../img/slider-panel.png") 0 0 repeat; color: #fff; position: relative; padding: 30px 20px 10px; margin: 40px 0; }
.notable::before { background: url("../img/slider-panel-top.png") 0 0 repeat-x; content: ''; height: 12px; left: 0; position: absolute; right: 0; top: -12px; }
.notable::after { background: url("../img/slider-panel-bottom.png") 0 0 repeat-x; content: ''; bottom: -12px; height: 12px; left: 0; position: absolute; right: 0; }
/**/
.time-box { }
.time-box span { display: inline-block; min-width: 48px; margin: 0 0 0 12px; }
.time-box span:first-child { margin: 0 7px 0 0; }
.time-box span + span { display: inline-block; min-width: 46px; }
/**/
.collapse { margin: 0 auto 0; max-width: 936px; }
.collapse .collapse-item { }
.collapse .collapse-bar { border-bottom: 1px solid #6f6b6c; font-size: 49px; position: relative; }
.collapse .collapse-bar p { font-family: 'Mesc'; }
.collapse .toggle { margin: -24px -14px 0 0; position: absolute; right: 0; top: 50%; padding: 14px; outline: none; }
.collapse .toggle i { background-image: url("../img/collapse-icon.png"); background-position: 0 -20px; background-size: 20px; display: block; height: 20px; width: 20px; }
.collapse .open .toggle i { background-position: 0 0; }
.collapse .collapse-body { padding: 40px 0 0; display: none; }
.collapse .open .collapse-body { display: block; }
.collapse .collapse-body article { font-size: 17px; line-height: 1.5; margin: 0; }
.collapse .collapse-body article p { }
/**/
.ty { display: none; color: #28B828; vertical-align: top; }
.login-popup { display: none; }
.login-popup .popup-over { display: none; }
.open-menu .login-popup .popup-over { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: block; background: rgba(0, 0, 0, 0.5); }
.login-popup-box { z-index: 20; background: #fff; margin: 20px 0 0 0; position: absolute; right: 20px; top: 100%; width: 236px; border-radius: 4px; color: #6d6e71; box-sizing: border-box; padding: 12px 10px; border: 1px solid #ccc; }
.login-popup-box::before { content: ''; border-color: transparent transparent #fff transparent; border-style: solid; border-width: 15px 8px; left: 50%; margin: 0 0 0 -4px; position: absolute; top: -30px; }
.login-popup p { line-height: 1.2; font-size: 83%; text-align: center; }
.login-popup .fields { margin: 10px 0 15px 0; }
.login-popup .fields .field { background: #e6e7e8; border: 1px solid #cdcecf; height: 35px; margin: 0 0 11px 0; padding: 0 0 0 27px; position: relative; }
.login-popup .fields .field i { position: absolute; background-image: url("../img/field-icons.png"); background-size: 36px auto; height: 18px; left: 5px; margin: -9px 0 0 0; top: 50%; width: 18px; }
.login-popup .fields .field i.icon-user { }
.login-popup .fields .field .input { }
.login-popup .fields .field .input input { background: none; box-sizing: border-box; height: 35px; width: 100%; display: block; padding: 0 10px 0 0; font-size: 13px; }
.login-popup .fields .field i.icon-at { background-position: -18px 0; }
.login-popup .fields .field.error { background: #ffe5e5; }
.login-popup .fields .field.error input { color: #ff0000; }
.login-popup .fields .field.error i.icon-user { background-position: 0 -18px; }
.login-popup .fields .field.error i.icon-at { background-position: -18px -18px; }
.login-popup .controls { }
.login-popup .controls .link { float: left; font-size: 13px; line-height: 1.1; }
.login-popup .controls .link br { }
.login-popup .controls .link a { border-bottom: 1px solid #999; margin: 0; }
.login-popup .controls .link a strong { }
.login-popup .controls button.submit-btn { background: #000; color: #fff; float: right; font-family: Mesc; height: 34px; line-height: 34px; padding: 0 10px; }
/**/
.covervid-wrapper { left: 0; position: absolute; top: 0; z-index: 1; height: 100%; width: 100%; overflow: hidden; }
/**/
.intro-slider { bottom: 0; left: 0; margin: 0; position: absolute; right: 0; top: 0; display: none; }
.intro-slider .slick-list { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.intro-slider .slick-track { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.intro-slider .item { background-position: center; background-size: cover; }
.mobile .covervid-wrapper { display: none; }
.mobile .intro-slider { display: block; }
.cookie-confirm { display: none; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; display: none; box-sizing: border-box; padding: 0 20px; text-align: center; }
.cookie-confirm .holder { box-sizing: border-box; margin: 0 auto; padding: 10px 20px 10px 54px; display: inline-block; position: relative; text-align: left; }
.cookie-confirm .holder p { display: inline-block; max-width: 491px; margin: 0 10px 0 0; }
.cookie-confirm .holder .info-icon { background: url("../img/info-icon.png") 0 0 no-repeat; background-size: contain; display: inline-block; height: 37px; margin: -18px 0 0; width: 37px; left: 0; position: absolute; top: 50%; }
.cookie-confirm .holder .btn { border: 1px solid #414042; font-size: 23px; line-height: 36px; margin: 6px 0 0 0; padding: 0 16px; }
/**/
.login-popup.big { display: none; bottom: auto; left: 0; position: absolute; right: 0; text-align: center; top: 0; z-index: 999; box-sizing: border-box; padding: 20px; height: auto; }
.login-popup.big .singup-holder { padding: 0 0 40px; }
.login-popup.big .fields-over { background: #fff; color: #28B828; bottom: 0; left: 0; position: absolute; right: 0; top: 0; text-align: center; display: none; }
.login-popup.big .fields-over p { display: inline-block; vertical-align: middle; }
.login-popup.big .fields-over::before { width: 0; height: 100%; content: ''; display: inline-block; vertical-align: middle; }
.login-popup.big .popup-over { left: 0; bottom: 0; display: block; position: fixed; right: 0; top: 0; }
.login-popup.big .close { background: url("../img/close-popup.png") 0 0 no-repeat; position: absolute; right: 10px; top: 10px; height: 12px; width: 12px; }
.login-popup.big .login-popup-box { z-index: 20; background: #fff; margin: 0 auto; position: relative; right: auto; top: auto; width: auto; border-radius: 4px; color: #6d6e71; box-sizing: border-box; padding: 12px 40px; border: 1px solid #ccc; display: block; max-width: 380px; text-align: left; }
.login-popup.big .login-popup-box::before { display: none; }
.login-popup.big p { line-height: 1.2; font-size: 83%; text-align: center; }
.login-popup.big h2 { font-size: 20px; line-height: 1.1; text-align: center; margin: 10px 0 12px; }
.login-popup.big .signup-form-big { margin: 20px 0 0 0; }
.login-popup.big .fields { margin: 10px 0 15px 0; position: relative; }
.login-popup.big .fields .field { background: #e6e7e8; border: 1px solid #cdcecf; height: 35px; margin: 0 0 11px 0; padding: 0 0 0 27px; position: relative; }
.login-popup.big .fields .field i { position: absolute; background-image: url("../img/field-icons.png"); background-size: 36px auto; height: 18px; left: 5px; margin: -9px 0 0 0; top: 50%; width: 18px; }
.login-popup.big .fields .field i.icon-user { }
.login-popup.big .fields .field .input { }
.login-popup.big .fields .field .input input { background: none; box-sizing: border-box; height: 35px; width: 100%; display: block; padding: 0 10px 0 0; font-size: 13px; }
.login-popup.big .fields .field i.icon-at { background-position: -18px 0; }
.login-popup.big .fields .field.error { background: #ffe5e5; }
.login-popup.big .fields .field.error input { color: #ff0000; }
.login-popup.big .fields .field.error i.icon-user { background-position: 0 -18px; }
.login-popup.big .fields .field.error i.icon-at { background-position: -18px -18px; }
.login-popup.big .controls { margin: 13px 0 0 0; }
.login-popup.big .controls .link { float: left; font-size: 13px; line-height: 1.1; }
.login-popup.big .controls .link br { }
.login-popup.big .controls .link a { border-bottom: 1px solid #999; margin: 0; }
.login-popup.big .controls .link a strong { }
.login-popup.big .controls button.submit-btn { }
/**/
.content_holder { max-width: 1290px; padding: 0 50px; margin: 0 auto; }
/**/
.pic-media { margin: 0 0 80px; }
.pic-media .item { position: relative; float: left; width: 33.33%; color: #fff; }
.pic-media .item.size1-2 { }
.pic-media .item.size1-2::before { padding-top: calc(200% - 1px); }
.pic-media .item .desc,
.pic-media .item .desc *{ -webkit-transition:  300ms; -moz-transition: all 300ms; transition: all 300ms;}
.pic-media .item::before { content: ""; display: block; padding-top: 100%; }
/**/
.pic-media .item.info {background: #2e2e2e;}
.pic-media .item.info .info-title {background: rgba(0, 0, 0, 0) url("../img/info-title-bg.png") left bottom no-repeat; font-size: 25px; font-weight: bold; line-height: 1.1; margin: 0 0 30px; padding: 0 0 30px; }
.pic-media .item.info .info-title h3{ font-size: 25px; font-weight: bold; }
.pic-media .item.info .info-desc { padding: 50px 40px; }
.pic-media .item.info .info-desc p{}
/**/
.pic-media .item-box { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-position: center; background-repeat: no-repeat; background-size: cover; box-sizing: border-box; overflow: hidden; }
.pic-media .item-box i[class^="icon-media"] { position: absolute; z-index: 10; left: 38px; top: 24px; }
.pic-media .item .desc::after {background: url("../img/pic-media-desc.png")  0 0 repeat-x; content: ''; height: 4px; left: 0; position: absolute; right: 0; top: -4px; }
.pic-media .item .desc::before {content: ""; display: block; padding-top: 100%; box-sizing: border-box; }
.pic-media .item .desc { background: rgba(0, 0, 0, 0.6); left: 0; position: absolute; right: 0; margin: -80px 0 0 0; top: 100%; }
.pic-media .item .desc-box { position: absolute; bottom: 0; left: 0; right: 0; top: 0; padding: 15px 40px; }
.pic-media .item.open.social-feed .desc-box {padding-top: 90px; }
.pic-media .item.open .desc::before { }
.pic-media .item.open .desc { margin-top: -100%; }
.pic-media .item.open .desc .titles{ }
.pic-media .item.open .desc-box { padding-top: 40px; }
.pic-media .item .desc .titles { box-sizing: border-box; line-height: 1; position: relative; z-index: 10; margin: 0 0 20px; }
.pic-media .item .desc .titles p { font-size: 25px; font-weight: bold; }
.pic-media .item .desc .titles span { color: #b3a426; display: block; font-family: Me; font-size: 26px; font-style: italic; }
.pic-media .item .text { font-size: 17px; position: relative; z-index: 10; }
.pic-media .item .text p { }
.pic-media .item .text a { text-decoration: underline; }
.pic-media .item .controls { bottom: 20px; left: 40px; position: absolute; right: 0; }
.pic-media .item .controls .btn { -webkit-transition: all 300ms;  -moz-transition: all 300ms;  transition: all 300ms; }
.pic-media .item.weddings .controls .btn { border: 1px solid #414042; color:#414042; position:relative; left: 32%; font-size:22px; padding-left:15px; padding-right:15px;}
.pic-media .item.weddings .desc	{background:none;}
.pic-media .item .controls .btn:hover { background: rgba(255, 255, 255, 0.3); }
.pic-media .twitter-box { background: #073742; }
.pic-media .twitter-box .desc { background: none;}
.pic-media .twitter-box .text { font-size: 25px; margin: 0; max-height:260px; overflow: hidden;}
/**/
i[class^="icon-media"] { background: url("../img/socials-icons.png") 0 0 no-repeat; display: inline-block; height: 42px; vertical-align: middle; width: 42px; }
i.icon-media-ins {width:43px; height:43px;}
i.icon-media-fb { background-position: -43px 0; width:41px;}
i.icon-media-tw { background-position: -85px 0; }
/**/
.pic-media .national-trust { background: #b3a426; /*width: 100%;*/ }
.pic-media .item.national-trust .desc	{background:none;}
.pic-media .item.open.national-trust .desc-box {padding-top: 90px; }
/*.pic-media .national-trust::before { padding-top: 180px; }*/
.pic-media .national-trust .item-box{ box-sizing: border-box; padding: 47px 40px 0; }
.pic-media .national-trust .icon-media-kedr{background-repeat:no-repeat;background-size:contain;}
.pic-media .national-trust .text{ display: inline-block; vertical-align: middle; }
.pic-media .national-trust .p1{ font-size: 25px!important; font-weight: bold; line-height: 1.3; }
/*.pic-media .national-trust .p1 br{ display: none;}*/
.pic-media .national-trust .p2{margin-top:20px;}
/*.pic-media .national-trust .controls { bottom: auto; left: auto; position: relative; vertical-align: middle; float: right; margin: 20px 0 0 0; }*/
.pic-media .national-trust .controls .btn{}
/**/

.people .ppl-list	{}
.people .ppl-list > div				{overflow:hidden;margin-top:70px;}
.people .ppl-list > div > div		{float:left;}
.people .ppl-list > div .pic		{width:430px;margin-right:90px;}
.people .ppl-list > div .pic img	{width:100%;height:auto;}
.people .ppl-list > div .txt		{width:770px;}
.people .ppl-list > div .txt p		{margin-top:40px;}
.people h2							{font-weight:bold;font-size:25px;line-height:1.1;margin:0;}
.people h3, .people .see-also		{font-family:Me;font-size:26px;line-height:1.1;margin:5px 0 0 0;font-weight:normal;font-style:italic;}
.people .see-also					{margin:100px 0 50px 0;font-weight:bold;}

/**/
footer { background: #221f1f url("../img/crest-bg-footer.png") no-repeat scroll -445px 122px;; padding: 37px 0; position: relative; z-index: 300;  }
footer .container { }
footer .footer-box { position: relative;}
footer .site-by {background: url("../img/site-by.png") 0 0 no-repeat; bottom: 20px;  height: 39px; left: 0; position: absolute; width: 137px; }
footer .menu-holder { background: url("../img/bottom-menu-holder.png") repeat-x 0 0; margin: 20px 0 0; position: relative; padding: 65px 0 0 0; color: #868686; }
footer .menu-holder .items{ margin: 0 -20px; }
footer .menu-holder .menu-item { display: inline-block; margin: 0 20px 40px; width: 140px; overflow: hidden; }
footer .menu-holder .menu-item .title{ color: #fff; font-size: 19px; font-weight: bold; border-bottom: 1px solid #505050; padding: 0 0 3px; background: #221f1f; position: relative; z-index: 10; }
footer .menu-holder .menu-item .title i{ border-color: transparent transparent #fff transparent; border-style: solid; border-width: 0 5px 10px; display: none; height: 0; position: absolute; right: 0; top: 7px; width: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
}
footer .menu-holder .menu-item.start-open .title i,
footer .menu-holder .menu-item.open .title i{
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
footer .menu-holder .menu-item .links{ font-size: 15px; text-align: left; line-height: 0; margin: 9px 0 0 0; }
footer .menu-holder .menu-item.open .links{position: relative; bottom: auto;}
footer .menu-holder .menu-item .links li{ line-height: 1.5; }
footer .menu-holder .menu-item .links a{}
footer .menu-holder .menu-item.socials-links { width: 150px; }
footer .menu-holder .menu-item.socials-links .links { text-align: justify; opacity: 0.5; }
footer .menu-holder .menu-item.socials-links .links li{  }
footer .menu-holder .menu-item.socials-links .links a{ display: inline-block; vertical-align: top; }
footer .menu-holder .menu-item.socials-links .links i{ background-size: auto 28px; height: 28px; width: 28px; }
footer .menu-holder .menu-item.socials-links .links .icon-media-ins { background-position: 0 0; }
footer .menu-holder .menu-item.socials-links .links .icon-media-fb { background-position: -28px 0; }
footer .menu-holder .menu-item.socials-links .links .icon-media-tw { background-position: -56px 0; }
footer .partners { float: right; margin: 0px 0 0; }
footer .partners .item { display: inline-block; vertical-align: bottom; margin: 0 0 20px 10px; }
footer .partners .item img { max-width: 100%; }
footer .partners .hha { }
footer .partners .trip { }
/**/
.boxes-page {position: relative;}