@charset "utf-8";
/* CSS Document */
/* font */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-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;
}
/**Cookie Alert */
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size:.9em;
}
.alert ul {
    list-style:none;
	padding:0;
}
.alert .allowed {
    color:#EDA514;
}
.text-center {
    text-align: center!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-decoration:none;
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	margin:.3%;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	cursor:pointer
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert #Cpop {
    text-decoration: none;
	color:#fff;
	font-size: .9em;
	display:block;
	margin:5px auto 10px auto;
	background:#EDA514;
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
	width:100%;
	max-width:200px;
	cursor:pointer
}
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: #fff;
}
#wrappers {
	min-height:100%;
	position:relative;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
}
#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: 'Comfortaa-Regular', 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: 'Comfortaa-Regular', 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: 'Comfortaa-Regular', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
.rowcount {
	font-family: 'Comfortaa-Regular', 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: 'Comfortaa-Regular', sans-serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'Comfortaa-Regular', 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: #f6f7fb;
	font-family: 'Comfortaa-Regular', sans-serif;
	padding-bottom:30px;
}
.main_content .tourstart {
	width: 95%;
	position:relative;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width:1400px;
	padding-top:50px;
}
.main_content .tourstart ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 -5px;
	justify-content: flex-end;
}
.main_content .tourstart ul li {
    list-style: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}
.main_content .tourstart ul li a {
    color: #333;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 2em;
	border:solid 1px #202f59;
    box-shadow: 0 0 60px 0 transparent;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-weight: 500;
    letter-spacing: 1px;
	text-decoration: none;
	font-weight:normal;
}
.main_content .tourstart ul li a:hover {
    color:#fff;
	background-color: #202f59;
}
.main_content .tourstart ul li i {
    color:#202f59;
	margin-right:5px;
}
.main_content .tourstart ul li a:hover i {
    color:#fff;
}
.main_content .tourstart h2 {
	font-family: 'Poppins', sans-serif;
	text-align:left;
	font-weight:normal;
	font-size:2.5em;
	width:75%;
	margin:0;
}
.main_content .tourstart .addons {
	width:25%;
}
.main_content .location {
	width:95%;
	position:relative;
	display:block;
	margin:0px auto 50px auto;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:1.25em;
	color:#333;
	font-weight:400;
	max-width:1400px;
}
.main_content .location i {
	display:inline-block;
	margin-right:7px;
	color:#202f59;
}
.main_content #gallerydata {
	width:100%;
}
.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 .tour_specs {
	width:95%;
	display:block;
	margin:0 auto;
	max-width:1400px;
	font-family: 'Comfortaa-Regular', sans-serif;
	padding:40px 0 20px 0;
}
.main_content .tour_specs .tour_spec_inner {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.main_content .tour_specs .tour_spec_inner .tour_icon {
    font-size: 30px;
    color:#0d0b11;
    line-height: 1em;
    margin-right: 20px;
}
.main_content .tour_specs .tour_spec_inner .tour_spec_text {
    flex-grow: 1;
}
.main_content .tour_specs .tour_spec_inner .tour_spec_text h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
	margin-top:0;
    margin-bottom: 0;
	color:#000;
}
.main_content .tour_specs .tour_spec_inner .tour_spec_text span {
	color:#202f59;
	font-weight: 600;
}
.main_content .tour100 {
	width:100%;
}
.main_content .tour60 {
	width:65%;
}
.main_content .tour40 {
	width:35%;
}
.main_content .tour100 article p,
.main_content .tour100 article ul li {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.main_content .tour100 article ul {
    list-style: none;
    margin-left: 1.5em;
	padding:0;
}
.main_content .tour100 article ul li {
    margin-bottom: 0.5rem;
}
.main_content .tour100 article ul li:before {
    content: "\2022";
    color:#0d0b11;
    font-weight: 700;
    display: inline-block;
    width: 1em;
	font-size:18px;
    margin-left: -1em;
}
.main_content .tour60 article p,
.main_content .tour60 article ul li {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.main_content .tour60 article ul {
    list-style: none;
    margin-left: 1.5em;
	padding:0;
}
.main_content .tour60 article ul li {
    margin-bottom: 0.5rem;
}
.main_content .tour60 article ul li:before {
    content: "\2022";
    color:#0d0b11;
    font-weight: 700;
    display: inline-block;
    width: 1em;
	font-size:18px;
    margin-left: -1em;
}
.main_content .tour40 .book_box {
    background-color: #fff;
    padding: 0 40px;
    border-radius: 20px;
	box-shadow: 0 0 30px 0 rgb(6 30 98 / 8%);
	display:block;
	width:100%;
	margin:auto;
}
.main_content .tour40 .book_box .book_title {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: left;
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-weight:700;
}
.main_content .tour40 .book_box .book_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    right: -5px;
    height: 5px;
    background-color: #0d0b11;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}
.main_content .tour40 .book_box .book_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    right: -40px;
    border-bottom: 1px solid;
    border-color:#666;
}
#bookform {
   width:100%;
   margin:0 auto;
   display:block;
   padding-bottom:20px;
}
#bookform fieldset {
	border:none;
	margin:0;
 }
 .articleform .card50 {
	width:50%;
 }
 @media all and (max-width:768px) {
	.articleform .card50 {
		width:100%;
	 }
 }
 #bookform fieldset label {
	color: #e3da53;
	background-color: #0d0b11;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:normal;
	font-size:1em;
	display:block;
	margin:0 auto 5px auto;
	width:100%;
	padding:5px;
 }
 #bookform input,
 #bookform select {
	width:100%;
 }
 #bookform input[type=submit] {
	font-size: 14px;
    font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:normal;
    text-transform: capitalize;
    line-height: 20px;
    color: #e3da53;
    background-color: #0d0b11;
	border:solid 1px #0d0b11;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px;
 }
 #bookform input[type=submit]:hover {
    background-color: #e3da53;
	color: #0d0b11;
 }
 #bookform .custom-file input {
    border:none;
	display: block;
	margin:1rem auto;
	cursor:pointer;
 }
 #bookform .custom-file .custom-file-label {
	background-color:#f7f3f0;
	border-radius:5px;
	padding:20px;
	color:#333;
	text-align: center;
 }
 #bookform ul {
	margin:15px 0 0 0;
	list-style: none;
 }
 #bookform ul li {
	font-size: .9em;
 }
 #bookform li:before {
    content: "\f02f";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #0d0b11;
    font-size: 1.25em;
    font-weight: normal;
}
 #bookform ul li a {
	text-decoration:none;
	color:#333;
	cursor:pointer;
 }
 #bookform ul li a:hover {
	color:#0d0b11;
 }
 #bookform .card50 p {
	font-size:.9em;
	color:#0d0b11;
 }
 #bookform .note {
	width:100%;
	display:block;
	margin:8px auto 0 auto;
	color:#333;
	font-size: .85em;
 }
 #bookform .custom-file .custom-file-label i {
	color:#0d0b11;
	margin-right:7px;
 }
@media all and (max-width:599px) {
	#bookform .col25 {
		width:50%;
	}
	#bookform .col25:nth-child(2),
	#bookform .col25:nth-child(3) {
		display: none;
	}
}
.main_content h2,.main_content h3{
	color: #333;
	font-family: 'Comfortaa-Regular', sans-serif;
}
.main_content .tour100 article h3 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:24px;
	color:#000;
}
.main_content .tour100 article h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:28px;
	line-height:1;
	color:#0d0b11;
	margin-top:12px;
}
.main_content .tour60 article h3 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:24px;
	color:#000;
}
.main_content .tour60 article h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:28px;
	line-height:1;
	color:#0d0b11;
	margin-top:12px;
}
.main_content h4 {
	color: #333a4d;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:normal;
}
.main_content .vc_column_container.no_border h4 {
    padding-bottom:0;
	color:#fff;
	border-bottom:0;
}
.main_content .row2 .vc_column_container.no_border.col-sm-4 {
    margin:8px;
}

