@charset "utf-8";
/* CSS Document */
/* font */
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.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;
}

/* general */
.cookiepolicy {
	position:fixed;
	bottom:3px;
	right:0;
	z-index: 100;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
}
.cookiepolicy a {
	text-decoration:none;
	padding:8px 10px;
	font-size:.9em;
	color:#fff;
	background-color: #000;
}
.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;
}
.fab-liveb {
  position:fixed;
  left:22px;
  bottom:22px;
}

@media (max-width:420px){
  .fab-icon{ width:48px;height:48px; }
  .fab-ring{ width:80px;height:80px; right:-16px; bottom:-16px;}
  .fab-label{ display:none; }
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fff;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#wrappers {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#content {
    flex: 1 0 auto;
    width: 100%;
    margin: auto;
    padding-top: 0px;
}
#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: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	display:block;
	font-size:1em;
	margin:15px auto 15px auto;
	width:90%;
	#max-width: 1400px;
}
#content #pagetitle a {
	color: #000;
	text-decoration:none;
}
#newentry {
	width:100%;
	max-width: 300px;
	display:block;
	margin:auto;
	background-color: #007bff;
	color:#fff;
	padding:12px 8px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}
#newentry:hover {
	background-color: #333;
}
#newentry i {
	margin-right:7px;
}
.g-recaptcha {
    display: block;
    margin: auto;
}
.g-recaptcha div {
    display: block;
    margin: auto;
}
#response,
#response2  {
	font-family: 'OpenSans-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: 'OpenSans-Regular', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #333;
	text-decoration: underline;
}
.rowcount {
	font-family: 'OpenSans-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%;
	#border-bottom:solid 1px #ebebeb;
}
.search_row:nth-child(even) {
	background-color:#f9f9f9;
}
.search_row a{
	font-family: 'OpenSans-Regular', sans-serif;
	color:#071962;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#071962;
}
.search_row .search_desc{
	font-family: 'OpenSans-Regular', sans-serif;
	font-size:.75em;
	color:#333;
	margin:5px 0;
}
.search_row .search_desc a{
	font-family: 'OpenSans-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;
	padding-top:40px;
	padding-bottom:50px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	background-color: #ebebeb;
	margin-top: 110px;
}
.main_content .text .imagetop {
	margin:0 auto 15px auto;
	padding:0;
	width:100%;
	display:block;
	height:400px;
}
.theme_tags {
	display: flex;
	width:100%;
	margin:10px auto;
	align-items: center;
	flex-direction: row;
	border-radius: 5px;
	background-color: #eeeeee;
	padding:12px 5px;
	text-align: left!important;
}
.theme_tags .keytags {
	color:#202125;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight: 600;
	margin-right: 5px;
}
.theme_tags .tagbox {
	color:#000;
}
.main_content .text .imagetop img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.main_content .text .calculator td input{
	width:100%;
	padding:10px 8px;
	margin:0;
	color:#000;
}
.main_content .text .specialprint {
	width:100%;
	display:block;
	margin:10px auto;
	background: #c18f59;
    border: solid 1px #c18f59;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#fff;
    border-radius: 3px;
    padding: 12px 10px;
    cursor: pointer;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.main_content .text .specialprint:hover {
	background: #202125;
    border: solid 1px #202125;
}
.main_content h2,.main_content h3{
	color: #333;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
}
.main_content h4 {
	color: #202125;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
}
.main_content h3,.main_content h4{
	border-bottom:solid 1px #202125;
	padding-bottom:25px;
}
.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;
}
.col-sm-4 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
@media all and (min-width:1400px) {
.main_content .row2 {
  padding-top:50px;
padding-bottom:120px;  
}
.col-sm-4 {
    width: 32%;
}

}
@media all and (min-width:1024px) and (max-width:1399px) {
.col-sm-4 {
    width: 31.5%;
}
}
@media all and (min-width:768px) and (max-width:1023px) {
.col-sm-4 {
    width: 47.5%;
}
}
@media all and (max-width:767px) {
.col-sm-4 {
    width: 100%;
}
}
#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: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
}
.msgbodytxt a {
	display:block;
	margin:1rem auto 0 auto;
	text-align: center;
	color:#fff;
	background-color: green;
	border-radius: 5px;
	width:100%;
	max-width: 180px;
	text-decoration: none;
	font-size: .85em;
	padding:8px 6px;
}
.msgbodytxt a:hover {
	background-color: #007bff;
}
#boxes h1,#boxes h2,#boxes h3 {
  font-family: 'OpenSans-Regular', sans-serif;
  font-weight: normal;
 letter-spacing: .1rem;
 font-size: 1.1em;
}
#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 .text .insidebox .insidebox_inner {
	display: table;
    table-layout: fixed;
    height: 27px;
    position: relative;
	margin:2% 0;
	background:#be1e2f;
	border-radius:4px;
}
.main_content .text .insidebox .insidebox_inner i {
	color:#fff;
	font-size:1.25em;
	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:#202125;
	border-radius:4px;
}
.main_content .text .insidebox .insidebox_inner .insidebox_inner_text h4{
	padding-bottom:0;
	border-bottom:0;
	color:#fff;
	margin:4px 0;
	font-weight:normal;
}
.main_content .text {
	color: #333;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	background-color: #fff;
	padding:20px;
	width:95%;
	max-width:1400px;
	display:block;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.main_content .text.s_m {
	max-width:1100px;
	padding: 20px 15px;
}
.main_content .text figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_content .text table{
	width:100%;
	margin-bottom:15px;
}
.main_content .text .validation {
	max-width:450px;
	display:block;
	margin:auto;
}
.main_content .text table th{
	background-color:#202125;
	color:#fff;
	padding:8px 10px;
	font-weight: normal;
	font-size: .9em;
}
.main_content .text table td{
	padding:8px 10px;
	font-size: .85em;
}
.main_content .text table .paybtn {
	padding:8px 10px;
	font-size: .85em;
	text-decoration: none;
	font-size: .85em;
	color:#fff;
	border-radius:20px;
	width:100%;
	position:relative;
	display:block;
	margin:auto;
	background-color: #0055a3;
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}
.main_content .text table .paybtn:hover {
	background-color: #3fa46c;
}

.main_content .text .validation .valtd{
	padding:0px;
	width:60px;
	background-color: #333;
	color:#fff;
	text-align: center;
}
.main_content .text .validation .valresult {
	padding:0px;
}
.main_content .text .validation .valtitle {
	font-size: .9em;
	background-color: #1976d2;
	color:#fff;
	border-radius: 5px;
	padding:6px 5px;
}
.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: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	display:block;
	margin:15px auto 0px auto;
	padding-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #202125;
}
.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: 'OpenSans-Regular', sans-serif;
    color: #fff;
    margin:0 auto 0 auto;
    background-color: #202125;
    border: 1px solid #202125;
	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: #202125;
    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:20px auto;
}
.main_content .text article .datesarticle{
	color: #202125;
	font-family: 'OpenSans-Regular', 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;
}
blockquote {
    margin: 1rem 0 1rem;
}
.main_content .text .filerow {
	width:100%;
	display:block;
	margin:.8% auto;
	padding:8px 0;
	border-bottom:dashed 1px #333;
}
.main_content .text .filerow a {
	text-decoration:none;
	color:#333;
	padding:5px 0;
}
.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 #202125;
}
/*tables */
.row3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.col-sm-12, .col-md-5, .col-md-7, .col-md-6 {
	position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.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%;
}

}
@media all and (max-width: 768px) {
.mobShow {
 visibility:visible;
 font-weight:600;
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: 'OpenSans-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:#202125;
}
.main_content .text #formarticle {
	width:100%;
	margin-top:15px;
}
.main_content .text #formarticle fieldset {
	border:none;
	width:100%;
	margin:.2% 0;
	display:inline-block;
	position:relative;
	padding:0;
}
.main_content input,.main_content textarea,.main_content select {
	font-family: 'OpenSans-Regular', sans-serif;
	color: #333;
	border: 1px solid rgba(33,33,33,.25);
    background-color: #f7f7f7;
	margin:auto;
	display: block;
}
.main_content .text #formarticle input[type="text"],
.main_content .text #formarticle input[type="date"],
.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:.5% auto;
	display: block;
	padding:12px 10px;
	background-color: #f7f7f7;
}
.main_content .text #formarticle textarea {
 width:100%;
}
.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: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #be1e2f;
	border: 1px solid #be1e2f;
	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;
	border-radius:5px;
	font-size: 1em;
}
.main_content input[type="submit"]:hover{
	background-color: #333;
	border:solid 1px #333;
}
.main_content .text #formarticle input[type="submit"] {
	margin-top:1%;
}
.main_content #form_section fieldset {
    border:none;
}
.main_content #form_section .checkbox{
	background-color:rgba(239,239,239,.75);
}
.main_content #form_section input[type="checkbox"] {
	background-color:rgba(239,239,239,.75);
	display:inline-block;
	width:fit-content;
	margin-right:5px;
}
.main_content .gen-info h2 {
    text-align: center;
}
.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:100%;
	vertical-align:top;
}
.main_content .text #contact_info .row {
    font-family: 'OpenSans-Regular', sans-serif;
    color: #333;
	text-align:center;
	display:block;
	margin:5px auto;
}
.main_content .text #contact_info .row a {
    text-decoration: none;
	color: #333;
}
.main_content .text #contact_info .row i {
    color: #202125;
	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;
}
/* list */
#wrappers #content .main_content .text .B_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	overflow: hidden;
	cursor:pointer;
}
.main_content .text.loginflow {
	max-width:767px!important;
}
.main_content .text .col75 .bannerup {
	width:100%;
	display:block;
	margin:0 auto 15px auto;
	position: relative;
	background-color: #202125;
	border-radius: 8px;
	padding:12px 0px;
}
.main_content .text .col75 .bannerup img {
	width:100%;
	display:block;
	margin:0 auto;
	max-width: 1100px;
}
.main_content .text .col75 .bannerup h2 {
	position:relative;
	font-size:22px;
	text-align: center;
	color:#fff;
	margin:0px;
}
#wrappers #content .main_content .text .B_item .dates {
    position: relative;
    display:inline-block;
	padding: 5px 10px;
	text-align:left;
	background:#202125;
	border:solid 1px #202125;
	color:#fff;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	z-index:3;
}
#wrappers #content .main_content .text .B_item .dates i {
    display: inline-block;
    margin-right:5px;
	color:#fff;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .B_item h4 {
	font-family: 'OpenSans-Regular', sans-serif;
	position: absolute;
	color: #fff;
	text-align: center;
	left:0;
	bottom:0;
	margin:0;
	background-color:#202125;
	font-weight:normal;
	-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 .title {
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
	bottom: -100%;
	height: 100%;
	background-image:url(pics/logo.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 200px 100px;
}
.main_content .text .title img{
	margin:auto;
	z-index:3001;
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	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;
	width: 200px;
    text-align: center;
}
.main_content .text .B_item:hover .title {
    opacity: 1;
	bottom: 0%;
}
.main_content .text .B_item:hover .title {
	background-color: rgba(00, 00, 00, 0.75);
}
/* list */
.main_content .text .Bl_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:flex;
	border-bottom:solid 1px #ececec;
}
@media all and (min-width:600px) {
	.main_content .text .Bl_item.br .rowlist {
		flex-wrap: nowrap;
	}
}

