@import url("font.css");
@import url("normalize.css");
@import url("table.css");
body {
	font:normal 17px "open_sanslight", Arial, Helvetica, sans-serif;
	line-height: 1.42857143;
	color:#000000;
	background:#ffffff;
	overflow-x:hidden;
}
html, body, .container-fluid {
	width:100%;
	height:100%;
}
div, object, embed, a, input {
	outline:none;
}
.fouc {
	display:none !important;
}

/* Remove selection / focus borders 
*::-moz-selection {
    background: none repeat scroll 0 0 transparent;
}
::-moz-focus-inner {
  border: 0;
}
:focus, :active {
  outline: 0;
  border: 0;
}*/

.trade-enquiry-form {
	font-size:19px;
}

.img-responsive {
	height:auto;
	width:100%;
	display:inline-block
}
.img-left {
	float:left;
	margin:0 15px 15px 0;
}
.container-fluid {
	width: 100%;
	position:relative;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

.height-100{
	height:100%;
	}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
hr {
	margin:15px 0;
}

.clearfloat {
	clear:both;
}

.absolute-center {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
 	 -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}


.flexbox{
	display: flex;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	}

.sep {
	color:#e2e2e2;
	background-color:#e2e2e2;
	height:1px;
	border:none;
}

.sep2 {
	color:#e2e2e2;
	background-color:#e2e2e2;
	height:2px;
	border:none;
}

hr.titleline{
	margin:10px 0;
	color:#ffffff;
	background-color:#ffffff;
	height:3px;
	border:none;
	width:100%;
	clear:both;
	}

.sep3 {
	color:#a5a5a5;
	background-color:#a5a5a5;
	height:1px;
	border:none;
	margin:20px 0;
}	


h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
h1 {
	font:normal 30px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#333;
	text-align:center;
}

h1:after{
    background:#fd8a2e;
    content: "";
    display: block;
    height: 3px;
    margin: 24px auto;
    position: relative;
	width:85px;
	}
	
.w480 h1{font-size:25px}

h2 {
	font:normal 20px "open_sanslight", Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:35px;
}

h3{
	font:normal 28px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	}


h4 {
	font:normal 24px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	text-align:center;
}

h4:after{
    background:#2983a3;
    content: "";
    display: block;
    height: 1px;
    margin: 10px auto 20px auto;
    position: relative;
	width:85px;	
	}

h5 {

}

h6 {

}

a{
	text-decoration:none;
	color:#005c31;
	}
	

	
.link-email{
	color:#3d7bbe;
	}
	
.link-email:hover{
	color:#00592f;
	}
	
.btn-base{
	font-size:13px;
	font-weight:bold;
	color:#514d4d;
	background:none;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	display:inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	padding:4px 22px 6px 22px;
	text-transform:lowercase;
	}

.btn-base:hover{
	background:#112d4f;
	color:#ffffff;
	border:1px solid #112d4f;
	}
	
.btn-green{
	background:#00ac5c;
	color:#fff;
	border:0;
	}
	
.btn-green:hover{
	background:#fff;
	color:#112d4f;
	border:0;
	}
	
.btn-green-dl{
	background:#00ac5c;
	color:#fff;
	border:1px solid #00ac5c;
	}
	
.btn-green-dl:hover{
	background:#fff;
	color:#112d4f;
	}
	
.btn-white{
	background:#ffffff;
	color:#009587;
	border:1px solid #ffffff;
	}
	
.btn-white:hover{
	background:none;
	color:#ffffff;
	border:1px solid #ffffff;
	}
	
.btn-loadmore,
.btn-yes{
	background:#00ac5c;
	color:#fff;
	border:1px solid #00ac5c;
	}
	
.btn-loadmore:hover,
.btn-yes:hover{
	background:#fff;
	color:#112d4f;
	border:1px solid #c0c0c0;
	}
	
.btn-no{
	background:#ed475d;
	color:#fff;
	border:1px solid #ed475d
	}

.btn-no:hover{
	background:#fff;
	color:#112d4f;
	border:1px solid #c0c0c0;
	}
	
.btn-blue{
	background:#1789a9;
	color:#fff;
	border:0;
	}
	
.btn-blue:hover{
	background:#fff;
	color:#112d4f;
	border:0;
	}
	
.btn-details{
	background:#fff;
	}
	
.btn-send{
	background:#00ac5c;
	color:#fff;
	border:1px solid #00ac5c;
	padding:6px 30px 8px 30px;
	font-size:17px;
	}
	
.btn-send:hover{
	background:#fff;
	color:#353a3b;
	border:1px solid #cdcfd0;
	}
	
.btn-login{
	background:#e3802e;
	color:#fff;
	border:1px solid #e3802e;
	padding:6px 30px 8px 30px;
	font-size:17px;
	text-transform:uppercase;
	}
	
.btn-login:hover,
.btn-reg:hover{
	background:#fff;
	color:#353a3b;
	border:1px solid #cdcfd0;
	}
	
.btn-reg{
	background:#086ba0;
	color:#fff;
	border:1px solid #086ba0;
	padding:6px 30px 8px 30px;
	font-size:17px;
	text-transform:uppercase;
	}

	
	
.privacy-list{
	margin:0 0 0 20px;
	padding:0;	}

.privacy-list li{
	padding:3px 0;
	}
	


/*All Icons Download*/
.ico-dl{
	font:normal 13px "open_sansbold", Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#8a8a8a;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	display:inline-block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	padding:5px 15px 5px 35px;
	position:relative;
	margin:3px 5px;
	text-transform:capitalize;
	}

.ico-dl:hover{
	background:#112d4f;
	color:#ffffff;	
	}
	
.ico-dl:before{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	top:4px;
	left:10px;	
	}
	
.ico-dl-lang{ text-transform:uppercase;}
.ico-dl-lang:before{ background:url(../i/ico-pdf.svg) left center no-repeat; }

.ico-dl-pdf:before{ background:url(../i/ico-pdf.svg) left center no-repeat; }

.ico-view:before{ background:url(../i/ico-view.svg) left center no-repeat; }

.ico-download:before{ background:url(../i/ico-dl.svg) left center no-repeat; }
	
figure{
	padding:0 0 30px 0;
	margin:0;
	}

figcaption{
	font-size:12px;
	}

/*Animation*/

.ani-all-linear{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}
	
.ani-bg-linear{
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
	-moz-transition:background 0.5s linear;
	-ms-transition:background 0.5s linear;	
	}
	
.ani-opacity{
	transition: all 0.7s ease;
	opacity:1;	
	}
	
.ani-opacity:hover{
	transition: all 0.7s ease;
	opacity:0.7;	
	}
	
/*Navigation*/
/* Mobile menu */
.menu-button {
	position: fixed;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index:2000;
  	margin: auto;
	display:block;
  	top:30px; 
 	right:30px;
	-webkit-transition: all 200ms cubic-bezier(.22,.23,.97,.96);
   -moz-transition: all 200ms cubic-bezier(.22,.23,.97,.96); 
     -o-transition: all 200ms cubic-bezier(.22,.23,.97,.96);
        transition: all 200ms cubic-bezier(.22,.23,.97,.96);

	background:#fff;
	padding:20px;
}



.mobilemenu {
	display: none;
}
.w480 .mobilemenu, .w768 .mobilemenu {
	display:block;
	}
	
.w970 .collapse .menu-button{
  	top:30px; 
	right:30px;
	}
	
.w768 .menu-button{
  	top:12px; 
	right:20px;
	}


.w480 .menu-button{
  	top:10px; 
	right:10px;
	background:none;
	padding:0;
	height: 40px;
	}
	
.menu-button-inner{
	right:40px;
	left:auto;
	top:47px;
 	 -webkit-transform: none;
      -ms-transform:none;
          transform:none;
	}
	
.w970 .menu-button-inner{
	left:auto;
	right:32px;
	 	 -webkit-transform: none;
      -ms-transform:none;
          transform:none;
	}
	
.w768 .menu-button-inner{
	left:auto;
	right:20px;
	 	 -webkit-transform: none;
      -ms-transform:none;
          transform:none;
	}
	
.w480 .menu-button-inner{
	left:auto;
	right:28px;
	top:20px;
	 	 -webkit-transform: none;
      -ms-transform:none;
          transform:none;
	}

.mobilemenu .menu-button.closed-state .icon .line-1, .mobilemenu .menu-button.closed-state .icon .line-2, .mobilemenu .menu-button.closed-state .icon .line-3 {
	-webkit-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s -webkit-transform ease 0.2s;
	-moz-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s -moz-transform ease 0.2s;
	-ms-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s -ms-transform ease 0.2s;
	-o-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s -o-transform ease 0.2s;
	transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease, 0.2s transform ease 0.2s;
	height: 3px;
}
.mobilemenu .menu-button.closed-state .icon .line-1{
	top: 9px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: rgba(0, 0, 0, 1);
}
.mobilemenu .menu-button.closed-state .icon .line-2 {
	background: rgba(0, 0, 0, 0);
}
.mobilemenu .menu-button.closed-state .icon .line-3 {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: rgba(0, 0, 0, 1);
}
.mobilemenu .menu-button .icon {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 30px;
	height:30px;
}
.mobilemenu .menu-button .icon .line-1, .mobilemenu .menu-button .icon .line-2, .mobilemenu .menu-button .icon .line-3{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 0;
	background: rgba(0, 0, 0, 1);
	-webkit-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s -webkit-transform ease;
	-moz-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s -moz-transform ease;
	-ms-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s -ms-transform ease;
	-o-transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s -o-transform ease;
	transition: 0.2s opacity ease, 0.2s background ease, 0.2s top ease 0.2s, 0.2s transform ease;
}




.mobilemenu .menu-button .icon .line-1 {
	top: 0px;
}
.mobilemenu .menu-button .icon .line-2 {
	top: 10px;
}
.mobilemenu .menu-button .icon .line-3 {
	top: 20px;
}
.popup-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 560;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.popup-menu.hidden {
	/*
	-webkit-transform: translateY(-150%) translateZ(0);
	-moz-transform: translateY(-150%) translateZ(0);
	-ms-transform: translateY(-150%) translateZ(0);
	-o-transform: translateY(-150%) translateZ(0);
	transform: translateY(-150%) translateZ(0);
	*/
	opacity: 0;
	pointer-events:none;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.desktop .popup-menu .popup-menu-wrapper {
	min-height: 500px;
}

.desktop .popup-menu .popup-menu-wrapper .line-2 {
	display: none;
}
.popup-menu .popup-menu-wrapper {
	padding-top: 1px;
	min-height: 477px;
}
.popup-menu .popup-menu-wrapper nav.mobile {
	padding:30px 0;
}

.w768 .popup-menu .popup-menu-wrapper nav.mobile {
	padding:30px 0;
}

.w480 .popup-menu .popup-menu-wrapper nav.mobile{
	padding:25px 0;
	}
.popup-menu .popup-menu-wrapper nav.mobile ul {
	list-style:none;
	margin:0 auto;
	padding:0 35px;
	text-align: center;
	/*max-width:450px;*/
	width:100%;
}

.w480 .popup-menu .popup-menu-wrapper nav.mobile ul{
	padding:0 10px;	
	}

.popup-menu .popup-menu-wrapper nav.mobile ul li{
	border-bottom:1px solid #e6ecf3;
	padding:20px 0;
	}
.w480 .popup-menu .popup-menu-wrapper nav.mobile ul li{
	padding:12px 0;
	}

.popup-menu .popup-menu-wrapper nav.mobile ul li a {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	font:normal 14px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	display:block;
	transition: color 0.5s linear;
	padding:0 0 0 10px;
	text-align:left;
}

.popup-h2{
	font:normal 14px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align:left;
	padding:0 0 0 10px;
	}

.popup-h2:hover{
	color:#39678d;	
	}
	
.popup-h3{
	color:#292928!important;
	font:normal 14px "gotham_lightregular", Arial, Helvetica, sans-serif!important;
	text-transform:capitalize!important;
	text-align:left;
	padding:0 0 0 10px;
	}


.popup-menu .popup-menu-wrapper nav.mobile ul li a:hover,
.popup-menu .popup-menu-wrapper nav.mobile ul li a.selected {
	color:#39678d !important;
}
.popup-menu .popup-menu-wrapper nav.mobile ul li a:hover, nav.mobile ul li a:focus {
	outline: none;
}


ul.m-expand-lv2{
	padding:10px 0!important;
	margin:0;
	list-style:none;
	}
	
ul.m-expand-lv2 li{
	border:0!important;
	padding:5px 0!important;
	}
	
ul.m-expand-lv2 li a{
	color:#292928!important;
	font:normal 14px "gotham_lightregular", Arial, Helvetica, sans-serif!important;
	text-transform:capitalize!important;
	}
	
ul.m-expand-lv2 li a:hover{
	color:#39678d!important;	
	}
	
ul.m-expand-lv3{
	padding:10px 0 0 10px!important;
	margin:0 0 0 20px!important;
	list-style:none;
	}
	
ul.m-expand-lv3 li{
	list-style:disc;
	padding:3px 0!important;
	}
	
ul.m-expand-lv3 li a{
	padding:0!important;
	}

.popup-menu nav.mobile ul li {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(1) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0s;
	-moz-animation: slideFadeIn 0.4s ease-out 0s;
	animation: slideFadeIn 0.4s ease-out 0s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
}
.popup-menu-shown nav.mobile ul li:nth-of-type(2) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.14s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.14s;
	animation: slideFadeIn 0.4s ease-out 0.14s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(3) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.21s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.21s;
	animation: slideFadeIn 0.4s ease-out 0.21s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(4) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.28s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.28s;
	animation: slideFadeIn 0.4s ease-out 0.28s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(5) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.35s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.35s;
	animation: slideFadeIn 0.4s ease-out 0.35s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(6) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.42s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.42s;
	animation: slideFadeIn 0.4s ease-out 0.42s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(7) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.popup-menu-shown nav.mobile ul li:nth-of-type(8) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(9) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(10) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(11) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(12) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(13) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-menu-shown nav.mobile ul li:nth-of-type(14) {
	-webkit-animation: slideFadeIn 0.4s ease-out 0.49s;
	-moz-animation: slideFadeIn 0.4s ease-out 0.49s;
	animation: slideFadeIn 0.4s ease-out 0.49s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


@-webkit-keyframes slideFadeIn {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

@-moz-keyframes slideFadeIn {
  0% {
    -moz-transform: translateY(10px);
    opacity: 0; }

  100% {
    -moz-transform: translateY(0px);
    opacity: 1; } }

@keyframes slideFadeIn {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.popup-menu .popup-menu-wrapper {
	position: relative;
	min-height: 648px;
	/*height: 100%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	border:5px solid #edeff1;
}


/* Desktop Navi */
nav.desktop {
	float:left;
	padding:41px 0 0 20px;
}

.w1440 nav.desktop,
.w1200 nav.desktop {
	float:right;
	padding:41px 20px 0 0;
}

.w970 nav.desktop{
	float:right;
	padding:41px 15px 0 0;
	}



.w768 nav.desktop,
.w480 nav.desktop,
.w768 .header-R,
.w480 .header-R{
	display:none;
	}

nav.desktop ul {
	padding:0;
	margin:0;
	list-style:none;
}
nav.desktop ul li {
	display:inline-block;
	padding:0 0 0 5px;
}
nav.desktop ul li a {
	font:normal 14px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#666;
	padding:5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.w1440 nav.desktop ul li a,
.w1200 nav.desktop ul li a{
	padding:5px 0 5px 10px;
	}
	
.w970 nav.desktop ul li a{
	padding:5px 0 5px 3.5px;
	font-size: 11px;
	}


/* css drop down for desktop - no js required */
nav.desktop ul > li > ul {
  display: none;
  position: absolute;
  transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
nav.desktop ul > li:hover > ul {
    display: block;
    left: 0;
    width: 100%;
    background: #aaa;
    padding: 11px;
    border-top:10px solid white;
}
/* setting padding left for events */
nav.desktop ul > li:nth-of-type(3) > ul {
	padding-left:120px;
}
nav.desktop ul > li > ul > li {
	display: inline-block;
}
nav.desktop ul > li > ul > li > a {
  display:block;
  white-space: nowrap;
}
/* drop down end */


nav.desktop ul li a:hover, nav.desktop ul li a.selected, nav.desktop ul li a.linkddnavopen {
	color:#00ac5c;
}

nav.secondary{
	display:inline-block;
	vertical-align:middle;
	}
	
nav.secondary ul {
	padding:0;
	margin:0;
	list-style:none;
}
nav.secondary ul li {
	display:inline-block;
	padding:0 0 0 7px;
}

nav.secondary ul li:nth-last-of-type(1),
nav.secondary ul li:nth-last-of-type(2){
	padding:0 0 0 1px;	
	}

nav.secondary ul li a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;	
	}

nav.secondary ul li a.nav-second{
	font:normal 13px "gotham_mediumregular", Arial, Helvetica, sans-serif;	
	color:#666;
	}
	
.w970 nav.secondary ul li a.nav-second{
	font-size:12px;
	}
	
nav.secondary ul li a.nav-second:hover,
nav.secondary ul li a.nav-second.selected {
	color:#00ac5c;
	}
	
nav.secondary ul li a.nav-second span{
	display:inline-block;
	vertical-align:middle;
	}


/* sticky setting */
.stickythis {
/*	-webkit-transition: margin-top 200ms ease-out, opacity 200ms ease-in;
	   -moz-transition: margin-top 200ms ease-out, opacity 200ms ease-in; 
	     -o-transition: margin-top 200ms ease-out, opacity 200ms ease-in;
	        transition: margin-top 200ms ease-out, opacity 200ms ease-in;*/
	
}
.sticky {
	-webkit-animation: showsticky .25s forwards ease-in;
	-moz-animation:    showsticky .25s forwards ease-in;
	-o-animation:      showsticky .25s forwards ease-in;
	animation:         showsticky .25s forwards ease-in;
}
/*@-webkit-keyframes showsticky {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes showsticky {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes showsticky {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes showsticky {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

 up and down anim*/
@-webkit-keyframes showsticky {
  0%   { opacity: 0; }
  100% { opacity: 1;margin-top:0; }
}
@-moz-keyframes showsticky {
  0%   { opacity: 0;margin-top:-50px; }
  100% { opacity: 1;margin-top:0; }
}
@-o-keyframes showsticky {
  0%   { opacity: 0;margin-top:-50px; }
  100% { opacity: 1;margin-top:0; }
}
@keyframes showsticky {
  0%   { opacity: 0;margin-top:-50px; }
  100% { opacity: 1;margin-top:0; }
}

nav.desktop.sticky{
	position:fixed;
	width:100%;
	z-index:9999;
	top:0;
	background:#d71920;
	border:0;
	margin-top:0px;
}

nav.desktop.sticky ul{
	text-align:center;
	}
	
nav.desktop.sticky ul li{
	display:inline-block;
	float:none;
	}
	
nav.desktop.sticky ul li a{
	color:#7b7b7b;
	font-size:14px;
	padding:14px 20px;
	}
	
nav.desktop.sticky ul li a:hover,
nav.desktop.sticky ul li a.selected{
	color:#ffffff;
	}

nav.subnav.sticky{
	position:fixed;
	width:100%;
	z-index:10;
	top:0;
	left:0;
	text-align:left;
	border:0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);	
	padding:68px 0 0 250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00552d+0,00aa5b+100 */
	background: rgb(0,85,45); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(0,85,45,1) 0%, rgba(0,170,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,85,45,1) 0%,rgba(0,170,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,85,45,1) 0%,rgba(0,170,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00552d', endColorstr='#00aa5b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.w1440 nav.subnav.sticky,
.w1200 nav.subnav.sticky{
	padding:68px 10px 0 0;
	text-align:right;
	}

.w970 nav.subnav.sticky{
	padding:68px 5px 0 0;
	text-align:right;
	}

nav.subnav.sticky.hidden {
	display:none;
}



.ico-nav{
	width:22px;
	height:22px;
	vertical-align:middle;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#919191;
	position:relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	margin:0 3px;
	}
	
.w970 .ico-nav,
.w768 .ico-nav,	
.w480 .ico-nav{
	margin:0 6px 0 0;
	}
	
nav.secondary ul li a.nav-second:hover .ico-nav,
nav.secondary ul li a.nav-second.selected .ico-nav { 
	background:#00ac5c;
}
	
.ico-nav:before{
	content:'';
	width:22px;
	height:22px;
	position:absolute;	
	top:0;
	left:0;
	}

.ico-trade:before{ background:url(../i/ico-trade.svg) center center no-repeat; }
.ico-member:before{ background:url(../i/ico-member.svg) center center no-repeat; }

.popup-menu .popup-menu-wrapper nav.mobile ul li a.nav-lang,
nav.secondary ul li a.nav-lang{
	font:normal 10px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	display:block;
	width:28px;
	text-transform:uppercase;
	color:#fff;
	background:#919191;
	border:1px solid #919191;
	text-align:center;
	padding:4px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.popup-menu .popup-menu-wrapper nav.mobile ul li a.nav-lang{
	display:inline-block;
	width:40px;
	height:27px;
	font-size:12px!important;
	}	
	
.popup-menu-shown nav.mobile ul li:nth-of-type(1){
	text-align:left;
	}
	
.popup-menu .popup-menu-wrapper nav.mobile ul li a.nav-lang:hover,
.popup-menu .popup-menu-wrapper nav.mobile ul li a.nav-lang.selected,
nav.secondary ul li a.nav-lang:hover,
nav.secondary ul li a.nav-lang.selected{
	background:#ffffff;
	border:1px solid #919191;
	color:#131e33;
	}

.search-box{
	display:inline-block;
	vertical-align:middle;
	}
.google_searchpop {
	
	position:absolute;
	z-index:1000;
	top:70px;
	display:none;
}
.popup-menu .google_searchpop {
	top:170px;
}
.gsc-search-box {
	display:none;
}

.search-box input[type=text] {
	border:1px solid #d8d8d8;
	width:175px;
	display:block;
	height:24px;
	font:normal 13px "gotham_mediumregular", Arial, Helvetica, sans-serif;	
	color:#262626;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	vertical-align:middle;
	margin-top:2px;
	padding:0 25px 0 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;    
	background:url(../i/ico-search.svg) 97% 4px no-repeat #fff;
}

.search-box input[type=text]:focus {
    background:url(../i/ico-search.svg) 97% 4px no-repeat #ececec;
}

.search-box input.clearable.x  { background: #fff url(../i/mJotv.gif) no-repeat right 5px center !important; }
input.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
input.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */

.mobile .search-box{
	width:80%;
	display:block;
	}
	
.mobile .search-box input[type=text]{
	width:100%;
	height:33px;
	background:url(../i/ico-search.svg) 97% 8px no-repeat #fff;
	}	
	
/*Inner Page Sub navigation*/
nav.subnav{
	width:100%;
	text-align:left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00552d+0,00aa5b+100 */
	background: rgb(0,85,45); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(0,85,45,1) 0%, rgba(0,170,91,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,85,45,1) 0%,rgba(0,170,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,85,45,1) 0%,rgba(0,170,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00552d', endColorstr='#00aa5b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.w768 nav.subnav,
.w480 nav.subnav{
	display:none;
	}	
nav.subnav.sticky ul,	
nav.subnav ul{
	padding:15px 0 5px 0;
	margin:0;
	list-style:none;
	}
	
nav.subnav ul li {
	display:inline-block;
	padding-bottom:10px;
	position:relative;
}

nav.subnav.sticky ul li a,
nav.subnav ul li a {
	font:normal 14px "gotham_bookregular", Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:7px 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

nav.subnav ul li a:hover, nav.subnav ul li a.selected {
	color:#21618a;
	background:#ffffff;
}


/* desktop dropdown */
/* reset  list style */
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}

#cbp-tm-menu > li {
	position: relative;
}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
	display: block;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	background: #47a3da;
	text-align: right;
	padding: 0 2em;
	margin: 0;
	text-transform: capitalize;
	font:normal 11px "HelveticaLTStdRoman", Arial, Helvetica, sans-serif!important;	
}

/* first level menu items */
.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 2.6em;
	position: relative;
}

.cbp-tm-menu > li > a {
	line-height: 4em;
	padding: 0 0.3em;
	font-size: 1.2em;
	display: block;
	color: #fff;
}

.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
	color: #02639d;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
	position: absolute;
	z-index:1000;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 12.5em;
	left: 50%;
	margin: 0 0 0 -6.25em;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-show .cbp-tm-submenu-pub{
	width:8em;
	margin: 0 0 0 -4em;
	}

.sticky .cbp-tm-show .cbp-tm-submenu {
	left:0;
}

.cbp-tm-show-above .cbp-tm-submenu {
	bottom: 100%;
	padding-bottom: 10px;
}

.cbp-tm-show-below .cbp-tm-submenu {
	top: 100%;
	padding-top: 10px;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

/* last menu item has to fit on the screen */
.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/* 	
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/
/*
.cbp-tm-submenu:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	top: 100%;
	margin-top: -10px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	bottom: 100%;
	margin-bottom: -10px;
}

.cbp-tm-submenu:after {
	border-color: transparent;
	border-width: 16px;
	margin-left: -16px;
	left: 50%;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
	border-top-color: #fff;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
	border-bottom-color: #fff;
}
*/
.cbp-tm-submenu > li {
	display: block;
	background: #009d54;
	width:100%;
	border-left: 4px solid #009d54;
	border-right: 4px solid #009d54;
	border-top: 4px solid #009d54;
	border-bottom: 0px solid #009d54;
	margin:0;
	padding:0!important;
}

.cbp-tm-submenu > li:first-of-type{
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	
.cbp-tm-submenu > li:last-of-type{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom: 4px solid #009d54;
	}


.cbp-tm-submenu > li > a {
	padding: 5px 2.3em 0 0.6em;
	margin:0;/* top/bottom paddings in 'em' cause a tiny "jump" in Chrome on Win */
	display: block;
	position: relative;
	color: #fff!important;
	/*border: 4px solid #47a3da;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	font-size:13px;
	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.cbp-tm-submenu > li > a:hover,
.cbp-tm-submenu > li > a:active,
.cbp-tm-submenu > li > a.selected,
.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active,
.no-touch .cbp-tm-submenu > li > a.selected {
	color: #02403b!important;
	background:rgba(255,255,255,0.95)!important;
}

/* the icons (main level menu icon and sublevel icons) */
.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
	font:normal 15px "HelveticaLTStdRoman", Arial, Helvetica, sans-serif;	
	/*font-family: 'cbp-tmicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.6em;
	-webkit-font-smoothing: antialiased;*/
}

.cbp-tm-submenu li a:before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0.5em;
}

.cbp-tm-icon-help:before {
	content: "\e012";
}

/* Media Queries */
@media screen and (max-width: 55.6875em) {
	.cbp-tm-menu {
		font-size: 80%;
	}
}

@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {

	.cbp-tm-menu {
		font-size: 100%;
		position: relative;
		text-align: center;
		padding: 0;
		top: auto;
	}

	.cbp-tm-menu > li {
		display: block;
		margin: 0;
		border-bottom: 4px solid #3793ca;
	}

	.cbp-tm-menu > li:first-child {
		border-top: 4px solid #3793ca;
	}

	li.cbp-tm-show > a,
	.no-touch .cbp-tm-menu > li > a:hover,
	.no-touch .cbp-tm-menu > li > a:active {
	color: #ffffff!important;
	background: #0a4c4b!important;
	}

	.cbp-tm-submenu {
		position: relative;
		display: none;
		width: 100%;
	}

	.cbp-tm-submenu > li {
		padding: 0;
	}

	.cbp-tm-submenu > li > a {
		padding: 0.6em 2.3em 0.6em 0.6em;
		border: none;
		border-bottom: 2px solid #6fbbe9;
	}

	.cbp-tm-submenu:after {
		display: none;
	}

	.cbp-tm-menu .cbp-tm-show .cbp-tm-submenu {
		display: block;
		width: 100%;
		left: 0;
		margin: 0;
		padding: 0;
	}

}





/*Structure*/

/*header*/
header {
	background:url(../i/bg-header.jpg) left top no-repeat #fff;
	position:fixed;
	width: 100%;
	height:70px;
	display:block;
	z-index: 999;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-R{
	position:absolute;
	right:15px;
	top:35px;
	}
.w1440 .header-R,	
.w1200 .header-R,
.w970 .header-R{
	top:5px;
	}

.header-onscroll {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	top: 0;
	transition: all 200ms cubic-bezier(0.22, 0.23, 0.97, 0.96) 0s;
}

.logo{
	width:230px;
	float:left;
	padding:5px 0 0 20px;
	}
	
.w480 .logo{
	width:190px;
	padding:10px 0 0 10px;	
	}


footer{
	width:100%;
	height:80px;
	background:#cdcfd0;	
	padding:10px 20px;
	font-size:13px;
	color:#515151;
	}
	

.w1200 footer,
.w970 footer,	
.w768 footer,	
.w480 footer{
	height:auto;
	float:left;
	}
	
.w480 footer{
	padding:10px;
	}
	
footer a{
	padding:0 10px;
	color:#515151;
	}

.w970 footer a,	
.w768 footer a,	
.w480 footer a{
	padding:0 10px 0 0;
	}
	
footer a:hover{
	color:#0f2e4d;
	}
	
footer .footer-L{
	float:left;
	width:80%;
	padding:20px 0 0 0;
	}
	
.w1200 footer .footer-L{
	width:70%;
	padding:5px 0 0 0;
	}
	
.w970 footer .footer-L{
	width:60%;
	padding:0;
	}
	
footer .footer-L p{
	display:inline;
	padding:0;
	margin:0;
	}
	
footer .footer-R{
	float:right;
	clear: right;
	width:20%;
	text-align:right;
	}	 
	
.w1200 footer .footer-R{
	width:30%;
	}
	
.w970 footer .footer-R{
	width:40%;
	}	
	
footer .footer-R p{
	display:inline-block;
	padding:0;
	margin:0;
	}
	
.img-qr .img-mpic {
	display: table-cell;
	height: 60px;
	margin:0 0 0 25px;
}
	
footer .footer-R{
	width:60px;
	margin:0 0 0 25px;
	}
	
.w768 footer .footer-L,
.w480 footer .footer-L{
	padding:0 0 15px 0;
	}
.w768 footer .footer-L,
.w768 footer .footer-R,	
.w480 footer .footer-L,
.w480 footer .footer-R{
	width:100%;
	}

.w1200 footer .footer-L p:last-of-type{
	display:block;
	padding:8px 0 0 0;
	}
	
.w970 footer .footer-L p,	
.w768 footer .footer-L p,	
.w480 footer .footer-L p{
	display:block;
	padding:4px 0;
	}
.w768 footer .footer-R,	
.w480 footer .footer-R{
	text-align:left;
	border-top:1px solid #b5b5b5;
	padding-top:15px;
	}

.ico-social{
	width:28px;
	height:28px;
	vertical-align:middle;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#353a3b;
	position:relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	margin:0 3px;
	}
.w970 .ico-social,
.w768 .ico-social,	
.w480 .ico-social{
	margin:0 6px 0 0;
	}
	
.ico-social:before{
	content:'';
	width:28px;
	height:28px;
	position:absolute;	
	top:0;
	left:0;
	}

.ico-fb:before{ background:url(../i/ico-fb.svg) center center no-repeat; }
/*.ico-fb:hover{ background:#3b5998; }*/
	
.ico-tw:before{ background:url(../i/ico-twnew.svg) center center no-repeat; }
/*.ico-tw:hover{ background:#f7f7f7; } */
	
/*.ico-pin:before{ background:url(../i/ico-pin.svg) center center no-repeat; } */
/*.ico-pin:hover{ background:#cc2721; }*/

.ico-tiktok:before{ background:url(../i/ico-tiktok.svg) center center no-repeat; }
/*.ico-tiktok:hover{ background:#dcd4d4; } */
	
.ico-ig:before{ background:url(../i/ico-ignew.svg) center center no-repeat; }



/*Home*/	
.wrapper-home{
	padding:70px 0 0 0;
	height: calc(100% - 80px);
	min-height:850px;
	width:100%;
	overflow: auto;
	overflow-x:hidden;
	}
.w768 .wrapper-home,	
.w480 .wrapper-home{
	height:auto;
	}
	
.home-content{
	height: calc(100% - 40px);	
	width:100%;
	overflow:hidden;
	}
.w768 .home-content,
.w480 .home-content{
	height:100%;
	}	
	
.home-content-L{
	width:62.5%;
	float:left;
	height:100%;
	background:#fff;
	position:relative;
	}

.home-content-R{
	width:37.5%;
	float:left;
	height:100%;
	}

.w768 .home-content-L,
.w768 .home-content-R,
.w480 .home-content-L,
.w480 .home-content-R{
	width:100%;
	height:auto;
	}
.w768 .home-content-L .slick-slider,	
.w480 .home-content-L .slick-slider{
	margin-bottom:0;
	}
	
.home-row{
	width:100%;
	height:33%;
	display:block;
	position:relative;
	}
.w768 .home-row:nth-of-type(3),	
.w480 .home-row:nth-of-type(3){
	display:none;
	}

.w768 .home-row{
	height:250px;
	}
	
.w480 .home-row{
	height:250px;
	}	
	
.w768 .home-row:last-of-type,
.w480 .home-row:last-of-type{
	height:auto;
	}
	
.home-row:last-of-type{
	height:34%;
	/* background:#0f2e4d; */
	padding:18px 5%;
	}

	
.w970 .home-row:last-of-type{
	padding:15px 5%;
	}
	
	
.home-row:last-of-type p{
	display:inline-block;
	width:68%;
	margin:0;
	}
	
.w1200 .home-row:last-of-type p{
	width:67%;
	}
	
.w970 .home-row:last-of-type p{
	width:67%;
	}
	
.w480 .home-row:last-of-type p{
	width:100%;
	}
	
.home-25{
	display:inline-block;
	width:31%;
	vertical-align:top;
	padding:15px 6% 0 0;
	}
	
.w480 .home-25{
	width:50%;
	padding:0;
	max-width:159px;
	margin:0 auto;
 	display: block;
	}
	
.home-media{
	width:100%;
	display:block;
	height:40px;
	background:#eeeeee;
	}
.w768 .home-media,	
.w480 .home-media{
	display:none;
	}
	
.home-media .marquee a{
	font:normal 13px "open_sanslight", Arial, Helvetica, sans-serif;
	color:#666;
	margin:0 25px 0 0;
	}
	
.home-media .marquee a:hover{
	color:#0066b2;
	}
	
.home-media-m{
	width:100%;
	display:none;
	background:#eeeeee;
	padding:20px 15px;
	}
	
.w768 .home-media-m,
.w480 .home-media-m{
	display:block;
	}
	
.home-media-m .title{
	font:normal 14px "open_sanssemibold", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	padding-bottom:15px;	
	}
	
.home-media-m .title:after {
    background: #178aa9; none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin:5px 0 0 0;
    position: relative;
    width:100%;
}

.home-media-m .slick-slider{
	margin-bottom:0;
	}


.home-media-m a h2{
	font:normal 20px "open_sanssemibold", Arial, Helvetica, sans-serif;
	padding:5px 0;
	text-align:left;	
	color:#333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	}
	
.home-media-m a .date{
	font: 14px "open_sanslight",Arial,Helvetica,sans-serif;
	color:#333333;
	}
	
.home-media-m a:hover h2{
	color:#1789a9;
	}
	
.home-media-m .home-btn{
	padding:15px 0 0 0;
	margin:0;
	border-top:1px solid #d3d3d3;
	}
	

	
.home-media .title{
	width:150px;
	height:100%;
	padding:9px 0 0 20px;
	font:normal 14px "open_sanssemibold", Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	background:#178aa9;
	text-transform:uppercase;
	color:#fff;
	}
	
.home-media .text{
	
	}
	
/*Banner*/
.banner-slide{
	position:relative;
	width:100%;
	height:100%;
	}
	
.banner{
	width:100%;
	height:100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: top center!important;
    background-repeat:no-repeat!important;
	position:relative;
	}
	
.w768 .banner{
	height:450px;
	}
	
.w480 .banner{
	height:270px;
	}
	
.banner:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(4,31,52,0.05);
	width:100%;
	height:100%;
	display:block;
	}
	
.banner:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../i/banner-trans.png) left bottom repeat-x;
	width:100%;
	height:100%;
	display:block;
	opacity:0.7;
	}
.w768 .banner:after,	
.w480 .banner:after{
	display:none;
	}

.banner-content{
	position:absolute;
	width:83%;
	z-index:1;
	bottom:0;
	color:#fff;
	padding:0 20px 20px 20px;
	font-size:18px;
	}
	
.w970 .banner-content{
	width:100%;
	bottom:75px;
	padding:0 20px;
	}
	
.w768 .banner-content{
	width:100%;
	position:relative;
	font-size:17px;
	padding:20px;
	color:#0f2e4d;
	}
	
.w480 .banner-content{
	width:100%;
	position:relative;
	font-size:16px;
	padding:15px 15px 20px 15px;
	color:#0f2e4d;
	}
	
.banner-content h1{
	font:normal 42px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	position:relative;
	color:#fff;
	text-align:left;
	}
.w970 .banner-content h1{ font-size:38px; }
.w768 .banner-content h1{ font-size:35px; }	
.w480 .banner-content h1{ font-size:28px; }
	
.banner-content h1:after{
    background:#00ac5c;
    content: "";
    display: block;
    height: 2px;
    margin: 14px 0;
    position: relative;
	width:180px;
	}
.w768 .banner-content h1,
.w480 .banner-content h1{
	color:#0f2e4d;
	}
.banner-content p{
	display:block;
	margin:0 0 10px 0;
	}
	
.banner-arrow-holder{
	width:110px;
	position:absolute;
	bottom:20px;
	right:20px;
	display:block;
	z-index:1;
	}
	
.w970 .banner-arrow-holder{
	bottom:10px;
	left:20px;
	right:auto;
	}
	
.w768 .banner-arrow-holder{
	top:390px;
	bottom:auto;
	}
	
.w480 .banner-arrow-holder{
	width:90px;
	top:225px;
	right:10px;
	bottom:auto;
	}


a.arrow{
	width:45px;
	height:45px;
	margin:0 5px;
	display:inline-block;
	background:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
	position:relative;
	}
	
a.arrow:hover{
	background:#41b6e6;
	}
	
.w480 a.arrow{
	width:35px;
	height:35px;	
	}

a.arrow-L:before {
	content: "";
	position: absolute;
	top:17px;
	left:19px;
	width:9px;
	height:9px;
	border:1px solid #444343;
	border-width:1px 1px 0 0;
	transform:translateX(0) rotate(-135deg);
	-webkit-transform:translateX(0) rotate(-135deg);
}

.w480 a.arrow-L:before{
	top:12px;
	left:15px;
	}

a.arrow-L:hover::before {
	 border:1px solid #fff;
 	 border-width:1px 1px 0 0;
}

a.arrow-R:before {
	content: "";
	position: absolute;
	top:17px;
	right:19px;
	width:9px;
	height:9px;
	border:1px solid #444343;
	border-width:1px 1px 0 0;
	transform:translateX(0) rotate(45deg);
	-webkit-transform:translateX(0) rotate(45deg);
}

.w480 a.arrow-R:before{
	top:12px;
	right:15px;
	}

a.arrow-R:hover::before {
	 border:1px solid #fff;
 	 border-width:1px 1px 0 0;
}

/*Home - Events
.home-event{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
    background-repeat:no-repeat!important;
	}
	
.home-event:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:#000;
	width:100%;
	height:100%;
	display:block;	
	opacity:0.1;
	}
	
.home-event .home-event-c{
	width:100%;
	position:absolute;
	top:0;
	left:0;	
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../i/home-events-trans.png) left top repeat-x;
	width:100%;
	height:100%;
	display:block;	
	display:block;
	padding:20px 15px 0 15px;
	color:#fff;
	}
	
.home-event .home-btn{
	position:absolute;
	width: calc(100% - 40px);
	bottom:15px;
	right:20px;
	padding:15px 0 0 0;
	border-top:1px solid rgba(255,255,255,0.5);
	text-align:right;
	}
	
.w768 .home-event .home-btn,
.w480 .home-event .home-btn{
	left:15px;
	bottom:15px;
	text-align:left;
	}
	
#slick_events .slick-dots{
	width:50%;
	bottom:5px;
	left:15px;
	text-align:left;
	}
	
.w768 #slick_events .slick-dots,	
.w480 #slick_events .slick-dots{
	display:none!important;
	} 
	
.label{
	display:inline-block;
	padding:3px 10px;
	color:#fff;
	font:normal 11px "open_sansbold", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	letter-spacing:0.2px;
	}
	
.label-mission{ background:#426f9d; }
.label-tradefairs{ background:#588f70; }
.label-roadshow{ background:#6e5990; }
.label-seminars{ background:#e94b35; }
.label-socialmedia{ background:#023020; }
	
.home-event-c h2{
	font:normal 20px "open_sanssemibold", Arial, Helvetica, sans-serif;
	padding:5px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	text-align:left;
	}

	
.home-event-c .date{
	font:normal 14px "open_sanslight", Arial, Helvetica, sans-serif;
	text
	
*/

.home-event{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
    background-repeat:no-repeat!important;
	background:url(../i/home-events-bg.jpg) center bottom no-repeat #009587;
	}
	

	
.home-event .home-event-c{
	width:100%;
	position:absolute;
	top:0;
	left:0;	
	content:'';
	position:absolute;
	top:0;
	left:0;

	width:100%;
	height:100%;
	display:block;	
	display:block;
	padding:30px;
	color:#fff;
	}
	
.w1200 .home-event .home-event-c{
	padding:25px 15px;
	}
	
.w970 .home-event .home-event-c,
.w768 .home-event .home-event-c,
.w480 .home-event .home-event-c{
	padding:20px 15px;
	}
	
.home-event .home-btn{
	position:absolute;
	width: calc(100% - 60px);
	bottom:15px;
	right:30px;
	padding:15px 0 0 0;
	border-top:1px solid rgba(255,255,255,0.5);
	text-align:right;
	}
.w1200 .home-event .home-btn,	
.w970 .home-event .home-btn{
	width: calc(100% - 30px);
	right:15px;
	}
	
.w768 .home-event .home-btn,
.w480 .home-event .home-btn{
	width: calc(100% - 30px);
	left:15px;
	bottom:15px;
	text-align:left;
	}
	
#slick_events .slick-dots{
	width:50%;
	bottom:5px;
	left:28px;
	text-align:left;
	}
.w1200 #slick_events .slick-dots,	
.w970 #slick_events .slick-dots{
	left:10px;
	}
	
.w768 #slick_events .slick-dots,	
.w480 #slick_events .slick-dots{
	display:none!important;
	} 
	
.label{
	display:inline-block;
	padding:3px 10px;
	color:#fff;
	font:normal 11px "open_sansbold", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	letter-spacing:0.2px;
	}
	
.label-mission{ background:#426f9d; }
.label-tradefairs{ background:#588f70; }
.label-roadshow{ background:#6e5990; }
.label-seminars{ background:#e94b35; }
.label-socialmedia{ background:#023020; }

.label-home-mission{ background:#ffffff;color:#426f9d; }
.label-home-tradefairs{ background:#ffffff;color:#588f70;; }
.label-home-roadshow{ background:#ffffff;color:#6e5990 }
.label-home-seminars{ background:#ffffff;color:#e94b35; }
.label-home-socialmedia{ background:#ffffff;color:#023020; }
	
.home-event-c h2{
	font:normal 26px "open_sanssemibold", Arial, Helvetica, sans-serif;
	padding:5px 0;
	text-align:left;
	}
	
.w1440 .home-event-c h2{
	font-size:24px;
	line-height:29px;
	}	
	
.w1200 .home-event-c h2{
	font-size:22px;
	line-height:27px;
	}

.w970 .home-event-c h2,
.w480 .home-event-c h2{
	font-size:20px;
	line-height:25px;
	}	
.home-event-c .date{
	font:normal 14px "open_sanslight", Arial, Helvetica, sans-serif;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);*/
	}

/*Home - Resources*/
a.home-resource{
	width:33%;
	height:100%;
	float:left;
	display:inline-block;	
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
    background-repeat:no-repeat!important;
	position:relative;
	overflow:hidden;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
	filter: gray;  /* For IE 6 - 9 */
	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
	}
	
a.home-resource:last-of-type{
	width:34%;
	}
	
a.home-resource:hover{
	background:#9F0;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
	}
	
a.home-resource:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.5);
	width:100%;
	height:100%;
	display:block;
	-webkit-transition: all 0.5s ease 0s;
  	-moz-transition: all 0.5s ease 0s;
  	-o-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
	}
	
a.home-resource:hover::before{
	background:rgba(40,40,40,0);
	}
	
a.home-resource:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../i/home-resouces-trans.png) left bottom repeat-x;
	width:100%;
	height:100%;
	display:block;
	opacity:0.8;
	}
.w1440 a.home-resource:after,
.w1200 a.home-resource:after,	
.w970 a.home-resource:after{
	background:url(../i/home-resouces-trans2.png) left top repeat-y;
	}
	
.w1440 a.home-resource,
.w1200 a.home-resource,	
.w970 a.home-resource{
	width:100%;
	height:33%;
	}
	
.w1440 a.home-resource:last-of-type,
.w1200 a.home-resource:last-of-type,	
.w970 a.home-resource:last-of-type{
	height:34%;
	}
	
a.home-resource p{
	position:absolute;
	bottom:20px;
	left:15px;
	color:#fff;
	font:normal 16px "open_sansbold", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0;
	margin:0;
	z-index:5;
	}

a.home-resource p span{
	display:block;
	}
	
.ie_grayscale {
	filter: url('filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
	display:block;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ie_grayscale:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
	opacity:1;
}
.w480 .ie_grayscale {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}

/*Home Row Links*/
a.home-links{
	width:100%;
	display:block;
	padding:12px 30px;
	background:none;
	border:1px solid rgba(255,255,255,0.5);
	font-size:18px;
	letter-spacing:2.5px;
	color:#e8e8e8;
	margin:15px 0;
	-webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	
a.home-links:hover{
	background:#fff;
	color:#0f2e4d;
	}
	
.w1440 a.home-links{
	letter-spacing:1px;
	padding:12px 20px;
	}
	
.w1200 a.home-links{
	letter-spacing:1px;
	font-size:16px;
	padding:12px 20px;
	}
	
.w970 a.home-links{
	font-size:16px;
	letter-spacing:1.5px;
	padding:12px 20px;
	}
	
.w480 a.home-links{
	padding:12px 20px;	
	font-size:16px;
	letter-spacing:1.5px;
	}
	
/*Inner Page*/
.wrapper{
	width:100%;
	display:block;
	padding:70px 0 0 0;
	}
	
/*Banner Inner*/
.banner-inner{
	width:100%;
	display:block;
	height:385px;
	position:relative;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: top center!important;
    background-repeat:no-repeat!important;
	}
	
.banner-inner:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(4,31,52,0.2);
	width:100%;
	height:100%;
	display:block;
	}


.w768 .banner-inner{
	height:350px;
	}

.w480 .banner-inner{
	height:250px;
	}
	
.banner-corporate{background:url(../i/banner-corporate.jpg) center center no-repeat;}
.banner-events{background:url(../i/banner-events.jpg) center center no-repeat;}
.banner-media{background:url(../i/banner-media.jpg) center center no-repeat;}
.banner-resources{background:url(../i/banner-resources.jpg) center center no-repeat;}
.banner-publication{background:url(../i/banner-publication.jpg) center center no-repeat;}
.banner-contact{background:url(../i/banner-contact.jpg) center center no-repeat;}
.banner-member{background:url(../i/banner-member.jpg) center center no-repeat;}
.banner-tc{background:url(../i/banner-tc.jpg) center center no-repeat;}
	
.banner-inner .title{
	max-width:1410px;
	width:100%;
	padding:0 15px;
	font:normal 45px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
	color:#fff;
	position:absolute;
	top:60%;
	left:50%;
	display:block;
 	 -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
	}
	
.w970 .banner-inner .title{ font-size:40px; }
.w768 .banner-inner .title{ font-size:38px;text-align:center;top:50%; }	
.w480 .banner-inner .title{ font-size:33px; text-align:center;top:50%;}

.banner-inner .title hr{
	margin:10px 0;
	color:#ffffff;
	background-color:#ffffff;
	height:3px;
	border:none;
	width:100%;
	clear:both;
	}

.banner-inner .title p{
	font:normal 30px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	
.w970 .banner-inner .title p{ font-size:25px}
.w768 .banner-inner .title p{ font-size:23px}
.w480 .banner-inner .title p{ font-size:20px;}
	
/*.banner-inner .title:after{
    background:#ffffff;
    content: "";
    display: block;
    height: 3px;
    margin: 14px auto;
    position: relative;
	width:100%;
	}
	
.banner-inner .title-lv2{
	max-width:1410px;
	width:100%;
	padding:0 15px;
	font:normal 30px "gotham_mediumregular", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
	color:#fff;
	position:absolute;
	bottom:26%;
	left:50%;
	display:block;
 	 -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
	}
	
.w970 .banner-inner .title-lv2{ font-size:26px; }
.w768 .banner-inner .title-lv2{ font-size:23px; }	
.w480 .banner-inner .title-lv2{ font-size:20px; bottom:13%;}
*/
/*Inner Page Content*/
.container{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
	position:relative;
	padding:35px 0;
	}

.w1200 .container,
.w970 .container,
.w768 .container{
	padding:30px 20px;
	}		
	
.w480 .container{
	padding:20px 10px;
	}
	
/*Corporate*/

.corporate h3{
	padding-bottom:5px;
	}
	
.corporate-row{
	width:100%;
	background:#f2f4f4;
	}
	
/*.corporate-row:last-of-type{
	background:#e3e6e6;
	}*/
	
.corporate-row-second{
	background:#e3e6e6;	
	}
	
.corporate-row-third{
	background:#d7e3e3;
	}
	
.corporate-row-fourth{
	background:#c1d1d1;
	}	
.corporate-row-third .objective-L,
.corporate-row-third .objective-R{
	vertical-align:middle;
	}
	
.corporate-row-third .objective-R{
	text-align:left;
	padding:0 0 0 25px;
	}
	
.corporate-row-third .objective-R h4{
	text-align:left;
	}
	
.corporate-row-third .objective-R h4:after{
    margin:20px 0;
	}
	
.objective-L{
	width:50%;
	display:inline-block;
	}
	
.objective-R{
	width:49%;
	display:inline-block;
	vertical-align:top;
	}
.w768 .objective-L,
.w768 .objective-R,	
.w480 .objective-L,
.w480 .objective-R{
	width:100%;
	}
	

	
ul.corporate-list{
	list-style:none;
	padding:20px 25px;
	margin:0;
	}
	
.w480 ul.corporate-list{
	padding:0 0 10px 0;
	}
	
ul.corporate-list li{
	padding:15px 0;
	border-bottom:1px solid #dfdfdf;
	}
	
.corporate-3col{
	width:49.5%;
	display:inline-block;
	padding:10px 25px;
	vertical-align:top;
	border-right:1px solid #c7c7c7;
	}
	
.w768 .corporate-3col,	
.w480 .corporate-3col{
	width:100%;
	border-bottom:1px solid #c7c7c7;
	border-right:0;
	padding:20px 0;
	}
	
.corporate-3col:last-of-type{
	border:0;
	}
	
.corporate-3col .title{
	font:normal 22px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	padding-bottom:5px;	
	}
	
	
ul.bot{
	list-style:none;
	padding:0;
	margin:0;
	}
	
ul.bot li{
	width:47.5%;
	display:inline-block;
	margin:0 1%;
	padding:10px;
	border-bottom:1px solid #e8e8e8;
	vertical-align:top;
	}
	
	
.aff-list{
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	padding-bottom:30px;
	}


.aff-list .aff-lg{
	width:32%;
	border:1px solid #dddddd;
	float:left;
	margin:10px 0.5%;
	padding:20px;
	}
	
.w768 .aff-list .aff-lg,	
.w480 .aff-list .aff-lg{
	width:100%;
	}

.aff-list .aff-lg .aff-img{
	width:100%;
	max-width:180px;
	text-align:center;
	display:block;
	vertical-align:middle;	
	margin:0 auto;
	}
	
.w768 .aff-list .aff-lg .aff-img{
	display:inline-block;
	width:180px;
	vertical-align:top;
	border-right:1px solid #dddddd;	
	}
	
.aff-list .aff-lg .aff-img img{
	display:block;
	vertical-align:middle;	
	}
	
.aff-list .aff-lg .aff-text{
	width:100%;
	border-top:1px solid #dddddd;
	padding:15px 0 0 0 ;
 	}
	
.aff-list .aff-lg .aff-text h5{
	font:normal 18px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	padding-bottom:5px;	
	}
	
.aff-list .aff-lg .aff-text p{
	padding:0 0 10px 0;
	margin:0;
	}
	
.w768 .aff-list .aff-lg .aff-text{
    width: calc(100% - 200px);
	display:inline-block;
	border-top:0;	
	vertical-align:top;
	padding-left:20px;
	}
	
.timber-asso{
	display:block;
	border-bottom:1px solid #e8e8e8;
	float:left;
	padding:20px;
	width:100%;
	}
	
.timber-asso-L{
	text-align: center;
    width:30%;
	float:left;
	border:1px solid #e8e8e8;
	padding:20px;
	display:block;
	}

	
.timber-asso-L .img{
	display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	}
.timber-asso-L .txt{	
	border-top: 1px solid #dddddd;
    padding: 15px 0 0;
    width: 100%;
}

.timber-asso-L .txt p{
	margin: 0;
    padding: 0 0 10px;
	}

.timber-asso-R{
	width:70%;
	float:left;
	padding-left:25px;
	}
	
.timber-asso h5{
	font:normal 20px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	}

.timber-asso h5:after{
    background:#00ac5c;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px 0;
    position: relative;
	width:85px;		
	}
	
.box-bio{
	width:31%;
	float:left;
	background:#fff;
	margin:0 1% 20px 1%;
	}

.w480 .box-bio{
	width:100%;
	margin:0 0 20px 0;
	}
	
.box-bio .box-bio-img{
	width:100%;
	display:block;
	}
	
.box-bio .box-bio-txt{
	padding:10px 15px 15px 15px;
	font-size:14px;
	}
	
.box-bio .box-bio-txt h5{
	font:normal 20px "open_sanssemibold", Arial, Helvetica, sans-serif;		
	}
	
.box-bio .box-bio-txt h5:after{
    background:#00ac5c;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px 0;
    position: relative;
	width:85px;		
	}
	
.pop-screen{
	padding:8%;
	max-width:500px;
	text-align:center;
	}
	
/*OC page*/

.oc{
	width:100%;
	display:block;
	max-width:970px;
	margin:0 auto;
	border:1px solid #dcdcdc;
	background:#f5f5f5;
	padding:30px;
	}
	
.w480 .oc{
	padding:15px;
	}
	
/*Media - Press Release*/
.media-holder{
	width:100%;
	display:block;
	padding-bottom:30px;
	}
	
.media-head{
	width:100%;
	display:block;
	background:#21618a;
	padding:10px 15px 5px 15px;
    position: relative;
	}
	
.media-head .select-col1{
	width:100%;
	max-width:160px;
	display:inline-block;
	margin:0 10px 0 0;
	}
	
.media-head .select-col3{
	width:100%;
	max-width:250px;
	display:inline-block;
	margin:0 10px 0 0;
	}
	
.w768 .media-head .select-col3{
	width:30%;
	mnax-width:none;
	}
	
.w480 .media-head .select-col1,
.w480 .media-head .select-col3{
	max-width:none;
	}
	
.media-list {
    padding:7px 5px 0 15px;
    text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
    width: 100%;
	 border-bottom:1px solid #dcdcdc;
	 font-size:16px;
	 height:62px;
	 display:table;
}

.media-list:hover{
	background:#f6f6f6;
	}

.w768 .media-list,
.w480 .media-list{
	width:100%;
	display:block;
	height:auto;
    padding:10px;
	}

.media-list .media-date {
    color: #6a6a6a;
    width: 110px;
	display:inline-block;
	display: table-cell;
    vertical-align:middle;
}


.media-list .media-title {
    color: #065293;
    width: calc(100% - 355px);
	display: table-cell;
    vertical-align: middle;
	padding:0 2%;
}

.media-source{
	display:block;
	color:#333333;
	font:italic 14px "open_sanslight", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	}

.media-list .media-dl{
	width:245px;
	display: table-cell;
    vertical-align: middle;
	text-align:left;	
	}
	
.w768 .media-list .media-dl a.ico-dl,
.w480 .media-list .media-dl a.ico-dl{
	margin:3px 10px 3px 0px;
	}
	
.w768 .media-list .media-date,
.w768 .media-list .media-title,
.w480 .media-list .media-date,
.w480 .media-list .media-title{
	width:100%;
	display:block;
	}
	
.w768 .media-list .media-title,
.w480 .media-list .media-title{
	padding:3px 0 7px 0;
	}
	
	
	
.media-globaltimbernews .media-list:first-of-type{
	 border-top:1px solid #dcdcdc;
	}
	
.media-globaltimbernews .media-title {
    width: calc(100% - 280px);
}
	
.media-globaltimbernews .media-source{
	width:170px;
	display: table-cell;
    vertical-align: middle;
	text-align:left;	
	}
.w768 .media-globaltimbernews .media-source,	
.w480 .media-globaltimbernews .media-source{
	width:100%;
	}

.selectbox-media {
    position: relative;
    width: 100%;
    height: 35px;
    border: 0;
    background: #192e3c;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
    overflow: hidden;
	color:#fff;
	font-size:15px;
}

.selectbox-media:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 12px;
    height: 0;
    width: 0;
    margin: -20px 0 0 0;
    pointer-events: none;
    border: solid transparent;
    border-top-color: #ffffff;
    border-width: 7px 5px;
}
.selectbox-media:before {
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    display:block;
    width:40px;
    height:35px;
    background:#192e3c;
    pointer-events:none;
}
.selectbox-media select {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0 15px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
	border:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.selectbox-media select * {
    width: 100%;
	 padding:7px 15px;
	 background:#192e3c;
	 border:0;
}

.selectbox-media select *:first-child{
	 padding:11px 15px 7px 15px;	
	}
	
.select-box2 select *:last-child{
	 padding:7px 15px 11px 15px;	
	}

.select-box2 select:focus {
    outline: 0;
}

.media-holder-box{
	width:100%;
	display:block;
	display: flex;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	}
	
.media-box {
    border: 1px solid #e8e8e8;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 24%;
	color:#333333;
}

.w970 .media-box {
	width:32%;
	}
	
.w768 .media-box {
	width:49%;
	}
	
.w480 .media-box {
	width:100%;
	margin:0 0 10px 0;
	}

.media-box:hover {
    color:#333333;
	 background: #f5f2f2;
}

.media-box .media-box-img {
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.media-box .media-box-title {
    display: block;
	padding:10px 15px 20px 15px;
	font-size:17px;
}

.w768 .media-boxh .media-box-title,
.w480 .media-box .media-box-title {
    height: auto;
}

/*Events*/
.events-calendar-L{
	width:65%;
	float:left;
	}
.events-calendar-R{
	width:32%;
	float:right;
	display:block;
	background:#f9f9f9;
	}
	
.w768 .events-calendar-L,	
.w768 .events-calendar-R,
.w480 .events-calendar-L,	
.w480 .events-calendar-R{
	width:100%;
	}
	
.events-calendar-list{
	width:100%;
	padding:25px;
	border-bottom:1px solid #d3d3d3;
	}
	
.events-calendar-list .date{
	 font: 14px "open_sanslight",Arial,Helvetica,sans-serif;
	 padding:3px 0;
	}
	
.events-calendar-list .title{
	font: 18px/19px "open_sanslight",Arial,Helvetica,sans-serif;
    padding-bottom: 7px;
	}
	
.events-calendar-list .venue{
	font: italic 12px "open_sansregular",Arial,Helvetica,sans-serif;
	padding-bottom:10px;
	}

.events-holder-box{
	width:100%;
	display:block;
	display: flex;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	flex-flow:row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	padding-bottom:15px;
	}
	
.calendar-features {
    float: left;
    margin: 0 0.5% 10px 0.5%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 24%;
	color:#333333;
	padding:15px 20px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center center!important;
    background-repeat:no-repeat!important;
	height:360px;
}
.calendar-features:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgba(40,40,40,0.4);
	width:100%;
	height:100%;
	display:block;
	}
	
.calendar-features:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(../i/home-events-trans.png) left top repeat-x;
	width:100%;
	height:100%;
	display:block;	
	opacity:0.7;
	}
	
.w970 .calendar-features,
.w970 .calendar-features:first-of-type{
	width:32%;	
	height:330px;
	}
	
.w768 .calendar-features:first-of-type{
	height:270px;
	}
	
.w768 .calendar-features{
	width:49%;
	height:270px;
	}

.w768 .calendar-features:first-of-type,
.w480 .calendar-features,
.w480 .calendar-features:first-of-type{
	width:100%;
	}
.w480 .calendar-features,	
.w480 .calendar-features:first-of-type{
	height:250px;	
	}

.calendar-features:first-of-type{
	width:49%;
	}
	
.calendar-features-c{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:15px 20px;
	z-index:5;
	color:#ffffff;
	}
	
.calendar-features-c .date{
	font:normal 14px "open_sanslight", Arial, Helvetica, sans-serif;	
	}
	
.calendar-features-c .title{
	font:normal 20px "open_sanssemibold", Arial, Helvetica, sans-serif;
	padding:5px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	text-align:left;	
	}
	
.calendar-list {
    border: 1px solid #e8e8e8;
    float: left;
    margin: 0 0.5% 10px 0.5%;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 24%;
	color:#333333;
	padding:15px 20px;
}

.w970 .calendar-list {
	width:32%;
	}
	
.w768 .calendar-list {
	width:49%;
	}
	
.w480 .calendar-list {
	width:100%;
	margin:0 0 10px 0;
	}

.calendar-list:hover {
    color:#333333;
	 background: #f2f4f4;
}

.calendar-list .date{
	/*font:normal 48px "AGaramondProBold", Georgia, Times New Roman, Times, serif;*/
	font:normal 48px "open_sanssemibold", Arial, Helvetica, sans-serif;
	line-height:48px;
	text-transform:capitalize;
	padding-bottom:60px;	
	}
.calendar-list .date span{
	display:block;
	}
	
.w480 .calendar-list .date{
	padding-bottom:30px;
	}
	
.calendar-list .title{
	font:normal 18px "open_sanslight", Arial, Helvetica, sans-serif;
	line-height:19px;
	padding-bottom:7px;
	}
.w970 .calendar-list .title,	
.w768 .calendar-list .title,
.w480 .calendar-list .title{
	height:auto;
	}
.calendar-features-c .venue,	
.calendar-list .venue{
	font:italic 12px "open_sansregular", Arial, Helvetica, sans-serif;
	}
	
ul.events-legend{
	list-style:none;
	padding:0;
	}
	
ul.events-legend li{
	display:inline-block;
	}
	
.events-head{
	width: calc(100% - 1%);
	margin:0 auto 10px auto;
	display:block;
	background:#848484;
	padding:10px 15px 5px 15px;
    position: relative;
	}
	
.events-head a{
	display:inline-block;
	color:#fff;
	font: 14px "gotham_bookregular",Arial,Helvetica,sans-serif;
    padding:6px 10px 8px 10px;
	}
	
.events-head a:hover{
	color:#fdd000;
	}

/*Article*/
.article-head{
	text-align:center;
	width:100%;
	position:relative;
	}
	
.article-date{
	font:normal 17px "open_sansregular", Arial, Helvetica, sans-serif;
	}
	
.article-title{
	font:normal 45px "open_sansbold", Arial, Helvetica, sans-serif;
	line-height:47px;
	text-transform:capitalize;
	padding:5px 5%;
	}
	
.article-title-tradeinfo{
	padding:5px 10%;	
	}
	
.article-title-tradeinfo span{
	font:normal 20px "open_sanslight", Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 0 0 0;
	}
	
.w970 .article-title{
	font-size:35px;
	line-height:37px;
	}
	
.w768 .article-title{
	font-size:30px;
	line-height:32px;
	}
	
.w480 .article-title{
	font-size:25px;
	line-height:27px;
	}
	
.article-source{
	font:italic 17px "open_sanslight", Arial, Helvetica, sans-serif;
	}
	
.article-wrapper{
	background:#f2f4f4;
	width:100%;
	font:normal 16px "open_sanslight", Arial, Helvetica, sans-serif;
	}
	
.article-wrapper h3{
	font:normal 18px "open_sansregular", Arial, Helvetica, sans-serif;	
	}
	
.article-gallery{
	max-width:970px;
	width:100%;
	display:block;
	margin:0 auto 30px auto;
	position:relative;
	height:600px;
	background:#e1e3e2;
	overflow:hidden;
	}
	
.article-gallery p{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	display:block;
 	 -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);	
	}
	
.w970 .article-gallery{
	height:500px;
	}
	
.w768 .article-gallery{
	height:400px;
	}
	
.w480 .article-gallery{
	height:300px;
	}
	
.article-dl-section{
	width:100%;
	background:#d0dcdc;
	padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
	
.article-dl-section h3{
	font:normal 16px "open_sansbold", Arial, Helvetica, sans-serif;	
	color:#333333;
	padding-bottom:5px;	
	}
	
.article-dl-section .ico-dl{
	margin:3px 10px 3px 0px;
	}
	
.close-btn {
	position: absolute;
	width:50px;
	height:50px;
	top:0;
	right:0;
	cursor: pointer;
	display:inline-block;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	background:#f5f5f5;
}

.close-btn::before,
.close-btn::after {
	content: '';
	position: absolute;
	width: 100%;
	top:50%;
	left:0; 
	height: 1px;
	background: #6a6a6a;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-btn::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.close-btn:hover::before,
.close-btn:hover::after {
	background: #333;
}	
	
.close-btn:hover{
	background:#e5e5e5;
	}
	
.w480 .close-btn {
	width:40px;
	height:40px;
	right:-10px;
	}
	
/*Resource*/
.accodian-list{
	border-bottom:1px solid #dcdcdc;
	padding:20px 0;
	font:normal 16px "open_sanslight", Arial, Helvetica, sans-serif;
	position:relative;
	}
.open{
	position:relative;
	width:100%;
	}
	
.open:before{
	content:'+';
	right:10px;
	top:19px;
	position:absolute;
	font:bold 30px Arial, Helvetica, sans-serif;	
	}
	
.close{
	position:relative;
	width:100%;
	}
	
.close:before{
	content:'-';
	right:10px;
	top:19px;
	position:absolute;
	font:bold 30px Arial, Helvetica, sans-serif;	
	}
	
.accodian-list:first-of-type{
	border-top:1px solid #dcdcdc;
	}
	
.accodian-title{
	font:normal 22px "open_sansbold", Arial, Helvetica, sans-serif;	
	padding-bottom:10px;
	position:relative;
	width:100%;
	}
	
.accodian-open{
	position:absolute;
	right:20px;
	top:10px;
	font:normal 22px "open_sansbold", Arial, Helvetica, sans-serif;	
	}
	
.img-box{
	display:inline-block;
	vertical-align:top;
	}
		
.img-box-left{
	padding:0 30px 0 0;
	}
	
.img-box-right{
	padding:0 0 0 30px;
	}
	
.accodian-list .accodian-c{
	display:inline-block;
	
	vertical-align:top;
	}
	
.grid1 .img-box{width:35%;}
.grid1 .accodian-c{width:64.5%;}

.grid2 .img-box{width:30%;}
.grid2 .accodian-c{width:69.5%;}

.grid3 .img-box{width:20%;}
.grid3 .accodian-c{width:79.5%;}

.w480 .grid1 .img-box,
.w480 .grid1 .accodian-c,
.w480 .grid2 .img-box,
.w480 .grid2 .accodian-c,
.w480 .grid3 .img-box,
.w480 .grid3 .accodian-c
{width:100%;}


.iframe-video{
	width:100%;
	height:520px;
	}
	
.w970 .iframe-video{
	height:350px;
	}
	
.w768 .iframe-video{
	height:280px;
	}

.w480 .iframe-video{
	height:200px;
	}
	
	
/*Mobile expand*/
.lv1.plus_anim {
	/*opacity: 0.4;*/
}

.minus::after{
	content: "\2013";
	font:bold 16px "Arial", Helvetica, sans-serif;
	line-height:16px;
	padding:0 0 0 10px;
	color:#fc534c;
	}
	
.plus::after{
	content: "\002B";
	font:bold 16px "Arial", Helvetica, sans-serif;
	line-height:16px;
	padding:0 0 0 10px;
	color:#fc534c;
	}
	
/*Resouces Sustain*/

.resources-sustain h3{
	font:normal 18px "open_sansregular", Arial, Helvetica, sans-serif;		
	}
	
.sustain-imgbox-R{
	float:right;
	width:30%;
	padding:0 0 0 20px;
	}
	
.sustain-imgbox-R-50{
	float:right;
	width:50%;
	padding:0 0 0 20px;
	}
	
.w480 .sustain-imgbox-R,
.w480 .sustain-imgbox-L,
.w480 .sustain-imgbox-L-20,
.w480 .sustain-imgbox-50,
.w480 .sustain-imgbox-R-50{
	width:100%;
	padding:5px 0;
	}
	
.sustain-imgbox-L{
	float:left;
	width:40%;
	padding:0 20px 0 0;
	}
	
.sustain-imgbox-L-20{
	float:left;
	width:20%;
	padding:0 20px 0 0;
	}
	
.sustain-imgbox-50{
	width:50%;
	display:block;
	}	
	
.sustain h5 {
    font: 24px "open_sanssemibold",Arial,Helvetica,sans-serif;
}
.sustain h5::after {
    background: #00ac5c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px;
    position: relative;
    width: 85px;
}

.sustain ol li{
	padding:8px 0;
	}
	
/*Resoruces - Trade*/
.trade-info-box{
 	border: 1px solid #e8e8e8;
    color: #333333;
    float: left;
    margin: 0 0.5% 10px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 24%;
	}
	
.w970 .trade-info-box {
	width:32%;
	}
	
.w768 .trade-info-box {
	width:49%;
	}
	
.w480 .trade-info-box {
	width:100%;
	margin:0 0 10px 0;
	}
	
.trade-info-box:hover {
    color:#333333;
	 background: #f2f4f4;
}

.trade-info-box .year{
	font:normal 48px "AGaramondProBold", Georgia, Times New Roman, Times, serif;
	line-height:48px;
	text-transform:capitalize;
	padding-bottom:5px;
	display:block;
	color:#0066b3;
	}
	
.trade-info-content{
	padding:25px 0 0 0;
	}
	
.tradeinfo-graphlist{
	width:46%;
	float:left;
	margin:0 2% 25px 2%;
	}
	
.tradeinfo-graphlist span{
    font:normal 17px "open_sanssemibold",Arial,Helvetica,sans-serif;	
	color:#af151c;
	}
	
.w480 .tradeinfo-graphlist{
	width:100%;
	margin:0 0 20px 0;
	}
	
.tradeinfo-wrapper{
	width:100%;
	font:normal 16px "open_sanslight", Arial, Helvetica, sans-serif;
	}
	
.tradeinfo-wrapper h5 {
    font:normal 24px "open_sanssemibold",Arial,Helvetica,sans-serif;
}
.tradeinfo-wrapper h5::after {
    background: #00ac5c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px;
    position: relative;
    width: 85px;
}

.tradeinfo-imgbox-F{
	max-width:950px;
	margin:0 auto;
	}

.tradeinfo-imgbox-R{
	float:right;
	width:40%;
	padding:0 0 0 20px;
	}
.w768 .tradeinfo-imgbox-R,	
.w768 .tradeinfo-imgbox-R{
	width:50%;
	}
.w480 .tradeinfo-imgbox-R,	
.w480 .tradeinfo-imgbox-R2{
	width:100%;
	padding:0;
	}
	
.tradeinfo-imgbox-R2{
	float:right;
	width:30%;
	padding:0 0 0 20px;
	}
.w970 .tradeinfo-imgbox-R2,	
.w768 .tradeinfo-imgbox-R2{
	width:30%;
	}
	
/*Technical Info*/
	
ul.techinfo{
	list-style:none;
	padding:0;
	margin:0;
	}
	
ul.techinfo li{
	width:23%;
	float:left;
	margin:0 1%;
	padding:10px;
	border-bottom:1px solid #e8e8e8;
	vertical-align:top;
	}
	
.w768 ul.techinfo li{
	width:48%;
	}
	
.w480 ul.techinfo li{
	width:100%;
	}
	
.book{
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #f0f0f0;
	}
	
.book:last-of-type{
	border-bottom:0;
	}
	
.book-L{
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:center;
	}
	
.w768 .book-L{
	width:32%;
	}	
	
.w480 .book-L{
	width:100%;
	max-width:250px;
	}
	
.book-R{
	width: calc(100% - 21%);
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 30px;
	}
	
.w768 .book-R{
	width: calc(100% - 33%);
	}

.w480 .book-R{
	width:100%;
	padding:10px 0 0 0;
	}
	
.book h5 {
    font: 24px "open_sanssemibold",Arial,Helvetica,sans-serif;
}
.book h5::after {
    background: #00ac5c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 10px;
    position: relative;
    width: 85px;
}

.pub-head{
	width: 98%;
	margin:0 auto 10px auto;
	display:block;
	background:#848484;
	padding:10px 15px 5px 15px;
    position: relative;
	}
	
.pub-head a{
	display:inline-block;
	color:#fff;
	font: 13px "gotham_bookregular",Arial,Helvetica,sans-serif;
    padding:6px 5px 8px 5px;
	}
	
.pub-head a:hover, .pub-head a.selected{
	color:#fdd000;
	}


.box-brochures,
.box-brochure-holder{
	width:23%;
	float:left;
	display:block;
	position:relative;
	overflow: hidden;
	background:#fff;
	margin:0 1% 20px 1%;
	border:1px solid #ebebeb;
	}
	
.w970 .box-brochures,
.w970 .box-brochure-holder{
	width:31%;
	}
	
.w768 .box-brochures,
.w768 .box-brochure-holder{
	width:48%;
	}
	
.w480 .box-brochures,
.w480 .box-brochure-holder{
	width:100%;
	margin:0 0 20px 0;
	}
	
.box-brochure-dl{
	padding:15px;
	}

.box-brochures .box-brochures-img{
	width:100%;
	display:block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.box-brochures .box-brochures-img img{
	display:block;
	}
	
.box-brochures:hover .box-brochures-img{
	/*	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);*/
	}

.box-brochures .bar {
	width:100%;
	/*position:absolute;*/
	bottom:0;
	left:0;
	background:rgba(255, 255, 255, 0.8);
	text-align:center;
	padding:15px 0;
	color:#fff;
	 font:normal 13px "open_sansregular",Arial,Helvetica,sans-serif;
	/*-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	z-index:10;*/
}
.box-brochures:hover .bar {
	/*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}
.box-brochures .bar span {
	padding:5px 20px;
	background:#00ac5c;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display:inline-block;
}
.box-brochures:hover .bar span {
	background:#0066b3;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


.box-tmbook{
	width:23%;
	float:left;
	display:block;
	position:relative;
	overflow: hidden;
	background:#fff;
	margin:0 1% 20px 1%;
	border:1px solid #ebebeb;
	}
	
.w768 .box-tmbook{
	width:48%;
	}
	
.w480 .box-tmbook{
	width:100%;
	margin:0 0 20px 0;
	}

.box-tmbook .box-tmbook-img{
	width:100%;
	display:block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.box-tmbook .box-tmbook-img img{
	display:block;
	}
	
.box-tmbook:hover .box-tmbook-img{
		-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	}

.box-tmbook .bar {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(255, 255, 255, 0.8);
	text-align:center;
	padding:15px 0;
	color:#fff;
	 font:normal 13px "open_sansregular",Arial,Helvetica,sans-serif;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	z-index:10;
}
.box-tmbook:hover .bar {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.box-tmbook .bar span {
	padding:5px 20px;
	background:#0066b3;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	display:inline-block;
}
.box-tmbook:hover .bar span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


.list-tmbook{
	width:100%;
	border-top:1px solid #ebebeb;
	margin-top:10px;
	}
	
.list-tmbook a{
	width:31%;
	margin:5px 1%;
	float:left;
	padding:20px 10px;
	border-bottom:1px solid #ebebeb;
	color:#434343;
	}
.w970 .list-tmbook a,	
.w768 .list-tmbook a{
	width:48%;
	}
	
.w480 .list-tmbook a{
	width:100%;
	}
	
.list-tmbook a i{
	font:normal 18px "open_sansbold",Arial,Helvetica,sans-serif;
	margin-right:3px;
	color:#716f70;
	}
	
.list-tmbook a i span{
	color:#694019;
	}
	
.list-tmbook a:hover,
.list-tmbook a:hover i,
.list-tmbook a:hover i span{
	color:#0066b3;
	}
	
	

/*Contact*/

.contact-box{
	width:46%;
	margin:0 2% 30px 2%;
	float:left;
	border:1px solid #dddddd;
	background:#f8f8f8;
	}
	
.w480 .contact-box{
	width:100%;
	margin:0 0 30px 0;
	}
	
.country-img{
	width:100%;
	display:block;
	position:relative;
	}
	
.country-img img{
	display:block;
	}
	
.country-img span{
	position:absolute;
	top:20px;
	left:25px;
	font:normal 24px "open_sansbold",Arial,Helvetica,sans-serif;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
	}
	
.w768 .country-img span,
.w480 .country-img span{
	left:15px;
	font-size:20px;
	}
	
.w480 .country-img span{
	top:15px;
	}
	
.country-c{
	padding:20px 25px;
	font:normal 17px "open_sansregular",Arial,Helvetica,sans-serif;
	}
.w768 .country-c,	
.w480 .country-c{
	padding:15px;
	font-size:16px;
	}
	
.contact-form{
	width:100%;
	max-width:600px;
	margin:0 auto;
	border:1px solid #dddddd;
	background:#f8f8f8;
	}
	
.tab-list{
	width: 98%;
	display:block;
	margin:0 auto;
	padding:0;
	text-align:center;
	border-top:1px solid #d3d3d3;
	}
	
.tab-list a{
	font:normal 15px "gotham_mediumregular",Arial,Helvetica,sans-serif;
	color:#686f6f;
	text-align:center;
	position:relative;
	padding:0 10px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	display:block;
	float:left;
	margin-right:1px;
	}

	
.w480 .tab-list a{
	padding:10px 7px 10px 7px;
	}
	
.tab-list a:hover,
.tab-list a:focus,
.tab-list a.current-item {
	color: #fff;
	background:#ff5d4c;
}

.tab-list a span{
	position:relative;
	display:block;
	padding:15px 0 12px 0;
	}
.w480 .tab-list a span{
	padding:0 0 0 0;
	}

.tab-list a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #ff5d4c;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.tab-list a:hover:before,
.tab-list a:hover:after,
.tab-list a.current-item:before,
.tab-list a.current-item:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}


.tab-list a:after {
    border-color: #ff5d4c transparent transparent;
    border-style: solid;
    border-width: 8px 10px 0;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 10;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}

	
.trade-enquiry-head{
	width: calc(100% - 2%);
	margin:0 auto 10px auto;
	display:block;
	background:#848484;
	padding:10px 15px 5px 15px;
    position: relative;
	}
	
.trade-enquiry-head a{
	display:inline-block;
	color:#fff;
	font: 13px "gotham_bookregular",Arial,Helvetica,sans-serif;
    padding:6px 5px 8px 5px;
	}
	
.trade-enquiry-head a:hover{
	color:#fdd000;
	}
	
.trade-enquiry-form,
.member-profile-form{
	width: calc(100% - 2%);
	display:block;
	margin:0 auto;
	border:1px solid #dddddd;
	background:#f8f8f8;
	}
	
.trade-enquiry-form .form,
.member-profile-form .form{
	padding:25px;
	}
	
.trade-enquiry-form .form-row,
.member-profile-form .form-row{
	padding:0 20px 10px 20px;
	}
	
.trade-enquiry-form .form-row-half,
.member-profile-form .form-row-half{
	width:50%;
	float:left;
	padding:0 20px 10px 20px;
	}
	
.trade-enquiry-form .form-row-half label span,
.member-profile-form .form-row-half label span{
	font-size:12px;
	}
	
.w768 .trade-enquiry-form .form-row,	
.w768 .trade-enquiry-form .form-row-half,
.w768 .member-profile-form .form-row,	
.w768 .member-profile-form .form-row-half{
	padding:0 5px 10px 5px;	
	}	

.w480 .trade-enquiry-form .form-row,
.w480 .trade-enquiry-form .form-row-half,	
.w480 .member-profile-form .form-row-half,
.w480 .member-profile-form .form-row{
	width:100%;
	padding:0 0 10px 0;
	}
	
	
.trade-enquiry-form .form-row-3col{
	width:33.3%;
	float:left;
	padding:0 20px 10px 20px;
	}
.w768 .trade-enquiry-form .form-row-3col{
	padding:0 5px 10px 5px;
	}	
	
.w480 .trade-enquiry-form .form-row-3col{
	padding:0 5px 10px 0;
	}
	
.trade-enquiry-form .form-row-3col:last-of-type{
	padding:0 0 10px 0;
	}
	
.trade-enquiry-form .form-row-half label,
.trade-enquiry-form .form-row-3col label,
.member-profile-form .form-row-half label, {
    color: #00345b;
    display: block;
    padding-bottom: 5px;
}

.trade-enquiry-form .form-row-txt{
	 color: #00345b;
	 padding:5px 0 5px 20px;
	}

.trade-enquiry-form .form-row-submit,
.member-profile-form .form-row-submit{
	padding-top:10px!important;
	}

.trade-enquiry-form h4,
.member-profile-form h4 {
	font:normal 30px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	text-align:left;
	background:#c8c8c8;
	width:100%;
	padding:10px 40px;
	color:#373737;
}

.w480 .trade-enquiry-form h4,
.w480 .member-profile-form h4{
	padding:10px 20px;
	}

.trade-enquiry-form h4:after,
.member-profile-form h4:after{
    display: none;
	}

.trade-enquiry-form h5,
.member-profile-form h5 {
    font: 20px "open_sanssemibold",Arial,Helvetica,sans-serif;
	margin:0 0 0 20px;
}
.trade-enquiry-form h5::after,
.member-profile-form h5:after {
    background: #00ac5c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0 20px 0;
    position: relative;
    width: 85px;
}

.w768 .trade-enquiry-form h5,
.w768 .member-profile-form h5{
	margin:0 0 0 5px;
	}

.w480 .trade-enquiry-form h5,
.w480 .member-profile-form h5{
	margin:0;
	}
	
.member-profile-form p.check-col{
	width:32%;
	display:inline-block;
	padding:3px;
	margin:0;
	text-align:left
	}
	
.w768 .member-profile-form p.check-col{
	width:48.5%;	
	}
	
.w480 .member-profile-form p.check-col{
	width:100%;	
	}
	
	
.trade-enquiry-list{
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
	padding-bottom:30px;
	}


.trade-enquiry-list .trade-list-box{
	width:32%;
	border:1px solid #dddddd;
	float:left;
	margin:10px 0.5%;
	padding:20px;
	}
	
.w768 .trade-enquiry-list .trade-list-box,	
.w480 .trade-enquiry-list .trade-list-box{
	width:100%;
	}

	
.trade-enquiry-list .trade-list-box h5{
	font:normal 18px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	padding-bottom:5px;	
	}
	
.trade-enquiry-list .trade-list-box p{
	padding:0 0 10px 0;
	margin:0;
	}
	
.w768 .trade-enquiry-list .trade-list-box .aff-text{
    width: calc(100% - 200px);
	display:inline-block;
	border-top:0;	
	vertical-align:top;
	padding-left:20px;
	}
	
/*Input File*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
   background: #fff none repeat scroll 0 0;
	border-radius:0;
	font: normal 15px "open_sanssemibold",Arial,Helvetica,sans-serif;
	border:1px solid #a5a5a5;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #fff;
    background-color: #ffffff;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #ededed;
}

	
/*Member section*/
.member-box{
	width:46%;
	margin:0 2% 30px 2%;
	float:left;
	padding:25px;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	}
.w768 .member-box,	
.w480 .member-box{
	width:100%;
	margin:0 0 30px 0;
	}

.md-holder{
	padding:7px 5px 7px 15px;
    text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
    width: 98%;
	margin:0 auto;
	 border-bottom:1px solid #dcdcdc;
	 font-size:16px;
	 height:62px;
	 display:table;
	 background:#ccc;
	}
	
.md-head{
	width:98%;
	display:block;
	padding:10px 15px 5px 15px;
    position: relative;
	}

	
.md-head .select-col1{
	width:100%;
	max-width:160px;
	display:inline-block;
	margin:0 10px 0 0;
	}
	
.md-head .select-col3{
	width:100%;
	max-width:250px;
	display:inline-block;
	margin:0 10px 0 0;
	}
	
.w768 .md-head .select-col3{
	width:30%;
	mnax-width:none;
	}
	
.w480 .md-head .select-col1,
.w480 .md-head .select-col3{
	max-width:none;
	}

.member-login{
	background:#f4f4f4;
	}
	
.member-reg{
	border:1px solid #d3d3d3;
	}

.member-box .form{
	padding:10px 50px;	
	}
	
.w480 .member-box .form{
	padding:10px 0;		
	}
	
.link-forgot{
	color:#086ba0;
	}
	
.link-forgot:hover{
	color:#212121;
	}
	
.member-profile .form{
	padding:30px 50px;	
	}
	
.member-profile .form-row p.check-col{
	width:48%;
	display:inline-block;
	padding:3px;
	margin:0;
	text-align:left
	}
	
.w480 .member-profile .form-row p.check-col{
	width:100%;	
	}
	
.member-profile .form-row label{
	display:inline-block;
	width:32%;
	vertical-align:top;
	padding:5px 20px 0 0;
	text-align:right;
	}
	
.w480 .member-profile .form-row  label{
	width:100%;
	padding:0 0 5px 0;
	text-align:left;
	}
	
.member-profile .form-row .text-input {
	width:65%;
	vertical-align:top;
	display:inline-block;
	}
	
.member-profile .form-row p{
	width:65%;
	vertical-align:top;
	display:inline-block;
	padding:0;
	margin:0;
	font-size:13px;
	}
	
.member-profile .form-row .text-input2 {
	width:100%;
	}
	
.member-profile .form-row .select-box{
	width:65%;
	display:inline-block;	
	}
	
.member-profile .form-row-submit{
	padding:0 0 0 32%!important;
	}

.w480 .member-profile .form-row .select-box,	
.w480 .member-profile .form-row .text-input,
.w480 .member-profile .form-row p{
	width:100%;
	}
	
.w480 .member-profile .form-row-submit{
	padding:0!important;
	text-align:center;
	}
	
.member-profile{
	width:100%;
	max-width:780px;
	margin:0 auto;
	background:#f8f8f8;
	border:0;
	-webkit-border-radius: 25px;
	-moz-border-radius:25px;
	border-radius:25px;
	}
	
/*Form*/

.form{
	width:100%;
	padding:50px;
	display:block;
	}
	
.w480 .form{
	padding:30px 20px;
	}
	
.form-row{
	padding:0 0 20px 0;
	float:left;
	width:100%;
	}
	
.form-row:last-child{
	padding:0;
	}
	
.form-row label{
	display:block;
	color:#00345b;
	padding-bottom:5px;	
	}	
	
.form-row label span{
	color:#d82222;
	}

.form-wraphalf {
	width:100%;
	float:left;
	
}
	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #666;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #666;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #666;
}


.select-box {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}


.select-box:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 15px;
    height: 0;
    width: 0;
    margin: -22px 0 0 0;
    pointer-events: none;
    border: solid transparent;
    border-top-color: #4f94d9;
    border-width: 8px 6px;
}
.select-box:before {
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    display:block;
    width:40px;
    height:40px;
    background:#fff;
    pointer-events:none;
}
.select-box select {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.select-box select * {
    width: 100%;
	padding:5px 15px!important;
}
.select-box select:focus {
    outline: 0;
}


.select-box-dl{
	height:35px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
	}
	
.select-box-dl:after {
    right: 10px;
    margin: -19px 0 0 0;
    border-top-color: #ffffff!important;
    border-width: 8px 6px;
}
	
.select-box-dl:before {
    content:'';
    position:absolute;
    top: 0;
    right: 0;
    display:block;
    width:35px;
    height:35px;
    background:#00904c;
    pointer-events:none;
}

.select-box-dl select {
    height: 35px;
    padding: 0 10px!important;
	font:normal 14px "gotham_bookregular",Arial,Helvetica,sans-serif
}

.text-input {
    border:1px solid #a5a5a5;
	background:#fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding:5px 15px;
	width:100%;
    transition: all 0.25s ease 0s;
}


.text-input[type="number"] {
    padding-right: 0;
}

input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
}

.text-input:focus {
    background-color: #ededed;
  
}
.g-recaptcha {
	display:inline-block;
}


/*Publication*/
.pub-row{
	width:100%;
	display:block;
	padding:10px 0 15px 0;
	background:#e9e9e9;
	float:left;
	text-align:center;
	}
	
.pub-row .form-row{
	width:25%;
	padding:0 5px;
	display:inline-block;
	vertical-align:middle;
	float:none;
	}
	
.pub-row .form-row-txt{
	display:block;
	padding:0 0 10px 0;
	}
	
.text-input-quantity {
    border:1px solid #a5a5a5;
	background:#fff;
    border-radius: 2px;
    box-sizing: border-box;
    height:30px;
    padding:5px 10px;
	width:70px;
    transition: all 0.25s ease 0s;
}

.pub-form{
	width:100%;
	display:block;
	margin:0 auto;
	border:1px solid #dddddd;
	border-bottom:0;
	background:#f8f8f8;	
	float:left;
	padding:0;
	}
	
.pub-form .form-row{
	padding:0 20px 10px 20px;
	}
	
.pub-form .form-row-half{
	width:50%;
	float:left;
	padding:0 20px 10px 20px;
	}
	
.pub-form  .form-row-half label span{
	font-size:12px;
	}
	
.w768 .pub-form .form-row,	
.w768 .pub-form .form-row-half{
	padding:0 5px 10px 5px;	
	}	

.w480 .pub-form  .form-row,	
.w480 .pub-form  .form-row-half{
	width:100%;
	padding:0 0 10px 0;
	}
	
.pub-form .form-row-half label{
    color: #00345b;
    display: block;
    padding-bottom: 5px;
}

.pub-form-bg{
	width:100%;
	padding:25px ;
	float:left;
	}

.pub-form-bg2{
	background:#e9e9e9;
	width:100%;
	padding:25px;
	float:left;
	}
	
/*Member*/
.member-dl-head{
	width: 98%;
	margin:0 auto;
	display:block;
	background:#848484;
	padding:10px 15px 5px 15px;
    position: relative;
	}
	
.w480 .member-dl-head,
.w480 .member-download h4{
	width:100%;
	}
	
.member-dl-head a{
	display:inline-block;
	color:#fff;
	font: 13px "gotham_bookregular",Arial,Helvetica,sans-serif;
    padding:6px 20px 8px 20px;
	}
	
.member-dl-head a:hover,
.member-dl-head a.selected{
	color:#fdd000;
	}
	
.member-download h4{
	width:98%;
	margin:0 auto;
	display:block;
	}
	
.member-download h4 {
    font: 24px "open_sanssemibold",Arial,Helvetica,sans-serif;
	text-align:left;
	padding:15px;
	border-bottom:2px solid #00ac5c;
}
.member-download h4::after {
    background: #00ac5c none repeat scroll 0 0;
    content: "";
    display: none;
    height: 2px;
    margin: 5px 0 10px;
    position: relative;
    width: 85px;
}


.member-dl-list {
    padding:7px 5px 7px 15px;
    text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
    width: 98%;
	margin:0 auto;
	 border-bottom:1px solid #dcdcdc;
	 font-size:16px;
	 height:62px;
	 display:table;
}

.member-dl-list:hover{
	background:#f6f6f6;
	}

.w768 .member-dl-list,
.w480 .member-dl-list{
	width:100%;
	display:block;
	height:auto;
    padding:10px;
	}

.member-dl-list .member-dl-date {
    color: #6a6a6a;
    width: 110px;
	display:inline-block;
	display: table-cell;
    vertical-align:middle;
    white-space:nowrap;
}


.member-dl-list .member-dl-title {
    color: #065293;
    width: calc(100% - 355px);
	display: table-cell;
    vertical-align: middle;
	padding:0 2%;
}

.member-dl-source{
	display:block;
	color:#333333;
	font:italic 14px "open_sanslight", Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	}

.member-dl-list .member-dl{
	width:150px;
	display: table-cell;
    vertical-align: middle;
	text-align:left;	
	}
	
.w768 .member-dl-list .member-dl-dl a.ico-dl,
.w480 .member-dl-list .member-dl-dl a.ico-dl{
	margin:3px 10px 3px 0px;
	}
	
.w768 .member-dl-list .member-dl-date,
.w768 .member-dl-list .member-dl-title,
.w480 .member-dl-list .member-dl-date,
.w480 .member-dl-list .member-dl-title{
	width:100%;
	display:block;
	}
	
.w768 .member-dl-list .member-dl-title,
.w480 .member-dl-list .member-dl-title{
	padding:3px 0 7px 0;
	}
	
	
/*quiz*/
.quiz{
	width:100%;
	border:1px solid #efefef;
	padding:25px;
	margin-bottom:20px;
	}
	
.w480 .quiz{
	padding:20px 10px;
	}
	
.quiz .title{
    font:normal 22px "open_sansregular", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #efefef;
	padding:0 0 15px 0;
	display:block;	
	}
	
.quiz .asnwer-holder{
	width:100%;
	background:#f7f7f7;
	padding:15px;
	}
	
.quiz .asnwer-holder .asnwer{
	width:100%;
	display:block;
	}
	
.quiz .asnwer-holder .title{
    font:normal 18px "open_sanssemibold",Arial,Helvetica,sans-serif;
	display:block;	
	padding:0;
	border:0;
	}
	
.title-yes{
	color:#00ac5c;
	}
	
.title-no{
	color:#ed475d;
	}
	
.quiz .btn-holder{
	padding:15px 0 0 0;
	}
	
/* fb-pic details */
.fb-pic > div {
	height:100%;
}







/* return to top to the end */
#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}


/*Sitemap*/
.category-sections {
-webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    margin:0 auto;
	max-width:970px;
	width:100%;
}

.w970 .category-sections,
.w768 .category-sections{
-webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
}

.w480 .category-sections{
-webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
}

.sitemap-category{
	display:block;
	padding:20px;
	}
	
.sitemap-category h3{
	font:normal 18px "open_sanssemibold", Arial, Helvetica, sans-serif;	
	}

	
ul.sitemap-list{
	list-style:none;
	margin:3px 0;
	padding:0;
	}
	
ul.sitemap-list li{
	padding:5px 0;
	}
.sitemap-category h3 a,	
ul.sitemap-list li a{
	color:#666666;
	}
.sitemap-category h3 a:hover,	
ul.sitemap-list li a:hover{
	color:#00ac5c;
	}
	
ul.sitemap-list li ul li{
	padding:3px 0;	
	}
	
	
/*Corporate Profile Video*/
/*Youtube*/
.video-container {
position: relative;
padding-bottom: 53.15%;
padding-top: 30px; 
height: 0; 
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}