.main_content .tourlist {
	width:97%;
	display:block;
	margin:auto;
	padding-bottom:30px;
	max-width: 1400px;
}
.main_content .tbox {
	width: 33.333333%;
	position:relative;
	margin-bottom:20px;
}
.main_content .tbox .watchbutton {
	width:fit-content;
	padding:8px 12px;
	background-color: #0d0b11;
	border-radius:5px;
	color:#fff;
	font-weight:normal;
	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:inline-block;
	margin-top:15px;
	font-size:.85em;
	letter-spacing: 1px;
	float: right;
	border:solid 1px #0d0b11;
	cursor:pointer
}
.main_content .tbox .watchbutton:hover {
	background-color: #202f59;
	color:#fff;
	border:solid 1px #202f59;
}

.trailerdivbox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
	z-index: 9999;
  }
  
  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;	
  }

  .videoWrapper iframe {
	position: absolute;
	max-width: 560px;
	max-height: 315px;
	width: 95%;
	height: 95%;
	left: 0;
	right: 0;
	margin: auto;
  }
.main_content .tbox .tbox_char {
	position:absolute;
	width:95%;
	top:10px;
	left:20px;
	z-index: 1;
}
.main_content .tbox .tbox_char ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 5px;
    justify-content: flex-start;
}
.main_content .tbox .tbox_char ul li {
    list-style: none;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
	background-color: #202f59;
	font-size:11px;
	padding: 0.5rem 1rem;
	letter-spacing: 1px;
	border-radius: 2em;
	margin:5px 3px;
}
.main_content .tbox .tbox_char ul li i {
    margin-right:3px;
}
.main_content .tbox .tbox_fig {
	width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
	position:relative;
	background-color: #fff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	box-shadow: 0 0 30px 0 rgb(6 30 98 / 8%);
}
.main_content .tbox .tbox_fig img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
.main_content .tbox .tbox_content {
    width:100%;
	padding:15px;
	background-color: #fff;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	box-shadow: 0 0 30px 0 rgb(6 30 98 / 8%);
}
.main_content .tbox .tbox_content h4 {
    font-family: 'Poppins', sans-serif;
	margin:5px 0 8px 0;
	padding:0 0 8px 0;
	border-bottom:solid 1px #666;
	font-size:1.1em;
}
.main_content .tbox .tbox_content summary {
	font-family: 'Poppins', sans-serif;
	color:#333;
	font-size:.9em;
	line-height: 1.2;
}
.main_content .tbox .tbox_content a {
	width:fit-content;
	padding:8px 12px;
	background-color: #0d0b11;
	border-radius:5px;
	color:#fff;
	font-weight:normal;
	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:inline-block;
	margin-top:15px;
	font-size:.9em;
	letter-spacing: 1px;
}
.main_content .tbox .tbox_content a:hover {
	background-color: #202f59;
	color:#fff;
}
.col-sm-4 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:95%;
  max-width:600px;
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#B8B9AD;
  color:#fff;
  font-size: .9rem;
  font-family: 'Comfortaa-Regular', sans-serif;
  font-weight: normal;
}
#boxes h1,#boxes h2,#boxes h3 {
  font-family: 'Comfortaa-Regular', sans-serif;
  font-weight: normal;
 letter-spacing: .1rem;
}
#boxes #dialog i{
  color:#fff;
}
.agree {
	padding:5px;
}
.agree:hover{
  background-color: red;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}
@media all and (max-width: 450px) {
#boxes #dialog {
  width:95%;
  max-width:250px;
  font-size: .65rem;
}
}

