@charset "utf-8";
/* CSS Document */
/* font */
@font-face {
  font-family: 'Didot';
  src: url('fonts/didot/GFSDidot-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Comfortaa-Regular';
	src: url('fonts/comfortaa/Comfortaa-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Comfortaa-Light';
	src: url('fonts/comfortaa/Comfortaa-Light.ttf') format('truetype'); 
}
@font-face {
	font-family: 'Comfortaa-Medium';
	src: url('fonts/comfortaa/Comfortaa-Medium.ttf') format('truetype'); 
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.boldtxt {
    color: #000;
    font-weight: 600;
}
.searchbox {
    display: block;
    margin: 0 auto 24px auto;
}
.img-fluid {
    width: 112px;
    height: 112px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.main_content .text .col {
    display: inline-block;
    width: -webkit-calc(100% - 112px);
    width: -moz-calc(100% - 112px);
    width: calc(100% - 126px);
    padding-left: 15px;
}
.food-item-header {
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.searchbox .searchdescription {
    line-height: 1.5;
    font-size: 13px!important;
    font-weight: normal;
}
.searchbox .eyesearch {
    background-color: #0789dd;
    border: solid 1px #0789dd;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    width: 30px;
    height: 30px;
}
.searchbox .eyesearch:hover {
	background-color: #333;
	border:solid 1px #333;
}
.searchbox {
    display: block;
    margin: 0 auto 24px auto;
}
.audio-gallery {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .33%;
}
.audio-gallery audio {
	width:33%
}
@media screen and (max-width:600px) {
	.audio-gallery audio {
	width:100%
}
}
.main_content .text .food-item-header h3.food-item-title {
	font-family: 'Didot', sans-serif;
	font-size: 1.15em;
	color: #333;
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: inline-block;
}
a[data-fancybox] img {
	cursor: zoom-in;
  }
  
  .fancybox__backdrop::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 10%;
	filter: blur(2px);
	left: 50%;
	top: 50%;
	transform: scale(11);
	opacity: 0.3;
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .fancybox__container {
	--fancybox-bg: #000;
  
	--fancybox-thumbs-width: 48px;
	--fancybox-thumbs-ratio: 1;
  
	--carousel-button-bg: rgb(91 78 76 / 74%);
  
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
  
	--carousel-button-svg-stroke-width: 2.5;
  }
  
  .fancybox__nav {
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
  }
  
  .fancybox__nav .carousel__button.is-prev {
	left: 20px;
  }
  
  .fancybox__nav .carousel__button.is-next {
	right: 20px;
  }
  
  .carousel__button.is-close {
	right: auto;
	top: 20px;
	left: 20px;
  }
  
  .fancybox__slide {
	padding: 8px 88px;
  }
  
  /* Thumbnails */
  .fancybox__thumbs .carousel__slide {
	padding: 8px 8px 16px 8px;
  }
  
  .is-nav-selected::after {
	display: none;
  }
  
  .fancybox__thumb {
	border-radius: 6px;
	opacity: 0.4;
  }
  
  .fancybox__thumb:hover,
  .is-nav-selected .fancybox__thumb {
	border-radius: 6px;
	opacity: 1;
  }
  
  .is-nav-selected .fancybox__thumb::after {
	display: none;
  }
/* general */
.g-recaptcha {
    display: block;
    margin: auto;
}
.g-recaptcha div {
    display: block;
    margin: auto;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #f8f7f5;
}
#wrappers {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
	position:relative;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
	flex: 1;
}
#goTop{
	padding:0px;
	position:fixed;
	top:70%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 11001;
	cursor:pointer;
}
#content #pagetitle {
	color: #878787;
	font-family: 'Didot', sans-serif;
	font-weight:normal;
	display:block;
	font-size:1em;
	margin:15px auto 15px auto;
	width:90%;
}
#content #pagetitle a {
	color: #000;
	text-decoration:none;
}
.g-recaptcha {
    display: block;
    margin: auto;
}
.g-recaptcha div {
    display: block;
    margin: auto;
}
#response,
#response2  {
	font-family: 'Didot', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a,
#response2 a{
	color:#333;
	font-size: 1.25em;
	font-family: 'Didot', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
/* Underline From Left */
.underline {
	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);
	position: relative;
	overflow: hidden;
  }
  .underline:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #324474;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .underline:hover:before, .underline:focus:before, .underline:active:before {
	right: 0;
  }
