@charset "UTF-8";

:root {
  --main-color: #987A5C;
  --background-color0: linear-gradient(to right, #FFFFFF, #F7D895);
  --background-color1: #6D4712;
  --background-color2: #5F3F11;
  --background-color9: #FFFFFF;
  --background-color-loader: #FFFFFF;
  --dark-color: #361F00;
  --header-row-1x: 6rem;
  /* 7.8rem; */
  --header-row-2x: 12rem;
  /* 15.6rem; */
  --default-fontsize: 13px;
  --section-padding-top: 15rem;   /*7.5rem;*/
  --section-padding-bottom: 7.5rem;
  --section-shadow: 0px 0px 17px 3px rgba(0,0,0,0.4);
  --section-color1: #FFFFFF;
  /*linear-gradient(to right, #FFFFFF, #F7D895);*/
  --section-color2: #FFFFFF;
  --section-color3: #FFFFFF;
  /*linear-gradient(to right, #FFFFFF, #F7D895);*/
  --section-color4: #FFFFFF;
  --section-color5: #FFFFFF;
  /*linear-gradient(to right, #FFFFFF, #F7D895);*/
  --section-color6: #FFFFFF;
  --color-link: #FF0000;
  --placeholder-color: rgba(247, 232, 212, 0.25);
  --input-text-color: #ffffff;
  --menu-font-family: "Calibri Light";
  --csuszkakep: 1;
  /*flex háttér opacity*/
}



/*=============================*/
.animation {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
/*=============================*/


/*=============================*/
/*EGYEDI*/

#egyedi table {
	font-size: 1vw;
}

#egyedi table td {
	padding: unset;
	border: unset;
}

#egyedi .about .flex-about div:nth-child(1) {
	padding-bottom: 2vh;
}

#egyedi .about .flex-about .row div:nth-child(1) {
	font-size: 0.9vw;
}

#egyedi .about .flex-about div:nth-child(3) {
	font-size: 0.9vw;
}

.egyedi_container {
	display: flex;
}

/*.egyedi_flex_slide {
  transform: rotate(0deg);
  min-width: 5%;
  -webkit-flex: 1;
  / * Safari 6.1+ * /
  -ms-flex: 1;
  / * IE 10 * /
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
*/

/*****/
/*
.egyedi_i_container {
	display: none;
}

.egyedi_flex_slide:hover {
  -webkit-flex-grow: 40;
  flex-grow: 40;
}

.egyedi_flex_slide:hover .egyedi_i_container {
	display: block;
}
*/


/*.egyedi_flex_slide:hover img {
	display: none;
}
*/
/*.egyedi_r_s_hover img,
.egyedi_l_s_hover img {
	display: none;
}
*/

/*.egyedi_r_s_hover .egyedi_i_container,
.egyedi_l_s_hover .egyedi_i_container {
	display: block;
}
*/

.egyedi_flex_slide img {
	max-height: 100%;
width: auto;
max-width: unset;
height: unset;
}

#egyedi_l > div:nth-child(2){
	width: 200%;
left: -150%;
position: relative;
}

/*.egyedi_r_s_hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 10%;
}

.egyedi_l_s_hover {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 10%;
}
*/
/*
.egyedi_r_s_hover img,
.egyedi_l_s_hover img/ *,
.egyedi_flex_slide:hover img * / {
	display: none;
}

.egyedi_r_s_hover .egyedi_t {
	white-space: nowrap;
  transform: rotate(-90deg);
/ *  top: 15%;* /
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
/ *  min-height: 10%;* /
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;}

.egyedi_l_s_hover .egyedi_t {
	white-space: nowrap;
  transform: rotate(90deg);
/ *  top: 15%;* /
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
/ *  min-height: 10%;* /
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;}
*/
/*=============================*/

/*=============================*/
/*GALLERIA*/
/*.galleria {
margin: .5vw;
font-size: 0;
display: -ms-flexbox;
-ms-flexbox-wrap: wrap;
-ms-flexbox-direction: column;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
display: -webkit-box;
display: flex;
}

.galleria div {
-webkit-box-flex: auto;
-ms-flex: auto;
flex: auto;
width: 200px;
margin: .5vw;
}

.galleria div img {
width: 100%
height: auto;
}

@media screen and (max-width: 400px) {
	.galleria div {
	margin: 0;
	}

	.galleria {
	padding: 0;
	}
}
*/

/*https://www.cssscript.com/demo/responsive-justified-photo-grid-layout-pure-css-flexbin-css/*/
.galleria{
	display:flex;
	overflow:hidden;
	flex-wrap:wrap;
	margin:-2.5px;
}
.galleria:after{
	content:'';
	flex-grow:999999999;
	min-width:300px;
	height:0;
}
.galleria>*{
	position:relative;
	display:block;
	height:300px;
	margin:2.5px;
	flex-grow:1;
}
.galleria>*>img{
	height:300px;
	object-fit:cover;
	max-width:100%;
	min-width:100%;
	vertical-align:bottom;
}
.galleria>*>img:hover{
cursor:pointer;
}

.galleria .thumbnail-title {
position: absolute;
bottom: 0;
width: 100%;
padding: 0 1%;
overflow: hidden;
height: 0;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

/*opacity: 0.7;
background: #000;
white-space: nowrap;
*/}

.galleria .thumbnail-title div:nth-child(1) {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.7;
position: absolute;
}

.galleria .thumbnail-title div:nth-child(2) {
position: relative;
color: #fff;
white-space: nowrap;
}


/*.galleria .thumbnail{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
  
.galleria{
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
  */
.galleria .thumbnail:hover .thumbnail-title {
	height:auto;
}

.thumbnail:after{
content: url(https://m.e-mesesdekor.hu/images/icons/icon-galleri.svg);
height: 50px;
width: 50px;
display: inline-block;
position: relative;
bottom: 300px;
opacity:0.4;
/*vertical-align: middle;
position: relative;
bottom: 75px;
right:75px;*/
}

.galleria .thumbnail:hover:after{
	opacity:0.8;
}

.galleria.galleria-margin{
	margin:2.5px;
}
@media(max-width:980px){
	.galleria{
		display:flex;
		overflow:hidden;
		flex-wrap:wrap;
		margin:-2.5px;
	}
	.galleria:after{
		content:'';
		flex-grow:999999999;
		min-width:150px;
		height:0;
	}
	.galleria>*{
		position:relative;
		display:block;
		height:150px;
		margin:2.5px;
		flex-grow:1;
	}
	.galleria>*>img{
		height:150px;
		object-fit:cover;
		max-width:100%;
		min-width:100%;
		vertical-align:bottom;
	}
	.galleria.galleria-margin{
		margin:2.5px;
	}
}
@media(max-width:400px){
	.galleria{
		display:flex;
		overflow:hidden;
		flex-wrap:wrap;
		margin:-2.5px;
	}
	.galleria:after{
		content:'';
		flex-grow:999999999;
		min-width:100px;
		height:0;
	}
	.galleria>*{
		position:relative;
		display:block;
		height:100px;
		margin:2.5px;
		flex-grow:1;
	}
	.galleria>*>img{
		height:100px;
		object-fit:cover;
		max-width:100%;
		min-width:100%;
		vertical-align:bottom;
	}
	.galleria.galleria-margin{
		margin:2.5px;
	}
}

/*=============================*/


/*=============================*/
/*SLIDER2*/
/*body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
*/
.flex-container {
  /*  position: absolute;*/
  height: 75vh;
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
}

.flex-container .shadow {
	position:relative;
  height: 100%;
}

.flex-container .shadow>div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/*.flex-container .shadow > div:nth-child(2){
position:absolute;
top:0;
}
*/
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 1.5vw;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 30%;
/*  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  */
}

@media screen and (max-width: 768px) {
  .flex-title {
    transform: rotate(0deg) !important;
  }
}

.flex-about {
  /*	display:none;*/
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  /*  width: 80%;*/
  font-size: 1.23vw;
  padding: 1vw;
  top: 20%;
  border: none;
  line-height: 1.3;
  margin: auto;
  text-align: left;
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flex-about p {
  text-align: justify;
  min-height: 11vw;
}

@media screen and (max-width: 768px) {
  .flex-about {
    padding: 0%;
    border: 0px solid #f1f1f1;
  }
}

.flex-slide {
  min-width: 5%;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .flex-slide p {
    font-size: 2em;
  }
}

/* @media screen and (max-width: 768px) {

.flex-slide ul li { font-size: 2em; }
}*/
.flex-slide:hover {
  -webkit-flex-grow: 40;
  flex-grow: 40;
}

.flex-slide:hover .flex-title {
  font-size: 4vw;
}

.flex-slide:hover .flex-about {
  /*	display:block;*/
  transition-delay: 500ms;
  opacity: 1;
}

.flex-slide .flex-title {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .home {
    -moz-animation: aboutFlexSlide;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: aboutFlexSlide;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: aboutFlexSlide;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  50% {
    -webkit-flex-grow: 40;
    flex-grow: 40;
  }

  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    -moz-animation: homeFlextitle;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: homeFlextitle;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: homeFlextitle;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }

  50% {
    transform: rotate(0deg);
    top: 15%;
  }

  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}

.flex-about-home {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .flex-about-home {
    -moz-animation: flexAboutHome;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: flexAboutHome;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: flexAboutHome;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
.contact-form { width: 100%; }

input { width: 100%; }

textarea { width: 100%; }
*/


.home {
  /*  height: 100vh;*/
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://m.e-mesesdekor.hu/images/kinekmit/menyasszony/2.jpg);*/
  opacity: var(--csuszkakep);
  background-size: cover;
  background-position: center center;
  /*background-attachment: fixed;*/
}

.about {
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://m.e-mesesdekor.hu/images/kinekmit/volegeny/2.jpg);*/
  opacity: var(--csuszkakep);
  background-size: cover;
  background-position: center center;
  /*  background-attachment: fixed;*/
}

.contact {
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://m.e-mesesdekor.hu/images/kinekmit/koszoruslany/3.jpg);*/
  background-size: cover;
  background-position: center center;
  /*  background-attachment: fixed;*/
}

.work {
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://m.e-mesesdekor.hu/images/kinekmit/oromszulok/5.jpg);*/
  background-size: cover;
  background-position: center center;
  /*  background-attachment: fixed;*/
}

.vendeg {
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://m.e-mesesdekor.hu/images/kinekmit/vendeg/2.jpg);*/
  background-size: cover;
  background-position: center center;
  /*  background-attachment: fixed;*/
}

.nemkell-spinner {
  /*  position: fixed;
  top: 0;
  left: 0;
*/
  background: #222;
  height: 100%;
  width: 100%;
  z-index: 11;
  margin-top: 0;
  color: #fff;
  font-size: 1em;
}

/*
.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 @-webkit-keyframes
sk-cubemove {  25% {
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 -webkit-transform: rotate(-360deg);
}
}
@keyframes
sk-cubemove {  25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
 50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
 50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
 75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
 100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
*/
/*=============================*/
/*
 http://astronautweb.co/snippet/font-awesome/
 */
/*=============================*/
#arajanlatclick.down span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
}

#arajanlatclick.up span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
}

#arajanlatclick {
  border: none;
  background: none;
  width: 100%;
}