.main_content .tour_main {
	color: #333;
	font-family: 'Comfortaa-Regular', sans-serif;
	background-color: #fff;
	padding:20px;
	width:100%;
	display:block;
	margin:auto;
}
.main_content .text {
	color: #333;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:400;
	background-color: #fff;
	padding:20px;
	width:95%;
	max-width:1400px;
	display:block;
	border-radius:10px;
}
.main_content .text p a {
	color: #fff;
	background-color: #007bff;
	border-radius: 5px;
	border:solid 1px #007bff;
	padding: 6px 5px;
	text-decoration: none;
	cursor:pointer;
}
.main_content .text p a:hover {
	color: #333;
	background-color: #ebebeb;
}
.main_content .listext {
	color: #333;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:400;
	background-color: #f1f1f1;
	padding:20px;
	width:95%;
	max-width:1400px;
	display:block;
	border-radius:10px;
	margin:0 auto 2rem auto;
}
.main_content .listext .list_title {
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.main_content .listext .list_title h2 {
	display:inline-block;
	color:#0d0b11;
	width: fit-content;
}
.main_content .iconpromo {
    font-size: 40px;
}
.main_content .iconpromo {
    fill: #0d0b11;
    color:#0d0b11;
    border-color: #0d0b11;
	display: inline-block;
	margin:auto 7px auto auto;
}
.main_content .iconpromo svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
	margin:auto;
}
.main_content .iconpromo img {
    width: 30px;
    
    position: relative;
    display: block;
	margin:auto;
}
.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 .tools {
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:normal;
	display:block;
	margin:15px auto 0px auto;
	padding-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #333a4d;
}
.main_content .text .tools .PagG {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:0;
	margin:0;
}
.main_content .text .tools .PagG .PaGlink{
	text-decoration:none;
	color:#282e3f;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	border:solid 1px #fff;
	border-radius:5px;
	padding:10px;
}
.main_content .text .tools .PagG .PaGlink:hover {
	background:#f1f1f1;
	border:solid 1px #f1f1f1;
}
.main_content .text .tools .PagG .PaGlink i {
	margin-right:5px;
	color:#282e3f;
}
.main_content .text .tools .PagG  li {
	list-style:none;
}
.main_content .text .tools .PagG .items-center {
	display: flex;
	align-items: center;
	margin-left:8px;
	margin-right:8px;
}
.main_content .text .tools .PagG .items-center em {
	margin-left:4px;
}
.main_content .text .tools .PagG li input {
	width: 3.2em;
	color:#000;
	padding:10px;
}
.main_content .text .tools .toolsSearch {
	display:block;
	width:100%;
	padding:0;
	margin:0 auto 10px auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
    border: none;
    width:100%;
	max-width:170px;
    margin: .2% 0;
    display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align:middle;
    position: relative;
    padding: 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type="submit"] {
    font-family: 'Comfortaa-Regular', sans-serif;
    color: #fff;
    margin:0 auto 0 auto;
    background-color: #333a4d;
    border: 1px solid #333a4d;
	border-radius:5px;
    cursor: pointer;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    -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%;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type="submit"]:hover {
    color: #333a4d;
    background-color: #fff;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  width: 100%;
  max-width:800px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  background-image: url('pics/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align:middle;
  margin:auto;
}
@media all and (max-width:499px) {
.main_content .text .tools .PagG .PaGlink{
	font-size:.9em;
	padding:5px 5px;
}
.main_content .text .tools .PagG li input {
    width: 2.8em;
    padding:5px 7px;
}
.main_content .text .tools .PagG .items-center {
    margin-left: 4px;
    margin-right: 4px;
}

}
.main_content .text.mtop {
	margin:0px auto 20px auto;
}
.main_content .text.litop {
	margin:0 auto;
	display: block;
	padding:0;
	background-color: transparent;
}
.main_content .text.litop .ourblog .ourblog_mini .card_box {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    position: relative;
}
@media all and (max-width:600px) {
	.main_content .text.litop .ourblog .ourblog_mini .card_box {
		height: 300px;
	}
	.main_content .text.litop .ourblog .ourblog_mini .card_content summary {
		height: auto;
		text-align: justify;
	}
}
.main_content .text.litop .ourblog .ourblog_mini .card_content summary {
    height:auto;
}
.featured {
	position:absolute;
	top:10px;
	left:10px;
	padding:6px 8px;
	color:#fff;
	display:table;
	background-color: #0d0b11;
	font-size:.85em;
	border-radius:4px;
}
.featured i{
	margin-right:5px;
}
.main_content .text article .datesarticle{
	color: #333a4d;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	font-size:.9em;
	text-align:left;
	display:inline-block;
	width:100%;
	margin-bottom:5px;
}
.main_content .text article .datesarticle i {
	margin-right:5px;
}
.main_content .text article p {
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	font-size:.9em;
}
blockquote {
    margin: 1rem 0 1rem;
}
.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;
}
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #fff;
    border-left: 2px solid #0d0b11;
}
.main_content .text .insidebox .insidebox_inner {
	display: table;
    table-layout: fixed;
    height: 27px;
    position: relative;
	margin:2% 0;
	background:#0d0b11;
}
.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: 'OpenSans-Regular', sans-serif;
	width:100%;
	background:#202f59;
}
.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 .profile {
	width:100%;
	position:relative;
}
.main_content .profile .prof_text {
	width:100%;
	padding:25px;
	border-radius:5px;
	background-color:#202f59;
	text-align:center;
}
.main_content .profile .prof_text i {	
	display:block;
	margin:0 auto .8rem auto;
	color:#0d0b11;
	font-size:1.5em;
}
.main_content .profile .prof_text h3 {	
	font-size:1.15em;
	color:#fff;
}
.main_content .profile .prof_text a {	
	font-size:.9em;
	text-decoration:none;
	color:#fff;
	-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: 'Comfortaa-Regular', sans-serif;
    background-color: #0d0b11;
	border:solid 1px #0d0b11;
    border-radius: 4px;
	padding:12px 10px;
}
.main_content .profile .prof_text a:hover {	
	color:#333;
    background-color: #f1f1f1;
}
.main_content .profile .prof_text a i {	
	font-size:.9em;
	display:inline-block;
	margin-right:5px;
	color:#fff;
}
.main_content .profile .prof_text a:hover i {	
	color: #333;
}
.main_content .profile .col100 {
	margin-top:.8rem;
	margin-bottom: .8rem;
}
.main_content .profile .file_text {
	display:flex;
	justify-content:space-between;
	align-items: center;
	background-color: #0087cc;
	color:#fff;
	padding:15px 20px;
	border-radius:4px;
}
.main_content .profile .file_text h3 {
	font-size:1.15em;
	margin:0;
	color:#fff;
	display:inline-block;
}
.main_content .profile .file_text .fileinfo {
	flex-grow:1;
}
.main_content .profile .file_text .fileinfo i {
	font-size:1.25em;
	margin-right:5px;
}
.main_content .profile .file_text .dwn_btn {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	background-color:#92b955;
	border:solid 1px #92b955;
	padding: 9px 13px;
	border-radius:50%;
}
.main_content .profile .file_text .dwn_btn i {
	color:#fff;
}
.main_content .profile .file_text .dwn_btn:hover i {
	color:#333;
}
.main_content .profile .file_text .dwn_btn:hover  {
	background-color:#f1f1f1;
}
/*tables */
.row3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.col-md-1, .col-sm-12, .col-md-5, .col-md-7, .col-md-6, .col-md-9 {
	position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.col-md-1.pdoff, .col-sm-12.pdoff, .col-md-5.pdoff, .col-md-7.pdoff, .col-md-6.pdoff, .col-md-9.pdoff {
    padding-right: 0px;
    padding-left: 0px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	text-decoration:none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(pics/ar.svg) no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 75%;
}
.mobShow {
 visibility:hidden;
 margin:0;
}
@media all and (min-width: 768px) {
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-9 {
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 0 0 75%;
}
.col-md-1 {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 0 0 25%;
}

}
@media all and (max-width: 768px) {
.mobShow {
 visibility:visible;
 font-weight:normal;
color:#000; 
margin-bottom:10px;
}

}
@media all and (max-width: 767px) {
.col-sm-12, .col-md-5, .col-md-7, .col-md-6 {
	margin-bottom:8px;
}
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	border: 1px solid #dee2e6;
    color: #212529;
    background-color: transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table td, .table th {
    padding: 0.75rem;
}
.table td img {
    width:100%;
	max-width:100px;
}
@media all and (max-width: 1199.98px) {
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

}
/*tables */
.main_content .text .imagetext img{
	width:100%;
	max-width:1070px;
	height:auto;
}
.main_content .text .inforight {
	position:relative;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-weight:normal;
	color:#fff;
    background:#333;
	padding:30px;	
	font-size:.9em;
}
.main_content .text .inforight div {
	margin-bottom:7px;
}
.main_content .text .inforight em {
	margin-right:5px;
	font-size:1.15em;
	color:#333a4d;
}
.main_content .text #formarticle {
	width:100%;
	margin-top:15px;
}
.main_content .text #formarticle fieldset {
	border:none;
	width:100%;
	margin:0 0 1rem 0;
	padding-top:0;
	padding-bottom:0;
}
.main_content .text #formarticle legend {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	font-size:1.2em;
	padding:12px 10px;
	background-color: #f1f1f1;
	margin-bottom:1rem;
}
.main_content .text #formarticle legend i {
	color:#0d0b11;
	margin-right:7px;
}
.main_content .text #formarticle fieldset label {
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight: normal;
	color:#333;
	font-size:1em;
	margin-bottom:1rem;
}
.main_content input,.main_content textarea,.main_content select {
	font-family: 'OpenSans-Regular', sans-serif;
	color: #333;
	font-weight: normal;
	border: 1px solid rgba(33,33,33,.25);
    background-color: #fff;
	margin:auto;
	display: block;
	width: 100%;
}
.main_content select[data-chosen] {
	outline-offset:2px;
	outline:5px solid;
}
.main_content select[data-chosen='10000'],
.main_content select[data-chosen='20000'],
.main_content select[data-chosen='30000'],
.main_content select[data-chosen='50000'],
.main_content select[data-chosen='5000'],
.main_content select[data-chosen='600'],
.main_content select[data-chosen='1200'],
.main_content select[data-chosen='1800'],
.main_content select[data-chosen='2400'],
.main_content select[data-chosen='3000'],
.main_content select[data-chosen='3600'],
.main_content select[data-chosen='4200'],
.main_content select[data-chosen='4800'],
.main_content select[data-chosen='800'],
.main_content select[data-chosen='1600'],
.main_content select[data-chosen='2000'],
.main_content select[data-chosen='2800'],
.main_content select[data-chosen='3200'],
.main_content select[data-chosen='4000'],
.main_content select[data-chosen='360'],
.main_content select[data-chosen='720'],
.main_content select[data-chosen='1080'],
.main_content select[data-chosen='1440'],
.main_content select[data-chosen='1800'],
.main_content select[data-chosen='2160'],
.main_content select[data-chosen='2520'],
.main_content select[data-chosen='2880'],
.main_content select[data-chosen='3240'],
.main_content select[data-chosen='3960'],
.main_content select[data-chosen='4320'],
.main_content select[data-chosen='4680'],
.main_content select[data-chosen='320'],
.main_content select[data-chosen='740'],
.main_content select[data-chosen='1280'],
.main_content select[data-chosen='960'],
.main_content select[data-chosen='1920'],
.main_content select[data-chosen='2240'],
.main_content select[data-chosen='2560'],
.main_content select[data-chosen='3520'],
.main_content select[data-chosen='3840'],
.main_content select[data-chosen='4160'],
.main_content select[data-chosen='4480'],
.main_content select[data-chosen='7500'],
.main_content select[data-chosen='400'] {
	outline-color:green;
} 

.main_content select[data-chosen='0'] {
	outline-color:#fff;
	outline-offset:0px;
	outline:0px solid;
} 

.main_content .text #formarticle input[type="text"],
.main_content .text #formarticle input[type="email"],
.main_content .text #formarticle input[type="password"]{
	width:100%;
	color: #333;
	border: 1px solid rgba(33,33,33,.25);
	margin:0 auto;
	display: block;
	padding:12px 10px;
}
.main_content .text #formarticle input[type="radio"] {
	display:inline-block;
	margin-right:7px;
	cursor:pointer;
}
.main_content .text .agreed {
	background-color:#ebebeb;
	padding:20px;
	border-radius:6px;
}
.main_content .text #formarticle .buttonconfirm {
	display:inline-block;
	width:fit-content;
}
.main_content .text #formarticle select {
	width:100%;
	color: #333;
	border: 1px solid rgba(33,33,33,.25);
	margin:.5% auto;
	display: block;
	padding:12px 10px;
}
.main_content input[type="submit"]{
	font-family: 'OpenSans-Regular', sans-serif;
	color: #fff;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #0d0b11;
	border: 1px solid #0d0b11;
	border-radius:5px;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.main_content input[type="submit"]:hover{
	background-color: #fff;
	color:#333;
}
.main_content .text #formarticle input[type="submit"] {
	display:block;
	margin:15px auto;
}
.main_content #form_section .checkbox{
	background-color:rgba(239,239,239,.75);
}

