
/* GENERAL */


@font-face {
  font-family: 'Asap';
  src: url('../fonts/asap/Asap-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/asap/Asap-Regular.otf') format('truetype'),
       url('../fonts/asap/Asap-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/asap/Asap-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/asap/Asap-Regular.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'futura';
  src: url('../fonts/futura/FuturaStd-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/futura/FuturaStd-Light.otf') format('truetype'),
       url('../fonts/futura/FuturaStd-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/futura/FuturaStd-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/futura/FuturaStd-Light.svg') format('svg'); /* Legacy iOS */
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body
{
	margin: 0;
	background: #F2F2F2;
	color: #878a8c;
	font-family: 'Asap';
}

.container
{
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	width: 85%;
}

p
{
	font-size: 1.1em;
	line-height: 1.4em;
	color: #888;
}

.btn.rounded
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

p.two_col
{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-column-rule: 1px dotted #ddd;
	column-rule: 1px dotted #ddd;
	text-align: justify;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #555;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}


.dropdown-content{
	width: auto !important;
}

.input-field input[type=search]:focus {
    background-color: transparent;
}


span
{
	color: #888;
}

h1
{
	font-family: 'futura';
}

h2
{
	font-size: 2.4em;
	text-transform: uppercase;
	font-family: 'futura';
}

h3
{
	text-transform: uppercase;
	font-size: 1.8em;
	font-family: 'futura';
}

h4
{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'futura';
}


ul li{
	font-size: 1.1em;
    line-height: 1.6em;
}

.content
{
	padding-top: 80px;
}

.content.with_padding_top
{
	padding-top: 80px;
}

.section
{
	padding: 80px 0 80px 0;
}

.section.white_one
{
	background: #fff;
}

.section.gray_one
{
	background: #ededed;
}

.section.dark_gray_one
{
	background: #dfdfdf;
}

.section.yellow_one
{
	background: #E47309;
}

.section h2
{
	text-align: center;
	margin: 0 0 70px 0;
}

.section h3
{
	margin: 0 0 40px 0;
}

.section h3.second_title
{
	text-align: center;
	margin: -50px 0 40px 0;
}

.section.yellow_one h2
{
	color: #fff;
}

.section_buttons
{
	margin: 50px 0 0 0;
}

.section_buttons a{
	margin-bottom: 12px;
}

.see_more_btn_section
{
	margin: 0 5px 0 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #777;
	background: transparent;
	color: #444;
}

.see_more_btn_section.catchy
{
	background: #E47309;
	border: 1px solid #E47309;
	color: #fff;
}

.see_more_btn_section span.inside_btn
{
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 0 0 0 0;
	vertical-align: top;
	color: #555;
}

.see_more_btn_section:hover
{
	border: 1px solid #E47309;
	background: #E47309;
	color: #fff;
}

.see_more_btn_section:hover span.inside_btn
{
	color: #fff;
}

.see_more_btn_carousel
{
	background: #E47309;
	margin: 0 5px 0 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #fff;
	background: #fff;
	color: #444;
}

.see_more_btn_carousel:hover
{
	border: 1px solid #E47309;
	background: #E47309;
	color: #fff;
}

.see_more_btn_carousel.active
{
	border: 1px solid #E47309;
	background: #E47309;
	color: #fff;
	box-shadow: none;
}

.chart_buttons
{
	display: inline-block;
	margin: 0 0 40px 0;
}

.btn.chart_btn
{
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: #888;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 10px;
}



ul.links_icon_list li
{
	display: inline;
	margin: 0 2px 0 2px;
}

ul.links_icon_list li img
{
	width: 36px;
	height: 36px;
	padding: 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.navbar-fixed
{
	position: fixed;
	height: auto;
	width: 100%;
}

table tr.bordered
{
	border-top: 2px solid #E47309;
}


.footnote{
	background: #fff;
	margin-top: 50px;
	text-align: left;
	padding: 20px 30px;
	border: 1px #ccc solid;
}



/*--- Bred Crumb ---*/

.bread_crumb
{
	margin: 0 0 70px 0;
}

.bread_crumb ul li
{
	font-family: 'futura';
	display: inline;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #E47309;
}

.bread_crumb ul li::before
{
	color: #78b6d8;
	content: '/';
	font-size: 1.2rem;
	margin: 0 12px 0 12px;
}

.bread_crumb ul li.first::before
{
	content: '';
	margin: 0 0 0 0;
}

.bread_crumb ul li.page_title
{
	font-size: 2.4em;
	text-decoration: none;
	color: #878a8c;
}




/* SUBMENUS */


.dropdown-content li > a
{
	color: #E47309;
}

.yellow_color
{
	background: #E47309;
}

.green_color
{
	background: #169B7C;
}

.purple_color
{
	background: #474E8A;
}

.blue_color
{
	background: #0079B9;
}

.red_color
{
	background: #d72947;
}

.dark_yellow_color
{
	background: #f39400;
}

.pale_green_color
{
	background: #91bc88;
}

.dark_gray_color
{
	background: #93999e;
}

.see_more_btn
{

	background: transparent;
	color: #E47309;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #E47309;
	box-shadow: none;
}

.see_more_btn:hover
{
	box-shadow: none;
	background: #E47309 !important;
	color: #fff !important;
	border-color: #E47309 !important;
}

.see_more_btn_2
{
	color: #fff !important;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #fff;
}

.see_more_btn_2:hover
{
	background: #E47309;
	border-color: #E47309;
}

.see_more_btn_otm
{
	color: #000;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #fff;
}

.see_more_btn_otm:hover
{
	background: #E47309;
	border-color: #E47309;
	color: #fff;
}




/* Previus/Next Page */

.previous_page
{
	position: fixed;
	left: -10px;
	top: 50%;
	margin-top: -38px;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	background: #fff;
}

.previous_page:hover
{
	left: 0px;
}

.previous_page a
{
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 65px;
	background: transparent url(../images/arrow_prev.png) top right no-repeat;
}

.next_page
{
	position: fixed;
	right: -10px;
	top: 50%;
	margin-top: -38px;
	z-index: 9;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	cursor: pointer;
}

.next_page:hover
{
	right: 0px;
}

.next_page a
{
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 65px;
	background: transparent url(../images/arrow_next.png) top left no-repeat;
}





/* TOP BAR */


.topbar
{
	width: 100%;
	height: 24px;
	background: #E47309;
}

.topbar ul.hide-on-med-and-down
{
	margin: 0 0 0 0;
}

.topbar ul.hide-on-med-and-down li
{
	display: inline-block;
	font-size: 0.8rem;
	line-height: 22px;
	padding: 0 8px;
}

.topbar ul.hide-on-med-and-down li a
{
	color: #fff;
	text-transform: uppercase;
}


	span.countryvalue{
		color:#fff;
	}

.topbar ul.hide-on-med-and-down li ul li a
{
	color: #444;
	text-transform: none;
}

.topbar ul.hide-on-med-and-down li ul li:hover
{
	background: #E47309;
}

.topbar ul.hide-on-med-and-down li ul li:hover a
{
	color: #fff;
}

i.right
{
	float: right;
	margin-left: 0;
	vertical-align: middle;
	font-size: 1.4rem;
}





/* TOP NAV */

nav
{
	background: #fff;
	transition: .3s;
	color: #444;
}

nav.topnav
{
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.03),0 2px 10px 0 rgba(0,0,0,0.03);
	text-transform: uppercase;
	height: 72px;
}

nav.topnav ul a
{
	color: #444;
	padding-top: 3px;
	padding-bottom: 3px;
}

nav.topnav ul.parallax_menu a{
	line-height: 66px;
}

/*
	nav.topnav ul.side-nav a
	{
		line-height: auto !important;
	}
*/
	

nav.topnav ul a:hover
{
	padding-top: 3px;
	padding-bottom: 3px;
}

nav.topnav ul a.active
{
	padding-top: 3px;
	padding-bottom: 0px;
	border-bottom: 3px solid #E47309;
}

nav.topnav .brand-logo
{
	height: 100%;
	display: block;
}

.scrolled
{
	background: #fff;
}

nav.topnav.scrolled .brand-logo
{
	display: block;
}

.scrolled ul a
{
	color: #444;
}

nav.topnav ul li a
{
	text-transform: uppercase;
}

nav.topnav .img_logo
{
	position: relative;
	height: 100%;
	padding: 4px 0 4px 0;
}

nav .button-collapse i {
	color: #E47309;
}



/* --- SIDENAV --- */


.side-nav a.active {
    background-color: rgba(0,0,0,0.05);
	padding-top: 0 !important;
	padding-bottom: 0px !important;
	border-bottom: none !important;
}







/* Banner */

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 12px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #BABABA;
}


.banner
{
	position: relative;
	height: auto;
	overflow: hidden;
}

.banner.news_detail_banner{
	min-height: 300px;
}

.banner .filter_in_banner
{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

	.banner_blue
	{
		background: -moz-linear-gradient(to right, #3A517B 65%, transparent);
		background: -webkit-linear-gradient(to right, #3A517B 65%, transparent);
		background: linear-gradient(to right, #3A517B 65%, transparent);
	}
	.banner_dark
	{
		background: -moz-linear-gradient(to right, #474c51 65%, transparent);
		background: -webkit-linear-gradient(to right, #474c51 65%, transparent);
		background: linear-gradient(to right, #474c51 65%, transparent);
	}

.banner .img_right_in_banner
{


}

.banner .img_right_in_banner img
{
    position: absolute;
    right: 0;
	top: 50%;
	margin-top: -204.5px;
    max-width: 580px;
    max-height: 409px;
}


.banner .content_in_banner
{
	position: relative;
	z-index: 3;
	margin: 40px 40px;
}

.banner .content_in_banner h3
{
	color: #fff;
}

.banner .content_in_banner ul.links_icon_list
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 0;
}

.banner .content_in_banner span.accroche
{
	font-size: 1.2em;	
	color: #fff;
	width: 64%;
	display: inline-block;
	margin: 0 0 20px 0;
}

.banner .content_in_banner span.accroche_etf
{
	font-size: 1.1em;	
	color: #fff;
	color: rgba(250,250,250, 0.6);	
	width: 64%;
	display: inline-block;
	margin: 0 0 20px 0;
}

.banner .content_in_banner .text_list
{
	color: rgba(250, 250, 250, 0.7);	
	width: 64%;
}

.banner .content_in_banner .text_list li
{
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 14px;
}

.banner .content_in_banner .buttons
{
	position: absolute;
	right: 0;
	bottom: 0;
}





/* Main numbers */


.bloc_item.bloc_numbers
{
	background: #fff;
	color: #444;
	height: 110px;
}

.bloc_item.bloc_numbers .bloc_item_inside_wrapper
{
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
}

.bloc_item.bloc_numbers .bloc_item_inside_wrapper h3
{
	width: 100%;
	padding: 25px 10px 0 10px;
	font-size: 1.4em;
	text-align: center;
	display: inline-block;
	height: auto;
	margin: 0 0 10px 0;
}

.bloc_item.bloc_numbers .bloc_item_inside_wrapper span
{
	width: 100%;
	color: #FE9C40;
	text-align: center;
	display: inline-block;
	height: auto;
	font-size: 2em;
}

.odd
{
	line-height: 2.4;
	color: #FFF;
	padding: 0 10px 0 10px !important;
}

.even
{
	background-color: #F2F2F2;
	line-height: 2.4;
	color: #FFF;
	padding: 0 10px 0 10px !important;
}





/* Overview section */


.carousel_buttons
{
	display: inline-block;
	margin: 0 0 40px 0;
}

.carousel_buttons a
{
	margin: 0 0 12px 0;
}

.btn-flat.active_2, .btn-flat.active
{
	background-color: #444444;
}

.btn, .btn-large, .btn-flat
{
	height: 50px;
	line-height: 50px;
}

.btn-flat
{
	box-shadow: none;
	background-color: #e58930;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s;
}

.overview
{
	border-bottom: none;
	-moz-column-width: 40em;
	-webkit-column-width: 40em;
	-moz-column-gap: 1.4em;
	-webkit-column-gap: 1.4em;
}

.bloc_item.bloc_overview
{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display:table;
	margin-bottom: 20px;
	width: 100%;
}

.bloc_item.bloc_overview .bloc_item_inside_wrapper
{
	position: relative;
	width: 100%;
}

.bloc_item.bloc_overview .bloc_item_inside_wrapper .chart_buttons
{
	position: absolute;
	top: 50px;
	right: 40px;
}

.bloc_item.bloc_overview ul li
{
	font-size: 1.1em;
	color: #666;
	width: 100%;
	display: inline-block;
}

.bloc_item.bloc_overview ul li span.result
{
	color: #E47309;
}




/* Overview - Performance */


.performance .bloc_item_inside_wrapper
{
	display: inline-block;
	width: 100%;
}

.performance .bloc_item_inside_wrapper h3
{
	display: inline-block;
	width: 100%;
}

.performance table
{
	margin: 12px 0 0 0;
}

.performance tr
{
	width: 100%;
}

.performance th
{
	text-align: right;
	color: #444;
	font-size: 1.1em;
}

.performance td
{
	padding: 5px 5px;
	text-align: right;
	color: #444;
	font-size: 1.1em;
	color: #E47309;
}

.performance .first
{
	text-align: left;
	color: #444;
}

.performance canvas
{
	margin: 20px 0 0 0;
}






/* Overview - Holdings */


.holdings h3
{
	width: 100%;
}

.holdings table
{
	margin: 12px 0 0 0;
}

.holdings tr
{
	width: 100%;
}

.holdings th
{
	text-align: right;
	color: #444;
	font-size: 1.1em;
}

td
{
	padding: 0 0;
	text-align: right;
	color: #444;
	font-size: 1.1em;
	color: #E47309;
}

td.first
{
	text-align: left;
	color: #444;
	padding: 0 0 0 10px;
}

td.last
{
	padding: 0 10px 0 0;
}

.holdings .pie_chart
{
	margin: 40px 20px 0 20px;
	float: left;
}

.container_chart
{
	width: 100%;
	margin: 15px auto;
}







/* Section Portfolio */

.portfolio .btn-flat.active_2, .btn-flat.active
{
	background-color: #FE9C40;
}

.portfolio .btn, .btn-large, .btn-flat
{
	height: 50px;
	line-height: 50px;
}

.portfolio .btn-flat
{
	box-shadow: none;
	background-color: #dadada;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s;
}

.bloc_item.bloc_portfolio .bloc_item_inside_wrapper
{
	padding: 30px 30px 30px 30px;
}

.main_points
{
	display: inline-block;
	margin: 30px 0 0 0;
}

.portfolio .bloc_item.bloc_numbers
{
	background: #fff;
	color: #444;
	height: auto;
	padding: 0 0 40px 0;
}

.portfolio ul.links_icon_list
{
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
	text-align: center;
}


.portfolio .bloc_item.bloc_numbers .bloc_item_inside_wrapper span
{
	width: 100%;
	color: #FE9C40;
	text-align: center;
	display: inline-block;
	height: auto;
	font-size: 3em;
	margin: 0 0 20px 0;
}

.portfolio .bloc_item.news_bloc
{
	min-height: auto;
	position: relative;
	background: #E47309;
}

.portfolio .bloc_item.news_bloc.news_bloc .bottom_content span.news_date
{
	display: inline-block;
	margin: 0 0 12px 0;
	line-height: 30px;
	padding: 0 8px 0 8px;
	background: #fff;
	color: #E47309;
}

.portfolio .bloc_item.news_bloc.news_bloc .bottom_content h3
{
	margin: 0 0 4px 0;
	display: block;
	line-height: 1.2;
	font-size: 1.2em;
	height: auto;
	color: #fff;
}

.portfolio .bloc_item.news_bloc.news_bloc .bottom_content span.news_descriptions
{
	margin: 0 0 0 0;
	display: block;
	line-height: 1.2;
	font-size: 1em;
	height: auto;
	color: #fff;
}



/* Section Contact form */


.contact_form .btn
{
	background: #E47309;
}

.contact_form .bloc_contact
{
	padding: 40px 40px;
}

input:not([type]):focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly])
{
	border-bottom: 1px solid #E47309;
	box-shadow: 0 1px 0 0 #E47309;
	color: #656C7B;
}

input.valid:not([type]), input.valid:focus:not([type]), input.valid[type="text"], input.valid[type="text"]:focus, input.valid[type="password"], input.valid[type="password"]:focus, input.valid[type="email"], input.valid[type="email"]:focus, input.valid[type="url"], input.valid[type="url"]:focus, input.valid[type="time"], input.valid[type="time"]:focus, input.valid[type="date"], input.valid[type="date"]:focus, input.valid[type="datetime"], input.valid[type="datetime"]:focus, input.valid[type="datetime-local"], input.valid[type="datetime-local"]:focus, input.valid[type="tel"], input.valid[type="tel"]:focus, input.valid[type="number"], input.valid[type="number"]:focus, input.valid[type="search"], input.valid[type="search"]:focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus
{
	border-bottom: 1px solid #03a9f4;
	box-shadow: 0 1px 0 0 #03a9f4;
}

.input-field label
{
	color: #656C7B;
	font-weight: normal;
	;
}

.input-field input[type=text]:focus + label,.input-field input[type=email]:focus + label,textarea:focus + label,textarea.materialize-textarea:focus:not([readonly]) + label
{
	color: #E47309;
}

.input-field .prefix.active
{
	color: #E47309;
}

label.active
{
	color: #E47309 !important;
}


.bloc_item.petit_bloc
{
	height: 300px;
}


 
/*---- Links icons ----*/


.links_icon
{
	height: auto;
}

.links_icon ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.links_icon ul li
{
	display: inline;
	clear: both;
	height: auto;
	margin: 0 2px 0 2px;
}

.links_icon ul li a
{
	
}

.links_icon ul li img
{
	display: inline-block;
	padding: 6px 6px;
	height: 36px;
	width: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



 
/*---- Bloc Item ----*/


.bloc_item
{
	position: relative;
	display: block;
	background: #fff;
	margin: 0 0 20px 0;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	line-height: 1;
}

	.bloc_item.large_bloc
	{
		height: 260px;
	}
	
	.bloc_item.medium_bloc
	{
		height: 540px;
	}
	
	.bloc_item.small_bloc
	{
		height: 260px;
	}


.bloc_item:hover
{
	box-shadow: 0 5px 7px 0 rgba(0,0,0,0.05),0 4px 10px 0 rgba(0,0,0,0.05);
}

.bloc_item .bloc_item_inside_wrapper
{
	height: 100%;
	width: 100%;
	position: relative;
	padding: 40px 40px;
	display: inline-block;
}

.bloc_item .bottom_content
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 30px 30px 30px;
	width: 100%;
	height: auto;
}

.bloc_item ul{ 
	padding: 40px 40px 40px 40px;
	margin: 80px 0 80px 0;
	background: #f3f3f3;
/* 	border: #ddd solid 1px; */
/* 	color: #fff; */
}

.bloc_item ul li{
	position: relative;
	list-style-type: none;
	padding: 0 0 0 26px;
	}
	
.bloc_item ul li::before {
    color: #E47309;
    content: '\002022';
    font-size: 2rem;
    left: 0;
    line-height: 0.7em;
    position: absolute;
    top: 2px;
}


 
/*---- Bloc Item / Why Bloc ----*/


.bloc_item.why_bloc{
	position: relative;
/* 	padding-bottom: 100px; */
}

	.bloc_item.why_bloc.small_bloc
	{
		min-height: 420px;
		height: auto;
	}
	
	.bloc_item.why_bloc.medium_bloc
	{
		min-height: 540px;
		height: auto;
	}

.bloc_item.why_bloc h3
{
	display: inline-block;
	margin: 30px 0 30px 30px;
	height: 50px;
	line-height: 50px;
}

.bloc_item.why_bloc h4
{
	display: block;
	padding: 0 0 0 30px;
}

.bloc_item.why_bloc p
{
	padding: 0 40px 20px 30px;
}

i.circle
{
	background: #0079B9;
	font-size: 34px;
	padding: 8px 8px;
	color: #fff;
}


.bloc_item.why_bloc .bloc_item_btn{
	text-align: right;
}




/*---- Bloc Item / News Bloc ----*/

.bloc_item.news_bloc
{
	min-height: auto;
	position: relative;
	background: #E47309;
	overflow: hidden;
}

.bloc_item.news_bloc  img.news_illu
{
	position: absolute;
	width: 850px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -425px;
	display: block;
}

.bloc_item.news_bloc.small_bloc  img.news_illu
{
	position: absolute;
	width: 992px;
	height: 700px;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -496px;
	display: block;
}


.bloc_item.news_bloc .top_content {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
}

.bloc_item.news_bloc .bottom_content
{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 20px 20px 20px;
	width: 100%;
	height: auto;
}


.bloc_item.news_bloc .bottom_content h3
{
	margin: 0 0 10px 0;
	display: block;
	line-height: 1.2;
	font-size: 1.4em;
	height: auto;
	color: #fff;
	width: 100%;
}

.bloc_item.news_bloc .bottom_content .line_2
{
	width: 100%;
	min-height: 50px;
}

.bloc_item.news_bloc .bottom_content span.news_descriptions
{
	margin: 0 0 0 0;
	display: block;
	line-height: 1.2;
	font-size: 1.1em;
	height: auto;
	color: #fff;
	padding: 0 159px 0 0;
}

.bloc_item.news_bloc .bottom_content .bloc_item_btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
}


.bloc_item.news_bloc .top_content span.news_date
{
	position: absolute;
	top: 20px;
	left: 20px;	
	display: inline-block;
	margin: 0 0 14px 0;
	line-height: 38px;
	padding: 0 8px 0 8px;
	background: rgba(228,115,9, 1);
	color: #fff;
	
}

.bloc_item.news_bloc .top_content .links_icon
{
	position: absolute;
	top: 20px;
	right: 20px;
}



.bloc_item.news_bloc .see_more_btn
{
	color: #fff !important;
	border: 1px solid #fff;
}

.news_bloc p
{
	margin-bottom: 0;
}

.news_bloc .play_btn
{
	height: 80px;
	width: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

.news_bloc .video_background
{
	position: absolute;
	top:0;
	left:0;
}





/* ABOUT US */


.bloc_item.about_text_bloc {
	background: #fff;
	height: auto;
}

.about_text_bloc p{
	padding: 40px 40px 40px 40px;
}


.inside_about_text_bloc{
	padding: 40px 40px 40px 40px;
}

.inside_about_text_bloc ul li{
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.inside_about_text_bloc ul li::before {
    color: #E47309;
    content: '\002022';
    font-size: 2rem;
    left: 0;
    line-height: 1.1em;
    position: absolute;
    top: -4px;
}


.about_bloc{
	margin-bottom: 70px;
}

.lowercase_title{
	text-transform: none;
}


/* Search bloc results */

.search_bloc
{
}

.search_bloc .bloc_item_inside_wrapper
{
	height: 180px;
	padding: 0 0;
	position: relative;
	width: 100%;
}

.search_bloc .bloc_item_inside_wrapper .type
{
	display: inline-block;
	width: 20%;
    line-height: 180px;
	border-right: 2px solid #dedede;
	text-align: center;
	font-size: 1.8em;
	color: #FE9C40;
}

.search_bloc .bloc_item_inside_wrapper .result_content
{
	display: inline-block;
	width: 80%;
	padding: 30px 30px 30px 30px;
	height: 100%;
	position: absolute;
}

.search_bloc .bloc_item_inside_wrapper .result_content h3
{
	line-height: 1;
	height: auto;
	margin: 10px 0 10px 0;
}

.search_bloc .bloc_item_inside_wrapper .result_content p
{
	margin: 0 0 0 0;
	padding: 0 180px 0 0;
}


.search_bloc_btn{
	text-align: right;
}

.search_bloc_btn .see_more_btn
{
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.pager
{
	clear: both;
	text-align: center;
}

.pager li.pager-current
{
	padding: 0 14px 0 14px;
	line-height: 40px;
	display: inline-block;
	background: #FE9C40;
	color: #fff !important;
}

.pager li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #444 !important;
}

.pager li a
{
	padding: 0 14px 0 14px;
	line-height: 40px;
	display: inline-block;
	background: #fff;
	text-decoration: none;
	font-weight: normal;
	color: #444 !important;
}






/* News list */

.news_list_bloc{
	position: relative;
	height: auto;
}

.news_list .bloc_item_inside_wrapper{
	position: relative;
	padding: 0 0 0 0;
	height: auto;
/* 	min-height: 200px; */
}

.news_list .news_illu_wrapper
{
	display: inline-block;
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.news_list .news_illu_wrapper img
{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 317px;
	margin-left: -225px;
	margin-top: -158.5px;
}

.news_list .news_date span
{
	color: #E47309;
}

.news_list .news_content
{
	position: relative;
	display: inline-block;
	width: 80%;
	padding: 20px 20px 20px 30px;
	height: auto;
	left: 20%;
}

.news_list .news_content .date
{
	margin: 0 0 4px 0;
	display: inline-block;
	color: rgb(228,115,9);
}

.news_list .news_content h3
{
	line-height: 1;
	height: auto;
	margin: 10px 0 10px 0;
	font-size: 1.4em;
	padding: 0 200px 0 0;
}

.news_list .news_content p
{
	margin: 0 0 0 0;
	padding: 0 200px 0 0;
}

.news_list_bloc_btn{
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

.news_see_more_btn
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.news_list ul.links_icon_list
{
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	margin: 8px 0 0 0;
}






/* News detail */
.section.news_detail
{
	margin: 0 0 0 0;
}

.news_detail h2
{
	text-align: center;
}

.news_detail .news_date
{
	display: inline-block;
	font-size: 1.8em;
	line-height: 1.2;
	margin-top: 50px;
}

.news_detail .news_date span
{
	color: #fff;
}

h3.news_detail_title{
	margin: 0 0 12px 0;
}

span.date_full {
    font-size: 1.4em;
    margin-bottom: 12px;
    display: block;
}




.news_detail img.illu
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

.news_detail .news_content
{
	display: inline-block;
	width: 100%;
	padding: 30px 30px 30px 30px;
	margin: 0 0 20px 0;
	height: 100%;
	float: left;
	background: #fff;
}

.news_detail .news_content .links_social_icon
{
	position: absolute;
	right: 40px;
	top: 50px;
}

.news_detail .news_content .links_social_icon  li
{
	display: inline;
}

.news_detail .news_content .links_social_icon li img
{
	width: 36px;
	height: 36px;
	margin: 0 2px 0 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.news_detail .news_content h3
{
	font-size: 3em;
	line-height: 1;
	height: auto;
	margin: 0 0 50px 0;
}

.news_detail .news_content p
{
	margin: 0 0 0 0;
}

.news_detail .news_content p.resume
{
	font-size: 1.4em;
	margin: 0 0 40px 0;
	width: 75%;
}

.news_detail .news_content p.author
{
	font-size: 1.2em;
	margin: 0 0 40px 0;
	width: 100%;
}

.news_detail .news_content p.author span.author_name
{
	font-weight: bold;
}

.news_detail .news_content p.article
{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-column-rule: 1px dotted #ddd;
	column-rule: 1px dotted #ddd;
}

.news_detail .news_content h4
{
	margin-top: 50px;
}



.news_detail .news_see_more_btn
{
	display: inline-block;
	width: 167px;
	height: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 0 0 0;
	float: left;
}

.news_detail ul.links_icon_list
{
	display: inline-block;
	margin: 0 0 0 0;
}




/* educational */

.educational_bloc{
/* 	background: red; */
	height: auto;
}



/* Search Modal */
.search_btn
{
	display: inline-block;
	height: 64px;
}

.search_btn_mobile
{
	display: none;
}

form#search-block-form .form-submit
{
	float: right;
	margin: 0 0.5% 20px 0;
	background-color: #E47309 !important;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: .5px;
	transition: .2s ease-out;
	cursor: pointer;
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	outline: 0;
	padding: 0 2rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

/* Profile Modal  */
a.forgot_psw
{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #E47309;
	text-decoration: underline;
}

.decline_confirm
{
	margin: 16px 0 0 0;
}

#profile_modal
{
	padding: 20px 0 0 0;
}

#profile_modal .btn
{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 48%;
	margin: 0 26% 0 26%;
	background: #E47309;
}

#profile_modal .decline_confirm .btn
{
	width: 47.5%;
	margin: 0 1% 0 1%;
	background: #E47309;
}

#profile_modal .orr
{
	margin: 16px 0 16px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
}

#profile_modal label
{
	color: rgb(228,115,9);
	font-size: 1.2em;
	margin: 0 0 20px 0;
	left: auto;
	display: block;
	position: relative;
}

#profile_modal .scroll_box
{
	max-height: 200px;
	overflow: scroll;
	border: solid #ccc 1px;
	width: 97.5%;
	margin: 0 0 0 1%;
}

#profile_modal .scroll_box p
{
	margin: 0 0 0 0;
	padding: 30px 30px;
}

#profile_modal .big_btn_1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
}

#profile_modal .dropdown-content {
    width: 100% !important;
}




/* table_carousel */

.fixed_top_div{
	width: 100%;
	height: 200px;
	background: #EDEDED;
	position: fixed;
	z-index: 2;
}

.wrapper_1{
	position: relative;
	background: #EDEDED;
	width: 100%;
	height: 200px;
}

.wrapper_2{
	position: absolute;
/* 	background: green; */
	bottom: 0;
	width: 100%;
	height: auto;	
}

.wrapper_2 h4{
/* 	background:  purple; */
	text-align: left;
	padding: 0 40px; 
}

.etf_arrows{
	position: absolute;
/* 	background: fuchsia; */
	bottom: 0;
	right: 34px;
	width: 100px;
	height: 65px;
}

.arrowleft{
/* 	background: blue; */
	width: 50%;
	float: left;
	cursor: pointer;
	color: #DFDFDF;
}

.arrowright{
/* 	background: purple; */
	width: 50%;
	float: right;
	cursor: pointer;
	color: #DFDFDF;
}

.arrowleft:hover, .arrowright:hover{
	color: #E47309;
}

.arrowleft i{
	font-size: 3.4em;
}

.arrowright i{
	font-size: 3.4em;
}

.etf_titles{
/*
	position: absolute;
	bottom: 0;
	left: 0;
*/
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: #F2F2F2 solid 1px;
}

.etf_titles h3{
	padding: 10px 40px 8px 40px;
}

.etf_titles h3 span.position{
/*   font-family: 'Asap'; */
  color: #E47309;
}



.section_all_etf{
	padding: 200px 0 80px 0;
}
/*
.section_all_etf h2{
	margin: 0 0 40px 0;
}
*/


#table_carousel h3{
	margin-bottom: 20px;
/*
	background: red;
	position: fixed;
*/
}

#table_carousel h3,
#table_carousel h4 {
	color: #878a8c;
}

#table_carousel p.description{
	margin-bottom: 30px;
}

#table_carousel .banner{
	background: #fff;
}

#table_carousel .table_part{
/*
	border-left: #F2F2F2 solid 1px;
	border-right: #F2F2F2 solid 1px;
*/
	border: #F2F2F2 solid 1px;
}

#table_carousel span.position{
  font-family: 'Asap';
  color: #E47309;
}

.table_line{
/* 	background: red; */
	width: 100%;
	position: relative;
	padding: 20px 20px;
}

.table_line.bordered{
	border-bottom: #E47309 2px solid;
}

.line_even{
	
}

.line_odd{
	background-color: #F2F2F2;
}


.table_line span{
/* 	line-height: 3em; */
}


.table_line span.left_side{
	float: left;
	text-transform: uppercase;
    color: #444;
}

.table_line span.right_side{
	float: right;
    font-size: 1.1em;
    color: #E47309;
}
	
.float_break{
	clear: both;
}
	
/* ALL ETF */



.all_etf .table_wrapper{
	background: #fff;
	width: 100%;
	padding: 20px 40px 40px 40px;
	position: relative;
	display: inline-block;
	overflow-x: scroll;
}

.all_etf .bloc_item_inside_wrapper
{
/* 	padding: 10px 40px 10px 40px; */
}

.all_etf table tr th
{
	text-align: right;
	padding: 20px 20px;
}

.all_etf table tr th.table_title{
	text-align: left;
	text-transform: uppercase;
	font-family: 'futura';
	font-size: 1.6em;
	font-weight: normal;
}

.all_etf table tr td
{
	border-right: 2px solid #ccc;
	padding: 20px 20px;
}

.all_etf table tr td.bottom_td,.all_etf table tr td.last
{
	border-right: none;
}

.all_etf table td.first
{
	width: 22%;
}

.all_etf table td.first img
{
	background: #E47309;
	padding: 6px 6px;
	height: 36px;
	width: 36px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.all_etf table td i
{
	font-size:  2em;
	line-height: 1;
	vertical-align: middle;
}

.all_etf table td i.done
{
	color: #169a7c;
}

.all_etf table td i.clear
{
	color: #d72947;
}

.all_etf table td p
{
	font-size: 0.9em;
}

.all_etf table td button
{
	background: #E47309;
	box-shadow: none;
	width: 100%;
	margin-top: 14px;
}

.all_etf table td button:hover
{
	background: #E47309;
}

/* Footer */
footer.page-footer
{
	margin-top: 0px;
	padding-top: 60px;
	background: #444;
}

footer.page-footer .container .row
{
	margin-bottom: 70px;
}

footer ul.footer_list_text li
{
	line-height: 1.8em;
	color: #fff;
	color: rgba(250, 250, 250, 0.7);
}

footer ul.footer_list_text li.footer_title
{
	font-size: 1.2em;
	font-family: 'futura';
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

footer ul.footer_list_text li a.partners_btn
{
	display: inline-block;
	text-transform: none;
	color: #fff;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 2;
	padding: 0 14px 2px 14px;
	margin: 4px 0 6px 0;
	width: 50%;
	text-align: center;
	transition: background, 0.3s;
}

footer ul.footer_list_text li a.partners_btn:hover
{
	background: #E47309;
}

.footer-copyright
{
	background: #333 !important;
}

.footer-copyright .copyright_left
{
	color: rgba(250, 250, 250, 0.5);
}

.footer-copyright .copyright_right
{
	color: rgba(250, 250, 250, 0.5);
}

.footer-copyright .copyright_right ul
{
	display: inline-block;
	margin: 0 0 0 0;
}

.footer-copyright .copyright_right ul li
{
	display: inline;
	line-height: 50px;
	margin-left: 20px;
}

.footer-copyright .copyright_right ul li a
{
	color: rgba(250, 250, 250, 0.5);
}


footer .see_more_btn{
	width: 80%;
	max-width: 320px;
	display: block;
	margin: 0 auto;
	color: #fff;
	border-color: #fff;
}

/* Cookie Banner */
.cookie_banner
{
	position: fixed;
	bottom: 0;
	z-index: 2;
	background: #333333;
	width: 100%;
	padding: 30px 40px 10px 40px;
	z-index: 4;
}

.cookie_banner span.cookie_text
{
	font-size: 1.1em;
	text-align: left;
	color: #bbb;
	border-left: 2px solid #bbb;
	display: inline-block;
	padding: 0 0 0 30px;
}

.cookie_banner .cookie_btn
{
	background: #E47309;
	display: block;
}



/* RESPONSIVE */


@media only screen and (max-width : 1460px) {
	
	.banner .img_right_in_banner
	{
		top: 0;
	}
	
	.banner .content_in_banner .buttons
	{
		position: relative;
		right: auto;
		bottom: auto;
	}
	
	.banner .content_in_banner .text_list
	{
		margin: 0 0 40px 0;
	}
	
}


@media only screen and (max-width : 1230px) {
	.bloc_item.bloc_numbers {
	    height: 140px;
	}
	.bloc_item.bloc_numbers .bloc_item_inside_wrapper h3 {
	    width: 100%;
	    padding-top: 40px;
	}
	

}


@media only screen and (max-width : 1180px) {
	.search_bloc
	{
		height: auto;
	}
	
	.search_bloc .bloc_item_inside_wrapper
	{
		height: auto;
	}
	
	.search_bloc .bloc_item_inside_wrapper .type
	{
		display: block;
		width: 100%;
	    line-height: 1;
	    height: auto;
		border-right: none;
		text-align: left;
		padding: 40px 30px 10px 30px;
	}
	
	.search_bloc .bloc_item_inside_wrapper .result_content
	{
		display: block;
		width: 100%;
		height: auto;
		padding: 0 30px 30px 30px;
		position: relative;
	}
	
	.search_bloc .bloc_item_inside_wrapper .result_content h3
	{
		line-height: 1;
		font-size: 1.4em;
		height: auto;
		margin: 10px 0 10px 0;
	}
	
	.search_bloc .bloc_item_inside_wrapper .result_content p
	{
		margin: 0 0 14px 0;
		padding: 0 0 0 0;
	}
	
	.search_bloc_btn
	{
		position: relative;
		text-align: right;
		width: 100%;
	}
	
	.search_bloc_btn .see_more_btn
	{
		position: relative;
		bottom: auto;
		right: auto;
	}

}




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

	.banner .content_in_banner h3
	{
		margin: 0 0 10px 0;
	}
	
	.banner .content_in_banner ul.links_icon_list
	{
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 30px 0;
	}
	
	.banner.news_detail_banner .content_in_banner ul.links_icon_list
	{
		position: absolute;
		top: 0;
		right: 0;
		margin: 0 0 0 0;
	}
	
	.banner .img_right_in_banner
	{
		display: none;
	}
	
	
	
	
	.banner_blue
	{
		background: #3A517B;
	}

	.banner_dark
	{
		background: #474C51;
	}	
	
	.banner .content_in_banner span.accroche
	{
		width: 100%;
	}
	
	.banner .content_in_banner span.accroche_etf
	{
		width: 100%;
	}
	
	.banner .content_in_banner .text_list
	{
		width: 100%;
	}
	
	.bloc_item ul{ 
		padding: 30px 30px 30px 30px;
		margin: 30px 0 30px 0;
	}
	
}


@media only screen and (max-width : 1080px) {
	.news_list .news_illu_wrapper
	{
		display: none;
	}
	.news_list .news_content {
	    position: relative;
	    width: 100%;
	    height: auto;
	    left: auto;
	}
	
	.news_list .bloc_item_inside_wrapper {
	    min-height: auto;
	}

	.etf_arrows{
		display: none;
	}
	
}


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

	.bloc_item.why_bloc.small_bloc,
	.bloc_item.why_bloc.medium_bloc,
	.bloc_item.why_bloc.large_bloc 
	{
		height: auto; 
	}
	
	.bloc_item.news_bloc.small_bloc,
	.bloc_item.news_bloc.medium_bloc,
	.bloc_item.news_bloc.large_bloc
	{
		height: auto; 
		padding-top: 180px;
	}
	
	.bloc_item.news_bloc .bottom_content,
	.bloc_item.why_bloc .bottom_content
	{
		position: relative;
	}
	

	
	.banner.news_detail_banner .content_in_banner ul.links_icon_list
	{
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 30px 0;
	}
	
	.news_detail .news_content p.resume {
	    width: 100%;
		margin: 0 0 20px 0;
	}

	.news_detail .news_content p.author {
	    margin: 0 0 30px 0;
	}
		
	.news_detail .news_content .links_social_icon {
		position: relative;
		right: auto;
		top: auto;
	    margin: 0 0 20px 0;
	}
	
	.bloc_item.why_bloc{
		padding-bottom: 20px;
	}
	
	.bloc_item.why_bloc.small_bloc
	{
		min-height: auto;
		height: auto;
	}
	
	nav.topnav
	{
		height: 58px;
	}
	
	nav .button-collapse i {
	    line-height: 56px;
	}
	
}
nav a {
    color: #E47309 !important;
}
@media only screen and (min-width: 601px){
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {

}
}


@media only screen and (max-width : 850px) {
	.carousel_buttons a {
	    margin: 0 12px 12px 0;
	}
	
	.news_detail .news_content p.article {
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}
	
	.news_list ul.links_icon_list
	{
		position: relative;
		top: auto;
		right: auto;
		display: inline-block;
		margin: 0 0 12px 0;
	}
	
	.news_list .news_content p {
	    margin: 0 0 14px 0;
	    padding: 0 0 0 0;
	}
	
	.news_list_bloc_btn{
		position: relative;
		bottom: auto;
		right: auto;
		text-align: right;
	}
	
	.news_see_more_btn
	{
		position: relative;
		bottom: auto;
		right: auto;
	}
	
}

@media only screen and (max-width : 790px) {
	.bloc_item.bloc_numbers {
	    height: 160px;
	}
	.bloc_item.bloc_numbers .bloc_item_inside_wrapper h3 {
	    width: 100%;
	    padding-top: 50px;
	}
}


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

	p.two_col{
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	    -webkit-column-gap: 0;
	    -moz-column-gap: 0;
	    column-gap: 0;
	}

}

.side-nav {
	width: calc(50%) !important;
    max-width: 300px !important;
}