/*=============================*/
html {
  font-family: "Calibri Light";
  font-size: var(--default-fontsize);
}

.elem-hide {
  display: none;
}

.color1 {
  color: var(--main-color) !important;
}

.s-contact {
  padding-top: var(--section-padding-top);
  background-color: var(--section-color6);
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
  padding-bottom:var(--section-padding-bottom);;
}

.title__center p:first-child {
  font-size: 1.9em;
  /*text-decoration: underline;*/
  text-align: center;
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: var(--dark-color);
  /*transparent;*/
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: var(--dark-color);
  /*white;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: var(--dark-color);
  /*transparent;*/
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
body {
  /* - */
  /*
  background: #121619;
  font-family: "Nunito Sans", sans-serif;*/
  background: var(--dark-color);
  /* - */
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.778;
  color: #545454;
  margin: 0;
  padding: 0;
}

p.lead {
  /*  font-family: "Nunito Sans", sans-serif;*/
  font-weight: 300;
  line-height: 1.571;
  margin-bottom: 3.6rem;
  /* - */
  /*  color: #898989;
  font-size: 2.8rem;
*/
  /* - */
}

/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--dark-color);
  /*#121619*/
  z-index: 800;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#loader>div {
  content: "";
  background: var(--background-color-loader);
  /*#5b4f96;*/
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

/* - */
/*.section-header.has-bottom-sep::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 320px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
*/
/* - */
.s-header {
  z-index: 600;
  width: 100%;
  height: var(--header-row-1x);
  background-color: transparent;
  position: absolute;
  /* - */
  /*  top: 24px; */
  /* - */
}

.s-header.sticky {
  background: var(--background-color9);
  animation: fadeInDown 0.25s ease-in both;
  position: fixed;
  top: 0;
  /* - */
  /*  background-color: #0e1113;*/
  /*linear-gradient(to right, #fff, #F7D895);*/
  /*
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
*/
  /* - */
}

