@charset "utf-8";
/* CSS Document */
.map {
	width:100%;
	position:relative;
}
.map #indexmap {
	height:450px;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	max-width:1300px;
}
.containerbg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}
.container.csm {
	max-width:800px;
}
.containerdest {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
   clear:both;	
}
.row, .row2, .into, .rowlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.nb, .row2.nb, .into.nb, .rowlist.nb  {
    margin-right: 0px;
    margin-left: 0px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-7, .box70, .box30, .card50, .tour60, .tour40, .tbox,
.col33, .col100 , .col25, .col75, .col50 {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col33 {
    width: 33.333333%;
}
.col33 .card50 {
	padding-left: 0px;
    padding-right: 0px;
}
.col25 {
    width: 25%;
}
.col100 {
	width:100%;
}
.col50 {
	width:50%;
}
.ourblog {
   width:100%;
   padding:3% 0;
   position:relative;
}
.ourblog.bgwh {
	background-color: #f8f7f5;
 }
 .col-lg-12 {
	width: 100%;
	margin-bottom: 2rem;
 }
 .col-lg-12 .row2.nb .slidefigure {
	width:50%;
	padding:0;
	margin:0;
	height:400px;
 }
 .col-lg-12 .row2.nb .slidefigure img {
	width:100%;
	height:100%;
	object-fit: cover;
 }
 .col-lg-12 .row2.nb aside {
	width:50%;
	padding:0 50px;
	display: flex;
	flex-direction: column;
 }
 .col-lg-12 .row2.nb aside h4 {
	font-family: 'Didot', sans-serif;
	font-size: 1.5em;
	margin:0;
	color:#333;
 }
 .col-lg-12 .row2.nb aside p{
	font-family: 'Didot', sans-serif;
	font-size: 1em;
	color:#333;
	line-height: 1.5;
 }
 .m_ore {
    background-color: transparent;
	border:solid 1px transparent;
    border-bottom: solid 1px #142656;
    color: #142656;
    position: relative;
    display: inline-block;
    font-size: .75em;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin:1rem 0;
    font-family: 'Didot',sans-serif;
	font-weight: normal;
	width: fit-content;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.m_ore:hover {
	border: solid 1px #324474;
}
.ourblog .subt {
	width: 100%;
	position:relative;
	font-family: 'Didot', sans-serif;
	display:block;
	margin:5px auto 50px auto;
	text-align: center;
	font-weight:normal;
	font-size:1.25em;
	color:#2168a5;
}
.under_h {
	background:#eaa10a;
	display:block;
	margin:0 auto;
	height:4px;
	width:20px;
}
.ourblog h3 {
	width: 100%;
	position:relative;
	font-family: 'Comfortaa-Light', sans-serif;
	display:block;
	margin:0px auto 20px auto;
	padding:0;
	text-align: center;
	font-weight:normal;
	font-size:2em;
}
.ourblog .ourblog_mini {
  display:block;
  margin:auto;
  width:95%;
  max-width:1400px;
}
.ourblog .ourblog_mini .bitem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:0;
    margin-left: 0;
	padding-bottom: 30px;
}
.ourblog .ourblog_mini .card_box {
	width: 100%;
    height: 250px;
    display: block;
    margin: 0 auto;
	position:relative;
}
.ourblog .ourblog_mini .card_box .exc_type {
	position: absolute;
	left:0;
	bottom:0;
	font-size:.75em;
	background-color: #ed1c24;
	color:#fff;
	padding:7px 10px;
	font-family: 'Didot', sans-serif;
}
.ourblog .ourblog_mini .card_box .exc_type i {
	margin-right:5px;
}
.ourblog .ourblog_mini .card_box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.ourblog .ourblog_mini .card_content {
	font-family: 'Didot', sans-serif;
	width:100%;
	margin:0;
	padding:12px 10px 15px 10px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
  }
  .card_content .icon-box {
    position: absolute;
    top: -40px;
    left: 25px;
    width: 75px;
    height: 75px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background: #6d8c54;
    transition: 0.3s;
}
.card_content .icon-box:hover {
    background: #efb443;
}
.blog_into .card_content .icon-box img {
    width: auto;
    display: inline-block;
}
  .ourblog .ourblog_mini .card_content .descr {
	text-align:center;
	font-size: 1em;
	margin:.65rem 0;
  }
  .ourblog .ourblog_mini .card_content .descr i {
	color:  #efb443;
	margin-right:6px;
	font-weight:normal;
  }
.ourblog .ourblog_mini .card_content h5 {
	text-align:left;
	margin:12px 0 15px 0;
	font-size:1em;
	color:#333;
	font-weight: 600;
	font-family:'Didot',sans-serif;
  }
.ourblog .ourblog_mini .card_content summary {
	text-align:left;
	line-height: 1.5;
	font-size:.85em;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family:'Didot',sans-serif;
  }
.ourblog .ourblog_mini .card_content .date {
	font-size: .9em;
	width:100%;
	display:inline-block;
	margin:12px 0 0 0;
	color:#333;
  }
  .ourblog .ourblog_mini .card_content .date i {
	margin-right:6px;
	color:#eaa10a;
  }

  .ourblog .ourblog_mini .card_content a {
	width:fit-content;
	background-color: #eaa10a;
	border:solid 1px #eaa10a;
	border-radius: 5px;
    padding: 8px 20px;
	color:#fff;
	text-decoration: none;
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:15px auto 0 auto;
	font-size:.8em;
}
.ourblog .ourblog_mini.productlt .card_content a {
    display: inline-block;
}
.ourblog .ourblog_mini .card_content a i {
	margin-right:5px;
}
.ourblog .ourblog_mini .card_content a:hover {
	background-color: #ed1c24;
	border:solid 1px #ed1c24;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .shape-bottom  {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	bottom: -1px;
	z-index: -1;
}
.ourblog .shape-bottom svg {
    height: 268px;
}
.ourblog .shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ourblog .shape-bottom[data-negative=false] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ourblog .shape-bottom .shape-fill {
    fill: #F7F4EE;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.dietbg {
    position: relative;
	background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 200px 0;
}
[data-overlay-dark="7"]:before {
    opacity: 0.5;
	background: #000;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.dietcontainer {
	width: 100%;
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1320px;
}
[data-overlay-dark] .dietcontainer {
    position: relative;
    z-index: 2;
}
.row.justify-content-center {
    justify-content: center;
	margin-left: 0;
	margin-right: 0;
}
.row.justify-content-center .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
}
.display-md-23 {
	text-align: center;
	font-family:'Didot',sans-serif;
	font-weight: normal;
	color:#fff;
	font-size:1.65em;
	line-height: 1.2;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	display: inline-block;
}
.display-md-23 img {
	width:100%;
	max-width: 300px;
}
.mb-1-9 {
	width: 100%;
	margin:0;
	display: inline-block;
	text-align: center;
	font-family:'Comfortaa-Light',sans-serif;
	font-weight: normal;
	color:#fff;
	font-size: 1em;
	line-height: 1.5;
}
.fw-bolder {
	font-weight: 600;
}
.dietcontainer .butnsecondary {
    background-color: #2168a5;
    border: solid 1px #2168a5;
    color: #fff;
    position: relative;
    display: block;
    font-size: .75em;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin:1rem auto 0 auto;
    font-family: 'Didot',sans-serif;
	font-weight: normal;
	width: fit-content;
}
.dietcontainer .butnsecondary:hover {
	background-color: #f5f5f5;
	color:#000;
}
.exc_container {
	width:90%;
	max-width:1400px;
	display:block;
	margin:0 auto;
	padding:50px 0;
}
.exc_flex {
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.exc_card {
	width:33.33%;
	padding:0 10px;
	margin-bottom: 1.5rem;
}
.exc_card a {
	text-decoration: none;
}
.exc_card_details {
	width:100%;
	display:flex;
	flex-direction: column;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.exc_card_details figure {
	width:100%;
	height:300px;
	display:block;
	margin:0 auto;
	padding:0;
}
.exc_card_details figure img {
	width:100%;
	height:100%;
	object-fit: cover;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
	background-color: #fff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.details_info h4 {
	font-family: "Didot",sans-serif;
	font-size:1.15em;
	color:#ed1c24;
}
.details_info summary {
	font-family: "Didot",sans-serif;
	font-size:.9em;
	color:#3f3f3f;
}
/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  .hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
  }

.masonry {
    column-count: 3;
    column-gap: 1em;
}

.masonry .item {
    background-color: #fff;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    box-sizing: border-box;
	position: relative;
	transition: .3s;
    overflow: hidden;
	border-radius: 8px;
}
.masonry .item a {
   cursor:crosshair;
}
.masonry .item img {
    transition: transform .3s ease-in-out;
}

.masonry .item:hover img {
    transform: scale(1.1);
}

.masonry .item .item_title {
	position: absolute;
	bottom:0;
	margin:auto auto;
	width:100%;
	background-color: rgba(0, 0, 0, 0.56);
	padding:10px;
	cursor: pointer;
	text-align: center;
}
.masonry .item .item_title p {
	font-family: 'Didot', sans-serif;
	color:#fff;
	font-size: .9em;
}
.masonry .item:nth-child(1) {
	height:500px;
}
.masonry .item:nth-child(2) {
	height:250px;
	margin:0;
}
.masonry .item:nth-child(3) {
	height:300px;
}
.masonry .item:nth-child(4) {
	height:450px;
	margin:0;
}
.masonry .item:nth-child(5) {
	height:400px;
}
.masonry .item:nth-child(6) {
	height:350px;
	margin:0;
}

.masonry .item img {
    width: 100%;
	height:100%;
	object-fit: cover;
}
.partnerslist {
	width:95%;
	max-width: 1400px;
	margin:0 auto;
	padding:40px 0px;
}
.partnerslist .partnersbox {
	width:25%;
	padding:0 10px;
	height:180px;
}
.partnerslist .partnersbox img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.altpromo {
    width: 95%;
    padding: 25px 0;
	display: block;
	margin:auto;
}
.altpromo #gallerydata {
    width: 100%;
}
.altpromo #gallerydata .gal_item .gal__image {
    width: 100%;
    height: 450px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.altpromo  #gallerydata .gal_item .gal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media all and (min-width: 1400px) {	
.col-lg-2 {
    width: 25%;
}
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
.col-lg-2 {
    width: 25%;
}
.ourblog .ourblog_mini .card_box {
    width: 100%;
    height: 250px;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
}
.details_info h4 {
	font-size:1em;
}
.details_info summary {
	font-size:.85em;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 400px;
}

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.col-lg-2 {
    width: 25%;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
}
.details_info h4 {
	font-size:1em;
}
.details_info summary {
	font-size:.85em;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 350px;
}

}

