/*-------------------------------------------------------*/
/* ASSUC 20202 
/*-------------------------------------------------------*/

/*TYPO
font-family: 'Muli', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix {
  *zoom: 1;
}

::-moz-selection { /* Code for Firefox */
    color: #d1d1d1;
    background: none;
}
::selection {
   color: #d1d1d1;
    background: none;	
}
.container{
	max-width: 1410px;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #d1d1d1;
}

::-webkit-selection {
  color: #fff;
  background: #d1d1d1;
}

button:focus {
  outline: none!important;
	box-shadow:none!important;
}
:focus, button:focus {
  outline: none!important;
}
button{
	cursor:pointer;
}

b, strong{
	font-weight: 700;
}
ul, ul > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #4B4C50;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 400;
}
p {
  	font-size: 16px;
  	line-height: 24px;
  	margin: 0px 0px 20px 0px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	color:#4B4C50;
}
section ul, section ol{
	padding-left: 20px;
}
section ul > li{
	list-style: disc;
	list-style-position: outside;
}
section ol > li{
	list-style-position: outside;
}
#site-wrapper{
	position: relative;
	float:left;
	width: 100%;
	min-height:100vh;
	overflow: hidden;
	padding-top:100px;
}
.container{
	max-width:80%;
}

/*Header*/
header{
	float:left;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:flex;
	flex-wrap: wrap;
	overflow: hidden;
	max-height:100vh!important;
	height:101px;
	background:#fff;
	border-bottom:solid 1px #f0f0f0;
	padding:28px 0px;
	z-index: 9;
}
header h1.logo{
	float:left;
	width:120px;
	margin:0px;
	height:44px;
	overflow: hidden;
}
header h1.logo a, header h1.logo img{
	width:100%;
	float:left;
}
header .nav-wrap{
	float:left;
}
header .nav-wrap ul.primary-nav{
	float:left;
	padding:0px;
	margin:8px 0px;
}
header .nav-wrap ul.primary-nav > li{
	float:left;
	margin-left:60px;
	list-style: none;
}
header .nav-wrap ul.primary-nav > li a{
	color:#385dab;
	font-size:16px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding:5px 0px;
	line-height: 100%;
}
header .top-right{
	float:right;
	margin:11px 0px;
}
header .top-right a.mail{
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(../img/ico-mail-bl.png) no-repeat center;
	background-size:20px;
	margin-right:12px;
}
header .top-right .phone{
	float:left;
	padding-left:30px;
	background:url(../img/ico-ph-bl.png) no-repeat left center;
	background-size:20px;
	font-size:16px;
	color:#385dab;
	line-height: normal;
}
#landing{
	float:left;
	width:100%;
	padding:70px 0px;
	position: relative;
	overflow: hidden;
	margin: 0px;
}
#landing:before{
	content:'';
	position:absolute;
	width:125%;
	height:600px;
	border-radius: 0px 0px 100% 100%;
	background:#fff;
	bottom:20px;
	left:-50%;
	right:-50%;
	margin:auto;
}
#landing .container{
	position: relative;
	z-index: 9;
}
#landing .assuc{
	margin:auto;
	text-align:center;
	max-width:620px;
}
#landing .assuc img{
	width:250px;
	height:90px;
	margin:auto;
}
#landing .assuc h1{
	font-size:48px;
	line-height: 48px;
	color:#385dab;
	font-weight: 300;
	margin-top:50px;
}
section#sec-represent{
	float:left;
	width:100%;
	background:url(../img/landing-ship.jpg) no-repeat center;
	background-size:cover;
	padding:0px;
	position:relative;
}
section#sec-represent .intro-desc{
	margin-top:230px;
	margin-bottom:170px;
	float:right;
	max-width:40%;
}
section .intro-desc h2{
	font-size:50px;
	line-height: 100%;
	font-weight: 400;
	margin:0px 0px 20px 0px;
}
section .intro-desc p{
	font-size:16px;
	line-height: normal;
	margin:0px 0px 20px 0px;
}
section .intro-desc p strong{
	font-weight: 700;
}
section#sec-represent p{
	color:#fff;
}
section#sec-represent p a{
	color:#fff;
    text-decoration: underline;
}
section#sec-represent h2{
	color:#f9bd5b;
}
section#sec-specialise{
	float:left;
	width:100%;
	background:url(../img/eu-flag.jpg) no-repeat center #fff;
	background-size:contain;
	padding:0px;
	position:relative;
	padding:50px 0px 0px 0px;
	min-height: 650px;
}
section#sec-specialise .container{
	min-height: 650px;
	display:flex;
	align-items: center;
}
section#sec-specialise .intro-desc{
	float:left;
	max-width:40%;
}
section#sec-specialise h2{
	color:#385dab;
}
section#sec-participate{
	float:left;
	width:100%;
	background:url(../img/we-advise.jpg) no-repeat left center #fff;
	background-size:contain;
	padding:0px;
	position:relative;
	padding:50px 0px 0px 0px;
	min-height: 650px;
}
section#sec-participate .container{
	min-height: 650px;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