.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); 
}
.main_content .text #contact_info {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.main_content .text #contact_info h3 {
   text-align:center;
}
.main_content .text #contact_info .PhoneRowH {
   text-align:left;
   border:none;
   color:#333;
   font-size:1.1em;
   padding:0;
   vertical-align:top;
}
.main_content .text #contact_info .PhoneRow {
	display:inline-block;
	position:relative;
	width:31.5%;
	vertical-align:top;
}
.main_content .text #contact_info .row {
    font-family: 'Comfortaa-Regular', sans-serif;
    color: #000;
    font-weight: 600;
	text-align:left;
	display:block;
	margin:5px auto;
}
.main_content .text #contact_info .row i,
.main_content .text #contact_info .row em {
    color: #0d0b11;
	font-size:1.35em;
	margin-right:5px;	
}
@media all and (max-width:768px) {
.main_content .text #contact_info .PhoneRow {
	display:block;
	margin:2% auto;
	width:75%;
}
.main_content .text #contact_info .row {
    text-align:center;
}
}

.main_content .text .work_map {
	display:block;
	margin:auto;	
}
.main_content .text .work_map #gmap_canvas {
	height:400px;
}

.btnlink {
font-family: 'Comfortaa-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #333a4d;
    border: 1px solid #333a4d;
    cursor: pointer;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;	
}
.btnlink:hover{
	background-color: #cf9455;
	border:solid 1px #cf9455;
}
/* epidotoumena */
.msgbtnbox {
	width:100%;
	display:flex;
	margin-top:30px;
}
.msgbtnbox .specialmsgbtn {
	font-family: 'Comfortaa-Regular', sans-serif;
    color: #fff;
    display: inline-block;
    margin-right:8px;
	font-size:12px;
	border-radius:8px;
    background-color: #0d0b11;
    border: 1px solid #0d0b11;
    cursor: pointer;
    padding:15px 12px;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;	
}
.msgbtnbox .specialmsgbtn a {
    color: #fff;
	text-decoration: none;
}
.msgbtnbox .specialmsgbtn:hover{
	background-color: #e3da53;
	color:#0d0b11;
}
.msgbtnbox .specialmsgbtn:hover a {
    color: #333;
	text-decoration: none;
}
@media all and (max-width: 600px) {
	.msgbtnbox {
		flex-wrap:wrap;
		justify-content: center;
		align-items:center;
	}
	.msgbtnbox .specialmsgbtn {
		width:fit-content;
		margin-bottom:12px;
	}
}

@media all and (min-width: 1400px) {
	
/* main_content */
.main_content {
	padding-top:110px;
	width:100%;
}
.main_content h3 {
	font-size:1.5em;
}
.main_content  h4 {
	font-size:1.45em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:0px auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:500px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:350px;
  width:100%;
 }
.main_content .text .inforight {
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin-left:1%;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:170px;
    margin: 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:800px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 85%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: 1em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}


}


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

/* main_content */
.main_content {
	padding-top:110px;
	width:100%;
}
.main_content h3 {
	font-size:1.6em;
}
.main_content  h4 {
	font-size:1.45em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:20px auto;
	text-align:left;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:500px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:350px;
 }
.main_content .text .inforight {
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin-left:1%;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:170px;
    margin: 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:800px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 85%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */


}

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

/* main_content */
.main_content {
	padding-top:110px;
	width:100%;
}
.main_content .tourstart h2 {
    font-size: 2em;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 400px;
}

.main_content .tbox {
	width: 50%;
}

.main_content h3 {
	font-size:1.5em;
}
.main_content  h4 {
	font-size:1.4em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:left;
	padding:30px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:500px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 55%;
  vertical-align:top;
  display:inline-block;
  margin:0;
 }
 .main_content .text .infoleft .workdata .imgLiquid{
  height:300px;
 }
.main_content .text .inforight {
	display:inline-block;
	width:43%;
	vertical-align:top;
	margin-left:.7%;
}
.main_content .text .tools .toolsSearch {
    margin: 0 auto 3% auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:150px;
    margin: 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:700px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 85%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 70%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/*main_content */


}


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