.rowcount {
	font-family: 'Didot', sans-serif;
	color:#999;
	font-size:.75em;
	text-align:center;
}
.searchresults {
	width:95%;
	margin:15px auto;
}
.search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
}
.search_row:nth-child(even) {
	background-color:#f9f9f9;
}
.search_row a{
	font-family: 'Didot', sans-serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'Didot', sans-serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'Didot', sans-serif;
	color:#071962;
	font-size:.9em;
	text-decoration:none;
}
.search_row .search_desc a:hover{
	text-decoration:underline;
}
/* general */
/* main_content */
.main_content {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	background-color: #f8f7f5;
	font-family: 'Didot', sans-serif;
}
.main_content.smpad {
	padding-top:50px;
}
.main_content #gallerydata {
	width:100%;
}
.main_content .formhead {
  text-align: center;
}
.main_content #gallerydata .gal_item .gal__image {
	width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
	position:relative;
}
.main_content #gallerydata .gal_item .gal__image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
a[data-fancybox] img {
	cursor: zoom-in;
  }
  
  .fancybox__backdrop::after {
	content: "";
	position: absolute;
	width: 10%;
	height: 10%;
	filter: blur(2px);
	left: 50%;
	top: 50%;
	transform: scale(11);
	opacity: 0.3;
	background-image: var(--bg-image);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .fancybox__container {
	--fancybox-bg: #000;
  
	--fancybox-thumbs-width: 48px;
	--fancybox-thumbs-ratio: 1;
  
	--carousel-button-bg: rgb(91 78 76 / 74%);
  
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
  
	--carousel-button-svg-stroke-width: 2.5;
  }
  
  .fancybox__nav {
	--carousel-button-svg-width: 24px;
	--carousel-button-svg-height: 24px;
  }
  
  .fancybox__nav .carousel__button.is-prev {
	left: 20px;
  }
  
  .fancybox__nav .carousel__button.is-next {
	right: 20px;
  }
  
  .carousel__button.is-close {
	right: auto;
	top: 20px;
	left: 20px;
  }
  
  .fancybox__slide {
	padding: 8px 88px;
  }
  
  /* Thumbnails */
  .fancybox__thumbs .carousel__slide {
	padding: 8px 8px 16px 8px;
  }
  
  .is-nav-selected::after {
	display: none;
  }
  
  .fancybox__thumb {
	border-radius: 6px;
	opacity: 0.4;
  }
  
  .fancybox__thumb:hover,
  .is-nav-selected .fancybox__thumb {
	border-radius: 6px;
	opacity: 1;
  }
  
  .is-nav-selected .fancybox__thumb::after {
	display: none;
  }
.main_content h2, .main_content h3{
	color: #000;
	font-family: 'Didot', sans-serif;
}
.main_content h4 {
	color: #ed1c24;
	font-family: 'Didot', sans-serif;
}
.col-sm-4 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
.main_content .text {
	color: #455a64;
	font-family: 'Didot', sans-serif;
	font-weight:400;
	background-color: #f8f7f5;
	padding:20px;
	width:95%;
	max-width:1100px;
	display:block;
}
.main_content .text h3 {
	color: #455a64;
	font-size: 1.65em;
	text-align: center;
}

.main_content .text ul {
    list-style: none;
	padding-left:10px;
}
.main_content .text ul li {
    padding-bottom: 0.5rem;
	color:#000;
	font-size:1.15em
}
.main_content .text ul li:before {
    content: "\f02e";
    color: #142656;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
    margin-left: -1em;
    width: 1.5em;
}
.main_content .text figure {
	height:500px;
	display:block;
	margin:0 auto;
	background:#fff;
	width:100%;
	position: relative;
}
.main_content .text figure img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.main_content .text figure.contain {
	background: transparent;
}
.main_content .text figure.contain img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.main_content .text figure figcaption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: 'Didot', sans-serif;
	font-size: 1em;
  }
.main_content  .Bl_item {
    position: relative;
    -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: 100%;
    margin:0 auto 15px auto;
    display: flex;
	padding: 10px 0px;
	flex-wrap: wrap;
}
.main_content  .Bl_item .blimage {
    width: 100%;
    height: 280px;
    display: block;
    margin: 0;
}
.main_content  .Bl_item .blimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.main_content  .Bl_item .blimage img.book {
    object-fit: contain;
}
.bl_summary {
    padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	width: 100%;
}
.bl_summary.booksummary {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:10px;
}
.main_content  .Bl_item .cont {
    position: relative;
    -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: 100%;
    display: inline-block;
    vertical-align: top;
	padding:0 0 10px 0;
}
.main_content  .Bl_item .cont .desc {
    position: relative;
    -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: 100%;
    display: inline-block;
    vertical-align: top;
	margin-top:0;
}
.main_content  .Bl_item .cont .desc h5 {
    width: 100%;
    font-family: 'Didot', sans-serif;
	font-weight: 600;
    color: #333;
    border-color: #e0e0e0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	padding-bottom: 10px;
    margin-top: 0;
	font-size: 1em;
    margin-bottom: 5px;
}
.main_content  .Bl_item .dates {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 4px 7px;
	font-size: .85em;
    text-align: left;
    border-radius: 5px;
    color: #333;
    font-family: 'Didot', sans-serif;
    z-index: 3;
}
.main_content  .Bl_item .dates i {
    margin-right:5px;
}
.main_content  .Bl_item .cont .sum {
    text-align: left;
    font-family: 'Didot', sans-serif;
    position: relative;
    -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: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    vertical-align: top;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
    padding: 0;
    margin: .5% auto;
    font-size: .85em;
}
.main_content  .Bl_item .cont .moar {
	width: fit-content;
     background-color: transparent;
	border:solid 1px transparent;
    border-bottom: solid 1px #142656;
    color: #142656;
    padding: 8px 20px;
    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;
	text-transform: uppercase;
}
.main_content  .Bl_item .cont .moar:hover {
    border: solid 1px #324474;
}
.main_content .listext {
	color: #333;
	font-family: 'Didot', sans-serif;
	font-weight:400;
	background-color: #f8f7f5;
	padding:0 20px 30px 20px;
	width:100%;
	display:block;
	margin:0 auto;
	position: relative;
}
.form__box {
	width:100%;
	max-width:740px;
	display:block;
	margin:40px auto;
}
.form__box #form_contact {
	width:100%;
}
.form__box #form_contact fieldset {
	margin:5px 0;
	padding:0;
	border:none;
}
.form__box #form_contact fieldset label {
	font-family: 'Didot', sans-serif;
	font-weight: 600;
	color:#333;
	width:100%;
	margin-bottom:10px;
	display: inline-block;
}
.form-control {
    width: 100%;
    padding: 10px 5px;
    background-color: #fff;
	border:1px solid rgba(33,33,33,.25);
	font-family: 'Didot', sans-serif;
	border-radius: 5px;
}
.form__box #form_contact input[type=submit] {
	background-color: #ed1c24;
	border: solid 1px #ed1c24;
	color:#fff;
	cursor: pointer;
	border-radius: 30px;
	padding:15px 10px;
	max-width:200px;
	width:100%;
	display: block;
	margin:1rem auto;
	font-family: 'Didot', sans-serif;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  }
  .form__box #form_contact input[type=submit]:hover {
	 background-color: transparent;
	 color:#ed1c24
 }