section#sec-participate .intro-desc{
	float:right;
	max-width:40%;
}
section#sec-participate h2{
	color:#f9bd5b;
}
section#sec-organise{
	float:left;
	width:100%;
	background:url(../img/we-organise.jpg) no-repeat right center #fdfdfd;
	background-size:contain;
	padding:0px;
	position:relative;
	padding:50px 0px 0px 0px;
	min-height: 650px;
}
section#sec-organise .container{
	min-height: 650px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
}
section#sec-organise .intro-desc{
	float:left;
	max-width:40%;
}
section#sec-organise h2{
	color:#385dab;
}
section .primary-btn{
	margin-top:10px;
	float:left;
}
section .btn-flickr{
	margin-top:10px;
	float:left;
	width:40px;
	height:40px;
	background:url(../img/flickr.png) no-repeat center;
	display: block;
	background-size: 40px;
}
section .btn-dropbox{
	margin-top:10px;
	float:left;
	width:50px;
	height:50px;
	background:url(../img/dropbox.png) no-repeat center;
	display: block;
	background-size: 50px;
}
.primary-btn{
	background:#385dab;
	padding:12px 24px;
	text-transform: uppercase;
	color:#fff;
	border-radius: 24px;
	font-size:16px;
	line-height: 100%;
	font-family: 'Montserrat';
	font-weight: 300;
	transition:all 0.3s ease;
}
.primary-btn:hover{
	color:#fff;
	background:#f9bd5b;
}
.primary-btn.btn-orange{
	background:#fdcd7e;
}
.primary-btn.btn-orange:hover{
	background:#385dab;
}
.primary-btn.btn-orange.active{
	background:#f9bd5b;
}
#sec-become-member{
	background:url(../img/become-bg.jpg) no-repeat center;
	background-size:cover;
	float:left;
	width:100%;
	padding:140px 0px;
}
#sec-become-member .member-intro{
	max-width:650px;
	margin:auto;
	text-align: center;
}
#sec-become-member .member-intro h2{
	font-size:50px;
	line-height: 100%;
	font-weight: 400;
	margin:0px 0px 20px 0px;
	color:#f9bd5b;
}
#sec-become-member .member-intro p{
	font-size:16px;
	line-height: normal;
	margin:0px 0px 20px 0px;
	color:#fff;
}
#sec-become-member h4{
	color:#f9bd5b;
	font-size:24px;
	font-weight: 400;
	margin:10px 0px 12px 0px;
}
#sec-become-member .new-mem-contact{
	margin-top:40px;
}
#sec-become-member .new-mem-contact span{
	display:inline-block;
	padding-left:34px;
	margin:0px 20px;
	font-size:14px;
	color:#fff;
}
#sec-become-member .new-mem-contact span a{
	font-size:14px;
	color:#fff;
}
#sec-become-member .new-mem-contact span.mem-mail{
	background:url(../img/ico-envelope-yl.png) no-repeat left center;
	background-size:18px;
}
#sec-become-member .new-mem-contact span.mem-ph{
	background:url(../img/ico-phone-yl.png) no-repeat left top;
	background-size:18px;
}
#sec-member-list{
	float:left;
	width:100%;
	padding:56px 0px;
}
#sec-member-list .member-switch{
	margin:auto;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
