*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.header_warp{
	width: 100%;
	background: #fff;
}

.header{
	width: 80%;
	margin:0 auto;
	padding: 20px;
}

.dropbtn {
    color: #666;
    font-size: 12px;
    border: none;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right:15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    font-size: 12px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #333;}

.logo{
	float: left;
}

.header_right{
	float: right;
	margin-top: 15px;
}

a.login{
	text-decoration: none;
	font-size: 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
	background: #c60037; /* Old browsers */
	background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
    background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 ); /* IE6-9 */
	border: 1px solid #018e8c;
	color: #fff;
	padding: 10px 20px 10px 20px ;
	border-radius: 40px;
	vertical-align: middle;
}

a.login:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
	background: #c60037; /* Old browsers */
	background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* Old browsers */
    background: -moz-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13338', endColorstr='#c60037',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

a.login img{
	vertical-align: middle;
}

a.country{
	text-decoration: none;
	color: #666;
	font-size: 12px;
	margin-right: 20px;
	outline-style: none;
}

.flag a{
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	display: inline-block;
	color: #666;
	text-decoration:none;
}

.flag img{
	width: 80px;
	margin: 20px;
}

#inline_content{
	position: fixed; 
	width: 620px; 
	top: 150px;
}

/*============================================== Index ==================================================*/

/* new code 12012021 start*/

.modal-content {
  overflow: hidden;
  border:none;
}
.modal-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
	background: #c60037; /* Old browsers */
	background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
    background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);/ /* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */
}
.modal-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
/* new code 12012021 end */


.container_warp{
	background: #fff;
}

.container{
	width: 80%;
	margin:0 auto;
	padding: 50px 0px;
}

.column{
	width: 30%;
	margin-right: 4%;
	float: left;
}

.column img{
	width: 100%;
	padding: 15px 0px 5px 0px;
}

.column h1{
	font-size: 20px;
	line-height: 40px;
}

.column h2{
	font-size: 16px;
	color: #cf080a;
}

.column p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.column i{
	font-size: 12px;
	line-height: 30px;
}

.column a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.notice_warp{
	box-shadow: 0px 0px 3px #ccc;
	position: absolute;
}

.notice{
	height: 485px;
	border-top: 8px solid #ca0915;
	text-align: center;
	overflow-y: scroll;
}

.notice h1{
	padding: 10px 0px 0px 0px;
}

.notice a {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #e8e8e8;
	line-height: 25px;
	font-size: 12px;
}

.notice a:hover{
	background: #f4f4f4;
}

.notice a span{
	color:#ce070a;
}

.pastevent_warp{
	width: 100%;
	background:#fff;
}

.pastevent_warp img{
	width: 25%;
	float: left;
	display: block;
}

.pastevent{
	width: 80%;
	margin: 0 auto;
}


/*============================================== About ==================================================*/

.news_link h2{
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0px;
	color: #c60002;
}

.news_link a{
	text-decoration: none;
	color:#1489ed ;
	font-size:14px;
}

.about_menu_warp{
	width: 100%;
	background: #333;
}

.about_menu{
	width: 80%;
	margin: 0 auto;
}

.about_menu a{
	width: 33%;
	padding: 11px 0px;
	display: inline-block;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-left:1px solid #666;
}

.about_menu a:hover{
	background: #f13338; /* Old browsers */
	background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
    background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */
	color: #fff;
}


.video_menu a{
	width: 49.77777%;
}

.branch_warp{
	width: 80%;
	margin: 0 auto;
}

.branch_warp img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.branch{
	float:right;
	margin-right:100px;
	margin-top: 30px;
}

.branch p{
	font-size: 12px;
	color: #999;
	line-height: 26px;
}

.branch h1{
	color: #ce070a;
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 10px;
}

.about{
	text-align: center;
}

.about h1{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.about p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.about a{
	width: 250px;
	padding: 15px 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #ce070a;
	border-radius: 40px;
	margin: 0 10px;
	border:3px solid #ff0000;
}

.about a:hover{
	background: #ff0000;
}

.about_more_warp{
	width: 100%;
	height: 350px;
	background: url(../images/123.jpg);
}

.about_more_warp h1{
	margin-top: 50px;
}

.about_more{
	text-align: center;
}

.about_more h1{
	color: #ce070a;
}

.founder{
	text-align:left;
}

.founder h1{
	font-size: 30px;
	margin-bottom: 20px;
	color: #cf080a;
}

.founder h2{
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
	color: #cf080a;
}

.founder h3{
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
	color: #333;
}

.founder p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}


/*============================================== Download ==================================================*/


.download table{
	text-align: left;
	border: 1px solid#ccc;
}

.download th{
	padding: 15px;
}

/*============================================== Product ==================================================*/


.item_col{
	width: 29.3333%;
	height: 300px;
	padding: 1%;
	float: left;
	margin: 1%;
	text-align: center;
	box-shadow:  0px 0px 1px #ccc inset;
	text-decoration: none;
}

.item_col:hover{
	box-shadow:  0px 0px 2px #cc0607 inset;
}

.item_col img{
	width: 80%;
	display: block;
	margin: 0 auto;
}

.item_col p{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 23px;
	text-decoration:none;
}

/*============================================== Contact ==================================================*/

.contact_form{
	width: 100%;
	background: #ce070a;
	padding: 50px 0px;
	text-align:center;
}

.form{
	width: 65%;
	margin: 0 auto;
}

.form h1{
	color: #fff;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
}

.form h6{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.business_hours{
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	background: #aa0003;
}

.business_hours p{
	color: #fff;
	font-size: 12px;
}

.form input{
	width: 100%;
	padding: 15px 16px;
	border-radius: 5px;
	margin: 2.5% 0px;
	outline: none;
	border: none;
}

.form textarea{
	width: 100%;
	height: 106px;
	padding: 15px 16px;
	border-radius: 5px;
	margin: 2% 0px;
	outline: none;
	border: none;
}

.left_form{
	width: 47%;
	float: left;
	margin-top: 20px;
}

.right_form{
	width: 47%;
	float: right;
	margin-top: 20px;
}

.form a{
	width: 160px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border-radius: 50px;
	padding: 10px 0px;
	border: 2px solid #fff;margin-top: 25px;
}

.branches {
	width: 100%;
	text-align: center;
}

.branches h1{
	font-size: 35px;
	color: #ce070a;
	margin-bottom: 20px;
}

.branch_left{
	width: 42%;
	padding: 4%;
	float: left;
}

.branch_right{
	width: 42%;
	padding: 4%;
	float: right;
}

.branch_col{
	width: 100%;
	height: 200px;
	text-align: left;
	margin: 30px 0;
	float: left;
}

.branch_col h1{
	color: #ce070a;
	font-size: 20px;
	margin-bottom: 20px;
}

.branch_col p{
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.branch_col p img{
	width: 12px;
	margin-right: 5px;
}

.flex-row{
	display: flex;
	align-items: flex-start;
	padding-bottom: 10px;
}

.flex-row img{
	width: 4%;
	margin-right: 15px;
	margin-top: 3px;	
}

/*===============================================News====================================================*/

.border{
	width: 100%;
	height: 1px;
	background: #ccc;
}

.news_menu_warp{
	width: 26%;
	float: left;
}

.news_menu{
	width: 100%;
	background: #fff; /* Old browsers */	
	border-radius: 3px;
	border:1px solid #f13338; 
}

.news_menu h1{
	color: #fff;
	font-size: 22px;
	padding: 12px 15px;
	background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* Old browsers */
    background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 );/* IE6-9 */
}

.news_menu ul{
	font-size: 14px;
	padding: 0 20px 0px 35px;
}

.news_menu li{
	list-style-image: url('../images/list_style.png');
	background-size: 10px;
	margin: 15px 0px;
}

.news_menu li a{
	text-decoration: none;
	color: #333;
}

.news_menu li a:hover{
	color: #cc0607;
}

.news_container{
	width: 68%;
	float: right;
	text-align: left;
}

.news_container h1{
	font-size: 23px;
	margin-bottom: 20px;
}

.news_container h2{
	font-size: 18px;
	color: #cc0607;
}

.news_container h3{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 20px 0px;
}

.news_container p{
	margin: 20px 0px;
	line-height: 30px;
	color:#999;
}

.news_container p span{
	color: #9b1011;
}

.news_container img{
	margin: 20px 0px;
}

.news_container table{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0px;
}

.news_container table td{
	border: 1px solid #ccc;
	padding: 10px;
}

.news_container table td {
	font-size: 14px;
	line-height: 28px;
	margin: 5px 0;
	color: #666;
}

.news_container table td p{
	font-size: 14px;
	line-height: 28px;
	margin: 5px 0;
	color: #666;
}

td.zeb{
	background: #eee;
}

p.jonas{
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

.news{
  width: 22.333333%;
  margin: 0.8%;
  padding: 5px;
  padding-bottom: 15px;
  float: left;
  box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}

.news h1{
  font-size: 14px;
  color: #575757;
  margin: 10px;
  line-height: 22px;
  padding: 0px 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.news p{
  font-size: 12px;
  line-height: 22px;
  color: #666;
  margin: 10px;
  padding: 0px 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.news a{
  font-size: 12px;
  color: #fff;
  background: #999;
  padding:6px 20px;
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.news a:hover{
 -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.news span{
  font-size: 12px;
  color: #999;
}

.news img{
  width: 100%;
}

.news-img{
	height: 193px;
	object-fit: cover;
}

.news_container table tr:nth-of-type(even){
  background-color: #F3F3F3;
}


/*============================================== Gallery ==================================================*/

h1.title{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 50px;
}

.gallery{
	text-align: right;
}

.gallery h6{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	float: none;
	display: inline-block
}

.gallery a{
	text-decoration: none;
	color: #999;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 30px;
}

.gallery i{
	display: inline-block;
	margin-top: 8px;
}

.gallery_col_left{
	width: 48%;
	float: left;
	margin-bottom: 2%;
}

.gallery_col_right{
	width: 48%;
	float: right;
	margin-bottom: 2%;
}


.gallery img{
	width: 100%;
	margin: 1%;
}

.paginated{
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.paginated a{
	padding: 8px 13px;
	border:1px solid #eee;
	border-radius: 50%;
	text-decoration: none;
	color: #666;
	margin: 0px 3px;
}

.gallery_title h1{
	text-align: center;
	margin: 0 0 25px 0;
}

	


/*============================================== Footer ==================================================*/

.footer_warp{
	width: 100%;
	background: #2c2d2f;
}
/*new code 12012021*/
.footer{
/*	width: 80%;*/
	width: 100%;
	margin:0 auto;
	color: #999999;
	font-size: 12px;
	text-align: center;
	padding: 50px 0px 40px 0px;
}

.footer p{
	padding: 15px 0px;
	line-height: 35px;
}

.footer p a{
	text-decoration: none;
	color: #999;
}

.footer p a:hover{
	text-decoration: underline;
}

.footer img {
	padding: 0px 15px;
	margin-bottom: 10px;
}


@media screen and (max-width: 960px) {

.item_col{
	width: 45%;
}

.flag img{
	width: 65px;
	margin: 5px 25px;
}

.flag{
	position: relative;
	left: -100px;
}
}

@media screen and (max-width: 468px) {


.branch_warp img{
	width: 100%;
	float: left;
	margin-left:0;
}

.branch{
	float:right;
	margin: 0 auto;
	margin-bottom: 50px;
}

.about_more_warp h1{
	margin-top: 0px;
}

.about a{
	width: 250px;
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #ce070a;
	border-radius: 40px;
	margin: 5px 0;
	border:3px solid #bb070a;
}

.notice_warp{
	box-shadow: 0px 0px 3px #ccc;
	position: relative;
}

.column{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}

.item_col{
	width: 46%;
	height: 180px;
	padding: 1%;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}


.gallery_col_left{
	width: 100%;
	margin-bottom: 10%;
}

.gallery_col_right{
	width: 100%;
	margin-bottom: 10%;
}

.branch_left{
	width: 92%;
	padding: 4%;
	float: none;
	margin: 0 auto;
}

.branch_right{
	width: 92%;
	padding: 4%;
	float: none;
	margin: 0 auto;
}

.branch_col{
	text-align: center;
	margin-bottom: 180px;
}


.form{
	width: 80%;
	margin: 0 auto;
}

.left_form{
	width: 100%;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
}

.right_form{
	width: 100%;
	float: none;
	margin: 0 auto;
	margin-top: 20px;
}

.form input{
	width: 94%;
	padding: 15px 3%;
	border-radius: 5px;
	margin: 2.5% 0px;
	outline: none;
	border: none;
}

.form textarea{
	width: 94%;
	height: 76px;
	padding: 15px 3%;
	border-radius: 5px;
	margin: 2% 0px;
	outline: none;
	border: none;
}

#inline_content{
	position: fixed; 
	width: 350px; 
	top: 0px;
}

.flag img{
	width: 55px;
	margin: 5px 25px;
}

.flag{
	position: relative;
	left: -65px;
}

.pastevent_warp img{
	width: 50%;
	float: left;
	display: block;
}


a.big-link {
			width: 100%;
			display: inline-block;
			float: none;
			padding: 30px 20px 30px 0px;
		}

		.big-link img{
			width: 120px;
			border-radius: 100px;
			vertical-align: middle;
			display: inline-block;

		}

.news_menu_warp{
	display: none;
}

.news_container{
	width: 90%;
	float: none;
	margin: 0 auto;
}

.news{
  width: 85%;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 5px;
  padding-bottom: 15px;
  float: none;
  box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}

.about_menu{
	width: 100%;
}

.about_menu a{
	width: 49.55555%;
	border-bottom: 1px solid #666;
}



}

@media only screen and (min-width: 992px) and (max-width: 1169px) {
	.branch_col {
    height: 250px;
	}
	
}

@media only screen and (max-width: 991px) {
	.container {
    width: 100%;
	}
	
	.branch_col {
    height: 280px;
	}
}



@media only screen and (max-width: 480px) {

	.header_right {
    float: left;
    margin-top: 15px;
    padding-left: 20px;
	}

	.header{
	width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
	}	
	
	.logo {
    padding-left: 20px;
	}	
	
	.branch_col {
    height: 180px;
	width: 98%;	
	}
	
	a.country{
	font-size: 10px;	
	}
	
	.dropbtn{
	font-size: 10px;	
	}
	
	a.login{
	font-size: 8px;
	padding: 5px 10px 5px 10px;	
	}
}