.main_content .special_text {
	display:block;
	margin:20px auto;
	width:100%;
	max-width:600px;
	padding:40px 0 40px 0;
	position: relative;
}
.main_content .special_text.big_w {
	max-width:970px;
}
.main_content .special_text h3 {
	text-align: justify;
    font-size: .9em;
    line-height: 1.5;
	font-family: "Didot",sans-serif;	
}
.main_content .special_text::after {
	position: absolute;
	content: '';
	pointer-events: none;
	left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
	background: #fff;
	bottom:-45px;
	z-index: 1;
}
.main_content .listext .special_text::after {
	display: none;
}
.main_content .listext .list_title {
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.main_content .listext .list_title h2 {
	display:inline-block;
	color:#f0c541;
	width: fit-content;
}
.main_content .text table{
	width:100%;
	margin-bottom:15px;
}
.main_content .text table th{
	background-color:#282e3f;
	color:#fff;
	padding:8px 10px;
}
.main_content .text table td{
	padding:8px 10px;
}
.main_content .text table tr:nth-child(odd){
	background-color:#f1f1f1;
}
@media all and (max-width:600px) {
  .main_content .text table{
	overflow:scroll;
	display:block;
}	
}
.main_content .text iframe {
	width:100%;
	max-width:560px;
}

.main_content .text.mtop {
	margin:40px auto;
}
.contactbox {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contactbox i {
	width:100%;
	font-size:1.85em;
	display: block;
	margin:0 auto 2rem auto;
	color:#2168a5;
	text-align: center;
}
.contactbox span {
	width:100%;
	font-family: "Didot", sans-serif;
	font-weight: 600;
	text-align: center;
	min-height: 70px;
}
.contactbox span i {
	color:#2168a5;
	font-size:1em;
	display: inline-block;
	width: fit-content;
}
.contactbox .bottom_c {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:100%;
}
.contactbox .bottom_c a {
	text-decoration: none;
	color:#000;
	padding-bottom: 10px;
	box-shadow: none;
}
.contactbox .bottom_c b {
	padding-bottom: 10px;
}
.contactbox .bottom_c .tools a i {
	font-size: 1.5em;
	margin:0;
}
.contactbox .bottom_c .tools {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width:100%;
}
.contactbox .bottom_c .tools a {
	padding:5px;
	margin:0 5px;
	background-color: #ebebeb;
	border-radius: 3px;
}
.contactbox .bottom_c .tools a:hover {
	padding:5px;
	margin:0 5px;
	background-color: #142656;
}
.contactbox .bottom_c .tools a:hover i {
	color:#fff;
}
.featured {
	position:absolute;
	top:10px;
	left:10px;
	padding:6px 8px;
	color:#fff;
	display:table;
	background-color: #333;
	font-size:.85em;
	border-radius:4px;
}
.featured.star {
	background-color: #d92300;
}
.featured i{
	margin-right:5px;
}
.main_content .text article figure .datesarticle{
	color: #fff;
	font-family: 'Didot', sans-serif;
	font-weight:normal;
	font-size:.9em;
	text-align:left;
	display:inline-block;
	width:fit-content;
	margin-bottom:5px;
	background-color: #578233;
	padding:8px 10px;
	border-radius: 5px;
	position: absolute;
	top:5px;
	left:5px;
}
.main_content .text article a.specialaction {
	border-radius: 10px;
    border: solid 1px #fd4132;
    background-color: #fd4132;
    color: #fff;
    padding: 10px 12px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    transition: .3s;
    display: block;
    margin:auto;
	text-decoration: none;
}
.main_content .text article a.specialaction:hover {
    border: solid 1px #fd4132;
    background-color: #fff;
    color: #fd4132;
}
.main_content .text article a.specialaction i {
	margin-right: 7px;
}
#wrappers #footer .footer_into .infos div a.phone_a i {
	color:#fff;
}
.section__separator {
    height: 3rem;
    position: relative;
    margin: 0 auto;
}
.section__divider {
    background-color: #90a4ae;
    position: absolute;
    top: 1.5rem;
    right: 0;
    bottom: 0;
    left: 0;
	height: 1px;
    overflow: hidden;
}
.section__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    color: #455a64;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	font-size: 1.6rem;
	font-family: 'FontAwesome';
	background: #f8f7f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__icon:before {
    content: "\f02d";
}
.section__icon.gallery_icon:before {
    content: "\f03e";
}
.main_content .text article .datesarticle i {
	margin-right:5px;
}
.main_content .text article p,
.main_content .text article ol {
	font-family: 'Didot', sans-serif;
	font-weight:normal;
	font-size:1.15em;
	line-height: 1.6;
	text-align: left;
	color: #000;
}
.main_content .text .filerow {
	width:100%;
	display:block;
	margin:.8% auto;
}
.main_content .text .filerow a {
	text-decoration:none;
	color:#333;
}
.main_content .text .filerow a:hover {
	color:#cf9455;
}
.main_content .text .filerow i {
	display:inline-block;
	margin-right:7px;
	margin-left:6px;
	font-size:1.15em;
}
.main_content .text .insidebox .insidebox_inner {
	display: table;
    table-layout: fixed;
    height: 27px;
    position: relative;
	margin:2% 0;
	background:#142656;
	border-radius:8px;
}
.main_content .text .insidebox .insidebox_inner i {
	color:#fff;
	font-size:1em;
	padding:10px 15px;
	display: table-cell;
    vertical-align: middle;
}
.main_content .text .insidebox .insidebox_inner .insidebox_inner_text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 17px;
	padding-bottom:10px;
	padding-top:10px;
	font-family: 'Didot', sans-serif;
	width:100%;
	background:#142656;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.main_content .text .insidebox .insidebox_inner .insidebox_inner_text h4{
	padding-bottom:0;
	border-bottom:0;
	color:#fff;
	margin:6px 0;
	font-weight:normal;
}
.main_content ::-webkit-input-placeholder {
   color: rgba(33,33,33,.5);
}