#sec-member-list .member-switch a{
	float:none;
	display: inline-block;
	margin:0px 15px;
}
ul.member-list{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
}
ul.member-list > li{
	width:25%;
	display:flex;
	justify-content: center;
	align-items: center;
	height:170px;
	list-style: none;
	padding:20px;
}
ul.member-list > li a.pwindow{
  position: relative;
}
ul.member-list > li a.pwindow::after{
  content: 'more info';
  position: absolute;
  top: -50%;
  left: -50%;
  bottom: -50%;
  right: -50%;
  margin: auto;
  padding: 3px 10px 5px;
  background: #f9bd5b;
  text-transform: uppercase;
  line-height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFFFFF;
}
ul.member-list > li a.pwindow:hover::after{
  opacity:1;
}
ul.member-list > li.member-readmore-container{
	position:relative;
	padding-top:35px;
}
ul.member-list > li .more_loader{
	width:40px;
	height:40px;
	background:url(../img/loader.svg) no-repeat center;
	background-size:50px;
	position: absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	top:-23px;
	border-radius:100%;
}
ul.member-list > li img{
	max-width:170px;
	margin:auto;
}
section#sec-who-wr-are{
	float:left;
	width:100%;
	background:url(../img/footer-bg.jpg) no-repeat center right;
	background-size: cover;
	padding:20px 0px 170px 0px;
	position:relative;
	margin-top:200px;
}
section#sec-who-wr-are:before{
	content:'';
	background:#1b1b1b;
	position:absolute;
	top:-20vh;
	left:-50%;
	right:-50%;
	margin:auto;
	width:120%;
	height:75vh;
	border-radius: 100%;
	z-index: -1;
	pointer-events:none;
}
section#sec-who-wr-are h2{
	text-align: center;
	color:#fff;
	font-size:50px;
	position:absolute;
	left:-50%;
	right:-50%;
	margin:auto;
	top:-100px;
}
section#sec-who-wr-are iframe{
	width:100%;
	height:430px;
	float:left;
}
section#sec-who-wr-are .contact-info{
	float:left;
	width:100%;
	max-width:215px;
	color:#fff;
	margin-top:-4px;
}
section#sec-who-wr-are .contact-info h5{
	font-size:18px;
	line-height: normal;
	margin:0px 0px 20px 0px;
}
.contact-info .cta{
	float:left;
	width:100%;
}
.contact-info .cta span{
	padding-left:30px;
	display:block;
	color:#fff;
	font-size:16px;
	margin-bottom:4px;
}
.contact-info .cta span a{
	color:#fff;
	font-size:16px;
}
.contact-info .cta span.ico-phone{
	background:url(../img/ico-phone-yl.png) no-repeat left center;
	background-size:18px;
}
.contact-info .cta span.ico-fax{
	background:url(../img/ico-fax-yl.png) no-repeat left center;
	background-size:18px;
}
.contact-info .cta span.ico-mail{
	background:url(../img/ico-envelope-yl.png) no-repeat left center;
	background-size:18px;
}
ul.team-list{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	margin:50px 0px;
	display:flex;
}
ul.team-list + .row{
	clear:both;
}
ul.team-list > li{
	list-style: none;
	width:25%;
	margin:0px;
	float:left;
	height:calc(100vw / 5);
	display:flex;
	position:relative;
	z-index: 2;
	transition:all 0.3s ease;
}
ul.team-list > li.active{
	z-index: 3;
}
ul.team-list > li .team-img{
	width:100%;
	height:100%;
	background-size:cover;
	background-position: top center;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
ul.team-list > li .team-desc{
	position:absolute;
	right:-100%;
	top:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	background:#fff;
	flex-wrap: wrap;
	z-index: 3;
	left:0px;
	pointer-events: none;
	transition:all 0.6s ease;
	opacity: 0;
}
ul.team-list > li.active .team-desc{
	left:0px;
	pointer-events: auto;
	opacity: 1;
}
ul.team-list > li:last-child .team-desc{
	right:0px;
	left:auto;
}
ul.team-list > li.active:last-child .team-desc{
	right:0;
	left:auto;
	pointer-events: auto;
}
ul.team-list > li .team-desc strong{
	display: block;
	font-size:18px;
	margin-bottom:8px;
	width:100%;
	font-weight: 400;
}
ul.team-list > li .team-desc .desc-wrap{
	text-align:center;
}
ul.team-list > li .team-desc  span{
	color:#f9bd5b;
	display:block;
	margin-bottom:20px;
}
ul.team-list > li .team-desc .ico-mail{
	width:36px;
	height:36px;
	border-radius: 3px;
	border:solid 1px #f9bd5b;
	margin:0px 8px;
	background:url(../img/ico-envelope-yl.png) no-repeat center;
	background-size:18px;
	display: inline-block;
}
ul.team-list > li .team-desc .ico-phone{
	width:36px;
	height:36px;
	border-radius: 3px;
	border:solid 1px #f9bd5b;
	margin:0px 8px;
	background:url(../img/ico-phone-yl.png) no-repeat center;
	background-size:18px;
	display: inline-block;
	cursor: auto;
}
ul.team-list > li .team-desc .ico-linkedin{
	width:36px;
	height:36px;
	border-radius: 3px;
	border:solid 1px #f9bd5b;
	margin:0px 8px;
	background:url(../img/ico-linkedin.png) no-repeat center;
	background-size:18px;
	display: inline-block;
}
.modal.modal-trade .modal-content{
	background:url(../img/trade-pop-bg.jpg) no-repeat right bottom #335395;
	background-size:cover;
	border-radius: 0px;
	border:none;
	box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.modal.modal-trade .modal-dialog{
	max-width:660px;
	margin-top:10vh;
}
.modal.modal-trade .modal-body{
	padding:33px 25px 33px 45px;
}
.modal.modal-trade .modal-body h3{
	color:#fff;
	font-size:24px;
	margin:0px 0px 15px;
	line-height: 100%;
}
.modal.modal-trade ul.traders-list{
	margin:0px;
	padding:0px;
	width:100%;
}
.modal.modal-trade ul.traders-list > li{
	display:flex;
	width:100%;
	list-style: none;
	margin:24px 0px;
	float:left;
	position: relative;
}
.modal.modal-trade ul.traders-list .tr-logo{
	width:80px;
	display:flex;
	height:80px;
	align-items: center;
	justify-content: center;
	background:#fff;
	border-radius: 10px;
	padding:0px;
	overflow: hidden;
}
.modal.modal-trade ul.traders-list .tr-desc{
	margin-left:20px;
	width:70%;
	color:#fff;
}
.modal.modal-trade ul.traders-list .tr-desc strong{
	display:block;
	font-weight:700;
	width:100%;
	font-size:17px;
	margin-top:-6px;
}
.modal.modal-trade ul.traders-list .tr-desc > span{
	display:block;
	width:100%;
	font-size:15px;
	line-height:18px;
}
.modal.modal-trade ul.traders-list .contact{
	width:100%;
	margin-top: 5px;
}
.modal.modal-trade ul.traders-list .contact > span{
	margin-right:30px;
	padding-left:30px;
	display:inline-block;
}
.modal.modal-trade ul.traders-list .contact > span.tel{
	background:url(../img/ico-ph-wh.png) no-repeat left center;
	background-size:20px;
}
.modal.modal-trade ul.traders-list .contact > span.fax{
	background:url(../img/ico-fax-wh.png) no-repeat left center;
	background-size:20px;
}
.modal.modal-trade ul.traders-list .tr-ct{
	position:absolute;
	right:0px;
	top:-8px;
	width:30px;
}
.modal.modal-trade ul.traders-list .tr-ct .ico-mail{
	width:30px;
	height:30px;
	background:url(../img/ico-mail-wh.png) no-repeat center;
	background-size:30px;
	display: block;
	margin:10px 0px;
	float:left;
}
.modal.modal-trade ul.traders-list .tr-ct .ico-web{
	width:30px;
	height:30px;
	background:url(../img/ico-web-wh.png) no-repeat center;
	background-size:30px;
	display: block;
	margin:10px 0px;
	float:left;
}
.modal .close-btn{
	width:42px;
	height:42px;
	background:url(../img/close.png) no-repeat center #fff;
	background-size:20px;
	position:absolute;
	top:-21px;
	right:-21px;
	border-radius: 100%;
}
.modal .scroll-content{
	float:left;
	width:100%;
	max-height: calc(100vh - 250px);
}

footer{
	float:left;
	width:100%;
	padding:12px 0px;
}
footer .copyright{
	float:left;
	font-size:14px;
	line-height: 20px;
}
footer .byk{
	float:right;
	width:100px;
}
footer .byk img{
	float:left;
}

span.mobilemenu{
	display:block;
	width:28px;
	height:2px;
	background:#385dab;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:12px;
	right:0px;
}

span.mobilemenu:after, span.mobilemenu:before {
	background-color: #385dab;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width:28px;
	z-index:100;
}
span.mobilemenu:before{
	top:-10px;
}
span.mobilemenu:after{
	top:10px;
}
.nav-toggle{
	width:28px;
	height: 28px;
	position: absolute;
	right: 22px;
	top:28px;
}
span.mobilemenu.active{
	height:0px;
}
span.mobilemenu.active:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top:0px;
}
span.mobilemenu.active:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:0px;
}
ul.member-list li.member-readmore-container{
  width:100%;
  padding-bottom:0px;
  height:auto;
}