/* main_content */
.main_content {
	padding-top:110px;
	width:100%;
}
.profile .col33 {
    width: 50%;
	margin-bottom:1rem;
}
.main_content .tourstart h2 {
    font-size: 1.5em;
	width: 60%;
}
.main_content .tourstart .addons {
    width: 40%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 33.333333%;
	margin-bottom:10px;
}
.main_content .tour100 {
	width:100%;
}
.main_content .tour60 {
	width:100%;
}
.main_content .tour40 {
	width:100%;
}
.main_content .tbox {
	width: 50%;
}
.main_content h3 {
	font-size:1.4em;
}
.main_content  h4 {
	font-size:1.35em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	display:inline-block;
	width:23.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:left;
	padding:30px 40px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:400px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:300px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text .tools .toolsSearch {
    margin: 0 auto 3% auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:100px;
    margin: 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:540px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 90%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */


}

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

/* main_content */
.main_content {
	padding-top:110px;
	width:100%;
}
.profile .col33 {
    width: 50%;
	margin-bottom:1rem;
}
.main_content .tourstart h2 {
    font-size: 1.5em;
	width: 50%;
}
.main_content .tourstart .addons {
    width: 50%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 33.333333%;
	margin-bottom:10px;
}
.main_content .tour100 {
	width:100%;
}
.main_content .tour60 {
	width:100%;
}
.main_content .tour40 {
	width:100%;
}
.main_content .tbox {
	width: 100%;
}
.main_content h3 {
	font-size:1.4em;
}
.main_content  h4 {
	font-size:1.35em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	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.Nopad {
	padding:10px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:350px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text .tools .toolsSearch {
    margin: 0 auto 3% auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:150px;
    margin: 3% 0 0 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:540px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.35em;
    margin-bottom: 15px;
    display: block;
	padding-bottom:15px;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 80px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */

}


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

/* main_content */
.main_content {
	padding-top:100px;
	width:100%;
}
.profile .col33 {
    width: 100%;
	margin-bottom:1rem;
}
.main_content .tourstart {
    flex-wrap:wrap;
	flex-direction: column-reverse;
}
.main_content .tourstart h2 {
    font-size: 1.5em;
	width: 100%;
	margin-top:10px;
}
.main_content .tourstart .addons {
    width: 100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 50%;
	margin-bottom:15px;
}
.main_content .tour100 {
	width:100%;
}
.main_content .tour60 {
	width:100%;
}
.main_content .tour40 {
	width:100%;
}
.main_content .tourlist {
    padding:30px 0;
}
.main_content .tbox {
	width: 100%;
}
.main_content h3 {
	font-size:1.3em;
}
.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 .imgLiquid {
	display:inline-block;
	width:48.5%;
	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.Nopad {
	padding:10px;
}
.main_content .tour_main .imgLiquid {
	width:100%;
	height:350px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
}
.main_content .text .tools .toolsSearch {
    margin: 0 auto 3% auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:540px;
    margin: 3% 0 0 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:540px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.25em;
    margin-bottom: 15px;
	margin-top:0;
    display: block;
	padding-bottom:15px;
}
.main_content .text #contact_info .PhoneRow {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 40px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */


}

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

/* main_content */
.main_content {
	padding-top:100px;
	width:100%;
}
.profile .col33 {
    width: 100%;
	margin-bottom:1rem;
}
.main_content .tourstart {
    flex-wrap:wrap;
	flex-direction: column-reverse;
}
.main_content .tourstart h2 {
    font-size: 1.4em;
	width: 100%;
	margin-top:10px;
}
.main_content .tourstart .addons {
    width: 100%;
}
.main_content #gallerydata .gal_item .gal__image {
    height: 300px;
}
.main_content .col-lg-1 {
    width: 50%;
	margin-bottom:15px;
}
.main_content .tour100 {
	width:100%;
}
.main_content .tour60 {
	width:100%;
}
.main_content .tour40 {
	width:100%;
}
.main_content .tour40 .book_box {
    padding: 0 20px;
}
.main_content .tour40 .book_box .book_title:after {
    left: -20px;
    right: -20px;
}
.main_content .tour40 .book_box .book_title:before {
    left: 0px;
    right: 0px;
}
.main_content .tour100 article h2 {
    font-size: 24px;
}
.main_content .tour100 article p {
    text-align:justify;
    font-size: 15px;
    line-height: 25px;
}
.main_content .tour60 article h2 {
    font-size: 24px;
}
.main_content .tour60 article p {
    text-align:justify;
    font-size: 15px;
    line-height: 25px;
}
.main_content .tourlist {
    padding:30px 0;
}
.main_content .tbox {
	width: 100%;
}
.main_content .tbox .tbox_fig {
    height: 250px;
}
.main_content .tbox .tbox_content h4 {
    font-size: 1em;
}
.main_content .tbox .tbox_content summary {
    font-size: .85em;
}
.reset {
	display:none;
}


.main_content h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.25em;
	text-align:left;
}
.main_content .vc_column_container.no_border h4 {
   text-align:center;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .imgLiquid {
	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.mtop {
    margin: 20px auto;
}
.main_content .text.Nopad {
	padding:10px;
}
.main_content .text ul{
	padding-inline-start: 20px;
}   
.main_content .tour_main .imgLiquid {
	width:100%;
	height:350px;
	margin:0px auto 30px auto;
}
.main_content .text .imgLiquid {
	width:100%;
	height:250px;
	margin:0px auto 30px auto;
}
.generic-blockquote {
    padding: 15px 30px 15px 30px;
}
.main_content .text .infoleft {
  width: 100%;
  vertical-align:top;
  display:block;
  margin:1% auto 0 auto;
 }
.main_content .text .inforight {
	width:100%;
	vertical-align:top;
	display:block;
	margin:3% auto;
	text-align:left;
	padding: 30px 15px;
}
.main_content .text .tools .toolsSearch {
    margin: 0 auto 3% auto;
}
.main_content .text .tools .toolsSearch #toolsSearchForm fieldset {
	max-width:540px;
    margin: 3% 0 0 0;
}
.main_content .text .tools .toolsSearch #toolsSearchForm input[type=text] {
  max-width:540px;
}

.main_content .text #contact_info {
    display: block;
    height: auto;
    width: 95%;
    vertical-align: top;
    position: relative;
    padding-bottom: 1%;
    text-align: center;
    margin: auto;
}
.main_content .text #contact_info h3 {
    color: #333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.25em;
    margin-bottom: 15px;
	margin-top:0;
    display: block;
	padding-bottom:15px;
}
.main_content .text #contact_info .PhoneRow {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
}
.main_content .text .row {
    display: inline-block;
    text-align: left;
    font-size: .9em;
    padding: .25%;
}
.main_content #form_section {
	width: 100%;
	margin: 10px auto 30px auto;
	padding:10px 20px;
	display:block;
}
.main_content #form_section input {
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section textarea{
	font-size: 1em;
	padding: 8px 10px;
	width: 100%;
	margin:.8% 0;
}
.main_content #form_section legend{
	font-size: 1em;
	width: 90%;
	margin: auto;
}
.main_content #form_section select{
	font-size: 1em;
	display:inline-block;
	padding: 8px 10px;
	width: 47%;
	margin:.8%;
}
.main_content #form_section input[type="submit"]{
	font-size: 1em;
	margin-top: 25px;
	padding: 8px 10px;
	width: 100%;
}
/* main_content */

}
/*//////////////////////////////// modal ////////////////////////////////////////////*/
#modal {
	display: block; 
	background-color: #efefef;
	position:fixed;
	margin:auto;
	left:0;
	right:0;
	top:-140%;
	z-index:1101;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	moz-transition: all .6s ease;
    -webkit-transition: all .5s ease;
	width:100%;
	max-width:700px;
}
#modal #closemodal {
	text-decoration:none;
	font-family: 'Comfortaa-Regular', sans-serif;
	color:#fff;
	background-color:#202f59;
	cursor:pointer;
}
#modal iframe {
	display:block;
	margin:auto;
	width:100%;
	max-width:700px;
}
/*//////////////////////////////// header ////////////////////////////////////////////*/
/* header nav*/
.header_index {
	z-index: 110;
	position:relative;
	top: 0px;
	left: auto;
	right: auto;
	width: 100%;
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
/* header nav*/
.header_index_nav {
-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header_index .header_top{
	width: 100%;
	position:absolute;
	z-index:115;
}
#wrappers .header_index .header_tools  {
	z-index: 93;
	color:#FFA500;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:.9em;
}
#wrappers .header_index .header_tools a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-family: 'Comfortaa-Regular', sans-serif;
	background-color: #0d0b11;
	border-radius:4px;
}
#wrappers .header_index .header_tools a:hover {
	color:#fff;
	background-color:#202f59;
}
#wrappers .header_index #logo {
-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:120;
	background-color: #0d0b11;
	border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
#wrappers .header_index  #logo img{
-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 .header_index .header_menu {
	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;
	z-index:90;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
	padding: 0 30px;
}
.header_index .sb-search {
	width: 0%;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 6002;
}
.header_index .sb-search {
	float: right;
	overflow: hidden;
}
.header_index .sb-search .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	margin: 0;
	z-index: 10;
	font-family: 'OpenSans-Light', sans-serif;
}
.header_index .sb-search .sb-search-input::-webkit-input-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input:-moz-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input::-moz-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-search-input:-ms-input-placeholder {
	color: rgba(33,33,33,.8);
}
.header_index .sb-search .sb-icon-search,
.header_index .sb-search .sb-search-submit  {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}
.header_index .sb-search .sb-search-submit {
	background: #ebebeb; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.header_index .sb-search .sb-icon-search {
	z-index: 90;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
.header_index .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.header_index #oldsite {
    z-index:999;
}
.header_index #oldsite img{
	width:100%;
}
#wrappers .header_index .loginbox  {
	position:absolute;
	right:10px;
	top:50px;
	z-index:999;
	padding:0px;
}
#wrappers .header_index .loginbox .loginbox_inner {
	display: table;
    table-layout: fixed;
    height: 27px;
    position: relative;
	background:#202f59;
	border-radius:3px;
	padding:12px 10px;
}
#wrappers .header_index .loginbox .loginbox_inner i {
	color:#0d0b11;
	font-size:1em;
	margin-right:8px;
	display: table-cell;
    vertical-align: middle;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 8px;
    font-size: 13px;
	font-family: 'Comfortaa-Regular', sans-serif;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text a,
#wrappers .header_index .loginbox .loginbox_inner .inner_text span{
    text-decoration:none;
	color:#fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	cursor:pointer;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text:nth-child(2) a {
	margin-right:12px;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text a:hover {
	color:#cf9455;
}
/* header */
#map { 
 width:100%;
 margin:auto;
 float:none; 
 }
#info{ 
display:none;
padding:0.25rem;
margin:1rem;
background:white;
font-size:0.75rem!important; 
}
.header_index #oldsite {
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#fff;
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:.85em;
	width:fit-content;
	padding:15px;
	background-color: #333a4d;
	border:solid 1px #333a4d;
	border-radius:6px;
}
.header_index #oldsite:hover {
	background-color: #cf9455;
	border:solid 1px #cf9455;
}
.header_index #oldsite a {
	text-decoration:none;
	color:#fff;
}
.header_index #oldsite i {
	font-size:1em;
	color:#fff;
	margin-right:6px;
}

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

/* header */

#map {
 height:650px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
.header_index #oldsite {
    top: 120px;
    position: absolute;
    display: inline-block;
    right: 0px;
}
.header_index_nav #oldsite {
    right: -300px;
}
.header_index {
	height: 110px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 6px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	padding:6px 10px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 102px;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
	padding:0 10px;
}	
#wrappers .header_index #logo img{
	width: 260px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: fit-content;
    left:35%;
    right: 0;
	top:0;
	bottom:8px;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #0d0b11;
}

#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 400px;
}
/* header */

}