.main_content :-moz-placeholder { /* Firefox 18- */
  color: rgba(33,33,33,.5);
}

.main_content ::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(33,33,33,.5);
}

.main_content :-ms-input-placeholder {  
   color: rgba(33,33,33,.5); 
}

@media all and (min-width: 1400px) {
	
/* main_content */
.main_content {
	width:100%;
}
.main_content h3 {
	font-size:1.35em;
}
.menucategbox h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:0px auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}


}


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

/* main_content */
.main_content {
	width:100%;
}
.main_content h3 {
	font-size:1.35em;
}
.menucategbox h3 {
	font-size:1.15em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
/* main_content */


}

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

/* main_content */
.main_content {
	width:100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 400px;
}
.main_content h3 {
	font-size:1.35em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:left;
	padding:30px 50px;
}
.main_content  .Bl_item .blimage {
    height: 250px;
}
/*main_content */


}


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

/* main_content */
.main_content {
	width:100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 33.333333%;
	margin-bottom:10px;
}
.main_content h3 {
	font-size:1.35em;
}
.main_content .text article p {
	font-size: 1em;
}
.main_content .text h3 {
	font-size: 1.5em;
}
.main_content h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:left;
	padding:30px 40px;
}
.main_content .text figure {
    height: 400px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content  .Bl_item .blimage {
    height: 250px;
}
.col33 {
	width:50%;
}
.contactbox {
    margin-bottom: 2rem;
}
.form__box {
	max-width:570px;
}
.main_content .special_text.big_w {
   width:95%;
}
.special_text.big_w .col25 {
	width:50%;
}
/* main_content */


}

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

/* main_content */
.main_content {
	width:100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 33.333333%;
	margin-bottom:10px;
}
.main_content h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.15em;
}
.main_content .text article p {
	font-size: 1em;
}
.main_content .text h3 {
	font-size: 1.5em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:31.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:left;
	padding:30px 40px;
}
.main_content .text figure {
    height: 400px;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }

 .main_content  .Bl_item .blimage {
    height: 200px;
}
.col33 {
	width:50%;
}
.main_content .special_text {
   width:90%;
}
.main_content .special_text h3 {
    font-size: .85em;
}
.main_content .Bl_item .cont .desc h5 {
   font-size: .9em;
}
.main_content .Bl_item .cont .sum {
	font-size: .75em;
}
.contactbox {
    margin-bottom: 2rem;
}
.form__box {
	max-width:470px;
}
.main_content .special_text.big_w {
	width:95%;
 }
 .special_text.big_w .col25 {
	 width:50%;
 }