.main_content .text .Bl_item .blimage {
	width: 30%;
    min-width: 200px;
	max-width: 200px;
	height:180px;
	display: inline-block;
    margin: 0;
}
.main_content .text .sidetools {
	width:100%;
	display:block;
	margin:0 auto;
	position: sticky;
	top: 130px;
	    border-radius: 8px;
}
.main_content .text .sidetools .quicksettings {
	background-color: #202125;
	border:solid 1px #202125;
	color:#fff;
	width:100%;
	padding: 8px 10px;
	position: relative;
	display:block;
	margin:auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main_content .text .sidetools .sidetools_mini {
	width:100%;
	background-color: #f0f0f0;
	border:solid 1px #e4e4e4;
	border-radius:5px;
	display:block;
	margin:0 auto;
	padding:15px 10px;
}
.main_content .text .sidetools .sidetools_mini .single-line {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	text-decoration: none;
	padding:8px 5px;
	display:block;
	margin:8px auto;
	border:solid 1px #e4e4e4;
	border-radius:5px;
	color:#000;
}
.main_content .text .sidetools .sidetools_mini .single-line:hover {
	color:#fff;
	background-color: #202125;
}
.main_content .text .sidetools .sidetools_mini .single-line.active {
	color:#fff;
	background-color: #202125;
}
.main_content .text .sidetools .sidetools_mini .single-line i {
	font-size:27px;
	margin-right:6px;
}
.main_content .text .sidetools .sidetools_mini .single-line:nth-child(1) i {
	color:#be1e2f;
}
.main_content .text .sidetools .sidetools_mini .single-line:nth-child(2) i {
	color:#be1e2f;
}
.main_content .text .sidetools .sidetools_mini .single-line:nth-child(3) i {
	color:#be1e2f;
}
.main_content .text .sidetools .sidetools_mini .single-line:nth-child(4) i {
	color:#be1e2f;
}
.main_content .text .sidetools .sidetools_mini .single-line:hover i {
	color:#fff;
}
.main_content .text .sidetools .sidetools_mini .single-line.active i {
	color:#fff;
}
.bl_summary {
	padding-left:15px;
	width:70%
}
.main_content .text .Bl_item .blimage img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.main_content .text .spanheader {
	width:100%;
	margin:8px auto 0 auto;
	padding:8px 6px;
	background-color: #202125;
	color:#fff;
	text-align: center;
	display:block;
}
.main_content .text .Bl_item.w100 {
	width:100%;
	height:auto;
	display:table;
}
.listfig {
	width:25%;
	max-width: 230px;
    min-width: 230px;
}
.listsum {
	width:75%;
}
.listfig.w100, .listsum.w100  {
	width:100%;
}

.main_content .text .listfig figure {
	width: 210px;
    height:auto;
    display: block;
    margin: 0 auto;
	position:relative;
}
.main_content .text .listfig figure img {
	width: 100%;
    height:100%;
    object-fit: contain;
}
.main_content .text .Bl_item .dates {
    position: relative;
	margin:0 auto;
	display:inline-block;
	padding: 4px 7px;
	text-align:left;
	border-radius:5px;
	color:#333;
	font-family: 'OpenSans-Regular', sans-serif;
	z-index:3;
}
.main_content .text .Bl_item .dates i {
    display: inline-block;
    margin-right:5px;
	color:#333;
}
.main_content .text .Bl_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont .desc {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.main_content .text .Bl_item .cont .desc a {
	text-decoration: none;
	color:#333;
}
.main_content .text .Bl_item .cont .desc h5 {
	width:100%;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	border-color: #e0e0e0;
	border-bottom-style: solid;
    border-bottom-width: 1px;
	padding-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_content .text .Bl_item .bl_summary .cont .desc h5 {
	padding-bottom:8px;
	margin-top:0;
}
.main_content .text .Bl_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'Roboto-Light', sans-serif;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
	vertical-align:top;
	color:#333;
	font-weight:normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main_content .text .Bl_item .cont .sum.magazine {
	display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
	text-overflow: inherit;
	overflow: inherit;
}

.main_content .text .Bl_item .cont .moar {
	-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%;
	max-width:200px;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#fff;
	background-color:#202125;
	border:solid 1px #202125;
	letter-spacing:.05em;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	margin:auto;
	border-radius: 50px;
}
.main_content .text .Bl_item.w100 .cont .sum {
    -webkit-line-clamp: 15;
    line-clamp: 15;
}
.main_content .text .Bl_item.w100 .cont .moar {
	max-width:300px;
}
.main_content .text .Bl_item .cont .moar:hover{
	background-color:#be1e2f;
	border:solid 1px #be1e2f;
}
.btnlink {
font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    display: block;
   margin:auto;
   border-radius: 8px;
   width:fit-content;
    background-color: #202125;
    border: 1px solid #202125;
    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: #be1e2f;
	border:solid 1px #be1e2f;
}
/* epidotoumena */
.main_content .text .col75 .col100 {
    margin-bottom: 0.25rem;
}
.main_content .text .col75 .file_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebebeb;
    color: #333;
    padding: 15px 20px;
    border-bottom: solid 1px #fff;
}
.main_content .text .col75 .file_text .open_btn {
    text-decoration: none;
    color: #333!important;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
	padding: 3px 10px;
    font-size: 1em;
    margin-right: 10px;
}
.main_content .text .col75 .file_text .fileinfo {
    flex-grow: 1;
}
.main_content .text .col75 .file_text .fileinfoplan {
    color: #666;
	font-size: 1em;
}
.main_content .text .col75 .file_text span {
    font-family: 'OpenSans-Regular', sans-serif;
    margin: 0;
    color: #333;
    display: inline-block;
	font-size: 1.1em;
}
.main_content .text .col75 .file_text .fileinfo i {
    font-size: 1.25em;
    margin-right: 10px;
}

@media all and (min-width: 1400px) {
	
/* main_content */
.main_content {
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.6em;
	width:100%;
	margin:0 0 1.2% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.5em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:0px auto;
	text-align:justify;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.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: .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%;
}
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1.25em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -15%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:6px 5px;
	font-size:.75em;
	margin:20px auto auto auto;
	max-width:180px;
}

}


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

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.6em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.6em;
}
.main_content  h4 {
	font-size:1.25em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:1em;
	line-height:150%;
	margin:20px auto;
	text-align:justify;
	padding:20px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1.25em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 45px;
    font-size: 22px;
}
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:.9em;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:6px 7px;
	max-width: 180px;
	font-size:.75em;
	margin:20px auto auto auto;
}

}

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

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
}
.main_content h2 {
	display:inline-block;
	font-size:1.5em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.4em;
}
.main_content  h4 {
	font-size:1.15em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:150px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:justify;
	padding:30px 50px;
}
.main_content .text.Nopad {
	padding:20px;
}
.main_content .text .imgLiquid {
	width:100%;
	height:300px;
	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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:330px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:330px;
}
.main_content .text .B_item h4 {
	font-size: 1.1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 35px;
    font-size: 22px;
}
.main_content .text .sidetools .sidetools_mini .single-line {
    font-size:13px;
}
.main_content .text .sidetools .quicksettings {
    font-size:13px;
}
.main_content .text .sidetools .sidetools_mini .single-line i {
    font-size: 22px;
}
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:.85em;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:6px 8px;
	font-size:.75em;
	max-width:180px;
	margin:20px auto auto auto;
}
.main_content .text .listfig figure {
    width: 150px;
}
.listfig {
    width: 25%;
    max-width: 170px;
    min-width: 170px;
}

}


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