@media all and (min-width: 1200px) and (max-width: 1399px) {
	
/* header */
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
.header_index #oldsite {
    top: 120px;
    position: absolute;
    display: inline-block;
    right: 0px;
}
.header_index_nav #oldsite {
    right: -300px;
}
.header_index {
	height: 110px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 6px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.85em;
	padding:6px 10px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 102px;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
	padding:0 10px;
}	
#wrappers .header_index #logo img{
	width: 260px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: fit-content;
    left:24%;
    right: 0;
	top:0;
	bottom:8px;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #0d0b11;
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 300px;
}
/* header */

}

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

/* header_index */
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
.header_index #oldsite {
   top: 115px;
    position: absolute;
    display: inline-block;
    right: 0px;
}
.header_index_nav #oldsite {
  right: -300px;
}
#wrappers .header_index .loginbox  {
	right:70px;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
	background-color: #fff;
}
.header_index .header_box {
	display:block;
	margin:auto;
	max-width:1070px;
	width:95%;
}
.header_index .header_top .header_tools{
	top: 5px;
	position: absolute;
	display: inline-block;
	right:50px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:5px 8px;
}
#wrappers .header_index .header_tools  a:nth-child(1) {
	margin-right:5px;
}
#wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
#wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	margin-right:5px;
}
#wrappers .header_index .header_top .header_tools i,
#wrappers .header_index .header_top .header_tools em{
	margin-right:5px;
}
#wrappers .header_index #logo {
	height: 100%;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 260px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:34px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
	padding:0;
	border-radius:0;
	box-shadow: 0 0 20px rgb(0 0 0 / 0%);
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 35px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 35px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 35px;
	width: 34px;
	height: 35px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #0d0b11;
}
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	
}
/* Open state */
#wrappers .header_index  .sb-search.sb-search-open,
.no-js #wrappers .header_index  .sb-search {
	width: 300px;
}
/* header */
/* header_index */

}

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

/* header_index */
#modal {
    width: 95%;
}
#map {
 height:600px;	
}
.header_index #oldsite {
	top: 115px;
	 position: absolute;
	 display: inline-block;
	 right: 0px;
 }
 .header_index_nav #oldsite {
   right: -300px;
 }
 #wrappers .header_index .loginbox  {
	 right:70px;
 }
 .header_index {
	 height: 100px;
	 position:fixed;
 }
 .header_index .header_top{
	 height: 35px;
	 top:0px;
	 background-color: #fff;
 }
 .header_index .header_box {
	 display:block;
	 margin:auto;
	 max-width:1070px;
	 width:95%;
 }
 .header_index .header_top .header_tools{
	 top: 5px;
	 position: absolute;
	 display: inline-block;
	 right:50px;
 }
 #wrappers .header_index .header_top .header_tools a {
	 display: inline-block;
	 white-space: nowrap;
	 font-size:.75em;
	 padding:5px 8px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) {
	 margin-right:5px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
 #wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	 margin-right:5px;
 }
 #wrappers .header_index .header_top .header_tools i,
 #wrappers .header_index .header_top .header_tools em{
	 margin-right:5px;
 }
 #wrappers .header_index #logo {
	height: 100%;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 260px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
 #wrappers .header_index .header_menu {
	 top:34px;
	 max-height:100px;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 right: 0;
	 margin: auto;
	 padding:0;
	 border-radius:0;
	 box-shadow: 0 0 20px rgb(0 0 0 / 0%);
 }
 #wrappers .header_index .sb-search {
	 position:absolute;
	 top:0px;
	 right:0px;
	 min-width: 35px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-search-input {
	 padding: 10px 35px 10px 10px;
	 font-size: .85em;
	 width: 100%;
	 height: 35px;
	 color: #333;
	 background:#f1f1f1;
 }
 #wrappers .header_index .sb-search .sb-icon-search,
 #wrappers .header_index .sb-search .sb-search-submit  {
	 line-height: 35px;
	 width: 34px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-icon-search {
	 font-size: 1em;
	 color: #0d0b11;
 }
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 
 }
 /* Open state */
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 width: 300px;
 }
 /* header */
 /* header_index */

}

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

/* header_index */
#modal {
    width: 95%;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
.header_index #oldsite {
	top: 115px;
	 position: absolute;
	 display: inline-block;
	 right: 0px;
 }
 .header_index_nav #oldsite {
   right: -300px;
 }
 #wrappers .header_index .loginbox  {
	 right:70px;
 }
 .header_index {
	 height: 100px;
	 position:fixed;
 }
 .header_index .header_top{
	 height: 35px;
	 top:0px;
	 background-color: #fff;
 }
 .header_index .header_box {
	 display:block;
	 margin:auto;
	 max-width:1070px;
	 width:95%;
 }
 .header_index .header_top .header_tools{
	 top: 5px;
	 position: absolute;
	 display: inline-block;
	 right:50px;
 }
 #wrappers .header_index .header_top .header_tools a {
	 display: inline-block;
	 white-space: nowrap;
	 font-size:.75em;
	 padding:5px 8px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) {
	 margin-right:5px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
 #wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	 margin-right:5px;
 }
 #wrappers .header_index .header_top .header_tools i,
 #wrappers .header_index .header_top .header_tools em{
	 margin-right:5px;
 }
 #wrappers .header_index #logo {
	height: 100%;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 250px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
 #wrappers .header_index .header_menu {
	 top:34px;
	 max-height:100px;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 right: 0;
	 margin: auto;
	 padding:0;
	 border-radius:0;
	 box-shadow: 0 0 20px rgb(0 0 0 / 0%);
 }
 #wrappers .header_index .sb-search {
	 position:absolute;
	 top:0px;
	 right:0px;
	 min-width: 35px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-search-input {
	 padding: 10px 35px 10px 10px;
	 font-size: .85em;
	 width: 100%;
	 height: 35px;
	 color: #333;
	 background:#f1f1f1;
 }
 #wrappers .header_index .sb-search .sb-icon-search,
 #wrappers .header_index .sb-search .sb-search-submit  {
	 line-height: 35px;
	 width: 34px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-icon-search {
	 font-size: 1em;
	 color: #0d0b11;
 }
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 
 }
 /* Open state */
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 width: 300px;
 }
 .header_index_nav {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
 /* header */

}

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

#modal {
    width: 95%;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
#newentry {
  padding:5px 0;	
}
.header_index #oldsite {
	top: 115px;
	 position: absolute;
	 display: inline-block;
	 right: 0px;
 }
 .header_index_nav #oldsite {
   right: -300px;
 }
 #wrappers .header_index .loginbox  {
	 right:70px;
 }
 .header_index {
	 height: 100px;
	 position:fixed;
 }
 .header_index .header_top{
	 height: 35px;
	 top:0px;
	 background-color: #fff;
 }
 .header_index .header_box {
	 display:block;
	 margin:auto;
	 max-width:1070px;
	 width:95%;
 }
 .header_index .header_top .header_tools{
	 top: 5px;
	 position: absolute;
	 display: inline-block;
	 right:50px;
 }
 #wrappers .header_index .header_top .header_tools a {
	 display: inline-block;
	 white-space: nowrap;
	 font-size:.75em;
	 padding:5px 8px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) {
	 margin-right:5px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
 #wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	 margin-right:5px;
 }
 #wrappers .header_index .header_top .header_tools i,
 #wrappers .header_index .header_top .header_tools em{
	 margin-right:5px;
 }
 #wrappers .header_index #logo {
	height: 100%;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width: 250px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
 #wrappers .header_index .header_menu {
	 top:34px;
	 max-height:100px;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 right: 0;
	 margin: auto;
	 padding:0;
	 border-radius:0;
	 box-shadow: 0 0 20px rgb(0 0 0 / 0%);
 }
 #wrappers .header_index .sb-search {
	 position:absolute;
	 top:0px;
	 right:0px;
	 min-width: 35px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-search-input {
	 padding: 10px 35px 10px 10px;
	 font-size: .85em;
	 width: 100%;
	 height: 35px;
	 color: #333;
	 background:#f1f1f1;
 }
 #wrappers .header_index .sb-search .sb-icon-search,
 #wrappers .header_index .sb-search .sb-search-submit  {
	 line-height: 35px;
	 width: 34px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-icon-search {
	 font-size: 1em;
	 color: #0d0b11;
 }
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 
 }
 /* Open state */
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 width: 50%;
 }
 .header_index_nav {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
 /* header */

}

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