/* main_content */

}


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

/* main_content */
.main_content {
	width:100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.15em;
}
.main_content .text article p {
	font-size: 1em;
}
.main_content .text h3 {
	font-size: 1.35em;
	line-height: 1.6;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:48%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:justify;
	padding:30px;
}
.main_content .text.mtop {
    margin: 20px auto;
}

.main_content .text figure {
    height: 300px;
}

.main_content  .Bl_item .blimage {
    height: 250px;
}
.col33 {
	width:100%;
}
.main_content .special_text {
   width:85%;
}
.main_content .special_text h3 {
    font-size: .85em;
}
.main_content .Bl_item .cont .desc h5 {
   font-size: .9em;
}
.main_content .Bl_item .cont .sum {
	font-size: .75em;
}
.contactbox {
    margin-bottom: 2rem;
}
.form__box {
	max-width:370px;
}
.main_content .special_text.big_w {
	width:95%;
 }
 .special_text.big_w .col25 {
	 width:100%;
 }
 .contactbox span {
	min-height: 40px;
 }
 .contactbox .bottom_c {
	text-align: center;
 }
/* main_content */


}

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

/* main_content */
.main_content {
	padding-top:0px;
	width:100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 50%;
	margin-bottom:15px;
}
.main_content h3 {
	font-size:1.15em;
}
.main_content .text article p {
	font-size: 1em;
}
.main_content .text h3 {
	font-size: 1.35em;
	line-height: 1.6;
}
.main_content h4 {
	font-size:1.15em;
	text-align:left;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:block;
	width:85%;
	height:150px;
	margin:2.5% auto;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:100%;
	text-align:justify;
	padding:20px;
}
.main_content .text figure {
    height: 300px;
}
.main_content .text.mtop {
    margin: 20px auto;
}
.main_content  .Bl_item .blimage {
    height: 220px;
}
.col33 {
	width:100%;
}
.main_content .special_text {
   width:85%;
   padding:25px 0;
}
.main_content .special_text h3 {
    font-size: .85em;
}
.main_content .Bl_item .cont .desc h5 {
   font-size: .9em;
}
.main_content .Bl_item .cont .sum {
	font-size: .75em;
}
.contactbox {
    margin-bottom: 2rem;
}
.contactbox span {
    min-height: 40px;
}
.form__box {
	width:85%;
}

.main_content .special_text.big_w {
	width:95%;
 }
 .special_text.big_w .col25 {
	 width:100%;
 }
 .contactbox span {
	min-height: 40px;
 }
 .contactbox .bottom_c {
	text-align: center;
 }
/* main_content */

}

/*//////////////////////////////// header ////////////////////////////////////////////*/
.header {
	width: 100%;
	display: block;
	min-height: 214px;
	padding-top: 0px;
  }
 
  .headerwp {
	max-width: 1250px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	font-family: 'Didot', sans-serif;
	display: flex;
	width:100%;
	position: relative;
	align-items: center;
	height:86px;
  }
  .row-sx {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
	align-items: center;
	position: relative;
  }
 
  .top__tools {
	position: absolute;
	top:0;
	right:0;
	display:flex;
	flex-direction: row;
	justify-content: center;
	padding:0 20px 0 0;
  }
  .headtoppart {
	position: fixed;
	top: 0;
    z-index: 999;
	width: 100%;
	background-color: #142656;
	height: 86px;
	margin: 0px auto;
	padding: 0px 0px;
	min-width: 320px;
	font-family: 'Didot', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .headtoppart.headtoppart_nav {
	top: -86px;
  }

  .headertopleft {
	width: 25%;
	display: flex;
  }
 
  .headertopright {
	width: 25%;
	display: flex;
  }
 
  .headertopright a,
  .top__tools a {
	color: #fff;
	padding: 7px 8px;
	border-radius: 8px;
	text-decoration: none;
  }
  .top__tools a {
	color: #fff;
	background-color: transparent;
	border-bottom:solid 1px #142656;
	font-size: .85em;
	padding:5px 8px;
	border-radius: 0;
	margin:0 3px;
  }
  .top__tools a:hover {
	border-bottom:solid 1px #FFF;
  }
 
  .headertopright a:hover,
  .top__tools a:hover {
	background-color: #142656;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
  }
 
  .headertopright a.facebookicon:hover,
  .top__tools a.facebookicon:hover {
	background-color: transparent;
	color: #fff;
  }
 
  .headertopright a.twittericon:hover,
  .top__tools a.twittericon:hover {
	background-color: transparent;
	color: #fff;
  }
 
  .headertopright a.linkedinicon:hover,
  .top__tools a.linkedinicon:hover {
	background-color: transparent;
	color: #fff;
  }
 
  .headertopright a.googleicon:hover,
  .top__tools a.googleicon:hover {
	background-color: transparent;
	color: #fff;
  }
 
  .address {
	padding: 10px 0px 0px 0px;
	font-size: .9em;
	color: #000;
	display: flex;
	align-items: center;
	font-family: 'Didot';
	font-weight: normal;
  }
 
  .address a {
	color: #000;
	text-decoration: none;
  }
 
  .address span {
	margin-right: 9px;
	color: #000;
  }
 
  .address i {
	margin-right: 6px;
	margin-left: 6px;
	color:#ed1c24;
	font-size: 1.7rem;	
  }
 
  .norlt {
	position: static;
  }
 
  .menuwrapper {
	position: relative;
  }
 
  .show-grid {
	background-color: #fff;
  }
 
  .btn-border {
	border: 2px solid;
	border-radius: 40px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	-moz-user-select: none;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #fff;
	padding: 15px 40px;
  }
 
  .btn-border:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
  }
 
  .btn-border:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
  }
 
  .mobiletext02 {
	display: none;
  }
 
  @media only screen and (min-width: 230px) and (max-width:991px) {
	.headtoppart {
	  display: none;
	}

  }
  .desktoplogo {
	flex: 0 0 auto;
    width: 100%;
	position: relative;
	display: flex;
	align-items: center;
  }
  .desktoplogo img {
	max-width: 100%;
    height: auto;
    vertical-align: top;
	max-height: 62px;
  }
   .desktoplogo span {
	font-family: 'Didot';
	color:#fff;
	font-size: 1.5em;
   }
    .desktoplogo a{
	text-decoration: none;
   }