/* main_content */
.main_content {
	padding-top:10px;
	width:100%;
	margin-top: 100px;
}
.main_content h2 {
	display:inline-block;
	font-size:1.4em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.35em;
}
.main_content  h4 {
	font-size:1.15em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:23.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.9em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:justify;
	padding:30px 40px;
}
.main_content .text.Nopad {
	padding:20px;
}
.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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:48.5%;
	margin:2% .5%;
	display:inline-block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1.1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 35px;
    font-size: 22px;
}
.col75, .col25 {
    width: 100%;
}
.main_content .text .Bl_item .blimage {
    max-width: 150px;
    height: 120px;
}
.main_content .text .sidetools {
   display:none;
}
.main_content .text .sidetools.show {
	display:block;
	margin:0 auto 1rem auto;
 }
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:.9em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:11px;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:5px 8px;
	font-size:11px;
	margin:10px auto auto auto;
	max-width:160px;
}
.main_content .text .Bl_item.w100 .cont .sum {
    -webkit-line-clamp: 15;
    line-clamp: 15;
}
.main_content .text .Bl_item.w100 .cont .moar {
	max-width:300px;
	width: 100%;
}
.main_content .text .listfig figure {
    width: 140px;
}
.listfig {
    width: 25%;
    max-width: 160px;
    min-width: 160px;
}

}

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