.text-left{
  text-align: left;
}

/*@media - Karakas*/

@media only screen and (max-width: 1600px) {
	.container{
		max-width: 92%;
	}
	section#sec-specialise, section#sec-participate, section#sec-organise{
		background-size:cover;
	}
}
@media only screen and (max-width: 1450px) {
	ul.team-list > li{
		height: calc(100vw / 4.1);
	}
}
@media only screen and (max-width: 1380px) {
	.container{
		max-width: 80%!important;
	}
}
@media only screen and (max-width: 1200px) {
	.container{
		max-width: 90%!important;
	}
	section#sec-represent .intro-desc{
		margin-top:170px;
	}
	section#sec-specialise, 
	section#sec-participate,
	section#sec-organise,
	section#sec-become-member{
		min-height:0px;
		padding:80px 0px;
	}
	section#sec-specialise .container,
	section#sec-participate .container,
	section#sec-organise .container{
		min-height: 0px;
	}
	section#sec-participate .intro-desc{
		max-width:50%;
	}
	section .intro-desc h2, #sec-become-member .member-intro h2, section#sec-who-wr-are h2{
		font-size:42px;
	}
}
@media only screen and (max-width: 1024px) {
	#landing .assuc h1{
		font-size:40px;
		line-height: 44px;
	}
	#landing .assuc img{
		width:200px;
		height:74px;
	}
	section#sec-represent .intro-desc{
		max-width:50%;
		margin:70px 0px!important;
	}
	section#sec-specialise .intro-desc, section#sec-organise .intro-desc{
		max-width:50%;
	}
	section#sec-represent{
		background-position: right center;
	}
	section#sec-who-wr-are{
		padding-bottom:70px;
	}
}
@media only screen and (max-width: 900px) {
	.container {
		max-width: 96% !important;
	}
	header .nav-wrap ul.primary-nav > li{
		margin-left:40px;
	}
	#landing .assuc h1 {
		font-size: 34px;
		line-height: 40px;
		margin-top:20px;
	}
	section#sec-represent .intro-desc {
		margin-top: 70px;
	}
	#sec-become-member .member-intro{
		max-width:96%;
	}
	section#sec-who-wr-are iframe{
		height:300px;
	}
	ul.team-list > li{
		height: calc(100vw / 4);
	}
	ul.team-list > li .team-desc{
		padding:15px;
	}
	ul.member-list > li{
		width:33.3%;
	}
}
@media only screen and (max-width: 800px) {
	section#sec-represent .intro-desc, section#sec-specialise .intro-desc, section#sec-participate .intro-desc, section#sec-organise .intro-desc{
		max-width:60%;
	}
	section#sec-specialise, section#sec-participate, section#sec-organise, section#sec-become-member{
		padding:60px 0px;
	}
	section .intro-desc h2, #sec-become-member .member-intro h2, section#sec-who-wr-are h2{
		font-size:30px;
	}
	section#sec-who-wr-are{
		margin-top:100px;
	}
	section#sec-who-wr-are h2{
		top:-50px;
	}
	section#sec-who-wr-are::before{
		top:-100px;
		height: 200px;
	}
	ul.team-list{
		margin-top:20px;
		flex-wrap: wrap;
	}
	ul.member-list > li{
		width:50%;
		height:150px;
		padding:10px;
	}
	#sec-member-list{
		padding:50px 0px 30px;
	}
	ul.team-list > li{
		width:50%;
		height: calc(100vw / 2.6);
	}
	header .nav-wrap ul.primary-nav > li {
		margin-left: 25px;
	}
	ul.team-list > li:nth-child(2) .team-desc {
		right: 0px;
		left: auto;
	}
	ul.team-list > li.active:nth-child(2) .team-desc {
		right: 0;
		left: auto;
	}
	.modal.modal-trade .modal-body {
		padding: 20px;
	}
	.modal .scroll-content{
		max-height: calc(100vh - 140px);
	}
	.modal.modal-trade .modal-body h3{
		font-size:20px;
	}
	.modal.modal-trade ul.traders-list .contact > span{
		margin-right:0px;
		width:100%;
	}
	.modal.modal-trade ul.traders-list .tr-desc strong{
		font-size:16px;
		line-height: normal;
		margin-bottom:6px;
	}
	.mCSB_inside > .mCSB_container {
		margin-right: 15px;
	}
	.modal.modal-trade .modal-body {
		padding: 20px;
	}
	.mCSB_scrollTools{
		width:8px;
	}
	.modal.modal-trade .modal-dialog{
		margin-top:6%;
	}
	.modal .close-btn{
		width:30px;
		height:30px;
		background-size:12px;
		top:-12px;
		right:-12px;
	}
	.modal.modal-trade ul.traders-list > li:first-child{
		margin-top:0px;
	}
	.modal.modal-trade ul.traders-list > li:last-child{
		margin-bottom:0px;
	}
}
@media only screen and (max-width: 720px) {
	.container {
		max-width: 98% !important;
	}
	#site-wrapper{
		padding-top:66px;
	}
	header{
		height: 66px;
		padding: 10px 0px;
	}
	#landing{
		padding-top:40px;
	}
	#landing::before{
		height:250px;
		width:120%;
		bottom:50px;
	}
	#landing .assuc h1{
		font-size:26px;
		margin-bottom:30px;
	}
	#landing .assuc img {
		width: 160px;
		height: 61px;
	}
	section#sec-represent .intro-desc, section#sec-specialise .intro-desc, section#sec-participate .intro-desc, section#sec-organise .intro-desc{
		max-width:100%;
		padding:20px;
		background:rgba(255,255,255,0.7);
		border-radius:10px;
	}
	section#sec-specialise, section#sec-participate, section#sec-organise, section#sec-become-member{
		padding:40px 0px;
	}
	section#sec-represent .intro-desc{
		margin: 40px 0px !important;
		background:rgba(0,0,0,0.4);
		margin-top:0px!important;
	}
	section#sec-who-wr-are .contact-info{
		margin-bottom:30px;
	}
	.modal.modal-trade ul.traders-list > li{
		margin:15px 0px;
	}
	.modal.modal-trade .modal-dialog{
		max-width:94%;
	}
	#landing .assuc img{
		width: 150px;
		height: 58px;
	}
	header{
		overflow: visible;
	}
	.nav-toggle{
		right:20px;
		top:20px;
	}
	.nav-wrap{
		display:none;
		position:absolute;
		top:66px;
		left:0px;
		width:100%;
		background:rgba(255,255,255,0.95);
		box-shadow:0px 3px 3px rgba(0,0,0,0.1);
	}
	header .top-right{
		float:left;
		margin-left:20px;
	}
	.nav-wrap ul.primary-nav{
		margin:0px!important;
		padding:0px;
		width:100%;
	}
	.nav-wrap ul.primary-nav > li{
		list-style: none;
		float:left;
		width:100%;
		margin:0px!important;
	}
	.nav-wrap ul.primary-nav > li a{
		display:block;
		padding:15px 20px 15px!important;
		border-bottom:solid 1px rgba(0,0,0,0.1);
		font-weight: 700!important;
	}	
	.modal.modal-trade ul.traders-list > li{
		padding-right:35px;
	}
	ul.team-list > li .team-desc .cinfo a{
		margin:0px 4px!important;
	}
}
@media only screen and (max-width: 480px) {
	#sec-member-list .member-switch a{
		width:100%;
		margin:5px 0px;
	}
	#sec-member-list{
		padding-top:40px;
	}
	ul.team-list > li{
		height: calc(100vw / 2.2);
	}
	section .intro-desc h2, #sec-become-member .member-intro h2, section#sec-who-wr-are h2 {
		font-size: 28px;
	}
	header h1.logo{
		width:90px;
		height:34px;
		margin:6px 0px;
	}
	header .top-right{
		margin-left:15px;
		margin-top:14px;
	}
	header .top-right .phone{
		padding-left: 24px;
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 400px) {
	ul.member-list > li{
		width:100%;
		height:auto;
	}
	ul.member-list > li img{
		max-height:140px;
	}
	ul.team-list > li .team-desc strong{
		font-size:16px;
		margin-bottom:5px;
		line-height: normal;
	}
	ul.team-list > li .team-desc span{
		margin-bottom:12px;
		font-size:12px;
	}
	ul.team-list > li .team-desc .cinfo a{
		margin:0px 4px!important;
	}
	section#sec-who-wr-are{
		padding-bottom:50px;
	}
	ul.team-list{
		margin-top:0px;
	}
	#landing .assuc h1{
		font-size:22px;
		line-height: normal;
	}
	section .intro-desc h2, #sec-become-member .member-intro h2, section#sec-who-wr-are h2{
		font-size:26px;
	}
	.container {
		max-width: 100% !important;
	}
	.modal.modal-trade ul.traders-list > li{
		padding-right:0px;
		padding-bottom:45px;
	}
	.modal.modal-trade .modal-body{
		padding:20px;
	}
	.modal.modal-trade ul.traders-list .tr-ct{
		width:100%;
		height:30px;
		top:auto;
		bottom:14px;
		left:0px;
		right:auto;
	}
	.modal.modal-trade ul.traders-list .tr-ct a{
		margin-right:15px!important;
	}
	section#sec-represent{
		background-position: center;
	}
	section#sec-specialise{
		background-position: right center;
	}
	ul.team-list > li .team-desc .cinfo a {
		margin: 0px 2px !important;
		width:32px;
		height:32px;
	}
}
@media only screen and (max-width: 340px) {
	header .top-right{
		margin-left: 6px;
		margin-top: 13px;
	}
	header .top-right a.mail{
		margin-right:8px;
	}
	.nav-toggle{
		right:17px;
	}
	ul.team-list > li .team-desc {
		padding: 12px;
	}
	ul.team-list > li .team-desc .cinfo a{
		width:28px;
		height:28px;
	}	
}