.s-header.sticky2 {
  height: var(--header-row-2x);
  animation: fadeInDown 0.25s ease-in both;
  /* - */
  /*  background-color: #0e1113;*/
  /*linear-gradient(to right, #fff, #F7D895);*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* - */
/*  background: var(--background-color9);
  animation: fadeInDown 0.25s ease-in both;
  position: fixed;
  top: 0;
*/
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.s-header.sticky2 .header-logo-container {
  z-index: 601;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
  /* - */
  /*
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
left: 0;
  top: 50%;
  display: inline-block;
  position: absolute;
*/
  display: block;
  position: relative;
  /*        margin-right: -50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);*/
  margin: 0 auto;
  width: max-content;
  /* - */
}

.header-logo-container {
  z-index: 601;
  /* - */
  display: none;
  /* -  display: inline-block;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  left: 0;
  top: 50%;*/
  /* - */
}

.header-logo2-container {
  width: 20%;
  height: auto;
  margin: 0 0 0 auto;
  display: block;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 602;
}

@media only screen and (max-width:800px) {
  .header-logo2-container {
    display: none;
  }
}

.header-logo {
  z-index: 601;
  margin: 6px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* - */
  /*  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  top: 50%;
  position: absolute;
  */
  /* - */
}

.header-logo img {
  /* - */
  /*  width: 130px;
  height: 36px;
  */
  width: auto;
  height: var(--header-row-1x);
  /*  animation-duration: 2s;*/
  /*  -webkit-animation-name: fadeIn;*/
  /*  animation-name: fadeIn;*/
  animation: fadeInDown 0.25s ease-in both;
  /* - */
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-nav-wrap {
  /*  font-family: "Nunito Sans", sans-serif;*/
  font-weight: 600;
  text-align: center;
  /*  padding-left: 180px;*/
}

.header-nav-wrap .header-main-nav {
  /*display: inline-block;
  list-style: none;
  font-weight: 400;*/
  font-size: 16px;
  /*text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;*/
}

.header-nav-wrap .header-main-nav li a {
  display: block;
  line-height: var(--header-row-1x);
  /* - */
  /*  color: rgba(255, 255, 255, 0.5);*/
  color: rgba(152, 122, 92, 0.5);
  /* - */
  outline: none;
  position: relative;
}

.header-nav-wrap .header-main-nav li a:hover,
.header-nav-wrap .header-main-nav li a:focus {
  /* - */
  /*  color: #ffffff; */
  color: var(--main-color) !important;
  /* - */
}

.header-nav-wrap .header-main-nav li.current a {
  /* - */
  /*  color: #ffffff; */
  color: var(--main-color) !important;
  text-decoration: underline;
  /* - */
}

.s-home::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* - */
  /*  opacity: .8;
  background-color: #000000; */
  background: linear-gradient(to right, #fff, #F7D895);
  /* - */
}

.home-content {
  z-index: 4;
  display: table-cell;
  vertical-align: bottom;
  /* - */
  /*  padding-top: 24.8rem; */
  padding-top: 10rem;
  /* - */
  width: 100%;
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

/* - */
/*.home-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 8rem;
  background-color: #5b4f96;
  position: absolute;
  left: 8px;
  top: 0;
}
*/
/* - */
/* - */
.home-content img {
  width: 52%
}

@media only screen and (max-width:800px) {
  .home-content img {
    width: 100%
  }
}

/* - */
/* ===================================================================
 * # egyedi
 *
 * ------------------------------------------------------------------- */
.s-egyedi {
  /* - */
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  /* - */
  display: table;
  width: 100%;
  min-height: 788px;
  background-color: var(--section-color4);
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

/*.s-egyedi::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
			background: linear-gradient(to right, #fff, #F7D895);
}
*/
.s-egyedi .shadow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.no-js .s-egyedi {
  background: #000000;
}

/* ===================================================================
 * # bemutatkozas
 *
 * ------------------------------------------------------------------- */
 .mseportre {
   width: 20%;
   border-radius: 50%;
   float: right;
   -webkit-shape-outside: circle();
   shape-outside: circle();
   margin-top: 2%;
   margin-right: 2%;
   margin-left: 4%;
 }

.s-bemutatkozas {
  /* - */
  /*
  padding-top: 23.2rem;
*/
  text-align: justify;
  padding-top: var(--section-padding-top);
  /* - */
  padding-bottom: var(--section-padding-bottom);
  /* + 6.4rem);*/
  background: var(--section-color2);
  color: var(--main-color);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

.bemuti-cimsor {
  padding-bottom: 0rem;
}

/* - */
/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-kinekmit {
  /* - */
  /*
  padding-top: 23.2rem;
*/
  padding-top: var(--section-padding-top);
  /* - */
  padding-bottom: calc((62.4rem/2));
  /* + 6.4rem);*/
  background: var(--section-color2);
  color: var(--main-color);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

/*Köztes section a képeknek---------------------------------------------------*/
/* .s-koztes {
  min-height: 150px;
  position: absolute;
  background-attachment: fixed;
  /* background-image: url(/images/egyedi/eskuvo/4.jpg);*/
  /*background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  /*background: hsl(89, 34%, 36%);*/
  /* background-image: url(/images/egyedi/eskuvo/4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 200px;
  background-attachment: fixed;
  /* Display and position the pseudo-element */
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
/*transform: translateZ(1px) scale(1.5);
  /* Force the background image to fill the whole element. */
/*background-size: 100%;
  /* Keep the image from overlapping sibling elements. */
/*z-index: -1; */
/*}*/

/*Parallax görgetés-----------------------------------------------------------*/
[class*="jarallax"] {
/*.jarallax {*/
    height: 20%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.koztes-fakit{
  width: 100%;
  position: relative;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
}

/* The styling for the static div. */
/* .static {
  background: red;
} */

/* Sets the actual background images to adorable kitties. This part is crucial. */
/*.bg1::after {
  background-image: url('https://m.e-mesesdekor.hu/images/egyedi/eskuvo/4.jpg');
}

.bg2::before {
  background-image: url('https://m.e-mesesdekor.hu/images/egyedi/eskuvo/3.jpg');
}
*/
 /* demo styles
 --------------------------------------------- */

 /** {
   margin:0;
   padding:0;
 }*/

 /*body {
   font: 100% / 1.5 Arial;
 }*/


  /* centre the content in the parallax layers */
 /*.title {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }*/

/*----------------------------------------------------------------------------*/
/*
.s-about .section-header.has-bottom-sep::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.s-about .display-1,
.s-about h3 {
  color: #ffffff;
}

.s-about p.lead {
  color: rgba(255, 255, 255, 0.6);
}
*/
/* - */
/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  /* - */
  /*
  padding-top: 23.2rem;
*/
  padding-top: var(--section-padding-top);
  /* - */
  padding-bottom: calc((62.4rem/2) + 6.4rem);
  background-color: var(--background-color1);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}

/* ===================================================================
 * # features
 *
 * ------------------------------------------------------------------- */
.s-keptar {
  padding-top: var(--section-padding-top);
  padding-bottom: 20rem;
  background-color: var(--section-color3);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

.testimonials-wrap {
  margin-top: 1rem !important;
}

.testimonials {
  /* - */
  /*  font-family: "Nunito Sans", sans-serif;*/
  /* - */
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.882;
  margin-top: 4rem;
  padding-bottom: 7.2rem;
  position: relative;
}

/* - */
.testimonials__slide .flex-container {
  justify-content: space-between;
  height: 200px;
  width: auto;
  flex-direction: row;
  display: flex;
  margin-bottom: 20px;
  flex-basis: 0;
  flex-grow: 1.5;
}

.testimonials__slide .flex-container div {
  height: 100%;
  width: auto;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.47);
}

.testimonials__slide .flex-container.imgcnt4 div {
  /*max-width: 24.5%;*/
}

.testimonials__slide .flex-container.imgcnt5 div {
  /*max-width: 19.5%;*/
}

.testimonials__slide .flex-container div img {
  height: 100%;
  width: auto;
  max-width: initial;
}

.testimonials__slide p:nth-child(2) {
  min-height: 19.19rem;
}

.testimonials__slide p:first-child {
  font-size: 1.9em;
  /*text-decoration: underline;*/
  font-weight: 900 !important;
  text-align: center;
  text-transform: uppercase;
}

/* - */
/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
.s-footer {
  padding-top: var(--section-padding-top);
  padding-bottom: 4.8rem;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  /* - */
  background-color: var(--background-color1);
  /* - */
}

.aljaoszlop {
  float: left;
  min-width:300px;
  width: 33.33%;
  padding-left: 2em;
  padding-right: 2em;
}

.alja:after{
	content: "";
	display: table;
	clear: both;
}

/* ===================================================================
 * # download
 *
 * ------------------------------------------------------------------- */
.s-download {
  padding-top: 18.4rem;
  background-image: var(--section-color5);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: var(--section-shadow);
  -moz-box-shadow: var(--section-shadow);
  box-shadow: var(--section-shadow);
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 4rem;
  padding: 1rem 10px 1rem;
  /* outline: none; */
  color: var(--input-text-color);
  /*  font-family: "Nunito Sans", sans-serif;*/
  font-size: 1.4rem;
  line-height: 2.8rem;
  max-width: 100%;
  background-color: rgba(109, 72, 20, 1);
  /*rgba(0, 0, 0, 0.1);*/
  border: 1px solid transparent;
  border-color: black;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(50% - 5px);
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select:focus {
  color: var(--input-text-color) !important;
  border: 1px solid;
}

/*gomb-------------------------------------------------------------*/
input[type="submit"]{
  display: inline-block;
  font-family: "Calibri Light";
  font-weight: 500;
  /*font-size: 1.4rem;*/
  text-transform: uppercase;
  letter-spacing: .2rem;
  /*height: 6rem;*/
  /*line-height: 2.8rem;*/

  padding: .5rem 2rem .5rem;
  font-size: 1.4rem;
  line-height: 2.8rem;

  /*padding: 0 3.2rem;*/
  /*margin: 0 .4rem 1.6rem 0;*/
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  background-color: rgba(109, 72, 20, 0.81);
  border: 0.2rem solid #d6d6d6 transparent;
}
input[type="submit"]:hover{
  background-color: rgba(109, 72, 20, 1);
  color: #fff;
}

/*placeholder------------------------------------------------------*/
::-webkit-input-placeholder {
  /* Edge */
  color: var(--placeholder-color);
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: var(--placeholder-color);
}

::placeholder {
  color: var(--placeholder-color);
}

/*-----------------------------------------------------------------*/
label,
legend {
  font-family: var(--menu-font-family);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: .8rem;
  color: var(--main-color);
  /*  display: block;*/
}

textarea {
  min-height: 13.6rem;
}

/* checkbox=============================================================== */
/* Customize the label (the container) */
.specialistartalom {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  color: var(--main-color);
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.specialistartalom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  margin: 5px 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid transparent;
  border-color: black;
  border-radius: 4px;
  background-color: rgba(109, 72, 20, 0.5);
}

/* On mouse-over, add a grey background color */
.specialistartalom:hover input ~ .checkmark {
  background-color: rgba(109, 72, 20, 0.75);
}

/* When the checkbox is checked, add a blue background */
.specialistartalom input:checked ~ .checkmark {
  background-color: rgba(109, 72, 20, 1);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.specialistartalom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.specialistartalom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -------------------------------------------------------------------
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  position: fixed;
  bottom: 32px;
  right: 40px;
}

.go-top a,
.go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 5.6rem;
  width: 5.6rem;
  line-height: 5.6rem;
  text-align: center;
  background-image: url(../images/icons/icon-arrow-up.svg);
  background-color: rgba(109, 72, 20, 0.81);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 15px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.go-top a:hover,
.go-top a:focus,
.go-top a:active {
  background-color: rgba(109, 72, 20, 1);
}

.go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300&subset=latin,latin-ext); meta.foundation-version{font-family:"/5.3.1/"}
meta.foundation-mq-small{font-family:"/only screen/";width:0}
meta.foundation-mq-small-only{font-family:"/only screen and (max-width:40em)/";width:0}
meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}
meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.063em) and (max-width:64em)/";width:40.063em}
meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}
meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.063em) and (max-width:90em)/";width:64.063em}
meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}
meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.063em) and (max-width:120em)/";width:90.063em}
meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}
meta.foundation-mq-xxlarge-only{font-family:"/only screen and (min-width:120.063em) and (max-width:99999999em)/";width:120.063em}
meta.foundation-data-attribute-namespace{font-family:false}
html,body{height:100%}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body{font-size:16px}
body{background:#fff;color:#000;padding:0;margin:0;font-family:"Open Sans",sans-serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:default}
a:hover{cursor:pointer}
img{max-width:100%;height:auto}
img{-ms-interpolation-mode:bicubic}
#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none!important}
.left{float:left!important}
.right{float:right!important}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.hide{display:none}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{display:inline-block;vertical-align:middle}
textarea{height:auto;min-height:50px}
select{width:100%}
.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:75rem}
.row:before,.row:after{content:" ";display:table}
.row:after{clear:both}
.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}
.row.collapse .row{margin-left:0;margin-right:0}
.row .row{width:auto;margin-left:-.625rem;margin-right:-.625rem;margin-top:0;margin-bottom:0;max-width:none}
.row .row:before,.row .row:after{content:" ";display:table}
.row .row:after{clear:both}
.row .row.collapse{width:auto;margin:0;max-width:none}
.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}
.row .row.collapse:after{clear:both}
.column,.columns{padding-left:.625rem;padding-right:.625rem;width:100%;float:left}
[class*="column"]+[class*="column"]:last-child{float:right}
[class*="column"]+[class*="column"].end{float:left}
@media only screen{.small-push-0{ position:relative;left:0;right:auto}
.small-pull-0{position:relative;right:0;left:auto}
.small-push-1{position:relative;left:8.33333%;right:auto}
.small-pull-1{position:relative;right:8.33333%;left:auto}
.small-push-2{position:relative;left:16.66667%;right:auto}
.small-pull-2{position:relative;right:16.66667%;left:auto}
.small-push-3{position:relative;left:25%;right:auto}
.small-pull-3{position:relative;right:25%;left:auto}
.small-push-4{position:relative;left:33.33333%;right:auto}
.small-pull-4{position:relative;right:33.33333%;left:auto}
.small-push-5{position:relative;left:41.66667%;right:auto}
.small-pull-5{position:relative;right:41.66667%;left:auto}
.small-push-6{position:relative;left:50%;right:auto}
.small-pull-6{position:relative;right:50%;left:auto}
.small-push-7{position:relative;left:58.33333%;right:auto}
.small-pull-7{position:relative;right:58.33333%;left:auto}
.small-push-8{position:relative;left:66.66667%;right:auto}
.small-pull-8{position:relative;right:66.66667%;left:auto}
.small-push-9{position:relative;left:75%;right:auto}
.small-pull-9{position:relative;right:75%;left:auto}
.small-push-10{position:relative;left:83.33333%;right:auto}
.small-pull-10{position:relative;right:83.33333%;left:auto}
.small-push-11{position:relative;left:91.66667%;right:auto}
.small-pull-11{position:relative;right:91.66667%;left:auto}
.column,.columns{position:relative;padding-left:.625rem;padding-right:.625rem;float:left}
.small-1{width:8.33333%}
.small-2{width:16.66667%}
.small-3{width:25%}
.small-4{width:33.33333%}
.small-5{width:41.66667%}
.small-6{width:50%}
.small-7{width:58.33333%}
.small-8{width:66.66667%}
.small-9{width:75%}
.small-10{width:83.33333%}
.small-11{width:91.66667%}
.small-12{width:100%}
.small-offset-0{margin-left:0!important}
.small-offset-1{margin-left:8.33333%!important}
.small-offset-2{margin-left:16.66667%!important}
.small-offset-3{margin-left:25%!important}
.small-offset-4{margin-left:33.33333%!important}
.small-offset-5{margin-left:41.66667%!important}
.small-offset-6{margin-left:50%!important}
.small-offset-7{margin-left:58.33333%!important}
.small-offset-8{margin-left:66.66667%!important}
.small-offset-9{margin-left:75%!important}
.small-offset-10{margin-left:83.33333%!important}
.small-offset-11{margin-left:91.66667%!important}
.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}
.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}
.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}
.column.small-centered:last-child,.columns.small-centered:last-child{float:none}
.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}
.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}
}
@media only screen and (min-width: 40.063em){.medium-push-0{ position:relative;left:0;right:auto}
.medium-pull-0{position:relative;right:0;left:auto}
.medium-push-1{position:relative;left:8.33333%;right:auto}
.medium-pull-1{position:relative;right:8.33333%;left:auto}
.medium-push-2{position:relative;left:16.66667%;right:auto}
.medium-pull-2{position:relative;right:16.66667%;left:auto}
.medium-push-3{position:relative;left:25%;right:auto}
.medium-pull-3{position:relative;right:25%;left:auto}
.medium-push-4{position:relative;left:33.33333%;right:auto}
.medium-pull-4{position:relative;right:33.33333%;left:auto}
.medium-push-5{position:relative;left:41.66667%;right:auto}
.medium-pull-5{position:relative;right:41.66667%;left:auto}
.medium-push-6{position:relative;left:50%;right:auto}
.medium-pull-6{position:relative;right:50%;left:auto}
.medium-push-7{position:relative;left:58.33333%;right:auto}
.medium-pull-7{position:relative;right:58.33333%;left:auto}
.medium-push-8{position:relative;left:66.66667%;right:auto}
.medium-pull-8{position:relative;right:66.66667%;left:auto}
.medium-push-9{position:relative;left:75%;right:auto}
.medium-pull-9{position:relative;right:75%;left:auto}
.medium-push-10{position:relative;left:83.33333%;right:auto}
.medium-pull-10{position:relative;right:83.33333%;left:auto}
.medium-push-11{position:relative;left:91.66667%;right:auto}
.medium-pull-11{position:relative;right:91.66667%;left:auto}
.column,.columns{position:relative;padding-left:.625rem;padding-right:.625rem;float:left}
.medium-1{width:8.33333%}
.medium-2{width:16.66667%}
.medium-3{width:25%}
.medium-4{width:33.33333%}
.medium-5{width:41.66667%}
.medium-6{width:50%}
.medium-7{width:58.33333%}
.medium-8{width:66.66667%}
.medium-9{width:75%}
.medium-10{width:83.33333%}
.medium-11{width:91.66667%}
.medium-12{width:100%}
.medium-offset-0{margin-left:0!important}
.medium-offset-1{margin-left:8.33333%!important}
.medium-offset-2{margin-left:16.66667%!important}
.medium-offset-3{margin-left:25%!important}
.medium-offset-4{margin-left:33.33333%!important}
.medium-offset-5{margin-left:41.66667%!important}
.medium-offset-6{margin-left:50%!important}
.medium-offset-7{margin-left:58.33333%!important}
.medium-offset-8{margin-left:66.66667%!important}
.medium-offset-9{margin-left:75%!important}
.medium-offset-10{margin-left:83.33333%!important}
.medium-offset-11{margin-left:91.66667%!important}
.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}
.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}
.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}
.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}
.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}
.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}
.push-0{position:relative;left:0;right:auto}
.pull-0{position:relative;right:0;left:auto}
.push-1{position:relative;left:8.33333%;right:auto}
.pull-1{position:relative;right:8.33333%;left:auto}
.push-2{position:relative;left:16.66667%;right:auto}
.pull-2{position:relative;right:16.66667%;left:auto}
.push-3{position:relative;left:25%;right:auto}
.pull-3{position:relative;right:25%;left:auto}
.push-4{position:relative;left:33.33333%;right:auto}
.pull-4{position:relative;right:33.33333%;left:auto}
.push-5{position:relative;left:41.66667%;right:auto}
.pull-5{position:relative;right:41.66667%;left:auto}
.push-6{position:relative;left:50%;right:auto}
.pull-6{position:relative;right:50%;left:auto}
.push-7{position:relative;left:58.33333%;right:auto}
.pull-7{position:relative;right:58.33333%;left:auto}
.push-8{position:relative;left:66.66667%;right:auto}
.pull-8{position:relative;right:66.66667%;left:auto}
.push-9{position:relative;left:75%;right:auto}
.pull-9{position:relative;right:75%;left:auto}
.push-10{position:relative;left:83.33333%;right:auto}
.pull-10{position:relative;right:83.33333%;left:auto}
.push-11{position:relative;left:91.66667%;right:auto}
.pull-11{position:relative;right:91.66667%;left:auto}
}
@media only screen and (min-width: 64.063em){.large-push-0{ position:relative;left:0;right:auto}
.large-pull-0{position:relative;right:0;left:auto}
.large-push-1{position:relative;left:8.33333%;right:auto}
.large-pull-1{position:relative;right:8.33333%;left:auto}
.large-push-2{position:relative;left:16.66667%;right:auto}
.large-pull-2{position:relative;right:16.66667%;left:auto}
.large-push-3{position:relative;left:25%;right:auto}
.large-pull-3{position:relative;right:25%;left:auto}
.large-push-4{position:relative;left:33.33333%;right:auto}
.large-pull-4{position:relative;right:33.33333%;left:auto}
.large-push-5{position:relative;left:41.66667%;right:auto}
.large-pull-5{position:relative;right:41.66667%;left:auto}
.large-push-6{position:relative;left:50%;right:auto}
.large-pull-6{position:relative;right:50%;left:auto}
.large-push-7{position:relative;left:58.33333%;right:auto}
.large-pull-7{position:relative;right:58.33333%;left:auto}
.large-push-8{position:relative;left:66.66667%;right:auto}
.large-pull-8{position:relative;right:66.66667%;left:auto}
.large-push-9{position:relative;left:75%;right:auto}
.large-pull-9{position:relative;right:75%;left:auto}
.large-push-10{position:relative;left:83.33333%;right:auto}
.large-pull-10{position:relative;right:83.33333%;left:auto}
.large-push-11{position:relative;left:91.66667%;right:auto}
.large-pull-11{position:relative;right:91.66667%;left:auto}
.column,.columns{position:relative;padding-left:.625rem;padding-right:.625rem;float:left}
.large-1{width:8.33333%}
.large-2{width:16.66667%}
.large-3{width:25%}
.large-4{width:33.33333%}
.large-5{width:41.66667%}
.large-6{width:50%}
.large-7{width:58.33333%}
.large-8{width:66.66667%}
.large-9{width:75%}
.large-10{width:83.33333%}
.large-11{width:91.66667%}
.large-12{width:100%}
.large-offset-0{margin-left:0!important}
.large-offset-1{margin-left:8.33333%!important}
.large-offset-2{margin-left:16.66667%!important}
.large-offset-3{margin-left:25%!important}
.large-offset-4{margin-left:33.33333%!important}
.large-offset-5{margin-left:41.66667%!important}
.large-offset-6{margin-left:50%!important}
.large-offset-7{margin-left:58.33333%!important}
.large-offset-8{margin-left:66.66667%!important}
.large-offset-9{margin-left:75%!important}
.large-offset-10{margin-left:83.33333%!important}
.large-offset-11{margin-left:91.66667%!important}
.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}
.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}
.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}
.column.large-centered:last-child,.columns.large-centered:last-child{float:none}
.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}
.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}
.push-0{position:relative;left:0;right:auto}
.pull-0{position:relative;right:0;left:auto}
.push-1{position:relative;left:8.33333%;right:auto}
.pull-1{position:relative;right:8.33333%;left:auto}
.push-2{position:relative;left:16.66667%;right:auto}
.pull-2{position:relative;right:16.66667%;left:auto}
.push-3{position:relative;left:25%;right:auto}
.pull-3{position:relative;right:25%;left:auto}
.push-4{position:relative;left:33.33333%;right:auto}
.pull-4{position:relative;right:33.33333%;left:auto}
.push-5{position:relative;left:41.66667%;right:auto}
.pull-5{position:relative;right:41.66667%;left:auto}
.push-6{position:relative;left:50%;right:auto}
.pull-6{position:relative;right:50%;left:auto}
.push-7{position:relative;left:58.33333%;right:auto}
.pull-7{position:relative;right:58.33333%;left:auto}
.push-8{position:relative;left:66.66667%;right:auto}
.pull-8{position:relative;right:66.66667%;left:auto}
.push-9{position:relative;left:75%;right:auto}
.pull-9{position:relative;right:75%;left:auto}
.push-10{position:relative;left:83.33333%;right:auto}
.pull-10{position:relative;right:83.33333%;left:auto}
.push-11{position:relative;left:91.66667%;right:auto}
.pull-11{position:relative;right:91.66667%;left:auto}
}
[class*="block-grid-"]{display:block;padding:0;margin:0 -.625rem}
[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}
[class*="block-grid-"]:after{clear:both}
[class*="block-grid-"]>li{display:block;height:auto;float:left;padding:0 .625rem 1.25rem}
@media only screen{.small-block-grid-1>li{ width:100%;list-style:none}
.small-block-grid-1>li:nth-of-type(1n){clear:none}
.small-block-grid-1>li:nth-of-type(1n+1){clear:both}
.small-block-grid-2>li{width:50%;list-style:none}
.small-block-grid-2>li:nth-of-type(1n){clear:none}
.small-block-grid-2>li:nth-of-type(2n+1){clear:both}
.small-block-grid-3>li{width:33.33333%;list-style:none}
.small-block-grid-3>li:nth-of-type(1n){clear:none}
.small-block-grid-3>li:nth-of-type(3n+1){clear:both}
.small-block-grid-4>li{width:25%;list-style:none}
.small-block-grid-4>li:nth-of-type(1n){clear:none}
.small-block-grid-4>li:nth-of-type(4n+1){clear:both}
.small-block-grid-5>li{width:20%;list-style:none}
.small-block-grid-5>li:nth-of-type(1n){clear:none}
.small-block-grid-5>li:nth-of-type(5n+1){clear:both}
.small-block-grid-6>li{width:16.66667%;list-style:none}
.small-block-grid-6>li:nth-of-type(1n){clear:none}
.small-block-grid-6>li:nth-of-type(6n+1){clear:both}
.small-block-grid-7>li{width:14.28571%;list-style:none}
.small-block-grid-7>li:nth-of-type(1n){clear:none}
.small-block-grid-7>li:nth-of-type(7n+1){clear:both}
.small-block-grid-8>li{width:12.5%;list-style:none}
.small-block-grid-8>li:nth-of-type(1n){clear:none}
.small-block-grid-8>li:nth-of-type(8n+1){clear:both}
.small-block-grid-9>li{width:11.11111%;list-style:none}
.small-block-grid-9>li:nth-of-type(1n){clear:none}
.small-block-grid-9>li:nth-of-type(9n+1){clear:both}
.small-block-grid-10>li{width:10%;list-style:none}
.small-block-grid-10>li:nth-of-type(1n){clear:none}
.small-block-grid-10>li:nth-of-type(10n+1){clear:both}
.small-block-grid-11>li{width:9.09091%;list-style:none}
.small-block-grid-11>li:nth-of-type(1n){clear:none}
.small-block-grid-11>li:nth-of-type(11n+1){clear:both}
.small-block-grid-12>li{width:8.33333%;list-style:none}
.small-block-grid-12>li:nth-of-type(1n){clear:none}
.small-block-grid-12>li:nth-of-type(12n+1){clear:both}
}
@media only screen and (min-width: 40.063em){.medium-block-grid-1>li{ width:100%;list-style:none}
.medium-block-grid-1>li:nth-of-type(1n){clear:none}
.medium-block-grid-1>li:nth-of-type(1n+1){clear:both}
.medium-block-grid-2>li{width:50%;list-style:none}
.medium-block-grid-2>li:nth-of-type(1n){clear:none}
.medium-block-grid-2>li:nth-of-type(2n+1){clear:both}
.medium-block-grid-3>li{width:33.33333%;list-style:none}
.medium-block-grid-3>li:nth-of-type(1n){clear:none}
.medium-block-grid-3>li:nth-of-type(3n+1){clear:both}
.medium-block-grid-4>li{width:25%;list-style:none}
.medium-block-grid-4>li:nth-of-type(1n){clear:none}
.medium-block-grid-4>li:nth-of-type(4n+1){clear:both}
.medium-block-grid-5>li{width:20%;list-style:none}
.medium-block-grid-5>li:nth-of-type(1n){clear:none}
.medium-block-grid-5>li:nth-of-type(5n+1){clear:both}
.medium-block-grid-6>li{width:16.66667%;list-style:none}
.medium-block-grid-6>li:nth-of-type(1n){clear:none}
.medium-block-grid-6>li:nth-of-type(6n+1){clear:both}
.medium-block-grid-7>li{width:14.28571%;list-style:none}
.medium-block-grid-7>li:nth-of-type(1n){clear:none}
.medium-block-grid-7>li:nth-of-type(7n+1){clear:both}
.medium-block-grid-8>li{width:12.5%;list-style:none}
.medium-block-grid-8>li:nth-of-type(1n){clear:none}
.medium-block-grid-8>li:nth-of-type(8n+1){clear:both}
.medium-block-grid-9>li{width:11.11111%;list-style:none}
.medium-block-grid-9>li:nth-of-type(1n){clear:none}
.medium-block-grid-9>li:nth-of-type(9n+1){clear:both}
.medium-block-grid-10>li{width:10%;list-style:none}
.medium-block-grid-10>li:nth-of-type(1n){clear:none}
.medium-block-grid-10>li:nth-of-type(10n+1){clear:both}
.medium-block-grid-11>li{width:9.09091%;list-style:none}
.medium-block-grid-11>li:nth-of-type(1n){clear:none}
.medium-block-grid-11>li:nth-of-type(11n+1){clear:both}
.medium-block-grid-12>li{width:8.33333%;list-style:none}
.medium-block-grid-12>li:nth-of-type(1n){clear:none}
.medium-block-grid-12>li:nth-of-type(12n+1){clear:both}
}
@media only screen and (min-width: 64.063em){.large-block-grid-1>li{ width:100%;list-style:none}
.large-block-grid-1>li:nth-of-type(1n){clear:none}
.large-block-grid-1>li:nth-of-type(1n+1){clear:both}
.large-block-grid-2>li{width:50%;list-style:none}
.large-block-grid-2>li:nth-of-type(1n){clear:none}
.large-block-grid-2>li:nth-of-type(2n+1){clear:both}
.large-block-grid-3>li{width:33.33333%;list-style:none}
.large-block-grid-3>li:nth-of-type(1n){clear:none}
.large-block-grid-3>li:nth-of-type(3n+1){clear:both}
.large-block-grid-4>li{width:25%;list-style:none}
.large-block-grid-4>li:nth-of-type(1n){clear:none}
.large-block-grid-4>li:nth-of-type(4n+1){clear:both}
.large-block-grid-5>li{width:20%;list-style:none}
.large-block-grid-5>li:nth-of-type(1n){clear:none}
.large-block-grid-5>li:nth-of-type(5n+1){clear:both}
.large-block-grid-6>li{width:16.66667%;list-style:none}
.large-block-grid-6>li:nth-of-type(1n){clear:none}
.large-block-grid-6>li:nth-of-type(6n+1){clear:both}
.large-block-grid-7>li{width:14.28571%;list-style:none}
.large-block-grid-7>li:nth-of-type(1n){clear:none}
.large-block-grid-7>li:nth-of-type(7n+1){clear:both}
.large-block-grid-8>li{width:12.5%;list-style:none}
.large-block-grid-8>li:nth-of-type(1n){clear:none}
.large-block-grid-8>li:nth-of-type(8n+1){clear:both}
.large-block-grid-9>li{width:11.11111%;list-style:none}
.large-block-grid-9>li:nth-of-type(1n){clear:none}
.large-block-grid-9>li:nth-of-type(9n+1){clear:both}
.large-block-grid-10>li{width:10%;list-style:none}
.large-block-grid-10>li:nth-of-type(1n){clear:none}
.large-block-grid-10>li:nth-of-type(10n+1){clear:both}
.large-block-grid-11>li{width:9.09091%;list-style:none}
.large-block-grid-11>li:nth-of-type(1n){clear:none}
.large-block-grid-11>li:nth-of-type(11n+1){clear:both}
.large-block-grid-12>li{width:8.33333%;list-style:none}
.large-block-grid-12>li:nth-of-type(1n){clear:none}
.large-block-grid-12>li:nth-of-type(12n+1){clear:both}
}
.clearing-thumbs,[data-clearing]{margin-bottom:0;margin-left:0;list-style:none}
.clearing-thumbs:before,.clearing-thumbs:after,[data-clearing]:before,[data-clearing]:after{content:" ";display:table}
.clearing-thumbs:after,[data-clearing]:after{clear:both}
.clearing-thumbs li,[data-clearing] li{float:left;margin-right:10px}
.clearing-thumbs[class*="block-grid-"] li,[data-clearing][class*="block-grid-"] li{margin-right:0}
.clearing-blackout{background:#333;position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}
.clearing-blackout .clearing-close{display:block}
.clearing-container{position:relative;z-index:998;height:100%;overflow:hidden;margin:0}
.clearing-touch-label{position:absolute;top:50%;left:50%;color:#aaa;font-size:.6em}
.visible-img{height:95%;position:relative}
.visible-img img{position:absolute;left:50%;top:50%;margin-left:-50%;max-height:100%;max-width:100%}
.clearing-caption{color:#ccc;font-size:.875em;line-height:1.3;margin-bottom:0;text-align:center;bottom:0;background:#333;width:100%;padding:10px 30px 20px;position:absolute;left:0}
.clearing-close{z-index:999;padding-left:20px;padding-top:10px;font-size:30px;line-height:1;color:#ccc;display:none}
.clearing-close:hover,.clearing-close:focus{color:#ccc}
.clearing-assembled .clearing-container{height:100%}
.clearing-assembled .clearing-container .carousel>ul{display:none}
.clearing-feature li{display:none}
.clearing-feature li.clearing-featured-img{display:block}
@media only screen and (min-width: 40.063em){.clearing-main-prev,.clearing-main-next{ position:absolute;height:100%;width:40px;top:0}
.clearing-main-prev>span,.clearing-main-next>span{position:absolute;top:50%;display:block;width:0;height:0;border:solid 12px}
.clearing-main-prev>span:hover,.clearing-main-next>span:hover{opacity:.8}
.clearing-main-prev{left:0}
.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#ccc}
.clearing-main-next{right:0}
.clearing-main-next>span{border-color:transparent;border-left-color:#ccc}
.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:.3}
.clearing-assembled .clearing-container .carousel{background:rgba(51,51,51,.8);height:120px;margin-top:10px;text-align:center}
.clearing-assembled .clearing-container .carousel>ul{display:inline-block;z-index:999;height:100%;position:relative;float:none}
.clearing-assembled .clearing-container .carousel>ul li{display:block;width:120px;min-height:inherit;float:left;overflow:hidden;margin-right:0;padding:0;position:relative;cursor:pointer;opacity:.4;clear:none}
.clearing-assembled .clearing-container .carousel>ul li.fix-height img{height:100%;max-width:none}
.clearing-assembled .clearing-container .carousel>ul li a.th{border:0;box-shadow:none;display:block}
.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer!important;width:100%!important}
.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}
.clearing-assembled .clearing-container .carousel>ul li:hover{opacity:.8}
.clearing-assembled .clearing-container .visible-img{background:#333;overflow:hidden;height:85%}
.clearing-close{position:absolute;top:10px;right:20px;padding-left:0;padding-top:0}
}
form{margin:0 0 1rem}
form .row .row{margin:0 -.5rem}
form .row .row .column,form .row .row .columns{padding:0 .5rem}
form .row .row.collapse{margin:0}
form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}
form .row .row.collapse input{border-bottom-right-radius:0;border-top-right-radius:0}
form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:.5rem}
label{font-size:.875rem;color:#fff;cursor:pointer;display:block;font-weight:400;line-height:1.5;margin-bottom:0}
label.right{float:none!important;text-align:right}
label.inline{margin:0 0 1rem 0;padding:.5rem 0}
label small{text-transform:capitalize;color:#fff}
select::-ms-expand{display:none}
.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:.875rem;height:2.3125rem;line-height:2.3125rem}
.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:0}
.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125rem;border:0}
.prefix.button.radius{border-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}
.postfix.button.radius{border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}
.prefix.button.round{border-radius:0;border-bottom-left-radius:1000px;border-top-left-radius:1000px}
.postfix.button.round{border-radius:0;border-bottom-right-radius:1000px;border-top-right-radius:1000px}
span.prefix,label.prefix{background:#f2f2f2;border-right:0;color:#333;border-color:#ccc}
span.prefix.radius,label.prefix.radius{border-radius:0;border-bottom-left-radius:3px;border-top-left-radius:3px}
span.postfix,label.postfix{background:#f2f2f2;border-left:0;color:#333;border-color:#ccc}
span.postfix.radius,label.postfix.radius{border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px}
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{-webkit-appearance:none;-webkit-border-radius:0;background-color:rgba(255,255,255,.7);font-family:inherit;border:0 solid #ccc;box-shadow:0;color:rgba(0,0,0,.75);display:block;font-size:.875rem;margin:0 0 1rem 0;padding:.5rem;height:2.3125rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:box-shadow .45s,border-color .45s ease-in-out}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{box-shadow:0 0 5px #999;border-color:#999}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:0}
input[type="text"][disabled],input[type="text"][readonly],fieldset[disabled] input[type="text"],input[type="password"][disabled],input[type="password"][readonly],fieldset[disabled] input[type="password"],input[type="date"][disabled],input[type="date"][readonly],fieldset[disabled] input[type="date"],input[type="datetime"][disabled],input[type="datetime"][readonly],fieldset[disabled] input[type="datetime"],input[type="datetime-local"][disabled],input[type="datetime-local"][readonly],fieldset[disabled] input[type="datetime-local"],input[type="month"][disabled],input[type="month"][readonly],fieldset[disabled] input[type="month"],input[type="week"][disabled],input[type="week"][readonly],fieldset[disabled] input[type="week"],input[type="email"][disabled],input[type="email"][readonly],fieldset[disabled] input[type="email"],input[type="number"][disabled],input[type="number"][readonly],fieldset[disabled] input[type="number"],input[type="search"][disabled],input[type="search"][readonly],fieldset[disabled] input[type="search"],input[type="tel"][disabled],input[type="tel"][readonly],fieldset[disabled] input[type="tel"],input[type="time"][disabled],input[type="time"][readonly],fieldset[disabled] input[type="time"],input[type="url"][disabled],input[type="url"][readonly],fieldset[disabled] input[type="url"],textarea[disabled],textarea[readonly],fieldset[disabled] textarea{background-color:#ddd}
input[type="text"].radius,input[type="password"].radius,input[type="date"].radius,input[type="datetime"].radius,input[type="datetime-local"].radius,input[type="month"].radius,input[type="week"].radius,input[type="email"].radius,input[type="number"].radius,input[type="search"].radius,input[type="tel"].radius,input[type="time"].radius,input[type="url"].radius,textarea.radius{border-radius:3px}
input[type="submit"]{-webkit-appearance:none;-webkit-border-radius:0}
textarea[rows]{height:auto}
select{-webkit-appearance:none!important;-webkit-border-radius:0;background-color:#fafafa;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border:0 solid #ccc;padding:.5rem;font-size:.875rem;color:rgba(0,0,0,.75);line-height:normal;border-radius:0;height:2.3125rem}
select.radius{border-radius:3px}
select:hover{background-color:#f3f3f3;border-color:#999}
input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1rem 0}
input[type="checkbox"]+label,input[type="radio"]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}
input[type="file"]{width:100%}
fieldset{border:1px solid #ddd;padding:1.25rem;margin:1.125rem 0}
fieldset legend{font-weight:700;background:#fff;padding:0 .1875rem;margin:0;margin-left:-.1875rem}
[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;background:#f04124;color:#fff}
[data-abide] span.error,[data-abide] small.error{display:none}
span.error,small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;background:#f04124;color:#fff}
.error input,.error textarea,.error select{margin-bottom:0}
.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1rem}
.error label,.error label.error{color:#f04124}
.error small.error{display:block;padding:.375rem .5625rem .5625rem;margin-top:-1px;margin-bottom:1rem;font-size:.75rem;font-weight:400;font-style:italic;background:#f04124;color:#fff}
.error>label>small{color:#fff;background:transparent;padding:0;text-transform:capitalize;font-style:normal;font-size:60%;margin:0;display:inline}
.error span.error-message{display:block}
input.error,textarea.error{margin-bottom:0}
label.error{color:#f04124}
ul.pagination{display:block;min-height:1.5rem;margin-left:-.3125rem}
ul.pagination li{height:1.5rem;color:#222;font-size:.875rem;margin-left:.3125rem}
ul.pagination li a,ul.pagination li button{display:block;padding:.0625rem .625rem .0625rem;color:#000;background:0;border-radius:3px;font-weight:400;font-size:1em;line-height:inherit;transition:background-color 300ms ease-out}
ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#e6e6e6}
ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#999}
ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent}
ul.pagination li.current a,ul.pagination li.current button{background:#ff527b;color:#fff;font-weight:700;cursor:default}
ul.pagination li.current a:hover,ul.pagination li.current a:focus,ul.pagination li.current button:hover,ul.pagination li.current button:focus{background:#ff527b}
ul.pagination li{float:left;display:block}
.pagination-centered{text-align:center}
.pagination-centered ul.pagination li{float:none;display:inline-block}
@media only screen{.show-for-small-only,.show-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up{ display:inherit!important}
.hide-for-small-only,.hide-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}
.visible-for-small-only,.visible-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}
.hidden-for-small-only,.hidden-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
table.show-for-small-only,table.show-for-small-up,table.show-for-small,table.show-for-small-down,table.hide-for-medium-only,table.hide-for-medium-up,table.hide-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up{display:table}
thead.show-for-small-only,thead.show-for-small-up,thead.show-for-small,thead.show-for-small-down,thead.hide-for-medium-only,thead.hide-for-medium-up,thead.hide-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up{display:table-header-group!important}
tbody.show-for-small-only,tbody.show-for-small-up,tbody.show-for-small,tbody.show-for-small-down,tbody.hide-for-medium-only,tbody.hide-for-medium-up,tbody.hide-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up{display:table-row-group!important}
tr.show-for-small-only,tr.show-for-small-up,tr.show-for-small,tr.show-for-small-down,tr.hide-for-medium-only,tr.hide-for-medium-up,tr.hide-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up{display:table-row!important}
th.show-for-small-only,td.show-for-small-only,th.show-for-small-up,td.show-for-small-up,th.show-for-small,td.show-for-small,th.show-for-small-down,td.show-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.hide-for-medium-up,td.hide-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up{display:table-cell!important}
}
@media only screen and (min-width: 40.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.show-for-medium-only,.show-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up{ display:inherit!important}
.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.hide-for-medium-only,.hide-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}
.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.visible-for-medium-only,.visible-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}
.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.hidden-for-medium-only,.hidden-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.show-for-medium-only,table.show-for-medium-up,table.show-for-medium,table.show-for-medium-down,table.hide-for-large-only,table.hide-for-large-up,table.hide-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up{display:table}
thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.show-for-medium-only,thead.show-for-medium-up,thead.show-for-medium,thead.show-for-medium-down,thead.hide-for-large-only,thead.hide-for-large-up,thead.hide-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up{display:table-header-group!important}
tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.show-for-medium-only,tbody.show-for-medium-up,tbody.show-for-medium,tbody.show-for-medium-down,tbody.hide-for-large-only,tbody.hide-for-large-up,tbody.hide-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up{display:table-row-group!important}
tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.show-for-medium-only,tr.show-for-medium-up,tr.show-for-medium,tr.show-for-medium-down,tr.hide-for-large-only,tr.hide-for-large-up,tr.hide-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up{display:table-row!important}
th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.show-for-medium-only,td.show-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.show-for-medium,td.show-for-medium,th.show-for-medium-down,td.show-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.hide-for-large-up,td.hide-for-large-up,th.hide-for-large,td.hide-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up{display:table-cell!important}
}
@media only screen and (min-width: 64.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.show-for-large-only,.show-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up{ display:inherit!important}
.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.hide-for-large-only,.hide-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}
.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.visible-for-large-only,.visible-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}
.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.hidden-for-large-only,.hidden-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.show-for-large-only,table.show-for-large-up,table.show-for-large,table.show-for-large-down,table.hide-for-xlarge-only,table.hide-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up{display:table}
thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.show-for-large-only,thead.show-for-large-up,thead.show-for-large,thead.show-for-large-down,thead.hide-for-xlarge-only,thead.hide-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up{display:table-header-group!important}
tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.show-for-large-only,tbody.show-for-large-up,tbody.show-for-large,tbody.show-for-large-down,tbody.hide-for-xlarge-only,tbody.hide-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up{display:table-row-group!important}
tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.show-for-large-only,tr.show-for-large-up,tr.show-for-large,tr.show-for-large-down,tr.hide-for-xlarge-only,tr.hide-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up{display:table-row!important}
th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.show-for-large-only,td.show-for-large-only,th.show-for-large-up,td.show-for-large-up,th.show-for-large,td.show-for-large,th.show-for-large-down,td.show-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.hide-for-xlarge-up,td.hide-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up{display:table-cell!important}
}
@media only screen and (min-width: 90.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.show-for-xlarge-only,.show-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up{ display:inherit!important}
.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.hide-for-xlarge-only,.hide-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up{display:none!important}
.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.visible-for-xlarge-only,.visible-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}
.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.hidden-for-xlarge-only,.hidden-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.show-for-xlarge-only,table.show-for-xlarge-up,table.hide-for-xxlarge-only,table.hide-for-xxlarge-up{display:table}
thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.show-for-xlarge-only,thead.show-for-xlarge-up,thead.hide-for-xxlarge-only,thead.hide-for-xxlarge-up{display:table-header-group!important}
tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.show-for-xlarge-only,tbody.show-for-xlarge-up,tbody.hide-for-xxlarge-only,tbody.hide-for-xxlarge-up{display:table-row-group!important}
tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.show-for-xlarge-only,tr.show-for-xlarge-up,tr.hide-for-xxlarge-only,tr.hide-for-xxlarge-up{display:table-row!important}
th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.show-for-xlarge-only,td.show-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.hide-for-xxlarge-only,td.hide-for-xxlarge-only,th.hide-for-xxlarge-up,td.hide-for-xxlarge-up{display:table-cell!important}
}
@media only screen and (min-width: 120.063em){.hide-for-small-only,.show-for-small-up,.hide-for-small,.hide-for-small-down,.hide-for-medium-only,.show-for-medium-up,.hide-for-medium,.hide-for-medium-down,.hide-for-large-only,.show-for-large-up,.hide-for-large,.hide-for-large-down,.hide-for-xlarge-only,.show-for-xlarge-up,.show-for-xxlarge-only,.show-for-xxlarge-up{ display:inherit!important}
.show-for-small-only,.hide-for-small-up,.show-for-small,.show-for-small-down,.show-for-medium-only,.hide-for-medium-up,.show-for-medium,.show-for-medium-down,.show-for-large-only,.hide-for-large-up,.show-for-large,.show-for-large-down,.show-for-xlarge-only,.hide-for-xlarge-up,.hide-for-xxlarge-only,.hide-for-xxlarge-up{display:none!important}
.hidden-for-small-only,.visible-for-small-up,.hidden-for-small,.hidden-for-small-down,.hidden-for-medium-only,.visible-for-medium-up,.hidden-for-medium,.hidden-for-medium-down,.hidden-for-large-only,.visible-for-large-up,.hidden-for-large,.hidden-for-large-down,.hidden-for-xlarge-only,.visible-for-xlarge-up,.visible-for-xxlarge-only,.visible-for-xxlarge-up{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}
.visible-for-small-only,.hidden-for-small-up,.visible-for-small,.visible-for-small-down,.visible-for-medium-only,.hidden-for-medium-up,.visible-for-medium,.visible-for-medium-down,.visible-for-large-only,.hidden-for-large-up,.visible-for-large,.visible-for-large-down,.visible-for-xlarge-only,.hidden-for-xlarge-up,.hidden-for-xxlarge-only,.hidden-for-xxlarge-up{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
table.hide-for-small-only,table.show-for-small-up,table.hide-for-small,table.hide-for-small-down,table.hide-for-medium-only,table.show-for-medium-up,table.hide-for-medium,table.hide-for-medium-down,table.hide-for-large-only,table.show-for-large-up,table.hide-for-large,table.hide-for-large-down,table.hide-for-xlarge-only,table.show-for-xlarge-up,table.show-for-xxlarge-only,table.show-for-xxlarge-up{display:table}
thead.hide-for-small-only,thead.show-for-small-up,thead.hide-for-small,thead.hide-for-small-down,thead.hide-for-medium-only,thead.show-for-medium-up,thead.hide-for-medium,thead.hide-for-medium-down,thead.hide-for-large-only,thead.show-for-large-up,thead.hide-for-large,thead.hide-for-large-down,thead.hide-for-xlarge-only,thead.show-for-xlarge-up,thead.show-for-xxlarge-only,thead.show-for-xxlarge-up{display:table-header-group!important}
tbody.hide-for-small-only,tbody.show-for-small-up,tbody.hide-for-small,tbody.hide-for-small-down,tbody.hide-for-medium-only,tbody.show-for-medium-up,tbody.hide-for-medium,tbody.hide-for-medium-down,tbody.hide-for-large-only,tbody.show-for-large-up,tbody.hide-for-large,tbody.hide-for-large-down,tbody.hide-for-xlarge-only,tbody.show-for-xlarge-up,tbody.show-for-xxlarge-only,tbody.show-for-xxlarge-up{display:table-row-group!important}
tr.hide-for-small-only,tr.show-for-small-up,tr.hide-for-small,tr.hide-for-small-down,tr.hide-for-medium-only,tr.show-for-medium-up,tr.hide-for-medium,tr.hide-for-medium-down,tr.hide-for-large-only,tr.show-for-large-up,tr.hide-for-large,tr.hide-for-large-down,tr.hide-for-xlarge-only,tr.show-for-xlarge-up,tr.show-for-xxlarge-only,tr.show-for-xxlarge-up{display:table-row!important}
th.hide-for-small-only,td.hide-for-small-only,th.show-for-small-up,td.show-for-small-up,th.hide-for-small,td.hide-for-small,th.hide-for-small-down,td.hide-for-small-down,th.hide-for-medium-only,td.hide-for-medium-only,th.show-for-medium-up,td.show-for-medium-up,th.hide-for-medium,td.hide-for-medium,th.hide-for-medium-down,td.hide-for-medium-down,th.hide-for-large-only,td.hide-for-large-only,th.show-for-large-up,td.show-for-large-up,th.hide-for-large,td.hide-for-large,th.hide-for-large-down,td.hide-for-large-down,th.hide-for-xlarge-only,td.hide-for-xlarge-only,th.show-for-xlarge-up,td.show-for-xlarge-up,th.show-for-xxlarge-only,td.show-for-xxlarge-only,th.show-for-xxlarge-up,td.show-for-xxlarge-up{display:table-cell!important}
}
.show-for-landscape,.hide-for-portrait{display:inherit!important}
.hide-for-landscape,.show-for-portrait{display:none!important}
table.hide-for-landscape,table.show-for-portrait{display:table}
thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group!important}
tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group!important}
tr.hide-for-landscape,tr.show-for-portrait{display:table-row!important}
td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell!important}
@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{ display:inherit!important}
.hide-for-landscape,.show-for-portrait{display:none!important}
table.show-for-landscape,table.hide-for-portrait{display:table}
thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group!important}
tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group!important}
tr.show-for-landscape,tr.hide-for-portrait{display:table-row!important}
td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell!important}
}
@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{ display:inherit!important}
.hide-for-portrait,.show-for-landscape{display:none!important}
table.show-for-portrait,table.hide-for-landscape{display:table}
thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group!important}
tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group!important}
tr.show-for-portrait,tr.hide-for-landscape{display:table-row!important}
td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell!important}
}
.show-for-touch{display:none!important}
.hide-for-touch{display:inherit!important}
.touch .show-for-touch{display:inherit!important}
.touch .hide-for-touch{display:none!important}
table.hide-for-touch{display:table}
.touch table.show-for-touch{display:table}
thead.hide-for-touch{display:table-header-group!important}
.touch thead.show-for-touch{display:table-header-group!important}
tbody.hide-for-touch{display:table-row-group!important}
.touch tbody.show-for-touch{display:table-row-group!important}
tr.hide-for-touch{display:table-row!important}
.touch tr.show-for-touch{display:table-row!important}
td.hide-for-touch{display:table-cell!important}
.touch td.show-for-touch{display:table-cell!important}
th.hide-for-touch{display:table-cell!important}
.touch th.show-for-touch{display:table-cell!important}
@media print{.show-for-print{ display:block}
.hide-for-print{display:none}
table.show-for-print{display:table}
thead.show-for-print{display:table-header-group!important}
tbody.show-for-print{display:table-row-group!important}
tr.show-for-print{display:table-row!important}
td.show-for-print{display:table-cell!important}
th.show-for-print{display:table-cell!important}
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{background:#fff;color:#000;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
.main_sprites-sprite,.headingBanner h2:before,.headingBanner h2:after,.headingBanner--white h2:before,.headingBanner--white h2:after,.social-item-facebook,.social-item-linkedin,.social-item-mail,.pager li.pager-item-nav--prev>a,.pager li.pager-item-nav--prev>a:hover,.pager li.pager-item-nav--next>a,.pager li.pager-item-nav--next>a:hover{background:url('/images/frontend/main_sprites-se6851678c3.png') no-repeat}
@font-face{font-family:'trend_sansone';src:url("/fonts/frontend/TrendSansOne/trendsansone-webfont.eot");src:url("/fonts/frontend/TrendSansOne/trendsansone-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/frontend/TrendSansOne/trendsansone-webfont.woff2") format("woff2"),url("/fonts/frontend/TrendSansOne/trendsansone-webfont.woff") format("woff"),url("/fonts/frontend/TrendSansOne/trendsansone-webfont.ttf") format("truetype");font-weight:400;font-style:normal}
html{height:100%}
body{height:100%;line-height:150%}
h1{margin:0 0 1.25rem 0;color:#000;font-size:1.875rem;text-transform:uppercase}
h2{font-family:'trend_sansone';margin:0 0 1.25rem 0;color:#000;font-size:1.125rem;text-transform:uppercase}
h3{margin:0 0 1.25rem 0;color:#000;font-weight:400;font-size:1.875rem}
h4{margin:0 0 3.125rem 0;color:#000;font-size:3.75rem;font-weight:300;line-height:4.375rem;text-align:center}
a{color:blue;text-decoration:none;cursor:pointer}
p{margin:0 0 1.25rem 0}
input,select,textarea,button{font-family:"Open Sans",sans-serif;outline:0}
textarea{resize:none}
hr{height:1px;margin:0;border:0;background:#eee}
nav ul{padding:0}
table{width:100%;background-color:rgba(255,255,255,.5);border:0}
table h2{margin-bottom:0}
table a{display:inline-block;padding-top:3px;padding-bottom:3px}
#_atssh{top:-1px}
iframe[src="about:blank"]{display:none}
.fb-like-box,.fb-like-box span,.fb-like-box span iframe[style]{width:100%!important}
.fb-like-box{min-height:260px}
.l-rowTopGutter{margin-top:1.25rem}
.l-rowBottomGutter{margin-bottom:1.25rem}
.l-headerSite{position:relative;z-index:100;box-shadow:0 0 12px rgba(0,0,0,.2)}
.l-logo{width:193px;padding-top:30px;margin:auto}
.l-landingHead{position:relative;min-height:70px}
.l-section{padding:50px 0 50px 0}
.l-section--rolunk{min-height:510px;background-image:url("/images/frontend/bg_rolunk.jpg");background-size:cover}
.l-galleryPreview{padding:0 .625rem 0 0}
.l-galleryPreview li{padding:0}
.l-footerSite{padding:22px 0;background-color:#ff527b}
.l-footerSite:before,.l-footerSite:after{content:" ";display:table}
.l-footerSite:after{clear:both}
.l-footerSite{*zoom:1}
.l-footerSite footer>div{text-align:center}
.l-footerSite-copyright{padding-top:20px}
.l-footerSite-social{padding-top:20px}
@media only screen and (min-width: 1010px){.l-logo{ display:none}
}
@media only screen and (min-width: 64.063em){.l-footerSite-logo{ float:left;padding-top:0}
.l-footerSite-copyright{float:left;padding-left:70px}
.l-footerSite-social{float:right;padding-top:9px}
}
.btn{border-style:solid;border-width:0;cursor:pointer;font-family:"Open Sans",sans-serif;font-weight:400;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#008cba;border-color:#007095;color:#fff;transition:background-color 300ms ease-out;padding:10px 18px;margin-bottom:0;font-family:'trend_sansone';font-size:1rem;text-transform:uppercase;color:#ff527b;background-color:#fff;border:solid 1px #ff527b}
.btn:hover,.btn:focus{background-color:#007095}
.btn:hover,.btn:focus{color:#fff}
.btn:hover{background-color:#ff527b}
.flashMessage{border-style:solid;border-width:1px;display:block;font-weight:400;margin-bottom:1.25rem;position:relative;padding:.875rem 1.5rem .875rem .875rem;font-size:.8125rem;transition:opacity 300ms ease-out;border-radius:0;margin-bottom:0;text-align:center}
.flashMessage .close{font-size:1.375rem;padding:9px 6px 4px;line-height:0;position:absolute;top:50%;margin-top:-.6875rem;right:.25rem;color:#333;opacity:.3}
.flashMessage .close:hover,.flashMessage .close:focus{opacity:.5}
.flashMessage.alert-close{opacity:0}
.flashMessage--success{background-color:#ff527b;border-color:#ff2357;color:#fff}
.flashMessage--alert{background-color:red;border-color:#db0000;color:#fff}
.flashMessage--info{background-color:lime;border-color:#00db00;color:#fff}
.leadText{font-size:1.875rem;font-weight:300;margin-bottom:1.25rem;line-height:2.5rem;font-style:italic}
.wysiwygText{padding:0;margin:0;color:#000;font-family:"Open Sans",sans-serif;font-weight:300;line-height:24px}
.wysiwygText p{margin:0 0 1.25rem 0;font-weight:300}
.wysiwygText a{color:blue;text-decoration:none}
.wysiwygText a:hover{text-decoration:underline}
.wysiwygText h1{margin:0 0 1.25rem 0;color:#000;line-height:1.875rem;font-size:1.5rem;font-weight:300;text-transform:none}
.wysiwygText h2{margin:0 0 1.25rem 0;color:#000;font-size:1.5rem;text-transform:none;font-weight:300;text-transform:none}
.wysiwygText h3{margin:0 0 1.25rem 0;color:#000;font-size:1.25rem;text-transform:uppercase}
.wysiwygText h4{margin:0 0 1.25rem 0;color:#000;font-size:1.25rem;text-transform:none}
.wysiwygText h5{margin:0 0 1.25rem 0;color:#000;font-size:1rem;text-transform:uppercase}
.wysiwygText h6{margin:0 0 1.25rem 0;color:#000;font-size:1rem;text-transform:none}
.wysiwygText img{margin:1.25rem}
.list{padding:0;margin:0;list-style:none}
.list>li{padding:.625rem 0}
.list>li:first-child{padding-top:0}
.list--divider>li{border-bottom:1px #eee}
.list--divider>li:last-child{border-bottom:0}
.list--divider--solid>li{border-bottom-style:solid}
.list--divider--dotted>li{border-bottom-style:solid}
.list-item-customdivider{height:4px;background:url("/images/frontend/custom_divider.png") repeat-x}
.form{margin-bottom:0}
.form label{line-height:1.875rem}
.form input{width:246px;margin-bottom:0}
.form input[type="text"],.form input[type="email"],.form select{height:1.875rem}
.form select{padding-top:0;line-height:1.875rem;font-size:.875rem}
.form textarea{height:100px}
.form-globalErrors{padding:0;margin:0;list-style:none;padding:.625rem;margin-bottom:.625rem;background-color:red}
.form-globalErrors>li{color:#fff}
.form-row{margin-bottom:.625rem}
.form-row:before,.form-row:after{content:" ";display:table}
.form-row:after{clear:both}
.form-row{*zoom:1}
.form-row ::-webkit-input-placeholder{color:#ff527b}
.form-row :-moz-placeholder{color:#ff527b}
.form-row ::-moz-placeholder{color:#ff527b}
.form-row :-ms-input-placeholder{color:#ff527b}
.form-row--required>label:after{content:'*'}
.form-row-control>ul{padding:0;margin:0;list-style:none}
.form-row-control>ul>li{margin-bottom:1.25rem}
.form-row-control>ul>li:before,.form-row-control>ul>li:after{content:" ";display:table}
.form-row-control>ul>li:after{clear:both}
.form-row-control>ul>li{*zoom:1}
.form-row-control>ul>li:last-child{margin-bottom:0}
.form-row-control>ul>li>div{float:left;margin:2px 1.25rem 0 0}
.form-row-control>ul>li>label{float:left}
.form-row--error .form-row-control input,.form-row--error .form-row-control textarea,.form-row--error .form-row-control select{background-color:#fff;border:solid 1px red}
.form-row-errors{padding:0;margin:0;list-style:none}
.form-row-errors>li{padding:0 5px;font-size:.8125rem;color:#fff;background-color:red}
.form-row--submit{margin:1.25rem 0 0 0}
.form-row--submit>div{width:auto;float:none}
.form-row--submit>div .form-row-control:before,.form-row--submit>div .form-row-control:after{content:" ";display:table}
.form-row--submit>div .form-row-control:after{clear:both}
.form-row--submit>div .form-row-control{*zoom:1}
.form-row--submit>div button{border-style:solid;border-width:0;cursor:pointer;font-family:"Open Sans",sans-serif;font-weight:400;line-height:normal;margin:0 0 1.25rem;position:relative;text-decoration:none;text-align:center;-webkit-appearance:none;-webkit-border-radius:0;display:inline-block;padding-top:1rem;padding-right:2rem;padding-bottom:1.0625rem;padding-left:2rem;font-size:1rem;background-color:#008cba;border-color:#007095;color:#fff;transition:background-color 300ms ease-out;padding:10px 18px;margin-bottom:0;font-family:'trend_sansone';font-size:1rem;text-transform:uppercase;color:#fff;background-color:#ff527b;border:solid 1px #fff}
.form-row--submit>div button:hover,.form-row--submit>div button:focus{background-color:#007095}
.form-row--submit>div button:hover,.form-row--submit>div button:focus{color:#fff}
.form-row--submit>div button:hover{background-color:#e53962}
.form--inquiry .form-row label{float:left;width:180px;color:#fff}
.form--inquiry .form-row>div{float:left}
.form--inquiry .form-row--submit{float:right}
.form-row--inquiryWeddingDate:before,.form-row--inquiryWeddingDate:after{content:" ";display:table}
.form-row--inquiryWeddingDate:after{clear:both}
.form-row--inquiryWeddingDate{*zoom:1}
.form-row--inquiryWeddingDate select{float:left;width:120px;margin-left:3px}
.form-row--inquiryWeddingDate select:first-child{width:70px;margin-left:0}
.form-row--inquiryWeddingDate select:last-child{width:50px}
.form-row--inquiryWeddingHallDecoration label{line-height:1rem}
.headingBanner{text-align:center}
.headingBanner h2{position:relative;display:inline-block;padding:0 35px;margin:0 0 70px 0;line-height:3rem;color:#ff527b;font-family:'trend_sansone';font-size:1.125rem;text-transform:uppercase;border-top:solid 1px #ff527b;border-bottom:solid 1px #ff527b}
.headingBanner h2:before{background-position:0 -135px;height:48px;width:12px;position:absolute;top:0;left:0;content:''}
.headingBanner h2:after{background-position:0 -231px;height:48px;width:12px;position:absolute;top:0;right:0;content:''}
.headingBanner--white h2{color:#fff;border-top:solid 1px #fff;border-bottom:solid 1px #fff}
.headingBanner--white h2:before{background-position:0 -279px;height:48px;width:12px}
.headingBanner--white h2:after{background-position:0 -183px;height:48px;width:12px}
.menuMain{padding-top:25px;font-family:'trend_sansone';font-size:.75rem}
.menuMain>ul{padding:0;margin:0;list-style:none;display:none;background-color:#f6f6f6}
.menuMain>ul>li:hover>a{color:#fff;background-color:#ff527b}
.menuMain>ul>li>a{display:block;padding:0 22px;line-height:47px;color:#000;text-transform:uppercase}
.menuMain-responsiveHead{display:block;color:#000;line-height:3.75rem;font-size:1rem;text-align:center;background-color:#eee}
.menuMain-responsiveHead:hover{color:#fff;background-color:#ff527b}
.menuMain-item-logo{display:none}
.menuMain-item-hasDropdown{background-color:#eee}
.menuMain-item-hasDropdown--selected{color:#fff!important;background-color:#e53962!important}
.menuMain-item-subMenu{padding:0;margin:0;list-style:none;font-size:1rem;font-weight:400;display:none;z-index:100;margin-top:-4px;font-family:'Open Sans',sans-serif;background-color:#ff527b;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden}
.menuMain-item-subMenu>li>a{display:block;padding:0 45px 0 20px;color:#fff;line-height:40px;text-transform:normal}
.menuMain-item-subMenu>li>a:hover{background-color:#e53962}
@media only screen and (min-width: 770px){.menuMain{ padding:55px 0 40px 0}
.menuMain>ul{padding:0;margin:0;list-style:none;float:none;display:block!important;text-align:center;background-color:#fff}
.menuMain>ul:before,.menuMain>ul:after{content:" ";display:table}
.menuMain>ul:after{clear:both}
.menuMain>ul{*zoom:1}
.menuMain>ul>li{float:none}
.menuMain>ul>li{display:inline-block}
.menuMain>ul>li:hover .menuMain-item-subMenu{display:block}
.menuMain>ul>li>a{border-radius:4px}
.menuMain-responsiveHead{display:none}
.menuMain-item-hasDropdown{background-color:transparent}
.menuMain-item-subMenu{position:absolute}
}
@media only screen and (min-width: 1010px){.menuMain-item-logo{ display:block;padding:0 20px;margin-top:-20px}
}
@media only screen and (min-width: 1174px){.menuMain{ font-size:1rem}
}
.sliderMain{padding:0;margin:0;list-style:none}
.sliderMain>li{display:none}
.sliderMain>li:first-child{display:block}
.sliderMain-item-txt{position:absolute;top:50%;z-index:10;width:100%;margin-top:-14px;text-align:center}
.sliderMain-item-txt>h1{margin:0;line-height:1.75rem;color:#fff;font-family:'trend_sansone';font-size:1.5rem;font-weight:400;text-transform:uppercase}
@media only screen and (min-width: 770px){.sliderMain-item-txt{ margin-top:-14px}
.sliderMain-item-txt>h1{line-height:3.75rem;font-size:3.125rem}
.sliderMain-item-txt>span{font-size:1.125rem;line-height:1.8125rem}
}
@media only screen and (min-width: 1010px){.sliderMain-item-txt{ margin-top:-35px}
.sliderMain-item-txt>h1{line-height:4.375rem;font-size:3.75rem}
.sliderMain-item-txt>span{font-size:1.4375rem;line-height:2.3125rem}
}
@media only screen and (min-width: 1174px){.sliderMain-item-txt{ margin-top:-50px}
.sliderMain-item-txt>h1{line-height:6.25rem;font-size:5.625rem}
.sliderMain-item-txt>span{font-size:1.4375rem;line-height:2.3125rem}
}
.stilusPreview{font-size:1rem;font-weight:300;text-align:center}
.stilusPreview h3{font-size:1.875rem;font-weight:300;margin-bottom:20px}
.stilusPreview .wysiwygText{line-height:1.375rem}
.stilusPreview-img{display:table;width:100%;margin-bottom:35px}
.stilusPreview-img>div{display:table-cell;vertical-align:bottom;text-align:center;height:var(--header-row-1x)}
.rolunk .wysiwygText{color:#fff;text-align:center;line-height:1.75rem}
.rolunk .wysiwygText strong{margin-top:30px;font-family:'trend_sansone';font-weight:400;text-transform:uppercase}
.postPreview{margin-bottom:90px;text-align:center}
.postPreview h3{font-size:1.875rem;font-weight:300;max-height:72px;margin-bottom:20px;line-height:2.25rem;overflow:hidden}
.postPreview-lead{font-size:.875rem;font-weight:300;height:80px;margin:20px 0;line-height:1.25rem;overflow:hidden}
.copyright{font-size:.875rem;font-weight:300;color:#fff}
.social{padding:0;margin:0;list-style:none;float:none;display:inline-block}
.social:before,.social:after{content:" ";display:table}
.social:after{clear:both}
.social{*zoom:1}
.social>li{float:left}
.social>li{margin-left:10px}
.social>li:first-child{margin-left:0}
.social>li>a{transition:background-color 300ms ease-out;display:block;border:solid 1px #fff;border-radius:27px}
.social>li>a:hover{background-color:#e53962}
.social>li>a span{display:none}
.social-item-facebook{background-position:0 -382px;height:55px;width:55px}
.social-item-linkedin{background-position:0 -327px;height:55px;width:55px}
.social-item-mail{background-position:0 -80px;height:55px;width:55px}
.galleryPreview{position:relative}
.galleryPreview>div{position:absolute;width:100%;padding-bottom:100%}
.galleryPreview>div:hover{background-color:rgba(255,82,123,.89)}
.columnText:before,.columnText:after{content:" ";display:table}
.columnText:after{clear:both}
.columnText{*zoom:1}
.columnText .wysiwygText{-webkit-column-count:1;-moz-column-count:1;column-count:1}
@media only screen and (min-width: 64.063em){.columnText .wysiwygText{ -webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}
}
.ajanlatkeres{position:absolute;top:0;left:0;z-index:20;width:100%}
.ajanlatkeres-form{display:none;padding:30px 0;background-color:#ff527b}
.ajanlatkeres-btnToggle{display:block;position:relative;float:right;padding:10px 10px 5px 10px;line-height:1.125rem;text-align:center;font-family:'trend_sansone';font-size:.625rem;text-transform:uppercase;color:#fff;background-color:#ff527b}
.ajanlatkeres-btnToggle:before{position:absolute;bottom:-10px;left:0;width:0;height:0;border-style:solid;border-width:10px 77px 0 0;border-color:#ff527b transparent transparent transparent;content:''}
.ajanlatkeres-btnToggle:after{position:absolute;bottom:-10px;right:0;width:0;height:0;border-style:solid;border-width:0 77px 10px 0;border-color:transparent #ff527b transparent transparent;content:''}
.ajanlatkeres-btnToggle>span{font-size:1.25rem}
.pager{display:block;min-height:1.5rem;margin-left:-.3125rem;padding-left:0;margin-bottom:0;text-align:center;vertical-align:bottom}
.pager li{height:1.5rem;color:#222;font-size:.875rem;margin-left:.3125rem}
.pager li a,.pager li button{display:block;padding:.0625rem .625rem .0625rem;color:#000;background:0;border-radius:3px;font-weight:400;font-size:1em;line-height:inherit;transition:background-color 300ms ease-out}
.pager li:hover a,.pager li a:focus,.pager li:hover button,.pager li button:focus{background:#e6e6e6}
.pager li.unavailable a,.pager li.unavailable button{cursor:default;color:#999}
.pager li.unavailable:hover a,.pager li.unavailable a:focus,.pager li.unavailable:hover button,.pager li.unavailable button:focus{background:transparent}
.pager li.current a,.pager li.current button{background:#ff527b;color:#fff;font-weight:700;cursor:default}
.pager li.current a:hover,.pager li.current a:focus,.pager li.current button:hover,.pager li.current button:focus{background:#ff527b}
.pager li{float:none;display:inline-block}
.pager li a{border-radius:0}
.pager li.pager-item-nav>a{display:block;border-radius:20px}
.pager li.pager-item-nav>a:hover{background-color:#ff527b}
.pager li.pager-item-nav>a span{display:none}
.pager li.pager-item-nav--prev{margin-right:30px}
.pager li.pager-item-nav--prev>a{background-position:0 0;height:40px;width:40px}
.pager li.pager-item-nav--prev>a:hover,.pager li.pager-item-nav--prev>a.pager_prev_hover,.pager li.pager-item-nav--prev>a.pager_prev-hover{background-position:0 -437px}
.pager li.pager-item-nav--prev>a:hover{background-position:0 -437px;height:40px;width:40px}
.pager li.pager-item-nav--next{margin-left:30px}
.pager li.pager-item-nav--next>a{background-position:0 -40px;height:40px;width:40px}
.pager li.pager-item-nav--next>a:hover,.pager li.pager-item-nav--next>a.pager_next_hover,.pager li.pager-item-nav--next>a.pager_next-hover{background-position:0 -477px}
.pager li.pager-item-nav--next>a:hover{background-position:0 -477px;height:40px;width:40px}
.h-ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px}
.h-ir:before{content:"";display:block;width:0;height:150%}
.h-clearfix:before,.h-clearfix:after{content:" ";display:table}
.h-clearfix:after{clear:both}
.h-clearfix{*zoom:1}
.is-hidden{display:none!important;visibility:hidden}
.is-visuallyhidden{border:0;clip:rect(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.is-visuallyhidden.focusable:active,.is-visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
.is-invisible{visibility:hidden}
*/