/* header */




@media all and (min-width: 1400px) {

/* header */
#map {
 height:650px;	
}

}

@media all and (min-width: 1200px) and (max-width: 1399px) {
	
/* header */
#map {
 height:600px;	
}
.address {
    font-size: .85em;
}

  .headerwp {
    max-width: 1150px;
    padding: 15px 0 5px 0;
}

}

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

/* header_index */
#map {
 height:600px;	
}
  .headerwp {
    max-width: 970px;
	padding: 15px 0 5px 0;
}
.address {
    font-size: .8em;
}

}

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

/* header_index */
#map {
 height:600px;	
}
.wsmobileheader .smllogo img {
    width:220px!important;
	height:auto!important;
}
.wsmobileheader .top__tools {
	top:55px;
	z-index: 1;
	padding:0;
	display: none;
}
.top__tools a { 
	margin:0 2px;
}

}

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

/* header_index */
#map {
 height:600px;	
}
.wsmobileheader .smllogo img {
    width:220px!important;
	height:auto!important;
}
.wsmobileheader .top__tools {
	top:55px;
	z-index: 1;
	padding:0;
	display: none;
}
.top__tools a { 
	margin:0 2px;
}

}

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

#map {
 height:600px;	
}
.wsmobileheader .smllogo img {
    width:210px!important;
	height:auto!important;
}
.wsmobileheader .top__tools {
	top:55px;
	z-index: 1;
	padding:0;
	display: none;
}
.top__tools a { 
	margin:0 2px;
}

}

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