@media all and (min-width: 768px) and (max-width: 1023px) {
.display-md-23 {
	font-size: 1.35em;
    line-height: 1.2;
}
.col-lg-12 .row2.nb .slidefigure {
	height: 300px;
}
.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-2 {
    width: 33.333333%;
}
.container.csm .col-lg-2 {
   width:25%;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.ourblog h3 {
    font-size: 1.5em;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
	max-width: 600px;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 60%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
}
.details_info h4 {
	font-size:1em;
}
.details_info summary {
	font-size:.85em;
}
.masonry {
	column-count: 2;
}
.masonry .item:nth-child(1) {
	height:400px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(2) {
	height:400px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(3) {
	height:400px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(4) {
	height:400px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(5) {
	height:400px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(6) {
	height:400px;
	margin: 0 0 1em;
}
.partnerslist .partnersbox {
	width:50%;
	height:120px;
	margin-bottom: 2rem;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 350px;
}

}

@media all and (min-width: 600px) and (max-width: 767px) {


.display-md-23 {
	font-size: 1.35em;
    line-height: 1.2;
}
.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}	
.col-lg-1 {
    width: 33.333333%;
}
.col-lg-2 {
    width: 33.333333%;
}
.container.csm  {
	max-width:400px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.ourblog .ourblog_mini.freasons .card_box {
    width: 75%;
    height: 250px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog .ourblog_mini .card_content a {
    padding: 10px 15px;
	font-size:12px;
	width:100%;
}
.ourblog h3 {
    font-size: 1.5em;
}
.ourblog .ourblog_mini .card_content h5 {
    margin: 8px 0 15px 0;
    font-size: 1em;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
	max-width: 500px;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 60%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
}
.details_info h4 {
	font-size:1em;
}
.details_info summary {
	font-size:.85em;
}

.masonry {
	column-count: 2;
}
.masonry .item:nth-child(1) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(2) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(3) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(4) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(5) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(6) {
	height:350px;
	margin: 0 0 1em;
}

.col-lg-12 .row2.nb .slidefigure {
	width:100%;
	height:380px;
 }
 .col-lg-12 .row2.nb aside {
	width:100%;
	padding:30px;
 }
 .partnerslist .partnersbox {
	width:50%;
	height:120px;
	margin-bottom: 2rem;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 250px;
}

}

@media all and (min-width: 450px) and (max-width: 599px) {

.dietbg {
	padding: 150px 0;
}
.mb-1-9 {
    font-size: 1em;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.display-md-23 {
	font-size: 1.15em;
    line-height: 1.2;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-1 {
    width: 50%;
}
.col-lg-2 {
    width: 50%;
}
.container.csm  {
	max-width:400px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.row, .row2 {
    margin-right: auto;
    margin-left: auto;
}
.ourblog .ourblog_mini.freasons .card_box {
    width: 75%;
    height: 250px;
}
.expinto {
    padding:0 0 40px 0;
}
.ourblog .ourblog_mini {
    max-width: 500px;
}
.ourblog .ourblog_mini .card_box {
    height: 300px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog h3 {
    font-size: 1.4em;
	margin: 30px auto 10px auto;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
	max-width: 400px;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 80%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 30px 40px 30px;
}
.details_info h4 {
	font-size:1em;
	text-align: center;
}
.details_info summary {
	font-size:.85em;
	text-align: center;
}

.masonry {
	column-count: 2;
}
.masonry .item:nth-child(1) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(2) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(3) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(4) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(5) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(6) {
	height:350px;
	margin: 0 0 1em;
}
.col-lg-12 .row2.nb .slidefigure {
	width:100%;
	height:350px;
 }
 .col-lg-12 .row2.nb aside {
	width:100%;
	padding:30px 0;
 }
 .partnerslist .partnersbox {
	width:50%;
	height:120px;
	margin-bottom: 2rem;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 400px;
}


}


@media all and (max-width: 449px) {

.dietbg {
	padding: 130px 0;
}
.display-md-23 {
	font-size: 1.15em;
    line-height: 1.2;
}
.mb-1-9 {
    font-size: .9em;
	text-align: justify;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 90%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-1 {
	width: 50%;
}
.row, .row2 {
    margin-right: auto;
    margin-left: auto;
}
.col-lg-2 {
    width: 100%;
}
.container.csm  {
	max-width:350px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.ourblog .ourblog_mini.freasons .card_box {
    width: 100%;
    height: 250px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog h3 {
    font-size: 1.35em;
	margin:30px 0px 10px 0px;
}
.ourblog .subt {
	font-size:1em;
	margin:5px auto 30px auto;
	width:90%;
}
.ourblog .ourblog_mini {
    max-width: 500px;
}
.ourblog .ourblog_mini .card_box {
    height: 250px;
}
.ourblog .ourblog_mini .card_content a {
    width: fit-content;
    padding: 12px 20px;
    font-size: 12px;
}
.ourblog .ourblog_mini .card_content h5 {
    margin: 12px 0 8px 0;
    font-size: 1em;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 90%;
	padding:30px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:10px 20px 40px 20px;
}
.details_info h4 {
	font-size:1em;
	text-align: center;
}
.details_info summary {
	font-size:.85em;
	text-align: center;
}

.masonry {
	column-count: 1;
}
.masonry .item {
	padding:0 15px;
}
.masonry .item .item_title {
	padding: 10px 0;
    width: calc(100% - 30px);
    margin: 0 auto;
	font-size: .85em;
}
.masonry .item:nth-child(1) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(2) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(3) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(4) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(5) {
	height:350px;
	margin: 0 0 1em;
}
.masonry .item:nth-child(6) {
	height:350px;
	margin: 0 0 1em;
}
.col-lg-12 .row2.nb .slidefigure {
	width:100%;
	height:250px;
 }
 .col-lg-12 .row2.nb aside {
	width:100%;
	padding:30px 0;
	justify-content: center;
	align-items: center;
 }
 .col-lg-12 {
	padding:0 15px;
 }
 .col-lg-12 .row2.nb aside h4 {
	font-size: 1.25em;
 }
 .col-lg-12 .row2.nb aside p {
	font-size: .9em;
 }
 .partnerslist .partnersbox {
	width:100%;
	height:120px;
	margin-bottom: 2rem;
}
.altpromo #gallerydata .gal_item .gal__image {
    height: 400px;
}

}	
/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.8);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
}
.main-carousel {
    background: #f1f1f1;
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    color: #fff;
    background: #f1f1f1;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #2168a5;
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	border-radius:4px;
	padding:30px 40px;
	max-width:1400px;
	z-index:2;
	background-color: rgba(0 0 0 / 50%);
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'Didot', sans-serif;
	color: #fff;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	letter-spacing:.1em;
	border-bottom:solid 1px rgba(255,255,255,.6);
	padding-bottom:10px;
}
.main-carousel .main-carousel-cell div h2 {
	color:#f5f5f5;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	font-family: 'Comfortaa-Light', sans-serif;
}
.main-carousel .main-carousel-cell div aside a {
	font-family: 'Comfortaa-Light', sans-serif;
	background-color: #fff;
	border:solid 1px #2168a5;
	border-radius:6px;
	padding:8px 12px;
    color: #2168a5;
	text-decoration:none;
	margin:auto;
	display:block;
	text-align:center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:fit-content;
}
.main-carousel .main-carousel-cell div aside a:hover{
	background-color: #2168a5;
  	border: solid 1px #2168a5;
	color:#fff;
}
.main-carousel .main-carousel-cell .slidefigure {
	display:block;
  margin:0;
  width:100%;
}
.main-carousel .main-carousel-cell .slidefigure img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.main-carousel-cell video{
    width: 100%;
	height:100%;
	object-fit: contain;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.Main_slider {
	margin-top:130px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 500px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
	height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
	height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
	height: 500px;
}
.main-carousel .main-carousel-cell div aside {
	width:480px;
	left:17%;
	top:140px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .85em;
	margin-top:5px;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.Main_slider {
	margin-top:135px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 400px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
    height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 400px;
}
.main-carousel .main-carousel-cell div aside {
	width:440px;
	left:5%;
	top:120px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1.1em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .85em;
	margin-top:5px;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.Main_slider {
	margin-top:135px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 500px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
    height: 500px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 500px;
}
.main-carousel .main-carousel-cell div aside {
	width:450px;
	left:0px;
	right:0px;
	top:90px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1em;
	margin:0px auto 10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .85em;
	margin-top:5px;
	display:block;
	margin:auto;
}
/*slider*/

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/*slider*/
.Main_slider {
	margin-top:55px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 400px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
	height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
   height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 400px;
}
.main-carousel .main-carousel-cell div aside {
	width:420px;
	left:0px;
	right:0px;
	top:90px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1em;
	margin:0px auto 10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .85em;
	margin-top:5px;
	display:block;
	margin:auto;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.Main_slider {
	margin-top:55px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 400px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
    height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 400px;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0px;
	right:0px;
	top:110px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:1em;
	margin:0px auto 10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.9em;
	margin:10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .85em;
	margin-top:5px;
	display:block;
	margin:auto;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.Main_slider {
	margin-top:55px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 400px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
    height: 400px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 400px;
}
.main-carousel .main-carousel-cell div aside {
	width:80%;
	left:0px;
	right:0px;
	top:90px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:.9em;
	margin:0px auto 10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.85em;
	margin:10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .8em;
	margin-top:5px;
	display:block;
	margin:auto;
}
.main-carousel-cell video {
	object-fit: contain;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.main-carousel-cell video {
	object-fit: contain;
}
.Main_slider {
	margin-top:55px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 300px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 300px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height: 300px;
}
.main-carousel .main-carousel-cell .slidefigure {
	height: 300px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .slidefigure {
    height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell .slidefigure {
    height: 300px;
} 
html[data-useragent*='IE'] .main-carousel-cell .slidefigure {
	height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .slidefigure {
    height: 300px;
}
.main-carousel .main-carousel-cell div aside {
	width:80%;
	left:0px;
	right:0px;
	top:80px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div h1 {
	font-size:.9em;
	margin:0px auto 10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div h2 {
	font-size:.85em;
	margin:10px auto;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a{
	font-size: .8em;
	margin-top:5px;
	display:block;
	margin:auto;
}
/*slider*/
	
}
/*-------------------------------------------------*/
/* =  18.Animations
/*-------------------------------------------------*/
/* flickity-fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #2168a5;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}