#modal {
	width:95%;
}
#map {
 height:400px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -38px;
    right: 0px;
}
#newentry {
  padding:5px 0; 
}	
.header_index #oldsite {
	top: 115px;
	 position: absolute;
	 display: inline-block;
	 right: 0px;
 }
 .header_index_nav #oldsite {
   right: -300px;
 }
 #wrappers .header_index .loginbox  {
	 right:70px;
 }
 .header_index {
	 height: 100px;
	 position:fixed;
 }
 .header_index .header_top{
	 height: 35px;
	 top:0px;
	 background-color: #fff;
 }
 .header_index .header_box {
	 display:block;
	 margin:auto;
	 max-width:1070px;
	 width:95%;
 }
 .header_index .header_top .header_tools{
	 top: 5px;
	 position: absolute;
	 display: inline-block;
	 right:50px;
 }
 #wrappers .header_index .header_top .header_tools a {
	 display: inline-block;
	 white-space: nowrap;
	 font-size:.75em;
	 padding:5px 8px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) {
	 margin-right:5px;
 }
 #wrappers .header_index .header_tools  a:nth-child(1) i,.header_index .header_tools  a:nth-child(2) i,
 #wrappers .header_index .header_tools  a:nth-child(1) em,.header_index .header_tools  a:nth-child(2) em{
	 margin-right:5px;
 }
 #wrappers .header_index .header_top .header_tools i,
 #wrappers .header_index .header_top .header_tools em{
	 margin-right:5px;
 }
 #wrappers .header_index #logo {
	height: auto;
    width: fit-content;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
	background-color: transparent;
	box-shadow: none;
}	
#wrappers .header_index #logo img{
	width: 200px;
	display:block;
	margin:1.5rem auto 0 auto;
    padding: 0;
}
 #wrappers .header_index .header_menu {
	 top:25px;
	 max-height:100px;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 right: 0;
	 margin: auto;
	 padding:0;
	 border-radius:0;
	 box-shadow: 0 0 20px rgb(0 0 0 / 0%);
 }
 #wrappers .header_index .sb-search {
	 position:absolute;
	 top:0px;
	 right:0px;
	 min-width: 35px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-search-input {
	 padding: 10px 35px 10px 10px;
	 font-size: .85em;
	 width: 100%;
	 height: 35px;
	 color: #333;
	 background:#f1f1f1;
 }
 #wrappers .header_index .sb-search .sb-icon-search,
 #wrappers .header_index .sb-search .sb-search-submit  {
	 line-height: 35px;
	 width: 34px;
	 height: 35px;
 }
 #wrappers .header_index .sb-search .sb-icon-search {
	 font-size: 1em;
	 color: #0d0b11;
 }
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 
 }
 /* Open state */
 #wrappers .header_index  .sb-search.sb-search-open,
 .no-js #wrappers .header_index  .sb-search {
	 width: 50%;
 }
 .header_index_nav {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
 /* header */

}
/*//////////////////////////////// header ends ////////////////////////////////////////////*/
/*//////////////////////////////// footer starts ////////////////////////////////////////////*/
/* footer */
.upcontact {
	width:100%;
	display:block;
	margin:0 auto;
    background-color: #fff;
}
.upcontact .upcontact_container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	width:95%;
	max-width:1200px;
	padding: 100px 0;
}

.upcontact .upcontact_container ul {
    list-style:none;
	padding:0;
	display:block;
	width:100%;
	margin:20px auto;
}
.upcontact .upcontact_container ul li {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 1rem;
}
.upcontact .upcontact_container ul li a {
	display: inline-flex;
    justify-content: center;
    align-items: center;
	text-decoration:none;
	color:#202f59;
}
.icon-list-icon {
	font-size: 1.5em;
	border-radius: 5px;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	background-color: #fff;
	padding: 0.5em;
	color:#0d0b11;
	min-width: 48px;
}
.upcontact .upcontact_container .icon-list-text {
	margin-left:15px;
	font-size:1em;
	color:#202f59;
	font-family: 'Comfortaa-Regular', sans-serif;
}
.upcontact .upcontact_container .col-lg-2 {
    width: 33.333333%;
}
.upcontact .upcontact_container .col-lg-7 {
	width: 66.666666%;
}
.upcontact .upcontact_container .col-lg-7 h4 {
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:1.25em;
	color:#333;
	margin:50px 0 12px 0;
	font-weight:normal;
}
.upcontact .upcontact_container .col-lg-2 h4 {
	font-family: 'Comfortaa-Regular', sans-serif;
	font-size:1.5em;
	color:#333;
	margin:0 0 20px 0;
	font-weight:normal;
}
.upcontact .upcontact_container .col-lg-2 .subbtn {
	background-color: #0d0b11;
	border-color:solid 1px #0d0b11;
	color:#fff;
	text-decoration: none;
	display:block;
	margin:8px auto 0 auto;
	padding:12px 15px;
	border-radius:5px;
	text-align: center;
	font-family: 'Comfortaa-Regular', sans-serif;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.upcontact .upcontact_container .col-lg-2 .subbtn:hover {
	background-color: #202f59;
	border-color:solid 1px #202f59
}
.upcontact .upcontact_container .icon-list-item svg {
    fill: #0d0b11;
}
.fill-secondary {
    fill: #202f59;
}
#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: 'Comfortaa-Regular', sans-serif;
    background-color: #0d0b11;
}
#footer .footer_container {
	width:100%;
	padding: 0 50px;
	margin-right: auto;
    margin-left: auto;
}
#wrappers #footer .footer_container h4 {
	font-family: 'Comfortaa-Regular', sans-serif;
	text-align: center;
	margin:0 auto 2% auto;
	width: 100%;
	color:#e3da53;
	font-weight:normal;
	font-size:1.5em;
}
#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: 'Comfortaa-Regular', 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: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    display:block;margin:0 auto 12px auto;
   position:relative;
   font-family: 'Comfortaa-Regular', sans-serif;
   font-weight: normal;
}
#wrappers #footer .footer_into .social-inner .facebook,
#wrappers #footer .footer_into .social-inner .youtube,
#wrappers #footer .footer_into .social-inner .twitter {
	color:#0d0b11;
	background:#e3da53;
	padding:10px;
	width:42px;
	height:42px;
	margin:0 4px;
	display:inline-block;
}
#wrappers #footer .footer_into h5{
	font-family: 'Comfortaa-Light', sans-serif;
	text-align: left;
	width: 100%;
	color:#fff;
	font-weight: normal;
}
#wrappers #footer .footer_into h5 span{
	color:#9ca2b1;
}
#wrappers #footer .footer_into ul {
	padding:0;
}
#wrappers #footer .footer_into .infos {
	color:#9ca2b1;
	font-family: 'Comfortaa-Regular', sans-serif;
}
#wrappers #footer .footer_into .infos div {
	text-align:left;
    font-size: .85em;
	    width: 100%;
    padding: 5px 0px;
}
#wrappers #footer .footer_into .infos li {
	list-style:none;
	text-align:left;
	line-height: 24px;
}
#wrappers #footer .footer_into .infos li a {
	text-decoration:none;
	color:#ebebeb;
	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: 'Comfortaa-Regular', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	color:#ebebeb;
	font-family: 'Comfortaa-Regular', 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: 'Comfortaa-Regular', sans-serif;
	text-align: center;
	width:100%;
	position: absolute;
	bottom:0;
	font-weight: normal;
	background-color:#0d0b11;
	color:#fff;
	font-size: .8em;
	padding: 20px 50px 20px 50px;
}
#wrappers #footer #powered:before,
#wrappers #footer #powered:after {
	display: table;
    content: " ";
}
#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.wfull {
	width: 100%;
	color:#fff;
	margin-top:2rem;
}
#wrappers #footer .footer_into.wfull p {
	font-size: .85em;
}
#wrappers #footer .footer_into.wfull span {
	color:#eaa10a;
}
#wrappers #footer .footer_into.wfull h5 {
	text-align: center;
}
#wrappers #footer .cards img {
	display:inline-block;
	margin-right:5px;
	width:100%;
	max-width:20px;
}
/* footer */

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

#content {
	padding-bottom: 650px;
}
/* footer */
#footer {
	height: 650px;
	padding: 0;	
	text-align:center;
}
#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}
#wrappers #footer .footer_into {
	width: 25%;
}

