body {
  background-color: #f2f2f2;
  color: #606060;
 font-size: 13px;
  font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  margin: 0;
  padding: 0;
  line-height:normal;
  font-weight: 400; 
}
a {
  color: #606060;
  text-decoration: none;
}
a:hover {
  color: #606060;
  text-decoration: none;
}
*:focus{
	outline:none;
}
img {
    vertical-align: baseline;
}
form{
	font-size:16px;
	color:#333 !important;
}
form a{
	font-size:16px;
	color:#333 !important;
}

.container-fluid,.col{
	padding-left:0px !important;
	padding-right:0px !important;
}
.row {
	margin-left:0px !important;
	margin-right:0px !important;
}
.row>*{
	padding-left:0px !important;
	padding-right:0px !important;
}
.btn-check:checked+.btn{ 
    background-color:#f86609;
    border-color:#f86609
}

.header{ 
	background-color:#ffffff; 
	text-align:center;
	height:65px;
}
.header img{
	height:50px;
	
}
.header-type{
	display:flex;
	width:100%;
	border-top:1px solid #686868;
	border-bottom:1px solid #686868;
	justify-content: space-evenly;
	background-color:#414042; 
	
}
.header-type a{
	display: inline-block;
	text-align:center;
	color:#ffffff;
	padding:8px 0; 
}
.jtitle{
  font-size:27px;
  padding:10px 0;  
  padding-top:20px;
}
.top{
position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: solid 21px #2e9fe5;
    border-top: 41px solid #ff5581;
} 
.top .logo{
	font-size:43px;
	color:#f53261
}
.top .mlogo{
  font-size:39px;
}
.top .inner{
		width:100%;
		max-width:1450px;
		padding-left:10px;
		padding-right:10px;
		margin:auto;
	}
	.top .lang{ 
		width:100%; 
		height:40px;
		line-height:40px;
		background-color:#323232; 
		font-size:14px;
	}
	.top .lang a{  
		margin-left:15px; 
		color:#FFF
	}  
	.top .lang a.active{
			color:#cdb468
	}
	
	.topmenu{
		background-color: #ffffff;
		height: 90px;
		overflow:hidden;
	}
	.toplogo{ 		
		height:45px;
		margin:12px;
		margin-left:5px;
	} 
	 .topmenu .item{
		 padding-left:20px;
		 padding-right:20px;
	 }
	.topmenu .item a{
		display:block; 
		width:100%;
		height:30px; 
		margin-top:10px;
		cursor:hand;
		cursor:pointer;
		font-size:19px;	 
		color:#f53261; 
	} 
	.topmenu .item a:hover{
		color:#1585f9; 
	}
	.topmenu .submenu{
		display:none;
		background-color: #414042;
		padding: 10px;
		position: absolute;
		top: 110px;
		width: 170px;
		z-index: 9999; 
		border-radius: 0px 0px 4px 4px;
		box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 14%) 0px 4px 5px 0px, rgb(0 0 0 / 12%) 0px 1px 10px 0px;
	}
	
	.topmenu .item:hover .submenu{
		display:block; 
	}
	
	.topmenu .item:hover span{ 
		 
	}
	.topmenu .submenu a{
		display:block;
		color:#ffffff;
		padding:10px; 
	}
	.topmenu .submenu a:hover{
		color:#c5b593
	}
.content{ 
	width:100%;
	max-width:1200px; 
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}
.content a{
	color:#ff3e70
}
.search-type{
	 padding:10px;
}
.search-type a{
	display:table-cell; 
	color:#616161;
	padding:5px;
	text-align:center; 
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
    text-transform: uppercase; 
    padding: 8px 12px; 
}
.search-type a:hover{
	background-color:#fff5cf;
}
.bottom{
	min-height:48px; background-color:#333; position:fixed; bottom:0; width:100%;
	padding-top:4px; padding-bottom:4px; z-index:999
}
.bottom td{
	text-align:center;
	vertical-align:middle;
	color:#ffffff !important;
	border-right:1px solid #999;
	height:37px;
}
.bottom td a{
	color:#ffffff !important;
}
.bottom svg, .bottom img{
	width:20px;
	height:20px;
	margin-right:10px;
	color:#ffffff !important;
}
.bottom .icon_div{
	display:block; 
	padding:8px;  
	height:33px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}