#map {
 height:400px;	
}
.wsmobileheader .smllogo img {
    width:210px!important;
	height:auto!important;
}	
.wsmobileheader .top__tools {
	top:55px;
	z-index: 1;
	padding:0;
	display: none;
}
.top__tools a { 
	margin:0 2px;
}

}
/*//////////////////////////////// header ends ////////////////////////////////////////////*/
/*//////////////////////////////// footer starts ////////////////////////////////////////////*/
/* footer */
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;	
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-family: 'Didot', sans-serif;
    background-color: #fff;
	border-top: solid 1px #cfd5e5;
}
#footer .gnto {
	color:#fff;
	margin-top: 10px;
}
#footer .footer_container {
	width:100%;
	padding: 0 50px;
	margin-right: auto;
    margin-left: auto;
	max-width: 1400px;
}
#wrappers #footer .footer_container h4 {
	font-family: 'Didot', sans-serif;
	text-align: center;
	margin:0 auto 2% auto;
	width: 100%;
	color:#142656;
	font-weight:normal;
	font-size:1.5em;
	padding-top: 30px;
}
#footer .footer_container:before,
#footer .footer_container:after {
	display: table;
    content: " ";
}
#footer .footer_container:after {
	clear: both;
}
#wrappers #footer .footer_up {
	width:100%;
	padding:15px 0px 15px 0px;
	border-bottom:solid 1px rgba(255,255,255,.1);
	background-color:#3f3f3f;
}
#wrappers #footer .footer_up a{
	font-family: 'Didot', sans-serif;
	color:rgba(255,255,255,.75);
	text-decoration:none;
	display:inline-block;
}
#wrappers #footer .footer_up a:hover{
	color:#fff;
}
#wrappers #footer .footer_into {
	height: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#wrappers #footer .footer_into:last-child {
	border-right:none;
}
#wrappers #footer #footerlogo {
	max-width:250px;
	width:100%;
	display:block;
	margin:0 auto 1% auto;
}
#wrappers #footer .footer_into .social-inner {
    position: relative;
    padding:0;
	width:100%;
	display:block;
	margin:auto;
}
#wrappers #footer .footer_into .social-inner .socialtitle {
    color: #ebebeb;
    font-size: 18px;
    font-weight: 600;
    display:block;margin:0 auto 12px auto;
   position:relative;
   font-family: 'Didot', sans-serif;
   font-weight: normal;
}
#wrappers #footer .footer_into .social-inner .facebook {
	color:#fff;
	background:#142656;
	border: solid 1px #142656;
	padding:5px 8px;
	margin:0 2px;
	border-radius:5px;
	display:inline-block;
	font-size: .85em;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #footer .footer_into .social-inner .facebook:hover {
	background:transparent;
	color:#eaa10a
}
#wrappers #footer .footer_into h5{
	font-family: 'Didot', sans-serif;
	text-align: left;
	width: 100%;
	color:#142656;
	font-weight: normal;
}
#wrappers #footer .footer_into h5 span{
	color:#9ca2b1;
}
#wrappers #footer .footer_into ul {
	padding:0;
}
#wrappers #footer .footer_into .infos {
	color:#333;
	font-family: 'Didot', sans-serif;
	display: flex;
	flex-direction: row;
}
#wrappers #footer .footer_into .infos div {
	text-align:left;
    font-size: .85em;
	    width: 100%;
    padding: 5px 0px;
	color:#333;
}
#wrappers #footer .footer_into .infos div a {
	text-decoration: none;
	color:#333;
	padding-bottom: 4px;
	margin-left:8px;
}
#wrappers #footer .footer_into .infos div i {
    color:#142656;
}
#wrappers #footer .footer_into .infos li {
	list-style:none;
	text-align:left;
	padding:0 5px;
	line-height: 24px;
}
#wrappers #footer .footer_into.wfull .infos li {
	text-align:center;
}
#wrappers #footer .footer_into .infos li a {
	text-decoration:none;
	color:#333;
	padding:0 0 4px 0;
}
#wrappers #footer .footer_into .infos li  ul{
	padding:0;
	margin:0;
}
#wrappers #footer .footer_into .infos li .isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
#wrappers #footer .footer_into:nth-child(2) .infos div{
	color:#ebebeb;
	font-family: 'Didot', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	color:#ebebeb;
	font-family: 'Didot', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into .infos #newentry {
	background:#c18f59;
	border:solid 1px #c18f59;
	border-radius:3px;
	width:fit-content;
	padding:8px 10px;
	float:left;
	cursor:pointer; 
}
#wrappers #footer #powered {
	font-family: 'Didot', sans-serif;
	text-align: center;
	width:100%;
	position: absolute;
	bottom:0;
	font-weight: normal;
	background-color:#FFF;
	color:#142656;
	font-size: .8em;
	padding: 20px 50px 20px 50px;
}
#wrappers #footer #powered:before,
#wrappers #footer #powered:after {
	display: table;
    content: " ";
}
#wrappers #footer #powered:before {
    position: absolute;
    content: "";
    display: block;
    top: -20px;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #444;
}
#wrappers #footer #powered .ours a{
	color:rgba(255, 255, 255, 1);
}
#wrappers #footer #powered .ours {
	padding-left: 0 !important;
    padding-right: 0 !important;
	position: relative;
    min-height: 1px;
	text-align:center;
}
#wrappers #footer .footer_into .infos div a.phone_a {
	border-radius: 10px;
	border:solid 1px #fd4132;
	background-color: #fd4132;
	color:#fff;
	padding:10px 12px;
	width:100%;
	max-width: 200px;
	text-align: center;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrappers #footer .footer_into .infos div a.phone_a i {
	color:#fff;
}
#wrappers #footer .footer_into .infos div a.phone_a:hover {
	background-color: #ebebeb;
	color:#000;
}
#wrappers #footer .footer_into .infos div a.phone_a:hover i {
	color:#fd4132;
}
/* footer */

@media all and (min-width: 1400px) {

#content {
	padding-bottom: 200px;
}
/* footer */
#footer {
	height: 200px;
	padding: 30px 0 0 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1.1em;
	line-height: 26px;
	margin:0 auto 7px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */


}

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

#content {
	padding-bottom: 200px;
}
/* footer */
#footer {
	height: 200px;
	padding: 30px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1.1em;
	line-height: 26px;
	margin:0 auto 5px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}


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

#content {
		padding-bottom: 200px;
}
/* footer */
#footer {
		height: 200px;
		padding: 30px 0 0 0;	
		text-align:center;
	}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1em;
	line-height: 26px;
	margin:0 auto 5px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}


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

#content {
	padding-bottom: 250px;
}
/* footer */
#footer {
	height: 250px;
	padding:30px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1em;
	line-height: 26px;
	margin:0 auto 5px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into .infos {
	flex-wrap: wrap;
}
#wrappers #footer .footer_into .infos li {
	width:25%;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}

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

#content {
	padding-bottom: 280px;
}
/* footer */
#footer {
	height: 280px;
	padding:30px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_container h4 {
    margin:2% auto;
    font-size: 1.4em;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:10px;
	border:none;
	padding:0;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1em;
	line-height: 26px;
	margin:9px auto;
}
#wrappers #footer .footer_into .infos {
	flex-wrap: wrap;
}
#wrappers #footer .footer_into .infos li {
	width:25%;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}


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