#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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 660px;
}
/* footer */
#footer {
	height: 660px;
	padding: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: 25%;
}
#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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 660px;
}
/* footer */
#footer {
	height: 660px;
	padding: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: 25%;
}
#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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 830px;
}
.upcontact .upcontact_container .col-lg-7,
.upcontact .upcontact_container .col-lg-2 {
    width:100%;
}
.upcontact .upcontact_container {
    padding-bottom:50px;
}
.upcontact .upcontact_container .icon-list-text {
    font-size: 1.5em;
}
/* footer */
#footer {
	height: 830px;
	padding: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: 50%;
	margin-top:2%;
	margin-bottom:2%;
}
#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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 980px;
}
.upcontact .upcontact_container .col-lg-7,
.upcontact .upcontact_container .col-lg-2 {
    width:100%;
}
.upcontact .upcontact_container {
    padding-bottom:50px;
}
.upcontact .upcontact_container .icon-list-text {
    font-size: 1.5em;
}
#wrappers #footer .footer_into.wfull p {
    text-align: left;
}
/* footer */
#footer {
	height: 980px;
	padding: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 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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 1100px;
}
.upcontact .upcontact_container .col-lg-7,
.upcontact .upcontact_container .col-lg-2 {
    width:100%;
}
.upcontact .upcontact_container {
    padding-bottom:50px;
}
.upcontact .upcontact_container .icon-list-text {
    font-size: 1.35em;
}
.upcontact .upcontact_container ul {
    width: 100%;
    margin: 10px auto;
	text-align: center;
}
.upcontact .upcontact_container .col-lg-7 h4 {
    text-align: center;
}
.upcontact .upcontact_container .col-lg-2 h4 {
    text-align: center;
}
/* footer */
#wrappers #footer .footer_into.wfull p {
    text-align: left;
}
#footer {
	height: 1100px;
	padding: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 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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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: 1100px;
}
.upcontact .upcontact_container .col-lg-7,
.upcontact .upcontact_container .col-lg-2 {
    width:100%;
}
.upcontact .upcontact_container {
    padding-bottom:20px;
	padding-bottom:40px;
}
.upcontact .upcontact_container .icon-list-text {
    font-size: 1.1em;
}
.upcontact .upcontact_container ul {
    width: 100%;
    margin: 10px auto;
	text-align: center;
}
.upcontact .upcontact_container .col-lg-7 h4 {
    text-align: center;
	font-size:1.25em;
}
.upcontact .upcontact_container .col-lg-2 h4 {
    text-align: center;
	font-size:1.25em;
}
/* footer */
#footer {
	height: 1100px;
	padding: 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 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:.75em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.75em;
}
#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 center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
}
#theslider_into .gradientb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);  
}
#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: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-align: center;
	color: #fff;
    font-weight: 700;
    text-transform: capitalize;
	z-index: 1;
}
/* theslider_into */
@media all and (min-width: 1400px) {
/* theslider_into */
#theslider_into {
	height:260px;
	margin-top:110px;
	background-size: cover;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto auto;
	position: absolute;
	height:90px;
	width:100%;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 60px;
}
/* theslider_into */

}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/* theslider_into */
#theslider_into {
	height:260px;
	margin-top:110px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto auto;
	position: absolute;
	height:90px;
	width:100%;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 60px;
}
/* theslider_into */

}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#theslider_into {
	height:200px;
	margin-top:110px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto auto;
	position: absolute;
	height:60px;
	width:100%;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 40px;
}
/* theslider_into */
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	#theslider_into {
		height:200px;
		margin-top:110px;
	}
	#theslider_into #theslider_into_desc{
		right:0;
		left:0;
		left:0;
		top:0;
		bottom:0;
		margin:auto auto;
		position: absolute;
		height:60px;
		width:100%;
	}
	#theslider_into #theslider_into_desc h1{
		display:block;
		margin:0;
		font-size: 40px;
	}
/* theslider_into */
}
@media all and (min-width: 600px) and (max-width: 767px) {
	#theslider_into {
		height:170px;
		margin-top:110px;
	}
	#theslider_into #theslider_into_desc{
		right:0;
		left:0;
		left:0;
		top:0;
		bottom:0;
		margin:auto auto;
		position: absolute;
		height:48px;
		width:100%;
	}
	#theslider_into #theslider_into_desc h1{
		display:block;
		margin:0;
		font-size: 30px;
	}
/* theslider_into */
}
@media all and (min-width: 450px) and (max-width: 599px) {
/* theslider_into */
#theslider_into {
	height:170px;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto auto;
	position: absolute;
	height:48px;
	width:100%;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 30px;
}
/* theslider_into */
}
@media all and (max-width: 449px) {
/* theslider_into */
#theslider_into {
	height:150px;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	left:0;
	top:0;
	bottom:0;
	margin:auto auto;
	position: absolute;
	height:40px;
	width:100%;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:0;
	font-size: 25px;
}
/* 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; }

/*Responsive tabs */	  
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

/* Tabs container */
.r-tabs {
	position: relative;
	background-color: #282e3f;
	border-top: 1px solid #282e3f;
	border-right: 1px solid #282e3f;
	border-left: 1px solid #282e3f;
	border-bottom: 4px solid #282e3f;
	border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #282e3f;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
    font-family: 'Comfortaa-Regular', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #282e3f;
	text-shadow: none;
	background-color: #fff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #fff;
	border-bottom: 4px solid white;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	background-color: #c18f59;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color:#c18f59;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/*////////////////////////////////members ////////////////////////////////*/

.profile-nav.col-md-3, .profile-info.col-md-9 {
    float:left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media all and (min-width: 992px) {
.profile-nav.col-md-3 {
    width: 25%;
}
.profile-info.col-md-9 {
	width: 75%;
}
}
@media all and (max-width: 768px) {
.profile-nav.col-md-3 {
    width: 100%;
}
.profile-info.col-md-9 {
	width: 100%;
}
}
.profile-nav, .profile-info{
    margin-top:30px;   
}
.profile-nav .user-heading {
    background: #282e3f;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
	background-color:rgba(255,255,255,0.3);
    display: inline-block;
	padding:20px;
}
.profile-nav .user-heading.round i  {
    font-size:2em;
	color:#cf9455;
}
.profile-nav .user-heading h1 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 14px;
}
@media all and (max-width:1024px) {
.profile-nav .user-heading.round i  {
    font-size:1.5em;
}
.profile-nav .user-heading.round span {
    padding: 10px;
}
.profile-nav .user-heading h1 {
    font-size: 15px;
}	
.profile-nav .user-heading p {
    font-size: 12px;
}
}

.profile-nav ul {
    margin-top: 1px;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
	text-decoration:none;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #282e3f;
    color: #333 !important;
	font-weight: normal;
    font-family: 'Comfortaa-Regular', sans-serif;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #cf9455;
}

.profile-nav ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color: #282e3f;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #282e3f;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #333;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 10px;
	padding:0 0 10px;
	border-bottom:solid 1px #282e3f;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 150px;
    display: inline-block;
}
@media all and (max-width: 768px) {
.bio-row {
    width: 100%;
    float: none;
    display:block;
	margin:10px auto;
}
.bio-row p span {
    width: 150px;
}
.bio-graph-info h1 {
    font-size: 18px;
}
}
@media all and (max-width: 449px) {
.profile-nav ul {
    padding-inline-start: 0!important;
}
.bio-row {
 padding:0;	
}
}
/*////////////////////////////////members ////////////////////////////////*/
.how-it-works,.how-it-works-wrapper {
    display:none!important;
}
.gdpraccept {
	padding:20px 15px;
	background-color:#94000c;
	color:#fff;
}
.gdpraccept a {
	text-decoration:none;
	color:#fff;
}
.success-animation { margin:80px auto;}
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.finalmsg {
	text-align: center;
}
.final_checkout a {
    position: relative;
    text-decoration: none;
    width: 100%;
    background-color: #FFA500;
    border: solid 1px #FFA500;
    border-radius: 5px;
    padding: 12px 15px;
    color: #000;
    text-align: center;
	display:block;
	margin:0 auto;
}
.final_checkout a:hover {
    background-color: #333;
    border: solid 1px #333;
    color: #fff;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}