/* main_content */
.main_content {
	padding-top:5px;
	width:100%;
	margin-top:95px;
}
.main_content h2 {
	display:inline-block;
	font-size:1.4em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.35em;
}
.main_content  h4 {
	font-size:1.1em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:31.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.85em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:justify;
	padding:30px 40px;
}
.main_content .text.Nopad {
	padding:10px;
}
.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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:85%;
	margin:2.5% auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1.1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 25px;
    font-size: 18px;
}
.col75, .col25 {
    width: 100%;
}
.main_content .text .Bl_item .blimage {
    max-width: 120px;
    height: 120px;
	min-width: 120px;
}
.main_content .text .sidetools {
   display:none;
}
.main_content .text .sidetools.show {
	display:block;
	margin:0 auto 1rem auto;
 }
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:.9em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:11px;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:5px 8px;
	font-size:11px;
	margin:10px auto auto auto;
	max-width:160px;
}
.main_content .text .Bl_item.w100 .cont .sum {
    -webkit-line-clamp: 20;
    line-clamp: 20;
}
.main_content .text .Bl_item.w100 .cont .moar {
	max-width:300px;
	width: 100%;
}
.main_content .text .col75 .file_text .fileinfoplan {
    font-size: .85em;
}
.main_content .text table th {
    font-size: .85em;
}
.main_content .text .listfig figure {
    width: 120px;
}
.main_content .text .listfig figure {
    width: 110px;
}
.listfig {
    width: 25%;
    max-width: 120px;
    min-width: 120px;
}

}


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

/* main_content */
.main_content {
	padding-top:5px;
	width:100%;
	margin-top:90px;
}
.main_content h2 {
	display:inline-block;
	font-size:1.35em;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.25em;
}
.main_content  h4 {
	font-size:1.15em;
}
.main_content #gallery_into {
	display:block;
	margin:auto;
	margin-top:1%;
	max-width:1070px;
}
.main_content #gallery_into .galbox {
	display:inline-block;
	width:48.5%;
	height:130px;
	margin:.5%;
}
.main_content .text {
	display:block;
	font-size:.85em;
	line-height:150%;
	margin:20px auto;
	width:95%;
	text-align:justify;
	padding:30px;
}
.main_content .text.Nopad {
	padding:10px;
}
.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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:100%;
	margin:3.5% auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 19px;
    font-size: 16px;
}
.col75, .col25 {
    width: 100%;
}
.main_content .text .Bl_item .blimage {
    max-width: 120px;
	min-width: 120px;
    height: 80px;
}
.main_content .text .sidetools {
   display:none;
}
.main_content .text .sidetools.show {
	display:block;
	margin:0 auto 1rem auto;
 }
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding:10px 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:.9em;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:11px;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:5px 8px;
	font-size:11px;
	margin:10px auto auto auto;
	max-width:160px;
}
.main_content .text .Bl_item.w100 .cont .sum {
    -webkit-line-clamp: 30;
    line-clamp: 30;
}
.main_content .text .Bl_item.w100 .cont .moar {
	max-width:400px;
	width: 100%;
}
.listsum {
    width: 100%;
}
.listfig {
    width: 100%;
}
.listfig figure {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.main_content .text .Bl_item.w100 .cont .desc h5 {
    font-size: 1em;
}
.main_content .text .col75 .file_text .fileinfoplan {
    font-size: .8em;
	color:#000;
}
.main_content .text table th,
.main_content .text table td {
    font-size: .8em;
}
.main_content .text .col75 .file_text {
    padding: 10px 12px;
}
.main_content .text .col75 .file_text .open_btn {
    padding: 3px 10px;
    font-size: .85em;
    margin-right: 6px;
}
.main_content .text .col75 .file_text span {
    font-size: .9em;
	color:#000;
}

}

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

/* main_content */
.main_content .text .imagetop {
	height:300px
}
.main_content {
	padding-top:5px;
	width:100%;
	margin-top:70px;
}
.main_content h2 {
	display:inline-block;
	font-size:17px;
	width:100%;
	margin:0 0 1.5% 0;
	line-height:normal;
}
.main_content h3 {
	font-size:1.1em;
}
.main_content  h4 {
	font-size:1.1em;
	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 .galbox {
	display:block;
	width:85%;
	height:150px;
	margin:2.5% auto;
}
.main_content .text {
	display:block;
	font-size:.85em;
	line-height:150%;
	margin:20px auto;
	width:100%;
	text-align:justify;
	padding:20px;
}
.main_content .text.Nopad {
	padding:10px;
}
.main_content .text ul{
	padding-inline-start: 20px;
}   
.main_content .text .imgLiquid {
	width:100%;
	height:200px;
	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 */
/* list */
#wrappers #content .main_content .text .B_item {
	width:100%;
	margin:25px auto;
	display:block;
	height:250px;
}
#wrappers #content .main_content .text .B_item .dates {
    font-size:.9em;
}
#wrappers #content .main_content .text .B_item .imgLiquid {
	width:100%;
	height:250px;
}
.main_content .text .B_item h4 {
	font-size: 1em;
	padding: 15px 10px;
	width:100%;
}
.main_content .text .B_item:hover h4 {
	bottom: -17%;
}
.main_content .text .B_item .title {
	background-color: rgba(00, 00, 00, 0.25);
}
/* list */
.main_content .text .col75 .bannerup h2 {
    top: 19px;
    font-size: 16px;
}
.main_content .text .col75 .bannerup img {
    height:55px;
}
.col75, .col25 {
    width: 100%;
}
.main_content .text .Bl_item .blimage {
    max-width: 100px;
	min-width: 100px;
    height: 80px;
}
.main_content .text .sidetools {
   display:none;
}
.main_content .text .sidetools.show {
	display:block;
	margin:0 auto 1rem auto;
 }
 .main_content .text .sidetools .sidetools_mini .single-line {
    padding: 8px 5px;
    margin: 0px auto;
}
.main_content .text .Bl_item {
	padding: 10px 0px;
}
.main_content .text .Bl_item .dates {
    font-size:.75em;
}
.main_content .text .Bl_item .imgLiquid {
	width:100%;
	height:250px;
	margin:0;
}
.main_content .text .Bl_item .cont {
	width:100%;
	padding: 0;
}
.main_content .text .Bl_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:0px;
}
.main_content .text .Bl_item .cont .desc h5 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:5px;
}
.main_content .text .Bl_item .cont .sum {
	width:100%;
	padding:0;
	margin:.5% auto;
	font-size:11px;
}
.main_content .text .Bl_item .cont .moar {
	width:100%;
	padding:1px 8px;
	font-size:10px;
	margin:10px auto auto auto;
	max-width:150px;
}
.main_content .text .Bl_item.w100 .cont .sum {
    -webkit-line-clamp: 50;
    line-clamp: 50;
}
.main_content .text .Bl_item.w100 .cont .moar {
	max-width:400px;
	width: 100%;
}
.listsum {
    width: 100%;
}
.listfig {
    width: 100%;
}
.listfig figure {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.main_content .text .Bl_item.w100 .cont .desc h5 {
    font-size: 1em;
}
.main_content .text .col75 .file_text .fileinfoplan {
    font-size: .85em;
	color:#000;
}
.main_content .text table th,
.main_content .text table td {
    font-size: .8em;
}
.main_content .text .col75 .file_text {
    padding: 10px 12px;
}
.main_content .text .col75 .file_text .open_btn {
    padding: 3px 9px;
    font-size: .8em;
    margin-right: 6px;
}
.main_content .text .col75 .file_text span {
    font-size: 1em;
	color:#000;
}
.main_content .text .col75 .file_text {
    flex-wrap: wrap;
}

}
/*//////////////////////////////// modal ////////////////////////////////////////////*/
#modal {
	display: flex; 
	background-color: #333;
	color:#fff;
	position:absolute;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight: normal;
	margin:auto;
	left:0;
	right:0;
	top:-180%;
	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 .5s ease;
    -webkit-transition: all .5s ease;
	height:600px;
	overflow-y: scroll;
}
#modal .textmodal {
	padding:30px;
	font-size: .9em;
}
#modal .textmodal a {
	text-decoration: none;
	color:#f1f1f1;
}
#modal #closemodal {
	text-decoration:none;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#fff;
	background-color:#b62125;
	cursor:pointer;
}
/*//////////////////////////////// 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;
	background-color: #fff;
}
/* header nav*/
.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);
-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%;
	background-color: transparent;
	position:absolute;
	z-index:125;
}
#wrappers .header_index .header_tools  {
	z-index: 93;
	color:#000;
	background-color: #fff;
	font-family: 'OpenSans-Light', 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:#be1e2f;
	text-decoration:none;
	font-family: 'OpenSans-Regular', sans-serif;
}
#wrappers .header_index .header_tools a:hover {
	color:#fff;
	background-color:#be1e2f;
}
#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;
}
#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;
}
.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 {
	border-left:solid 1px rgba(51,58,77, .25)!important;
	z-index: 90;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background: #be1e2f;
}
.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:80px;
	top:0px;
	z-index:125;
	padding:0px;
}
#wrappers .header_index .loginbox .loginbox_inner {
	display: table;
    table-layout: fixed;
    position: relative;
	background:#fff;
	border-radius:3px;
	padding:9px 10px;
}
#wrappers .header_index .loginbox .loginbox_inner i {
	color:#be1e2f;
	font-size: .75em;
	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: 'OpenSans-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:#000;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	cursor:pointer;
	font-size: .75em;
}
#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:#be1e2f;
}
/* 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: 'OpenSans-Regular', sans-serif;
	font-size:.85em;
	width:fit-content;
	padding:15px;
	background-color: #202125;
	border:solid 1px #202125;
	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 */
#modal {
    width: 100%;
	max-width:1300px;
}
#map {
 height:650px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    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;
}
#wrappers .header_index .loginbox  {
	right:80px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 5px 11px 5px;
}
#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 .loginbox .loginbox_inner .inner_text a, #wrappers .header_index .loginbox .loginbox_inner .inner_text span {
    font-size: 1.1em;
}
#wrappers .header_index #logo {
	height: 85px;
    width: 100px;
    top: 5px;
    left: 10px;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: 100%;
    left:0;
    right: 0;
	bottom:0;
    margin: auto 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: #fff;
}

#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 */
#modal {
    width: 100%;
	max-width:1150px;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text a, #wrappers .header_index .loginbox .loginbox_inner .inner_text span {
    font-size: 1em;
}
.header_index #oldsite {
    top: 115px;
    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;
}
#wrappers .header_index .loginbox  {
	right:70px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 5px 11px 5px;
}
#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: 85px;
    width: 100px;
    top: 5px;
    left: 10px;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	position: absolute;
    width: 100%;
    left:10px;
    right: 0;
	bottom:0;
    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: #fff;
}

#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: 1024px) and (max-width: 1199px) {

/* header_index */
#modal {
    width: 95%;
	max-width:1150px;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header_index #oldsite {
   top: 115px;
    position: absolute;
    display: inline-block;
    right: 0px;
}
.header_index_nav #oldsite {
  right: -300px;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text a, #wrappers .header_index .loginbox .loginbox_inner .inner_text span {
    font-size: 1em;
}
#wrappers .header_index .loginbox  {
	right:70px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 5px;
}
#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: 85px;
    width: 90px;
    top: 5px;
    left: 10px;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:55px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    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: #fff;
}

#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_index */

}

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

/* header_index */
#modal {
    width: 95%;
	max-width:1150px;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header_index #oldsite {
   top: 115px;
    position: absolute;
    display: inline-block;
    right: 0px;
}
.header_index_nav #oldsite {
  right: -300px;
}
.header_index .header_box {
	display:block;
	margin:auto;
	max-width:1070px;
	width:95%;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
#wrappers .header_index .loginbox  {
	right:70px;
}
#wrappers .header_index .loginbox .loginbox_inner .inner_text a, #wrappers .header_index .loginbox .loginbox_inner .inner_text span {
    font-size: 1em;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 5px;
}
#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: 85px;
    width: 90px;
    top: 5px;
    left: 10px;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:30px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    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: #fff;
}

#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;
}

}

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

/* header_index */
#modal {
    width: 95%;
	max-width:1150px;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    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:unset;
	left:0px;
	top:65px;
}
#wrappers .header_index .loginbox .loginbox_inner {
    padding: 6px 8px;
}
.header_index {
	height: 100px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 8px;
}
#wrappers .header_index #logo {
	height: 60px;
    width: 60px;
    top: 0px;
	right:0px;
    left: 0px;
	margin:auto auto;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:30px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    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: #fff;
}

#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;
}

}

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

#modal {
    width: 95%;
	max-width:1150px;
}
#map {
 height:600px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    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:unset;
	left:0px;
	top:58px;
}
#wrappers .header_index .loginbox .loginbox_inner {
    padding: 6px 8px;
}
.header_index {
	height: 90px;
	position:fixed;
}
.header_index .header_top{
	height: 35px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:35px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:10px 8px;
}
#wrappers .header_index #logo {
	height: 60px;
    width: 60px;
    top: 0px;
	right:0px;
    left: 0px;
	margin:auto auto;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:25px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    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: #fff;
}

#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:95%;
}

}

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

#modal {
    max-width: 850px;
	width:95%;
}
#map {
 height:400px;	
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#newentry {
  padding:5px 0; 
}	
.header_index #oldsite {
   top: 115px;
    position: absolute;
    display: inline-block;
    right: 0px;
	z-index:1;
}
.header_index #oldsite img {
    max-width:150px!important;
}
.header_index #oldsite a {
	 font-size: .85em
 }
 #wrappers .header_index .loginbox  {
	right:unset;
	left:0px;
	top:60px;
}
#wrappers .header_index .loginbox .loginbox_inner {
    padding: 6px 8px;
}
.header_index {
	height: 90px;
	position:fixed;
}
.header_index .header_top{
	height: 30px;
	top:0px;
}
.header_index .header_top .header_tools{
	top: 0px;
	position: absolute;
	display: inline-block;
	right:30px;
}
#wrappers .header_index .header_top .header_tools a {
	display: inline-block;
	white-space: nowrap;
	font-size:.75em;
	padding:8px 8px 7px 8px;
}
#wrappers .header_index #logo {
	height: 60px;
    width: 60px;
    top: 0px;
	right:0px;
    left: 0px;
	margin:auto auto;
    position: absolute;
    display: inline-block;
}	
#wrappers .header_index #logo img{
	width:100%;
	display:inline-block;
	margin:0 auto;
    padding: 0;
}
#wrappers .header_index .header_menu {
	top:10px;
	max-height:100px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrappers .header_index .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 30px;
	height: 30px;
}
#wrappers .header_index .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 30px;
	color: #333;
	background:#f1f1f1;
}
#wrappers .header_index .sb-search .sb-icon-search,
#wrappers .header_index .sb-search .sb-search-submit  {
	line-height: 30px;
	width: 29px;
	height: 30px;
}
#wrappers .header_index .sb-search .sb-icon-search {
	font-size: 1em;
	color: #fff;
}

#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:95%;
}

}
/*//////////////////////////////// header ends ////////////////////////////////////////////*/
/*//////////////////////////////// footer starts ////////////////////////////////////////////*/
/* footer */
#footer {
	width: 100%;
	position: relative;
	flex-shrink: 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: 'OpenSans-Regular', sans-serif;
    background-color: #202125;
}
#footer .footer_container {
	width:100%;
	padding: 0 50px;
	margin-right: auto;
    margin-left: auto;
}
#wrappers #footer .footer_container h4 {
	font-family: 'OpenSans-Regular', sans-serif;
	text-align: center;
	margin:0 auto 2% auto;
	width: 100%;
	color:#f0f0f0;
	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: 'OpenSans-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;
	border-right:1px solid rgba(255, 255, 255, 0.1);
}
#wrappers #footer .footer_into:last-child {
	border-right:none;
}
#wrappers #footer #footerlogo {
	max-width:400px;
	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:normal;
    display:block;margin:0 auto 12px auto;
   position:relative;
}
#wrappers #footer .footer_into .social-inner .facebook,
#wrappers #footer .footer_into .social-inner .youtube,
#wrappers #footer .footer_into .social-inner .twitter {
	color:#fff;
	background:#202125;
	padding:10px;
	width:42px;
	height:42px;
	margin:0 4px;
	display:inline-block;
}
#wrappers #footer .footer_into h5{
	font-family: 'OpenSans-Regular', sans-serif;
	text-align: left;
	width: 100%;
	color:#ebebeb;
	font-weight:normal;
}
#wrappers #footer .footer_into h5 span{
	color:#fff;
}
#wrappers #footer .footer_into ul {
	padding:0;
}
#wrappers #footer .footer_into .infos {
	color:#fff;
	font-family: 'OpenSans-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: 'OpenSans-Regular', sans-serif;
	text-align:left;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	color:#ebebeb;
	font-family: 'OpenSans-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: 'OpenSans-Regular', sans-serif;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	width:100%;
	flex-shrink: 0;
	font-weight: normal;
	background-color:#202125;
	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;
}
/* footer */

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

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


}

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

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

}


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

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

}


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

/* footer */
#footer {
	height: 450px;
	padding: 40px 0 0 0;	
	text-align:center;
}
#footer .footer_container {
    padding: 0 20px;
}

#wrappers #footer .footer_up a{
	font-size:.9em;
	margin:0 20px;
}

#wrappers #footer .footer_into {
	width: 33.33%;
	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:.85em;
}
#wrappers #footer .footer_into:nth-child(3) .infos div {
	display:inline-block;
	width:100%;
	padding:5px 0px;
	vertical-align:top;
	font-size:.85em;
}
#wrappers #footer .footer_into:nth-child(2) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into:nth-child(3) .infos div i {
	font-size:1em;
	margin-right:10px;
	display: inline-block;
}
#wrappers #footer .footer_into .infos .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wrappers #footer .footer_into .infos .social li {
	display: inline-block;
    margin-right: 9px;
    text-align: center;
    float: left;
}
#wrappers #footer .footer_into .infos .social li a {
	padding:8px;
	font-size:1.75em;
}
#wrappers #footer #powered .ours {
	width: 100%;
}
/* footer */

}

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

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

}


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

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

}

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

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


}
/*//////////////////////////////// footer ends ////////////////////////////////////////////*/
/*//////////////////////////////// theslider_into ////////////////////////////////*/
/* theslider_into */
#theslider_into {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background:#be1e2f;
}
#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-weight: normal;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #fff;
    letter-spacing: .01em;
    font-style: normal;
    text-align: center;
}
/* theslider_into */
@media all and (min-width: 1400px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:130px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */

}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:110px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */

}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:105px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.35em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:102px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:14px auto 0px auto;
	font-size: 1.25em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 600px) and (max-width: 767px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:100px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:16px auto 0px auto;
	font-size: 1.25em;
	width:100%;
}
/* theslider_into */
}
@media all and (min-width: 450px) and (max-width: 599px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:18px auto 0px auto;
	font-size: 1.1em;
	width:100%;
}
/* theslider_into */
}
@media all and (max-width: 449px) {
/* theslider_into */
#theslider_into {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top:0px;
}
#theslider_into #theslider_into_desc{
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	position: absolute;
	height:100%;
	display:inline-block;
}
#theslider_into #theslider_into_desc h1{
	display:block;
	margin:18px auto 0px auto;
	font-size: 1.1em;
	width:100%;
}
/* theslider_into */

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

.blog_into, .workdata, .main-carousel {
  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, .main-carousel .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,
.main-carousel .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer,
.main-carousel .owl-stage-outer   {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
	.announce_table .blog_into .owl-stage-outer  {
		padding-top:20px }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item,
  .main-carousel .owl-wrapper,
  .main-carousel .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,
.main-carousel .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,
 .main-carousel .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,
  .main-carousel .owl-nav.disabled,
  .main-carousel .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,
 .main-carousel .owl-nav .owl-prev,
 .main-carousel .owl-nav .owl-next,
 .main-carousel .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,
  .main-carousel .owl-nav button.owl-prev,
  .main-carousel .owl-nav button.owl-next,
  .main-carousel button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded,
.main-carousel.owl-loaded {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading,
.main-carousel.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden,
.main-carousel.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item,
.main-carousel.owl-refresh .owl-item   {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item,
.main-carousel.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,
.main-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl,
 .main-carousel.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item,
.main-carousel.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata,
.no-js .main-carousel{
  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; }


	  .main-carousel .owl-nav {
		overflow: hidden;
		height: 0px;
	  }
	  .owl-theme .owl-dots .owl-dot.active span,
	  .owl-theme .owl-dots .owl-dot:hover span {
		background: #5110e9;
	  }
	  .main-carousel.owl-theme .owl-nav [class*='owl-'] {
		padding:0;
	}
	  
	  .main-carousel .nav-button {
		height: 40px;
		width: 25px;
		cursor: pointer;
		position: absolute;
		top: 180px;
	  }
	  .main-carousel .owl-prev.disabled,
	  .main-carousel .owl-next.disabled {
		pointer-events: none;
		opacity: 0.25;
	  }
	  .main-carousel .owl-prev {
		left: 0;
	  }
	  .main-carousel .owl-next {
		right: 0;
	  }
	  .owl-theme .owl-nav [class*=owl-] {
		color: #ffffff!important;
		font-size: 30px!important;
		background: #000000 !important;
		border-radius: 3px !important;
	  }
	  .main-carousel .prev-carousel:hover {
		background-position: 0px -53px;
	  }
	  .main-carousel .next-carousel:hover {
		background-position: -24px -53px;
	  }

/*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: 'OpenSans-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: 'OpenSans-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;
}