
html, body{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 16px;
	height:100%;
 	font-family: 'maven_regular';
 	
}

button, input, select, textarea {
	font-size: 15px;
	font-family: 'maven_regular';
}
strong {
   font-family: 'maven_probold';
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0
}
  
p{margin: 0 0 15px;}
a, a:hover, a:active, a:checked {
	text-decoration: none;
}
a {
	transition:all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out; 
}
::-webkit-input-placeholder {
color:#aaa;
}
:-moz-placeholder {
color:#aaa;
}
::-moz-placeholder {
color:#aaa;
}
:-ms-input-placeholder {
color:#aaa;
}
.red{ color:#f0205b}
.orange{ color:#ff8a00}
.green{ color:#3cac4a}
.gray{ color:#b6b6b6}

input, textarea, select {
	border: 1px solid #cecece;
}
input[type="text"], input[type="password"], textarea {
	margin: 0 0 4px 0; 
	padding: 9px 10px; 
	COLOR: #3f3f3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:  3px;
}
.form-control { height: inherit;}
select {
	     -webkit-appearance: none;
		 border-radius:  3px;
		 background-color:#fff;
		 height:34px; 
	    padding: 4px 30px 4px 8px;
		background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
 	margin: 0 0 8px 0;
} 

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
	outline:0; 
	border: 1px solid #52a8ec; 
}
button:focus{
	outline:0;
	}
input[type="checkbox"] {
	margin: 0 3px 2px 4px;
	vertical-align:middle;
}
img{vertical-align:bottom}

body {
	color: #333;
	line-height: 22px;
	background: #fff; 
 }
a {
	color: #1f3c76;
}
a:hover {
	color: #1f3c76;
	text-decoration:underline
}
.blank10{ display:block; height:10px}
.blank15{ display:block; height:15px}
.blank20{ display:block; height:20px}
.blank30{ display:block; height:30px}
.blank40{ display:block; height:40px}
.blank80{ display:block; height:80px}
.align-right{ text-align:right!important}
.top-line{ border-top: 1px solid #eaeaea; padding-top: 20px;}

.submit {
	color: #fff;
	font-size: 16px;
	min-width: 180px;
 	padding: 0;
	min-height: 40px;
	line-height: 40px;
	background: #e54242;
	border: none;
	outline: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	cursor: pointer;
}
.submit:hover {
	background: #fa4e4e;
}
.submit:active {
	color:rgba(255, 255, 255, .5);
   background-color: #e54242;
}

.container {
	position:relative;
	width: 94%;
 	max-width:1500px;
	margin: 0 auto
}
.sidebar {
	width: 310px;
} 
.block-list {
	margin: 0 0 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.header, .header .nav ul, .header .logo, .header img, .top-search, .page{
 	transition:all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;  }
.header {
	position:fixed;
	top:0;
	height: 120px;
	z-index: 10;
	width: 100%;  
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .00);
	
}
.header .logo {
	position: absolute;
 	margin: 15px 0 0 35px;  
}
.header .logo img{ width:175px; margin: 5px 0 0 10px}

.header .logo-sub {
	position:absolute;
	left: 58px;
	top: 46px;
	font-size:12px;
}
.header .logo-sub a, .header .logo-sub a:visited {
	color:#018fd9
}
.header .wrap {
	position:relative
}
.header .nav {
	float: right;
	font-family: maven_probold; 
}
.header .nav ul{margin: 40px 30px 0 0px; }
.header .nav li {
	float: left;
}
.header .nav li a {
	font-size: 22px;
	color: #fff;
	display: inline-block;
	line-height: 34px;
	margin:0 20px;
	
}
.header .nav li a:hover {
	color: #ffd618; 
	text-decoration: none
}
.header .nav .current a { 
	color: #ffd618;
	border-bottom: solid 3px #ffd618;
}
.page{margin-top: 0px} 
.header-fixed{position:fixed; top:0px; height: 64px; background: #fff; box-shadow: 0 0 60px 0 rgba(0, 0, 0, .10); } 
.header-fixed .logo {
	position: absolute;
 	margin: 2px 0 0 35px; 
	width:94px;
	height: 84px;
}
.header-fixed .logo img{ width:68px; margin: 0}
.header-fixed .nav { 
}
.header-fixed .nav ul{margin: 12px 30px 0 0px;}
.header-fixed .nav li a {color: #333; font-size: 20px}
.header-fixed .nav li a:hover {
	color: #d4aa2f;  
}
.header-fixed .nav .current a { 
	color: #d4aa2f;
	border-bottom: solid 3px #d4aa2f;
}

.rd-mobilepanel_toggle {
    display: none;
}	

.top-search{ position: absolute ; right: 0; margin: 21px 45px 0 0; z-index: 10 }
.top-search .search-ico{ float:left; width:18px; height:18px; background:url(../images/search.png); background-size: 18px; margin:9px 0 20px 18px; cursor:pointer;}
.top-search .search-ico img{ width:18px; height: 18px;}
.top-search .search-close{ position: absolute; right: 0px; top:12px; width:22px; height:22px; background:url(../images/icon-close.png); background-size: 22px;  cursor:pointer; display: none; cursor:pointer;}
.top-search .search-02{  margin-top: 4px; width:0px; height:40px; line-height:40px; background:#fff; border-bottom:1px solid #fff;
    opacity: 0; transition: all .15s ease-out;
    }
.top-search .search-02.search-show{ 
   opacity:1;
   width:700px;
   overflow:hidden;
   transition: all .15s ease-out}
.top-search .search-02 input{ background:none; border:none; outline:none; width:0; font-size: 18px  }
.top-search .search-02.search-show input{ width: 90%; transition:width .45s ease; margin: 0 0 0 28px; }
.top-search .search-02 img{ position:absolute; margin: 10px 0 0 3px; width:18px; height: 18px;}

.sub-banner{ position:relative; overflow:hidden; }
.sub-banner h2{ position:absolute; color:#fff; font-size:50px;  font-family:"maven_probold"; text-align:center; line-height:50px; height:50px; top:55%; width:100%;  margin: -40px 0 0 0; z-index:1}
.sub-banner img{ width:100%; margin: 0 0 0 0}

.sub-nav{ float:right; width:27%; padding: 0 20px;  font-size:18px; margin:70px 0 0 0 }
.sub-nav ul{border-top:1px solid #e3e3e3; margin: 5px 0 0 0}
.sub-nav li a{ display:block; color:#333; line-height:16px; padding: 15px 0;    border-bottom:1px solid #e3e3e3;}
.sub-nav li a:hover{color:#dc2f2f;}
.sub-nav li.current a{  color:#dc2f2f; font-family: 'maven_probold'; font-size:19px;}

.sub-content{float:left; width: 73%; padding: 0 20px;}

.sub-ad{float:right; width:27%; padding: 0 20px; margin: 65px 0 30px 0 }
.sub-ad li{ margin: 0 0 30px 0}
 
.sub-main{  color:#333; padding:50px 0 70px 0; }
.sub-main:after {clear: both; display: block; content:""}
.sub-main p a{ color:#d5aa2f; }
.sub-main p a:hover{ text-decoration:underline}

.sub-title{ padding:0 0 30px 0; font-size:36px; line-height:38px;font-weight:200; font-family: 'maven_probold'; letter-spacing: -0.5px;}

.sub-main h2{ padding:0 0 25px 0; margin: 0; font-size:28px; line-height:36px;font-weight:400; }
.sub-main h3{ padding:0 0 22px 0; margin: 0; font-size:28px; line-height:35px;font-weight:200; font-family: 'maven_probold'; }
.sub-main h4{ padding:0 0 20px 0; margin: 0; font-size:20px; line-height:30px;font-weight:400; font-family: 'maven_probold';}
.sub-main h5{ padding:0 0 0 0; margin: 0; font-size:18px; line-height:30px;font-weight:400; font-family: 'maven_probold';}
.sub-main p{margin:0 0 20px 0; font-size:16px; line-height:24px;font-weight:400; }
.sub-main img{ max-width: 100%}

.half-text{ 
}
 

.members-list { padding:30px 0 0 0}
.members-list li{  float:left; width: 20%; padding-right: 15px; padding-left: 15px; margin: 0 0 30px 0; transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out;  }
.members-list li a{display:block;   background: #fff; width:100%;  box-shadow: 5px 5px 30px rgba(0,0,0,0.01);  border-radius: 3px;}
.members-list li a:hover{  box-shadow: 5px 5px 30px rgba(0,0,0,0.06);  }
.members-list li .box{position:relative;  width:100%; height:140px; display:flex;  align-items:center;}
.members-list li img{ width:150px ; margin:auto ; transition:all 0.15s ease-out;-moz-transition: all 0.15s ease-out;}
.members-list li:hover{ filter: grayscale(0%); opacity:1; }
.members-list li .name{ position:absolute; top: 0; left:0; width:100%; height:100%; padding:25% 5% 0 5%;  text-align:center; font-size:18px; font-family: 'maven_probold'; color:#fff; border-radius: 3px; background: rgba(44, 83, 162, .9);  opacity:0; transition:all 0.15s ease-out;-moz-transition: all 0.15s ease-out;   }
.members-list li:hover .name{  opacity:1; }
.members-list li:hover img{-webkit-transform: scale(0.90); transform: scale(0.90);}

.member-header{ position:relative; overflow:hidden;  }
.member-header .logo{  width:190px; height:190px; background:#fff; margin: 0 auto 25px auto; padding:20px; overflow:hidden; border-radius: 50%;}
.member-header .logo .box{ width:150px; height:150px; display: flex; align-items: center; margin: 0 auto 0 auto}
.member-header .logo .box img{ width:100%}
.member-header .info{ position:absolute; color:#fff; font-size:50px;  text-align:center; line-height:50px;  top:75px; width:100%; z-index:1	}
.member-header .img{ opacity:1;}
.member-header .img img{ height:550px; margin: 0 0 0 0}

.member-header h2{ font-size: 36px; font-family: 'maven_probold'; font-weight:normal}
.member-header .pitch{ font-size:19px; line-height: 28px; font-style:italic; width:90%; max-width: 690px; margin: 10px auto }

.member-page{ padding: 0 20px}
.member-page .wrap{
	position: relative;
    background: #FFF; 
    box-shadow: 5px 5px 30px rgba(0,0,0,0.01);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    margin: -130px auto 20px auto;  
    font-size: 16px;
	line-height: 24px;
	}

.member-left{ margin: 0 396px 0 0; border-right: 1px solid #eeeeee}
.member-right{ position:absolute; right:0; top:0; width:396px;}

.member-page .info{ padding:50px 40px 40px 55px;}
.member-page .info li{ display:inline-block; width:49%; margin: 0 0 20px 0}
.member-page .info li .name{ font-size:17px; margin: 0 0 0 0; font-family: 'maven_probold'; color:#333; letter-spacing: -0.2px; }
.member-page .info li .data{ font-size:16px; color:#6e6e6e }
.member-page a{ color:#34539b}
.member-page a:hover{ color:#e53030}
.member-page .description{ padding:30px 40px 40px 55px; border-top: 1px solid #eeeeee}
.member-page .description h4{ font-size: 22px; font-family: 'maven_probold';}
.member-page h4{ font-size: 22px; font-family: 'maven_probold';}
.member-page .news{ padding:30px 40px 40px 55px; border-top: 1px solid #eeeeee}
.member-page .news li{ margin: 0 0 8px 0 }
.member-page .news li span{ color:#888; display:inline-block; width: 95px; font-size:14px;}
.member-page .photo{ padding:40px 28px 40px 38px; border-top: 1px solid #eeeeee}
.member-ad{padding:40px ;}


.event-header{ position:relative; overflow:hidden;  }
.event-header .info{ position:absolute; color:#fff; font-size:50px;  text-align:center;   top:75px; width:100%; z-index:1	}
 
.event-header h2{ font-size: 36px; font-family: 'maven_probold'; font-weight:normal; line-height:60px;}
.event-header .wrap{ text-align:center; line-height:32px; font-size: 18px;}
.event-header .date{ display:inline-block; margin: 0 5px}
.event-header .location{ display:inline-block; margin: 0 5px}
.event-header .wrap .icon img{ width: 25px; margin: 0 5px 5px 0} 
 
.event-page{ padding: 0 20px}
.event-page .wrap{
	position: relative;
    background: #FFF; 
    box-shadow: 5px 5px 30px rgba(0,0,0,0.01);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    margin: -130px auto 20px auto;  
    font-size: 16px;
	line-height: 24px;
	}

.event-left{ margin: 0 396px 0 0; border-right: 1px solid #eeeeee}
.event-right{ position:absolute; right:0; top:0; width:396px;}

.event-page .info{ padding:50px 40px 40px 55px;}
.event-page .info li{ display:inline-block; width:49%; margin: 0 0 20px 0}
.event-page .info li .name{ font-size:17px; margin: 0 0 0 0; font-family: 'maven_probold'; color:#333; letter-spacing: -0.2px; }
.event-page .info li .data{ font-size:16px; color:#6e6e6e }
.event-page a{ color:#34539b}
.event-page a:hover{ color:#e53030}

.event-page .description{ padding:40px 40px 40px 55px; }
.event-page .description .content h3{ font-size: 26px; font-family: 'maven_probold';}
.event-page .description .content h4{ font-size: 22px; font-family: 'maven_probold';}

.event-page  h4{ font-size: 22px; font-family: 'maven_probold';}
.event-page .news{ padding:30px 40px 40px 55px; border-top: 1px solid #eeeeee}
.event-page .news li{ margin: 0 0 8px 0 }
.event-page .news li span{ color:#888; display:inline-block; width: 95px; font-size:14px;}
.event-page .photo{ padding:40px 28px 40px 55px; border-top: 1px solid #eeeeee}

.event-page .sign-list{ padding:35px 28px 20px 38px; }
.event-page .sign-list ul{     margin-right: -6px; margin-left: -6px;}
 .event-page .sign-list li{  float:left; width: 110px;  padding-right: 6px; padding-left: 6px; margin: 0 0 12px 0; transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out;  }
.event-page .sign-list li a{display:block;   background: #fff; width:100%; border:1px solid #efefef; box-shadow: 2px 2px 8px rgba(0,0,0,0.03);  border-radius: 3px;}
.event-page .sign-list li a:hover{  box-shadow: 5px 5px 30px rgba(0,0,0,0.06);  }
.event-page .sign-list li .box{position:relative;  width:100%; height:86px; display:flex;  align-items:center;}
.event-page .sign-list li img{ width:150px ; margin:auto ; transition:all 0.15s ease-out;-moz-transition: all 0.15s ease-out;}
.event-page .sign-list li:hover{ filter: grayscale(0%); opacity:1; }


.event-page .row{ margin-right: -5px; margin-left: -5px;}
.event-page .col-md-6, .event-page .col-md-4, .event-page .col-md-3{ padding-right: 5px; padding-left: 5px; padding-bottom: 10px}
.event-ad{padding:40px ;}

.mobile-event-btn { display:none;  }

.event-page .event-btn{  padding: 1px 28px 40px 38px;}
.event-page .event-btn a{
	text-align:center;
	display:inline-block;
      color: #fff;
    font-size: 25px;
    padding: 18px 34px;
	width:316px;
    background: #da0f0f;
   font-family: 'maven_probold';
    border-radius: 5px;
	font-weight:400;
	 box-shadow: 5px 5px 20px rgba(189,19,19,0.05);
	 text-transform:uppercase;

  }
.event-page .event-btn a:hover {
	background: #e62d2d;
	box-shadow: 5px 5px 30px rgba(189,19,19,0.20);
}
.event-page .event-btn a:active {
	color:rgba(255, 255, 255, .5);
   background-color: #ee3939;
}  


.event-list{ margin:10px 0 60px 0}
.event-list li{
    position: relative;
    background: #FFF;
	text-align:left;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.01);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 50px 0;
	height:230px;
    -webkit-transition: all 0.15s linear;
	-webkit-transform:rotate(0deg);
	}
.event-list li:hover{box-shadow: 10px 10px 40px rgba(0,0,0,0.05); }	

.event-list .event-image {
    float: left;  
    width: 40%;
	height:100%;
    text-align: center;
	overflow:hidden; 
}
.event-list .event-image img{ width:100%; }
.event-list .event-image img{transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out; }
.event-list li:hover .event-image img{-webkit-transform: scale(1.04); transform: scale(1.04); opacity:0.8; }


.event-list .event-info {
    float: left;
    width: 60%;
}

.event-info{ height:100%; position:relative}
.event-info .date{ font-size:17px; color: #ca1111; margin: 25px 30px 15px 30px}
.event-info .title{ font-size:20px; line-height:26px; font-weight:600; margin: 0 30px 5px 30px}
.event-info .time{ color: #333; font-size:14px; margin: 0 30px 0 0}
.event-info .location{ font-size:15px; color: #333; margin: 0px 30px 10px 30px}
.event-info .summary{ display:none; font-size:15px;  color: #666; margin: 10px 30px 0 30px}
.event-info .btn_share{ opacity:0; position:absolute; bottom:20px; left: 30px;  transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out;}
.event-info .btn_share img{ width:30px; margin: 0 10px 0 0; opacity:0.8;}
.event-info .btn_share img:hover{opacity:1;}
.event-list li:hover .btn_share{opacity:1; }
.event-info .btn_view{ position:absolute; bottom:0; right: 0;  }
.event-info .btn_view a{ display:block; padding:8px 20px; background:#e5eaf6; color: #3b5fa8; border-radius: 5px 0;}
.event-info .btn_view a:hover{background:#3b5fa8; color: #fff;}

.news-list li a{ 
    position: relative;
	display:block;
    background: #FFF;
	text-align:left;
    box-shadow: 5px 5px 30px rgba(0,0,0,0.01);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	overflow:hidden;
   -webkit-transition: all 0.15s linear;
	-webkit-transform:rotate(0deg);
}

.news-list li a:hover{box-shadow: 10px 10px 40px rgba(0,0,0,0.05); }	

.news-list li .img {  -webkit-transition: all 0.15s linear;}
.news-list li:hover .img { opacity:0.8;}

.news-list .title{ font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin: 30px 30px 5px 30px;
	color: #333;
	}
.news-list li:hover .title{color: #ca1111;}	

.news-list .summary{ margin: 20px 30px 5px 30px; color:#656871}
.news-list .date{ margin: 20px 30px 5px 30px; padding: 15px 0; border-top: solid 1px #ebeef4; color:#95989f}

.load-more-btn{ text-align:center; margin: 30px 0 40px 0;}
.load-more-btn a{
	display:inline-block;
      color: #fff;
    font-size: 18px;
    padding: 14px 50px; 
    background: #3b5fa8;
    border: none;
    outline: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
	font-weight:400;
	 box-shadow: 5px 5px 20px rgba(59,95,168,0.10);
 

  }
.load-more-btn a:hover {
	background: #486ebc;
	box-shadow: 5px 5px 30px rgba(59,95,168,0.20);
}
.load-more-btn a:active {
	color:rgba(255, 255, 255, .5);
 }


.user-wrap {
	min-height: 650px;
	background-color:#f7f8fa;
 }
.user-nav {
	float: left;
    width: 19%;
	padding:25px 0 0 0
 } 
.user-main{
	float: right;
    width: 79.2%;
    margin: 25px 0 60px 0; 
	}
.user-main-whole{  
 	padding: 25px 0 60px 0; 
	}
	
.uc-mc{
	position:relative;
	background-color: #FFF;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.018);
	border: 1px solid #efeff2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin: 0 0 20px 0;
	min-height:100px; 
	} 	 
.uc-mc h2{
 	border-bottom: 1px solid #ededed;
    line-height: 45px;
	padding: 0 0 0 20px;
	font-size:15px;
	background-color: #fdfdfd;
	-webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
 	}
.uc-mc .title{ position:absolute; width:60%; left:20%; top:11px; text-align:center; font-weight: bold; font-size:16px; }	
.uc-mc .time{ position:absolute; right: 15px; top: 12px; }
.uc-mc .fa-clock-o{ color:#777; }
 
.user-nav li{ position:relative; line-height:38px; padding: 0 0 0 10px} 
.user-nav li a{ display:block}
.user-nav li.current a{ font-weight:bold;  }
.user-nav li.current a:hover{ color:#333}
.user-nav li.current:before {
  position:absolute;
  content: "\f0da";
   font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
   color: #e53030;
   top: 12px;
   left: -7px;
}

 
.footer {
 	width: 100%; 
	background: #1f3c76; 
	padding: 45px 40px 0 40px;
	min-height: 155px;
}
.footer a{ color:#fff}
.footer a:hover{ color:#ffd618; text-decoration:none}
.footer-nav li{ display:inline-block;font-family: 'maven_promedium'; margin: 0 20px 8px 0; font-size:17px;  }
.footer .copyright{ color: #d0d5e9 }
.footer-left{ float:left}
.footer-right{ float:right}
.social-link li{ display:inline-block; line-height: 50px; width: 50px; text-align: center; margin: 0 0 5px 15px; border: 1px solid #889cd1; border-radius: 50%;}
.social-link li img{ height:30px; vertical-align: middle  }
.social-link li { opacity:0.8;transition:all 0.25s ease-out;-moz-transition: all 0.25s ease-out;}
.social-link li:hover{ opacity:1; border: 1px solid #fff; }
 
 
.t-box {
	float: right;
	position: relative;
	margin: 0 0 0 5px;
	font-size:14px;
}
.t-box a{ color:#333}
.t-box a:hover{ color:#e53030; text-decoration:none}
.dropdown-box {
	display: none;
	position: absolute;
	top: 56px;
	right: 0;
	width: 180px;
	font-size:14px;
	background-color: #fff;
	margin: 0 0 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
 	padding: 10px 0 10px 0;
	z-index: 40;
	box-shadow: 2px 2px 20px rgba(0,0,0,0.03);
    border: 1px solid #ededed;
}

.dropdown-box:after {
	content: "";
	position: absolute;
	right: 17px;
	top: -7px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.dropdown-box:before {
	content: "";
	position: absolute;
	right: 17px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #d4d4d4;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.02);
}
.dropdown-box li a {
	display:block; 
	padding: 7px 0 4px 20px;
}
.dropdown-box li a:hover {
 	color:#e53030;
}
.dropdown-box a {
}
.t-box-name a{
	display:block;
	position: relative;
	padding: 17px 12px 17px 12px;
	min-width: 65px;
	cursor: pointer;
	z-index: 10;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
 
.t-box:hover .t-box-name a{
	background-color:#fafafa;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.t-box-name img {
	float: right;
	margin: 10px 0 3px 6px
}
.t-box-name i{ color:#666}
 

.user-input input[type="text"]{ width:100%; }
.user-input input[type="password"]{ width:50%; }
.text-muted{ font-size:13px; color:#999; line-height:20px; margin: 0 0 20px 0}
.select {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}


.btn {
    display: inline-block;
	font-size: 16px;
    font-family: 'maven_promedium';
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    text-align: center;
    vertical-align: middle; 
    line-height: 1.43;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    cursor: pointer; 
    background-color: #bbbdc2; 
	color: #fff;
	padding: 9px 18px;
	border: 0px;
}
.btn:hover{ color: #fff; background-color: #acafb5;} 
.btn:focus, .btn:active, .btn:active:focus{ outline:0px; color: #fff; background-color: #acafb5;}

.btn-primary {
    border-color: #d4aa2f; 
    background-color: #d4aa2f;
    color: #fff;
}
.btn-primary:hover{
	border-color: #e4b653; 
    background-color: #e4b653;
	}
.btn-primary:focus, .btn-primary:active, .btn-primary:active:focus{ 
   background-color: #e4b653;
   }	
.btn-large {
    padding: 10px 40px;
    font-size: 16px;
}
.btn-middle{
    padding: 6px 20px;
    font-size: 15px;
	font-weight:normal
}

.btn-yellow{ text-align: center}
.btn-yellow a{ display:inline-block; padding: 18px 40px; margin: 0 10px 20px 10px; border-radius:6px;  font-size:20px; background:#d4aa2f; color: #fff; text-decoration: none; line-height: 26px }
.btn-yellow a:hover{ text-decoration: none; background:#e4b653;}
.btn-yellow button{ display:inline-block; padding: 17px 30px; font-family: 'maven_promedium'; margin: 0 0 20px 0; border-radius:6px;  font-size:20px; background:#d4aa2f; color: #fff; border: 0; }
.btn-yellow button:hover{ text-decoration: none; background:#e4b653; color: #fff}
.btn-yellow button:active{background:#e4b653; color: #fff}
.btn-yellow button:disabled{background: #d0d0d0}

.btn-gray{ display:block; padding: 14px 40px; margin: 10px 20px 20px 20px; border-radius:6px;  font-size:20px; background:#dadada; color: #fff; text-decoration: none; line-height: 26px; text-align: center }
.btn-red{ display:block; padding: 14px 40px; margin: 10px 20px 20px 20px; border-radius:6px;  font-size:20px; background:#df0202; color: #fff; text-decoration: none; line-height: 26px; text-align: center }

.btn-green{ text-align: center}
.btn-green a{ display:block; padding: 14px 0; margin: 10px 20px 20px 20px; border-radius:6px;  font-size:20px; background:#45bf02; color: #fff; text-decoration: none; line-height: 26px }
.btn-green a:hover{ text-decoration: none; background:#4bd400;}


.fl{ float:left}
.fr{ float:right;}

.tip-text {
  text-align: center;
  padding: 10px 0 10px 0;
}
.s05x {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	visibility: hidden;
	opacity: 0;
	
}
.scroll-top-link {
 	height:40px;
	position: fixed;
	right: 15px;
	bottom: 20px;
	z-index: 20;
}  
.scroll-top-link .gotop { 
	display: none;
	width: 46px;
	height: 46px;
	background: url(../images/gotop.png) no-repeat 50% 50%;
	background-size: 24px 13px;
	cursor: pointer;
	border-radius:50%;
	background-color: #f3f3f3;
	margin: 0 0 2px 0;
	box-shadow: 8px 8px 20px rgba(0,0,0,0.00);
	margin-bottom:15px;
} 
.scroll-top-link .gotop:hover{background:#d4aa2f url(../images/gotop-2.png) no-repeat 50% 50%; background-size: 24px 13px;}


.jointext{ text-align:center; padding:40px 0 0 0; font-size:20px; color:#da0f0f; font-weight:bold}

.type-select{ margin: 10px 0 20px 0}
.type-select .row{ margin-right: -15px; margin-left: -15px;}
.type-select .col-md-6{ width: 50%; padding-right: 15px; padding-left: 15px;} 
.type-select .col-md-5{ width: 39.5%; padding-right: 15px; padding-left: 15px;} 
.type-select .col-md-3{ width: 25%; padding-right: 15px; padding-left: 15px;} 
.type-select .col-md-2{ width: 21%; padding-right: 15px; padding-left: 15px;} 
.type-select .col-md-4{ padding-right: 15px; padding-left: 15px;} 

.type-item{
	display: block;
    position: relative;
    background: #FFF;
	text-align:left;
    box-shadow: 3px 3px 80px rgba(0,0,0,0.06);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 50px 0;
	padding: 0 0 0 0;
    -webkit-transition: all 0.15s linear;
	-webkit-transform:rotate(0deg);
	}

.type-item .title{ text-align: center; font-size:24px; padding: 15px 20px 15px 20px; margin: 0 0 20px 0; height: 78px; color: #fff; background: #1f3c76}
.type-select .col-md-2 .type-item > .title{ padding: 25px 20px 15px 20px;}
.type-item .title span{ display: block; font-family: 'maven_regular'; font-size: 14px; line-height: 18px;}
.type-item > .intro{ height: 102px; padding: 0 20px 30px 20px; font-size: 16px; line-height: 20px; color: #666;  display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 5; overflow: hidden;}
.type-item-sub{ margin: 20px 0 0 0; border-top: solid 1px #eee;}

.type-item-sub .row{ margin-right: 0px; margin-left: 0px;}
.type-item-sub .col-md-6{ padding-right: 0px; padding-left: 0px;}
.type-item-sub .col-md-6:first-child{ border-right: solid 1px #eee; }
.type-item-sub .col-md-6:last-child{ border-left: solid 1px #eee; margin: 0 0 0 -1px }

.type-item-sub .title{ text-align: left; font-size:24px; padding: 18px 20px 10px 20px; height:inherit; margin: 0; color: #1f3c76; background: #fff}
.type-item-sub .title span{ display: inline-block; }
.type-item-sub .intro{height: 180px; padding: 0 20px 20px 20px;font-size: 15px; line-height: 20px;  border-bottom: solid 0px #eee;  display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 9; overflow: hidden;}
.type-item-sub .btn-yellow a{ display: block; padding: 14px 30px; margin: 10px 20px 20px}
.type-item-sub .price{ font-size: 21px; font-family: 'maven_probold'; border-top: solid 1px #eee; margin: 15px 20px 0; padding: 15px 0 5px 0; text-align: center;}

.type-name{ text-align: left; font-size:24px; padding: 5px 20px 15px 20px; height:inherit; margin: 20px 0 6px 0; color: #1f3c76; background: #fff; font-family: 'maven_probold'; text-align: center}

.flight-team{ margin: 0 20px 15px 20px; padding: 12px 20px; background: #f1f3f7; border-radius: 5px}
.flight-team li{ padding: 3px 0;}
.flight-team .team-name{ font-size: 17px; font-family: 'maven_probold'; color: #000; margin: 2px 0 3px 0}
.flight-team .team-name a{ display: block; position: relative; text-decoration: none; color: #000}

.accordion a .mdi-chevron-down {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
  font-size: 25px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block; 
} 
.accordion a.collapsed .mdi-chevron-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.flight-team a .mdi-chevron-down{
	position: absolute; right: -10px; top:2px; width: 18px; height: 20px;  background:url(../images/icon-arrow-down-2.png); background-repeat: no-repeat; background-position: center center; background-size: 16px; 
}

.flight-team a .mdi-avatar{
	position: absolute; right: 10px; top:1px; width: 22px; height: 22px;  background:url(../images/Parkeer-Profiel-icon-3.png); background-repeat: no-repeat; background-position: center center; background-size: 20px; 
}




.flight-team .name{ display: inline-block; vertical-align: top; width: 50%;  line-height: 18px; font-size: 15px;}
.flight-team .company{ display: inline-block; vertical-align: top; color: #999; font-size: 14px; width: 47.5%}

.individually-list li{margin: 0 20px 8px 20px; padding: 13px 20px; line-height: 16px; background: #f1f3f7; border-radius: 5px}
.individually-list .name{ display: inline-block; vertical-align: top; width: 50%; line-height: 18px; font-size: 15px;}
.individually-list .company{ display: inline-block; vertical-align: top; color: #999; font-size: 14px; width: 47%}
.type-select .col-md-4:last-child .type-item > .title{ padding: 25px 20px 15px 20px;}

.alert {
    position: relative;
    line-height: 25px;
    border-width: 0;
	padding: 16px;
    margin-bottom: 18px;
    border: 1px solid transparent;
	font-family: 'maven_probold';
	border-radius: 0px;
}
.alert-fixed {
    position: fixed;
    width: 100%;
    z-index: 2000;
	top: 0
}
.alert-success {
    background-color: #34a853;
    border-color: #34a853;
    color: #ffffff;
} 
.alert-dismissable, .alert-dismissible {
    padding-right: 38px;
}
.alert .close {
    position: absolute;
    font-size: 20px;
    top: 18px;
    right: 18px;
    text-shadow: none;
}
.alert-dismissible.alert-success .close {
    color: #103319;
}
.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert .icon {
    font-size: 24px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 20px;
    line-height: 22px;
}
.mdi-check {
    display: inline-block;
    width: 20px;
	height: 20px;
	background: url(../images/check.svg) no-repeat center; 
	background-size: cover;
}
.mdi-close{
	display: inline-block;
    width: 20px;
	height: 20px;
	background: url(../images/icon-close.png) no-repeat center; 
	background-size: cover;
}
.mid-content{ max-width: 1200px; margin: 0 auto}

.btn-mid-sumit button{ width:90%; max-width: 400px; margin: 10px 0 40px 0}

.sign_title{
	height: 35px;
	width: 655px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	line-height: 22px;
	font-size: 15px;
	color: #F60;
	margin: 0 0 15px 0;
	text-align:center;
}
.sign_link{
	height: 35px;
	width: 655px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	line-height: 22px;
	font-size: 13px;
	color: #355086;
	margin: 0 0 15px 0;
	font-weight: bold;
}
.sign_frame{  
	margin: 25px;
	border-radius: 5px;
    border: solid 1px #dfdfdf;
	overflow:hidden;
}
.mid-content input[type=checkbox]{
    margin: 6px 4px 10px 0;
}
.mid-content input[type=radio] {
    margin: 6px 4px 10px 10px;
}
.sign_checkbox{  
	margin: 0 0 10px -3px;
	padding: 5px 0 5px 0;
	color: #F60;
	font-weight: bold;
	font-size: 14px;
}
.sign_checkbox_2{ 
	margin: 25px;
	padding: 5px 0 5px 0; 
}
.sign_frame_title{  
	padding: 14px 10px 14px 18px;
	background-color: #f5f5f5;
    border-bottom: solid 1px #dfdfdf;
	
	}
.sign_frame_content{ 
	padding: 20px 10px 20px 18px; 
	}
.sign_frame_content_2{ 
	padding: 20px 10px 20px 18px; 
	}
.sfc_name_1{
	vertical-align:top;
    display:inline-block;
	height: 22px;
	width: 120px;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.sfc_name_4{ 
    vertical-align:top;
    display:inline-block; 
	line-height: 24px;
	margin: 0 0 8px 0;
	padding: 0 10px 0 0;
}
.sfc_name_2{ display:inline-block; vertical-align:top; width: 85%; margin: 0 10px 5px 0;}
.sfc_name_3{ display:inline-block; vertical-align:top; width: 29%; margin: 0 18px 5px 0;}
.sfc_name_5{ display:inline-block; vertical-align:top; margin: 0 0 5px 0; line-height: 24px;}
.sfc_name_6{ display:inline-block; vertical-align:top; width: 86px; margin: 0 18px 5px 0;}
.sfc_name_7{ display:inline-block; vertical-align:top; width: 520px; margin: 0 10px 5px 0;}
.sfc_name_8{ display:inline-block; vertical-align:top; width: 392px;  margin: -5px 0 0 0; line-height: 16px; color:#999}
.sfc_input_1{
	width: 100%;
	font-size: 14px;
	height: 28px;
	line-height: 28px; 
	padding: 0 0 0 3px; 
}
.sfc_input_2{
	width: 80%;
	font-size: 12px;
	height: 20px;
	line-height: 22px;
	border: 1px solid #c4c4c4;
	padding: 0 0 0 3px;
	font-family: Tahoma, Geneva, sans-serif;
}
.sfc_line{  margin: 0 0 8px 0; *margin: 0 0 13px 0  }

.sign_frame_add{ margin: 0 0 30px 25px  }

.sign_frame_add a{
    border-radius: 4px; 
	padding: 8px 12px 8px 30px;
	background-image: url(../images/sfc_add_bg.gif);
	background-position: 2px 0;
	background-repeat: no-repeat;
	background-color: #70bd2e; 
	margin: 0 0 10px 0;
	font-size:15px;
	color:#fff
}
.sign_frame_add a:hover{ background-color: #54a30f;  text-decoration:none}
.sign_frame_title_name{
	display:inline-block; 
    font-family: 'maven_probold';
	font-size: 16px;
	color: #1f3c76;
	width: 70%;
}
.sign_frame_delete { float:right;}
.sign_frame_delete a{ font-size:26px; line-height:20px; font-weight: 700; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; color: #999}
.sign_frame_delete a:hover{ color:#000; text-decoration:none} 

.mid-content .type-item .title{ height:auto}
.mid-content .type-item > .intro{ padding: 5px 30px 0px;  height: auto; overflow: auto; display: block }
.mid-content .type-item-sub .intro{height: auto; overflow: auto; display: block}
.mid-content .type-item-sub{ padding: 0 10px ; margin: 0; border-top: solid 0px #eee;}
.mid-content .Validform_checktip{ position:relative; }

.sign_frame td, .sign_frame th { padding:10px}
.sign_frame td{ border-bottom: solid 1px #e9e9e9;}
.img-success{ width: 56px; margin: 0 10px -12px 0;}

.sponsoren-list h3{ margin: 0 0 20px 0 }
.sponsoren-list li{float: left; position: relative; padding-right: 15px;  padding-left: 15px; margin: 0 0 28px 0}

.sponsoren-list .gallery{ position:relative; overflow: hidden; z-index: 1}
.sponsoren-list .gallery img{ width: 100%; -webkit-transition: all 0.5s ease; }
.sponsoren-list .frame{ margin:0 1px 1px 0; border: 2px dashed #6c6c6c}
.sponsoren-list .frame-solid{ margin:0 2px 2px 0;  border: 2px solid #777}

.sponsoren-list .frame img{ width: 100%; }
.sponsoren-list a:hover .gallery img{opacity: 0.85;  -webkit-transform: scale(1.03); transform: scale(1.03);}
.sponsoren-list .logo{ position: absolute; left: 45px; border-radius: 0 0 5px 5px; z-index: 3; overflow: hidden}
.sponsoren-list .logo img{width: 200px }
.sponsoren-list .type{ position: absolute; z-index: 4; right: 10px; bottom: -5px}
.sponsoren-list .type img{width: 46px }
.sponsoren-list .name{ position: absolute; width: 100%; height: fit-content; top: 0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; color: #666; opacity: 1;  }
.sponsoren-list .type-1 a .name, .sponsoren-list .type-2 a .name, .sponsoren-list .type-3 a .name{margin-bottom: 15px; line-height: 20px;  z-index:5;  opacity: 0; -webkit-transition: all 0.5s ease; color: #fff;  text-shadow:1px 1px 4px rgba(0,0,0,0.5); }
.sponsoren-list .type-1 a .name{margin-bottom: 20px; }
.sponsoren-list .type-1 a:hover .name, .sponsoren-list .type-2 a:hover .name, .sponsoren-list .type-3 a:hover .name{ opacity: 1}

.sponsoren-list .type-1 li{width: 50%}
.sponsoren-list .type-2 li{width: 50%}
.sponsoren-list .type-3 li{width: 33.33%;}
.sponsoren-list .type-4 li{width: 20%;}
.sponsoren-list .type-5 li{width: 20%;}
.sponsoren-list .type-6 li{width: 20%;}
.sponsoren-list .type-7 li{width: 14.24%;}

.sponsoren-list .type-1 .name{ font-size: 21px; line-height: 25px; } 
.sponsoren-list .type-2 .name, .sponsoren-list .type-3 .name{ font-size: 20px; line-height: 25px; }
.sponsoren-list .type-4 .name{ font-size: 19px; }
.sponsoren-list .type-5 .name{ font-size: 19px; }
.sponsoren-list .type-6 .name{ font-size: 19px; }
.sponsoren-list .type-7 .name{ font-size: 14px; line-height: 16px; }


.sponsoren-list .type-2 .logo img{ width: 160px}
.sponsoren-list .type-3 .logo img{ width: 160px}
.sponsoren-list .type-4 .logo img{ width: 100%}
.sponsoren-list .type-5 .logo img{ width: 100%}
.sponsoren-list .type-6 .logo img{ width: 100%}
.sponsoren-list .type-7 .logo img{ width: 100%}

.sponsoren-list .type-4 .logo, .sponsoren-list .type-5 .logo, .sponsoren-list .type-6 .logo, .sponsoren-list .type-7 .logo {height: fit-content; top: -5px; bottom: 0; left: 0; right: 0; width: 78%; overflow: hidden; margin: auto; text-align: center; -webkit-transition: all 0.4s ease;}
.sponsoren-list .type-4 a:hover .logo, .sponsoren-list .type-5 a:hover .logo, .sponsoren-list .type-6 a:hover .logo, .sponsoren-list .type-7 a:hover .logo { opacity: 0}


.demo-image img{ margin: 0 auto; width: 100%}	
.pic ul li {
    float: left;
    margin: 0 8px 8px 0;
    width: 203px;
    height: 124px;
    overflow: hidden;
}
   .tab{ text-align: center; }
		.tab .nav-tabs{ 
		    position: relative;
		    border-bottom: none; 
		}
		.tab .nav-tabs li{
		    margin: 0 15px 0 0;
			width: 130px;
		}
		.tab .nav-tabs li a{
		    display: block;
		    padding: 95px 0 20px; 
		    font-size: 16px;
		    font-weight: 700;
		    color: #1f3c76;
		    text-transform: uppercase;
		    text-align: center;
		    border-radius: 0;
		    border: none;
		    border-bottom: 2px solid #eee;
		    margin-right: 0;
		    overflow: hidden;
		    z-index: 1;
		    position: relative; 
			font-family: 'maven_probold';
		}
		.tab .nav-tabs li a span{
		    display: block;
		    width: 80px;
		    height: 80px;
		    line-height: 70px;
		    background: #1f3c76;
		    margin: auto;
		    font-size: 22px;
		    color: #1f3c76;
		    border-radius: 50px;
		    position: absolute;
		    top: 0px;
		    left: 0;
		    right: 0; 
		}
		.tab .nav-tabs li.active a span{
		    background: #d4aa2f;
		    color: #fff;
		} 
		.tab .nav-tabs li.active a,
		.tab .nav-tabs li a:hover{ 
		    border: none; 
			border-bottom: 2px solid #eee;
			background: #fff;
		}
		.tab .nav-tabs li.active a{
		    border-bottom: 2px solid #d4aa2f;
			color: #d4aa2f;
		}
		.tab .tab-content{
		    padding: 30px 0 0;
		    margin-top: -2px;
		    font-size: 15px; 
		    line-height: 26px;
		    text-align: left;
		    border-top: 2px solid #eee;
		}
		.tab .tab-content h3{
			text-transform: uppercase;
		    font-size: 23px;
		    margin-top: 0;
		}

       .tab .nav-tabs-2{
		    position: relative; margin: 15px 0 0
		}
		.tab .nav-tabs-2 li{
			display: inline-block; 
			vertical-align: top;
		}
		.tab .nav-tabs-2 li a{ 
			display: block;
		    width: 140px;
			height: 80px;
			margin: 0 5px;
		    font-size: 15px;
			line-height: 20px;
		    color: #333; 
		    text-align: center;
		    border-radius: 5px;
 		    border: 2px solid #e3e3e3;
 		    overflow: hidden;
		    z-index: 1;
		    position: relative; 
			font-family: 'maven_probold';
			opacity: 0.6;
		}  
		.tab .nav-tabs-2 li.active a { 
 			border: 2px solid #ffbf00;
			opacity: 1;
		} 
		.tab .nav-tabs-2 li a:hover{ 
 			border: 2px solid #ffbf00;
			opacity: 1;
			text-decoration: none;
		} 
		.tab .nav-tabs-2 li span{ display: block; text-align: center; padding:17px 0 0 0; }

.login-tab{ width: 70.5%; margin: 20px auto}
.tab .tc-2{    padding: 0px 0 0;
    margin-top: 0px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    border-top: 0px solid #eee;}
.center-btn{ text-align: center}
.center-btn .btn{ padding: 9px 70px; font-size: 20px;}
.center-btn .link{display:inline-block; padding: 10px 0 0; text-align: center}
.login-tab .form-group { margin-bottom: 25px;}


.sponsor-packages{
	display: block;
    position: relative; 
	text-align:left;
    box-shadow: 3px 3px 70px rgba(0,0,0,0.07);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin: 20px 0 80px 0;
	padding: 30px 35px;
    -webkit-transition: all 0.15s linear;
	-webkit-transform:rotate(0deg);
	}

.fa{ display: block; position: relative; width: 100%; height: 100%; z-index: 100}
.sp-1{ background:url(../images/sponsor-packages-1.png); background-size: cover}
.sp-2{ background:url(../images/sponsor-packages-2.png); background-size: cover }
.sp-3{ background:url(../images/sponsor-packages-3.png); background-size: cover }
.sp-4{ background:url(../images/sponsor-packages-4.png); background-size: cover }
.sp-5{ background:url(../images/sponsor-packages-5.png); background-size: cover }
.sp-6{ background:url(../images/sponsor-packages-6.png); background-size: cover }

.fa-2{ display: block; position: relative; width: 135px; height: 60px; margin: 10px 0 0 10px; z-index: 100}
.lg-1{ background:url(../images/pnnl-logo.png); background-size: 115px 57px; background-repeat: no-repeat }
.lg-2{ background:url(../images/vexpan-logo.png); background-size: 115px 57px; background-repeat: no-repeat } 

.tab-pane{ position:relative;}
.sponsor-tags{ position: absolute; right: 0; top: 0}
.sponsor-tags li{ display: inline-block; margin: 0 0 0 20px; font-size: 16px; font-family: 'maven_probold';}
.sponsor-tags li img{ width: 29px; margin: 0 5px 0 0; }
.tab-pane .btn-yellow button { padding: 17px 30px;} 
.sponsor-icon{
	width: 38px;
    height: 38px; 
    background: #333;  
    border-radius: 50px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.sponsor-icon img{width: 100%}
input[type=checkbox], input[type=radio] {margin: 6px 0 0; }
.select-special h4{ margin: 30px 0 0 0; padding: 0 0 0 0;}
.select-special{ font-size: 17px }

.reserve-wrap{ border-top: 2px solid #eee; margin: 30px 0 0 0; padding: 22px 0 0 0}

.my-choice  li{ font-family: 'maven_probold'; font-size: 18px;}
.my-choice h5{font-size: 16px; color:#d4aa2f }
.my-choice .name{ display: inline-block; font-weight: 600; width: 280px; text-align: left; }
.my-choice .price{ display: inline-block; width: 100px; text-align: right;}
.my-choice .total{ display: inline-block; border-top: 1px solid #eee; margin: 8px 0 0 0; padding: 8px 0 0 0;  font-family: 'maven_probold'; color:#d4aa2f }
.reserve-wrap .btn-yellow{ float: right; margin: -50px 0 0 0}
.modal-body .my-choice{margin: 0 0 25px 0;
    padding: 20px 20px;
    line-height: 28px;
    background: #f5f7fa;
    border-radius: 5px; 
}
.modal-body .my-choice .name{ width: 69%}
.modal-body .my-choice .price{ width: 28%}
.modal-body .my-choice .total{ display: block;}
 
.modal-dialog {
	position: fixed;
	width:100%;
    max-width: 700px; 
	height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} 
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s ease-in;
    -o-transition: opacity .15s ease-in;
    transition: opacity .15s ease-in;
}
.close { 
    font-size: 1.5rem;
    font-weight: 700; 
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	opacity: .3;
}
.modal-content {
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.2);
    box-shadow: 0 5px 35px rgba(0,0,0,.2);
}
label {  
	font-weight: 200;
}
.modal-body { 
    padding: 25px;
}
.modal-header {
    padding: 20px 25px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
	font-family: 'maven_promedium';
} 
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .12s ease-out;
    -o-transition: -o-transform .12s ease-out;
    transition: transform .12s ease-out;
    -webkit-transform: translate(0,5%);
    -ms-transform: translate(0,5%);
    -o-transform: translate(0,5%);
    transform: translate(0,5%);
	transform:scale(0.93)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
	transform:scale(1)
}
.form-group{ margin-bottom: 20px}
.Validform_error{ border: 1px #CF2326 solid!important}
.Validform_checktip{ position: absolute; bottom: 0px; color: #CF2326; font-size: 14px}

.photo-nav{ position: absolute; top:10px; right: 20px}

.subnav-type a{font-size:18px; font-family: 'maven_probold'; color: #333; border-radius: 3px; }
.subnav-type img{ height:9px; margin:  0 0 8px 10px}
.subnav-type a:hover{ text-decoration: none}

.type-wrap {
	display:none;
	position:absolute;
	top: 30px;
	right: 0; 
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    margin-top: 1px;
    -webkit-box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.2);
    background-color: white;
	z-index: 1;
	overflow: hidden;
} 

.type-wrap ul{ padding: 0; width: 140px } 
.type-wrap li a{ display:block; padding:10px 30px 10px 20px; -webkit-transition: all 0.3s ease; }
.type-wrap li:hover a{background: #d5aa2f; }
.type-wrap li:hover a{color: #fff}
.type-wrap a{ display:block; font-size:15px;font-family: 'maven_probold'; color: #333}
.type-wrap a:hover{text-decoration: none; }
.type-wrap li.current a{ background: #d5aa2f; color: #fff}

.sponsoring-part-1{ margin: 20px 0 70px 0}
.sponsoring-part-1 .logo{ width: 26%; display: inline-block;  vertical-align: top; }
.sponsoring-part-1 .intro{ width: 67%; padding: 0 0 0 6%; border-left: 2px solid #eee; vertical-align: top; display: inline-block;}
.sponsoring-part-1 .intro p:last-child{ margin: 0}
.sponsoring-tag {margin: -78px 0 10px 0px;}
.sponsoring-tag .type{ position: relative; display:inline-block; font-family: 'maven_probold'; text-transform: uppercase; height: 49px; background: #fff; border-radius: 30px; padding: 4px 20px 4px 3px; font-size: 17px; box-shadow: 3px 3px 80px rgba(0,0,0,0.08); z-index: 2}
.sponsoring-tag .type-1{ color: #333}
.sponsoring-tag .type-2{ color: #333}
.sponsoring-tag .type-3{ color: #333} 

.sponsoring-tag img{ width: auto; height: 48px; margin: -3px 4px -13px 0}


.rd-mobilepanel_toggle {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position:absolute;
  top: 5px;
  right: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); 
	}

#Section4 .select-special .list{
	width: 66.6%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2; 
	margin: 10px 0 0 0
}
#Section4 .select-special .list .checkbox:nth-child(3){ margin-bottom: 40px}
#Section5 .select-special .list{
	width: 66.6%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -ms-column-count: 2; 
	margin: 10px 0 0 0
}
#Section6 .select-special .list{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -ms-column-count: 3; 
	margin: 10px 0 0 0
}
#Section6 .select-special .list .checkbox:nth-child(9){ margin-bottom: 40px}

.select-special .list .checkbox{ display: inline-table; width: 100%;}
.checkbox+.checkbox, .radio+.radio {
    margin-top:2px;
}
.checkbox, .radio { 
    margin-top: 2px;
    margin-bottom: 2px;
}
.flight-type{ text-align: center; color:#1f3c76; margin:-18px 0 20px 0 }

.counter{position: relative; max-width: 400px; text-align: center; margin: -65px auto 15px; box-shadow: 3px 3px 40px rgba(0,0,0,0.04); border: 1px dashed #d4a93d; padding: 18px 0 15px; z-index: 2; background: #fff; border-radius: 6px  }
.counter .mun{ color: #d4a93d; font-size: 50px; margin: 0 0 0 0; line-height: 50px; font-family: "maven_probold"} 
.counter .text{ color: #ddbc73; font-size: 16px; margin: 0 0 3px 0; line-height: 20px; font-weight: 200 }

.slogan .counter{margin: 30px auto 15px; border: 0px dashed #d4a93d; }
.birdy-special .checkbox:last-child label:after{content:" NIEUW!"; font-family: 'maven_probold'; color: #d4aa2f}


@media (max-width: 1280px){
 .sponsoren-list .type-7 li{width: 16.6%;}
.sponsoren-list .type-2 .name, .sponsoren-list .type-3 .name{ font-size: 18px; line-height: 22px;}
.sponsoren-list .type-4 .name{ font-size: 17px; line-height: 20px;}
.sponsoren-list .type-5 .name{ font-size: 17px; line-height: 20px;}
.sponsoren-list .type-6 .name{ font-size: 17px; line-height: 20px;}
.sponsoren-list .type-7 .name{ font-size: 14px; line-height: 18px;}
.sponsoren-list .type img{width: 40px;}
.sponsoren-list .type{right: 6px;}
.sponsoren-list li{padding-right: 10px; padding-left: 10px;}
}

@media (max-width: 1024px){
	.sponsoring-part-1 .logo{ width: 36%; margin: 0 -3% 0 -3%}
    .sponsoring-part-1 .intro{ width: 67%; padding: 0 0 0 6%; } 
	.sponsoring-part-1 { margin: 40px 0 60px 0;}
	.type-item-sub .intro{height: 100px; -webkit-line-clamp: 5;}
	.container {  width: 98%; }
    .sub-nav{display: none} 
	.sub-content{ float: inherit; width: 100%}
	.sub-main h3{ width: 100%} 
	.header .logo img{ margin: 5px 0 0 0px; width: 145px;}
	.header-fixed .logo{margin: 2px 0 0 20px;}
	.header-fixed .logo img {  width: 68px; margin: 0;}
	.header .nav ul { margin: 30px 30px 0 0px;}
	.header-fixed .nav ul {margin: 13px 30px 0 0px;}
	
	 
  .social-list li{  margin: 0 0 0 2px;}
.footer-left{ float:none}
.footer-right{ float:none; margin: 15px 0 10px 0}
.social-link li{margin: 0 15px 5px 0;}

.footer{padding: 30px 30px 20px 30px; text-align: center }
.footer-nav{ display:none}

.menu-bg{
	display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    z-index: 98;
	}
 
.sub-banner h2 { font-size:40px; margin: -25px 0 0 0;}
.sub-main h3{ width: 100%; font-size: 28px; line-height: 30px;}
.sub-main { padding: 40px 0;}
.members-list li {float: left; width: 50%; padding-right: 10px; padding-left: 10px;}
.members-list { padding: 10px 5px 0 5px;}
.load-more-btn {margin: 20px 0 20px 0;}
	.sponsoren-list .type-4 li{width: 25%}
	.sponsoren-list .type-5 li{width: 25%}
	.sponsoren-list .type-6 li{width: 25%}
	.sponsoren-list .type-7 li{width: 25%}
	
	}
@media only screen and (max-width: 992px){ 
	.type-select .col-md-5{ width: 100%; padding-right: 0; padding-left: 0; }
    .type-select .col-md-2{ width: 100%; padding-right: 0; padding-left: 0; }  
	.type-select .col-md-6{ width: 100%; padding-right: 0; padding-left: 0; }  
	.type-select .col-md-3{ width: 100%; padding-right: 0; padding-left: 0; }  
    .type-select .col-md-4{ width: 100%; padding-right: 0; padding-left: 0; }  

}
@media only screen and (max-width: 768px){ 

.sign_frame_content_2{ padding: 20px 0 20px 0; }	
.sign_frame { margin: 20px }
.page {margin-top: 56px;}
.top-search{ display:none}
.header{ height: 56px; position:fixed; z-index:100; background: #fff} 
.header .logo { margin: 0px 0 0 0; width: 100px; height: 50px; background: none}
.header .logo img{ width:50px; margin: 6px 0 0 8px;} 
.header .nav{ display:none; width:100%; top: 56px; left:0; margin:0; padding:50px 0 20px 0; background-color:#FFF; text-align:center; z-index:99; box-shadow: 1px 1px 10px rgba(0, 0, 0, .07);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .07);}
.header .nav li { float:none; }
.header .nav li a {width:100%; line-height:54px; margin:0; color: #333; font-size:20px; border-bottom: solid 0px #efefef;}
.header .nav .current a {
    border-bottom: solid 0px #efefef; 
}
.header-fixed .nav ul{margin: 0;}
.header .nav ul{margin: 0;}
.top-search .search-ico{ display:none}
.rd-mobilepanel_toggle { display: block}
.sponsoring-part-1 .logo{ width: 100%; text-align: center; margin: 0 0 20px 0  }
.sponsoring-part-1 .intro{ width: 100%; padding: 0 0 0 0; border: 0 } 
.sponsoring-part-1 { margin: 30px 0 60px 0;}
.sponsoring-part-1 h3{ text-align: center } 
.sponsoring-tag {margin: -78px 0 10px 0px;}
	
.tab .nav-tabs li {
    margin: 0 15px 0 0;
    width: 93px;
}	
	.tab .nav-tabs li a span{ width: 70px; height: 70px;}
	.tab .nav-tabs li a{ padding: 85px 0 10px;}
	
	.reserve-wrap .btn-yellow{ float: none; margin: 20px 0 0 0}
	.align-right {
    text-align: left!important;
}
.sub-banner img {
    width: 120%;
    margin: 0 0 0 -10%;
}
 .sub-banner h2 {
    font-size: 46px;
    margin: -45px 0 0 0;
}
	.half-text{
	-moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;
    -moz-column-gap:50px; 
	-webkit-column-gap:50px;  
	column-gap:50px;
} 
}

 
@media only screen and (max-width: 480px){ 
	.counter{width: 90%; margin: 20px auto 10px}
	.counter .mun{ margin: 0}
	.btn-yellow a{ display: block; margin: 20px 20px}
	.sponsoring-tag { margin: 0 0 10px -12px;}
	.sponsoring-tag .type {box-shadow: 3px 3px 80px rgba(0,0,0,0.0);}
	.sponsoring-part-1 { margin: -30px 0 30px 0;}
	     
	  .sponsoren-list .type-1 li{width: 100%}
	  .sponsoren-list .type-2 li{width: 100%}
	  .sponsoren-list .type-3 li{width: 100%}
	  .sponsoren-list .type-4 li{width: 50%}
	  .sponsoren-list .type-5 li{width: 50%}
	  .sponsoren-list .type-6 li{width: 50%}
	  .sponsoren-list .type-7 li{width: 50%} 
	
	.sponsor-packages{ padding: 30px 20px; margin: 20px 0 70px 0;}
	.tab .nav-tabs li a span{ width: 60px; height: 60px;}
	.tab .nav-tabs li a{ padding: 85px 0 10px;}
    .tab .nav-tabs li{ width: 33%; margin-bottom: 5px;}
	.tab .nav-tabs li { margin: 0 0 20px 0;}
	.tab .nav-tabs li:last-child{ margin-bottom: 0;} 
	.tab .nav-tabs li a span{ width: 65px; height: 65px;}
	.tab .nav-tabs li a{ padding: 80px 0 10px;}
	.form-group{ margin-bottom: 5px;}
	.modal-dialog{ height:100%; background: #fff}
	.modal-content{ border-radius: 0; border: 0; -webkit-box-shadow: 0 5px 35px rgba(0,0,0,0);box-shadow: 0 5px 35px rgba(0,0,0,0);}
	.login-tab{width: 100%;}
	.tab .nav-tabs-2 li{width: 32%;}
	.tab .nav-tabs-2 li a{width:100%;height: 65px; margin: 0 2px;}
	.tab .nav-tabs-2 li span{padding: 10px 10px; font-size: 13px; line-height: 13px}
	.center-btn .btn{width: 92%}
	.Validform_checktip {position:relative; margin:10px 0 0 0; line-height: 10px}
	.login-tab .form-group {margin-bottom: 18px;	}
	.lg-1{ background:url(../images/pnnl-logo.png); background-size: 80px; background-repeat: no-repeat }
.lg-2{ background:url(../images/vexpan-logo.png); background-size: 80px; background-repeat: no-repeat } 
	.tab .tab-content {border-top: 0px solid #eee;}
	.sponsor-tags{position:inherit; margin: 0 0 25px 0}
	.sponsor-tags li{ margin: 0 5px 0 0; }
	.tab .tab-content h3{ font-size: 20px; padding: 0 0 30px 0;}
	.my-choice .name{ width:inherit;}
	.align-right{ text-align:inherit!important}
	 
	.container {width: 100%; padding: 20px}
	.type-select {margin: 10px -15px 20px;}
	.type-select .row{ margin-right: -5px; margin-left: -5px;}
	.mid-content .type-item{margin: 0 -20px 50px;}
	.sub-banner h2 { font-size: 46px; margin: -35px 0 0 0;}
	.sub-main {padding: 0 0 20px 0;}
	.mid-content .type-item > .intro { padding: 5px 20px 0px;}
	.mid-content .type-item-sub {padding: 0;}	
	.sfc_name_2,.sfc_name_3{ width: 96%; margin: 0 10px -5px 0;}
	.type-item >.title{ margin: 15px; border-radius: 6px;} 
 	.photo-nav{top: 24px; right: 15px;}
	.photo-page h3{ visibility: hidden; padding: 0 0 10px 0;} 
	.subnav-type a{ font-size: 19px}
	#Section4 .select-special .list{
	width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;  
}
#Section4 .select-special .list .checkbox:nth-child(3){ margin-bottom:auto}
#Section5 .select-special .list{
	width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;  
}
#Section6 .select-special .list{
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -ms-column-count: 1;  
}
#Section6 .select-special .list .checkbox:nth-child(9){ margin-bottom: auto}	
	
		}
 
 