.bottom .icon_div span{
	display:block;
	float:left;
} 
	   
#searchModal .modal-footer{
	justify-content: center;
}
#searchModal .modal-footer button{
	width:45%
}
 .modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit;
  z-index: 1055;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #606060;
}
 
 a.btn-outline-secondary{
	 position:relative;
	 padding-right:15px;
	 margin-left:5px;
	 color:#76641b;
	 white-space:nowrap;
	 transition:none;
 }  

.btn-outline-secondary{
	border-color: #b7b7b7;
	--bs-btn-focus-shadow-rgb: none;
}
.searchresetbtn .btn-primary {
    color: #fff;
    background-color: #f86609;
    border-color: #f86609;
	--bs-btn-color: #fff;
    --bs-btn-bg: #f86609;
    --bs-btn-border-color: #f86609;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f86609;
    --bs-btn-hover-border-color: #f86609;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f86609;
    --bs-btn-active-border-color: #f86609;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f86609;
    --bs-btn-disabled-border-color: #f86609;
} 
  
a.dropdown-toggle:hover,a.dropdown-toggle:focus {
    color:#000000;
    background-color: #ffffff;
    border-color: #b7b7b7;
	box-shadow:none !important
} 
 input[type=checkbox]:checked:after {
   content: "\2714";
 }

.bottom2{
	padding:5px 10px !important; 
}

.bottom2 .bottomsubtitle{
	margin-top:15px;
	font-size:16px;
	margin-bottom:10px;
	color:#767676
}
.bottom2 .bottomitem div{
	margin-bottom:10px; 
}
.bottom2 .bottomitem div,.bottom2 .bottomitem a{
	line-height:28px;
	font-size:16px;
	color:#333
	
}
.bottom2 .sec1 div a{
	 display:block;
	 margin-right:10px;
}  
.copyright{
	background-color:#2e9fe5;
	padding:10px;
}
.copyright div{
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	color:#ffffff;
}
.copyright .links{
	margin-top:5px;
	margin-bottom:40px;
}
.copyright .links a{
	margin-left:5px;
	margin-right:5px;
	color:#ffffff;
}
  
 	.topnav{
		padding-top:10px;
		padding-bottom:10px;
		font-size:16px;
		color:#898989;
		margin-bottom:10px;
		border-bottom:1px solid #cccccc;
	}
 	.topnav ol{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0;
		margin: 0;
		list-style: none;
	}
 	.topnav li a{
		color:#7a7a7a
	}
	.topnav .arrow{
		display: flex;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left: 8px;
		margin-right: 8px;
	}
	.bottomheight{
		height:40px;
	}
	.bigtitle{
		font-size:39px;
		padding:25px 0; 
		text-align:center;
		color:#4e4a3e
	}
	.img-responsive{ 
		max-width:100%;
		
	}
	a.navnoactive{
		color:#d5d5d5
	}
	ul.dropdown-menu{
		padding-top:0;
		padding-bottom:0;
	}
@media (max-width: 1070px){ 
	
	.topmenu .item{
		 padding-left:12px;
		 padding-right:12px;
	 }
	 
}
 
@media (max-width: 767px){
	 
	.top{
		border-bottom: solid 12px #2e9fe5;
		border-top: 16px solid #ff5581;
	}
  .top .logo{
    font-size:33px;
  }
	.content{  
		padding-left:5px;
		padding-right:5px; 
	}

	.search-type{
		padding:0px
	}
	
	.btn-primary {
		font-size:14px
	}
	.btn-secondary{
		font-size:14px
	}
	.bigtitle{
		font-size:26px;
		padding:15px 0;  
	}
	
	.bottom2 .bottomitem a{
		line-height:21px
	}
}

 .closeback{
	 display:block;
	 text-align:center;
	 padding:10px;
	 font-size:15px;
	 margin:10px
 } 