#content {
	padding-bottom: 300px;
}
/* footer */
#wrappers #footer .footer_into.wfull p {
    text-align: left;
}
#footer {
	height: 300px;
	padding:30px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_container h4 {
    margin:2% auto;
    font-size: 1.4em;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:10px;
	border:none;
}
#wrappers #footer .footer_into .infos {
	flex-wrap: wrap;
}
#wrappers #footer .footer_into .infos li {
	width:50%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1em;
	line-height: 26px;
	margin:9px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}

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

#content {
	padding-bottom: 350px;
}
/* footer */
#footer {
	height: 350px;
	padding: 30px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}
#wrappers #footer .footer_into.wfull p {
    text-align: left;
}
#wrappers #footer .footer_container h4 {
    margin:2% auto;
    font-size: 1.4em;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 100%;
	margin-bottom:10px;
	border:none;
}
#wrappers #footer .footer_into .infos {
	flex-wrap: wrap;
}
#wrappers #footer .footer_into .infos li {
	width:50%;
}
#wrappers #footer .footer_into h5{
	width: 100%;
	font-size:1em;
	line-height: 26px;
	margin:9px auto;
}
#wrappers #footer .footer_into .infos li a {
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos {
	display:block;
	width:100%;
	margin:auto;
}
#wrappers #footer .footer_into:nth-child(2) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */
}
/*//////////////////////////////// footer ends ////////////////////////////////////////////*/
/*//////////////////////////////// theslider_into ////////////////////////////////*/
/* theslider_into */
#theslider_into {
	height: 100%;
    width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f8f7f5;
}
#theslider_into .gradientb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);  
}
#theslider_into #theslider_into_desc{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:103;
	width:95%;
	max-width:1400px;
}
#theslider_into #theslider_into_desc h1{
	-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: 100%;
	font-family: 'Didot', sans-serif;
    letter-spacing: 1px;
    text-align: center;
	color: #142656;
    text-transform: capitalize;
	z-index: 1;
	font-weight: normal;
	padding:50px 0;
	margin:0;
	display:flex;
	align-items: center;
}
#theslider_into #theslider_into_desc span {
	-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: 100%;
	font-family: 'Didot', sans-serif;
    letter-spacing: 1px;
	color:#333;
    text-align: center;
    text-transform: capitalize;
	z-index: 1;
	font-weight: normal;
}
/* theslider_into */
@media all and (min-width: 1400px) {
/* theslider_into */
#theslider_into {
	margin-top:136px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.65em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1.15em;
}
/* theslider_into */

}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/* theslider_into */
#theslider_into {
	margin-top:136px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.65em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1.15em;
}
/* theslider_into */

}
@media all and (min-width: 1024px) and (max-width: 1199px) {
/* theslider_into */
#theslider_into {
	margin-top:136px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.5em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1.15em;
}
/* theslider_into */
}
@media all and (min-width: 768px) and (max-width: 1023px) {
/* theslider_into */
#theslider_into {
	margin-top:50px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.5em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1.15em;
}
/* theslider_into */
}
@media all and (min-width: 600px) and (max-width: 767px) {
/* theslider_into */
#theslider_into {
	margin-top:50px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.45em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1.15em;
}
/* theslider_into */
}
@media all and (min-width: 450px) and (max-width: 599px) {
/* theslider_into */
#theslider_into {
	margin-top:50px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.35em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1em;
}
/* theslider_into */
}
@media all and (max-width: 449px) {
/* theslider_into */
#theslider_into {
	margin-top:50px;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 1.25em;
}
#theslider_into #theslider_into_desc span {
	display:block;
	margin:1rem auto 0 auto;
	font-size: 1em;
}
/* theslider_into */

}
/*//////////////////////////////// theslider_into ////////////////////////////////*/

.blog_into, .workdata {
  display: none;
  width:100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .blog_into .owl-stage,
.workdata .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .blog_into .owl-stage:after,
.workdata .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer  {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item  {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .blog_into .owl-item,
.workdata .owl-item  {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .blog_into .owl-item img,
 .workdata .owl-item img  {
    display: block;
    width: 100%; }
  .blog_into .owl-nav.disabled,
  .blog_into .owl-dots.disabled,
.workdata .owl-nav.disabled,
  .workdata .owl-dots.disabled  {
    display: none; }
  .blog_into .owl-nav .owl-prev,
  .blog_into .owl-nav .owl-next,
 .blog_into .owl-dot,
.workdata .owl-nav .owl-prev,
  .workdata .owl-nav .owl-next,
 .workdata .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into .owl-nav button.owl-prev,
  .blog_into .owl-nav button.owl-next,
  .blog_into button.owl-dot,
 .workdata .owl-nav button.owl-prev,
  .workdata .owl-nav button.owl-next,
  .workdata button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded  {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item  {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item  {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into.owl-grab,
.workdata.owl-grab  {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata{
  display: block; }
  
  /*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }