html, body{
	padding: 0;
	margin: 0;
	color:#000;
	font-family: 'PT Serif', serif;
	font-size: 14px;
	height: 100%;
}

/* General */
.container{
	width: 1000px;
}

a{
	color:#907558;
}
a:focus,
a:hover{
	color:#907558;
	text-decoration: none;
}

a:focus{
	outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea{
	-webkit-appearance: none;
}

h1{
	color:#000000;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
}

h1 span{
	color:#907558;
	font-style: italic;
}

h2{
	margin: 0 0 20px;
	color:#907558;
	font-size: 25px;
}

h2 a{
	font-size:13px;
	color:#907558;
	float:right;
	padding-top:8px;
}

h3{
	font-size:20px;
	color:#907558;
	margin-top:5px;
	margin-bottom:15px;
}

button{
	background-color:#907558;
	color:#fff;
	border: none;
	padding: 6px 19px;
}

.w100pc{
	width:100%;
}

.w50pc{
	width: 50%;
}

.margin-auto{
	margin: auto;
}

.position-relative{
	position: relative;
}

.form-control{
	border-radius: 0;
	border:1px solid #b3b3b3;
	border-left: 0;
	font-size: 12px;
	color:#9e9e9e;
	height: 30px;
	padding:4px 12px;
}

.form-control:focus{
	border:1px solid #b3b3b3;
	border-left: 0;
	box-shadow: none;
}

.input-group-addon{
	border-radius: 0;
	background-color: #907558;
	color:#fff;
	border: none;
	font-size: 13px;
	padding: 6px 18px;
}

label.error{
	color:#a10000;
	font-size:10px;
	font-weight: 400;
	display: block;
	margin-top:5px;
}

.dropdown-arrow{
	width: 9px;
	height: 5px;
	display: inline-block;
	background-image: url('../images/ico-dropdown.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* Grayscale */
.grayscale {
	/* Firefox 10+, Firefox on Android */
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

	/* IE 6-9 */
	filter: gray;

	/*
	Chrome 19+,
	Safari 6+,
	Safari 6+ iOS,
	Opera 15+
	*/
	-webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
	-webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
	-webkit-filter: grayscale(0%);
	filter: none;
}

.grayscale-replaced.grayscale-fade svg {
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
	opacity: 0;
}

/* Navigation */
.navbar{
	margin: 0;
	border: none;
}
.navbar-nav{
	float: right;
}
.navbar-brand{
	height: auto;
	padding: 0 0 0 15px;
}
.navbar-header{
	width: 100%;
}
.navbar-collapse{
	padding: 0;
}
.navbar-default{
	background-color: #fff;
}
.navbar-nav>li>a{
	font-size: 13px;
	color:#8d8c8f;
	text-transform: uppercase;
	padding: 4px 0 10px;
	margin-right: 12px;
	margin-left: 12px;
}
.navbar-nav>li.last>a{
	margin-right: 0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color:#907558;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
	color:#907558;
	background-color: transparent;
	border-bottom: 4px solid #cdbcaa;
	padding-bottom: 6px;
}

.dropdown-menu{
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	background-color:#ededed;
	border-radius: 0;
	margin-left: 10px;
	box-shadow: none;
}

.dropdown-menu>li>a{
	color:#8d8c8f;
	font-size:13px;
	border-bottom:1px solid #d7d7d7;
	padding: 8px 14px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	color:#ffffff;
	background-color: #907558;
}

/* Header */
.separator-header{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/separator-header.gif');
	height: 15px;
}

.email-icon{
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url('../images/ico-email.png');
	background-position: center right;
	height: 30px;
	border:1px solid #b3b3b3;
	border-right: 0;
	padding-left: 27px;
	padding-right: 0px;
}

.search-icon{
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url('../images/ico-search.png');
	background-position: center right;
	height: 30px;
	border:1px solid #b3b3b3;
	border-right: 0;
	padding-left: 27px;
	padding-right: 0px;
}

.top-ml-label{
	text-align:right;
	font-size:11px;
	color:#907558;
	padding:6px 0;
}

#top-ml-go{
	cursor: pointer;
}

.top-ml-container{
	max-width:260px;
}

.top-lang-switcher{
	max-width:100px;
	margin-right:12px;
	padding-top: 30px;
	position:relative;
}
.top-lang-switcher .dropdown-toggle,
.top-lang-switcher .dropdown-menu>li>a{
	font-size:11px;
	color:#8d8c8f;
	text-transform: uppercase;
}
.top-lang-switcher img,
.top-lang-switcher .dropdown-arrow{
	margin-top: -2px;
}
.top-lang-switcher .dropdown-menu{
	min-width: 100px;
	max-width: 160px;
}
.top-lang-switcher .dropdown-menu>li>a:focus,
.top-lang-switcher .dropdown-menu>li>a:hover{
	color:#fff;
}

/* Footer */
footer{
	background-color:#ededed;
	padding: 35px 0 40px;
}

footer .footer-row-1{
	margin-bottom:5px;
}

footer .sitemap-box{
	margin-right:25px;
	float:left;
	max-width: 150px;
}

footer .sitemap-box .header{
	color:#907558;
	font-size:14px;
	font-style:italic;
	border-bottom:1px solid #a9a9a9;
	padding-bottom:15px;
}

footer .sitemap-box ul{
	padding-left:15px;
	font-size:12px;
	color:#868686;
	margin-top:10px;
}

footer .sitemap-box ul li a{
	font-size:12px;
	color:#868686;
}

footer .sitemap-box ul li a:hover{
	color:#907558;
}

footer .ml-form-wrapper{
	float:right;
	max-width:230px;
	text-align:right;
}

footer .footer-ml-label{
	font-size:14px;
	color:#907558;
	font-style:italic;
	margin-bottom:10px;
}

footer .email-icon{
	border:1px solid #fff;
}

footer .form-control,
footer .form-control:focus{
	border:1px solid #fff;
	box-shadow:none;
	transition: none;
}

footer .btn-join{
	margin-top:12px;
	margin-bottom:24px;
}

footer .member-alliance-wrapper{
	margin-top:40px;
	margin-bottom:10px;
}

footer .member-alliance-label{
	float:left;
	font-size:11px;
	color:#868686;
	margin-right:12px;
	line-height:34px;
}

footer .copyright{
	color:#868686;
	font-size:11px;
	padding-top:17px;
}

footer .contact-info-wrapper{
	text-align: right;
	float:right;
}

footer .contact-info-wrapper .company-name{
	color:#616161;
	font-size:12px;
}

footer .contact-info-wrapper .address,
footer .contact-info-wrapper .contact-no{
	color:#868686;
	font-size:12px;
}
footer .contact-info-wrapper .contact-no ul{
	list-style: none;
}
footer .contact-info-wrapper .contact-no ul li{
	float: left;
}
footer .contact-info-wrapper .contact-no ul li:after{
	content: '\00a0\00a0|\00a0\00a0';
}
footer .contact-info-wrapper .contact-no ul li:last-child:after{
	content: '';
}

footer .contact-info-wrapper .copyright{
	display: none;
}

.separator-footer{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../images/separator-footer.gif');
	height: 15px;
}

/* Homepage */
.home-container{
	padding-top:30px;
	padding-bottom:50px;
}

.home-col-1{
	float:left;
	width:100%;
	max-width:470px;
	margin-right:30px;
}

.home-col-2{
	float:left;
	width:100%;
	max-width:470px;
}

.home-container hr{
	border-top:5px solid #907558;
	margin-top:30px;
	margin-bottom:20px;
	width: 100%;
}

.home-container .who-we-help-left,
.home-container .who-we-help-right{
	float:left;
	width:100%;
	max-width:234px;
}

.home-container .who-we-help-right{
	/*
	list-style-image: url('../images/ico-bullet.png');
	list-style-position: inside;
	*/
	list-style: none;
	padding: 0;
}

.home-container .who-we-help-right li{
	background-color:#f1f1f1;
	border-bottom:1px solid #d5d5d5;
}

.home-container .who-we-help-right li a{
	text-decoration: none;
	color:#000000;
	width:100%;
	display:inline-block;
	padding: 12px 20px 12px 20px;
}

.home-container .who-we-help-right li:hover,
.home-container .who-we-help-right li:focus{
	background-color: #907558;
}

.home-container .who-we-help-right li:hover a,
.home-container .who-we-help-right li:focus a{
	color:#fff;
}

.home-container .who-we-help-right li a .title{
	max-width:170px;
	float:left;
	font-size: 15px;
}

.home-container .who-we-help-right li a .arrow{
	width:5px;
	height: 9px;
	margin-top:7px;
	margin-right:15px;
	float:left;
	background-image: url('../images/ico-bullet.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.home-container .who-we-help-right li:hover a .arrow,
.home-container .who-we-help-right li:focus a .arrow{
	background-position: 0 -9px;
}

.home-container .about-ano-left,
.home-container .about-ano-right{
	float:left;
	width:100%;
	max-width:234px;
}

.home-container .about-ano-right{
	background-color:#f1f1f1;
	padding:22px 22px;
	max-height: 224px;
	overflow: auto;
}

.home-container a{
	text-decoration: underline;
}

.home-container .home-updates{
	list-style: none;
	padding: 0;
}

.home-container .home-updates li{
	border-bottom:1px solid #ededed;
}

.home-container .home-updates li a{
	color:#000;
	text-decoration: none;
	display: inline-block;
	width:100%;
	padding: 8px 0;
}

.home-container .home-updates li a:hover,
.home-container .home-updates li a:focus{
	color:#907558;
}

.home-container .home-updates li a .title{
	max-width:440px;
	float:left;
}

.home-container .home-updates li a .arrow{
	width:5px;
	height: 9px;
	margin-top:7px;
	margin-left:15px;
	float:right;
	background-image: url('../images/ico-bullet.png');
	background-repeat: no-repeat;
	background-position: top left;
}

/* Boostrap Carousel */
.home-carousel{
	/*max-height: 414px;*/
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
	width: 100%;
	max-width: 100%;
	/*max-height: 414px;*/
	height: auto;
}

.carousel-caption{
	width:970px;
	/*max-height:414px;*/
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0 auto;
}

.carousel-caption .caption-text{
	width:300px;
	/*height: 414px;*/
	/*max-height:414px;*/
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image:url('../images/bg-banner-text.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	font-size:31px;
	padding:80px 27px 10px;
	text-align:center;
}

.carousel-caption .caption-text span{
	color:#c4a687;
	font-style:italic;
}

.carousel-indicators-container{
	position:absolute;
	z-index:15;
	bottom:20px;
	width:970px;
	margin:0 auto;
	left:0;
	right:0;
}

.carousel-indicators{
	left: 0;
	bottom: 0;
	margin-left: 0;
	width: 300px;
	margin: 0 auto;
	position: relative;
}

.carousel-indicators li{
	border: none;
	background-color:#fff;
	margin:1px 5px 1px 1px;
	width: 9px;
	height: 9px;
	border-radius: 9px;
}

.carousel-indicators .active{
	background-color:#c4a687;
	margin:1px 5px 1px 1px;
	width: 9px;
	height: 9px;
}

/* Boostrap Modal */
.modal-dialog{
	margin-top: 10%;
}

.modal-header{
	border:none;
	padding: 0;
}

.modal-header .icon{
	float:left;
	margin-left:-56px;
	margin-top:25px;
}

.modal-header .close{
	width: 30px;
	height: 30px;
	margin-top: 25px;
	margin-right: -50px;
	background-image: url('../images/ico-close.png');
	background-repeat: no-repeat;
	opacity: 1;
}

.modal-body{
	padding:0 0 20px;
}

.modal-content{
	box-shadow: none;
	border: none;
}

.ml-form-header{
	font-size:32px;
	color:#202020;
	margin-bottom:10px;
	padding-left: 80px;
	padding-right: 45px;
}

.ml-form-header span{
	color:#907558;
	font-style: italic;
}

.ml-form-message{
	font-size:14px;
	color:#202020;
	margin-bottom:15px;
	padding-left: 80px;
	padding-right: 45px;
}

.ml-form-note{
	font-size:12px;
	color:#a10000;
	font-style:italic;
	padding-left: 80px;
	padding-right: 45px;
	margin-bottom:10px;
}

.ml-form-row-1{
	font-size:14px;
	color:#202020;
	padding-left: 80px;
	padding-right: 45px;
}

.ml-form-row-2{
	background-color:#f2f2f2;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#202020;
}

.ml-form-row-3{
	font-size:14px;
	color:#202020;
	padding-left: 80px;
	padding-right: 45px;
	padding-top:10px;
}

.ml-form-padding{
	padding-left: 80px;
	padding-right: 45px;
}

.ml-form-button{
	font-size:18px;
	padding:12px 18px;
	margin-top:10px;
}

.ml-form-group{
	display:inline-block;
	margin-bottom: 14px;
	margin-right:12px;
	width: 100%;
	vertical-align: top;
}

.ml-form-button img{
	vertical-align: bottom;
}

.ml-form-title{
	max-width:100px;
}

.ml-form-name{
	max-width:345px;
}

.ml-form-email{
	max-width:230px;
}

.ml-form-company{
	max-width:215px;
}

.form-element{
	font-size: 14px;
	font-style: italic;
	color:#818181;
	border:1px solid #d9d9d9;
	padding: 8px 14px;
	border-radius: 4px;
	width: 100%;
}

/* iCheck */
.icheckbox_minimal{
	background-color: #fff;
	margin-right:13px;
	margin-left: -20px;
}

/* Pages */
.page-header{
	font-size: 20px;
	color:#fff;
	padding: 95px 0 25px;
	margin: 0;
	border: 0;
	background-image: url('../images/page-header-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.page-header.purple{
	background-image: url('../images/page-header-bg-purple.jpg');
}

.page-header.green{
	background-image: url('../images/page-header-bg-green.jpg');
}

.page-header.pink{
	background-image: url('../images/page-header-bg-pink.jpg');
}

.page-header.orange{
	background-image: url('../images/page-header-bg-orange.jpg');
}

.page-header.blue{
	background-image: url('../images/page-header-bg-blue.jpg');
}

.content-container{
	padding: 40px 0 40px;
	background-image: url('../images/content-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.content-container.purple h1{
	color:#5b4b80;
}

.content-container.green h1{
	color:#7c9d61;
}

.content-container.pink h1{
	color:#a95a83;
}

.content-container.orange h1{
	color:#c26938;
}

.content-container.blue h1{
	color:#316475;
}

.content-container .sidebar-wrapper{
	width: 100%;
	max-width:200px;
	float:left;
	margin-right: 70px;
}

.sidebar-caption{
	font-size:18px;
	color:#907558;
	font-style:italic;
	margin-bottom:7px;
}

.sidebar-link{
	border-top: 5px solid #907558;
	border-bottom: 5px solid #8d8c8f;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}

.sidebar-link li{

}

.sidebar-link li > a{
	display: block;
	width:100%;
	font-size: 13px;
	color:#000000;
	border-bottom: 1px solid #8d8c8f;
	padding: 10px 16px 10px 12px;
	text-transform: uppercase;
}

.sidebar-link li.active > a,
.sidebar-link li > a:hover{
	color:#fff;
	background-color:#907558;
}

.sidebar-link > li.maincat.parent > a{
	background-image: url('../images/ico-plus.png');
	background-repeat: no-repeat;
	background-position: 180px center;
	padding-right: 30px;
}

.sidebar-link > li.maincat.parent > a:hover{
	background-image: url('../images/ico-plus.png');
}

.sidebar-link > li.maincat.parent.active > a{
	background-image: url('../images/ico-minus.png');
}

.sidebar-link li.maincat ul.children{
	display: none;
	list-style: none;
	padding: 0;
	color:#868686;
}

.sidebar-link li.maincat.active ul.children{
	display: block;
}

.sidebar-link li.maincat ul.children li > a{
	color:#8d8c8f;
	font-style: italic;
	font-size: 13px;
	text-transform: capitalize;
	border-bottom: 1px dotted #8d8c8f;
	background-image: url('../images/ico-bullet-grey.gif');
	background-repeat: no-repeat;
	background-position: 15px 18px;
	padding-left: 28px;
}

.sidebar-link li.maincat ul.children li.active > a,
.sidebar-link li.maincat ul.children li > a:hover,
.sidebar-link li.maincat ul.children li > a:focus{
	color:#907558;
	background-color: transparent;
}

.sidebar-link-update,
.sidebar-link-contact{
	display: block;
	width: 100%;
	height: 51px;
	line-height: 51px;
	padding-left: 65px;
	background-repeat: no-repeat;
	border:1px solid #907558;
	color:#000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 18px;
}

.sidebar-link-update{
	background-image: url('../images/ico-update.png');
}

.sidebar-link-contact{
	background-image: url('../images/ico-contact.png');
}

.sidebar-link.services > li.maincat > a{
	padding-left: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.sidebar-link.services li.maincat ul.children li > a{
	padding-left:33px;
	background-position: 20px 18px;
}

/* Purple */
.sidebar-link.services > li.maincat.purple > a{
	background-image: url('../images/sidebar-purple.gif');
	background-position: 0 0;
}
.sidebar-link.services > li.maincat.purple.active > a,
.sidebar-link.services > li.maincat.purple > a:hover{
	background-color: #5b4b80;
}
.sidebar-link.services > li.maincat.parent.purple > a{
	background-image: url('../images/sidebar-purple.gif'), url('../images/ico-plus.png');
	background-position: 0 0, 180px center;
}
.sidebar-link.services > li.maincat.parent.purple.active > a{
	background-image: url('../images/sidebar-purple.gif'), url('../images/ico-minus.png');
}

/* Green */
.sidebar-link.services > li.maincat.green > a{
	background-image: url('../images/sidebar-green.gif');
	background-position: 0 0;
}
.sidebar-link.services > li.maincat.green.active > a,
.sidebar-link.services > li.maincat.green > a:hover{
	background-color: #7c9d61;
}
.sidebar-link.services > li.maincat.parent.green > a{
	background-image: url('../images/sidebar-green.gif'), url('../images/ico-plus.png');
	background-position: 0 0, 180px center;
}
.sidebar-link.services > li.maincat.parent.green.active > a{
	background-image: url('../images/sidebar-green.gif'), url('../images/ico-minus.png');
}

/* Pink */
.sidebar-link.services > li.maincat.pink > a{
	background-image: url('../images/sidebar-pink.gif');
	background-position: 0 0;
}
.sidebar-link.services > li.maincat.pink.active > a,
.sidebar-link.services > li.maincat.pink > a:hover{
	background-color: #a95a83;
}
.sidebar-link.services > li.maincat.parent.pink > a{
	background-image: url('../images/sidebar-pink.gif'), url('../images/ico-plus.png');
	background-position: 0 0, 180px center;
}
.sidebar-link.services > li.maincat.parent.pink.active > a{
	background-image: url('../images/sidebar-pink.gif'), url('../images/ico-minus.png');
}

/* Orange */
.sidebar-link.services > li.maincat.orange > a{
	background-image: url('../images/sidebar-orange.gif');
	background-position: 0 0;
}
.sidebar-link.services > li.maincat.orange.active > a,
.sidebar-link.services > li.maincat.orange > a:hover{
	background-color: #c26938;
}
.sidebar-link.services > li.maincat.parent.orange > a{
	background-image: url('../images/sidebar-orange.gif'), url('../images/ico-plus.png');
	background-position: 0 0, 180px center;
}
.sidebar-link.services > li.maincat.parent.orange.active > a{
	background-image: url('../images/sidebar-orange.gif'), url('../images/ico-minus.png');
}

/* Blue */
.sidebar-link.services > li.maincat.blue > a{
	background-image: url('../images/sidebar-blue.gif');
	background-position: 0 0;
}
.sidebar-link.services > li.maincat.blue.active > a,
.sidebar-link.services > li.maincat.blue > a:hover{
	background-color: #316475;
}
.sidebar-link.services > li.maincat.parent.blue > a{
	background-image: url('../images/sidebar-blue.gif'), url('../images/ico-plus.png');
	background-position: 0 0, 180px center;
}
.sidebar-link.services > li.maincat.parent.blue.active > a{
	background-image: url('../images/sidebar-blue.gif'), url('../images/ico-minus.png');
}

.content-container .content-wrapper{
	width: 100%;
	max-width:700px;
	float:left;
	border-top: 5px solid #907558;
}

/* About Us */
ul.our-people{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.our-people>li{
	float:left;
	position: relative;
}
ul.our-people>li:nth-of-type(4n+4) .about-avatar-wrapper{
	margin-right: 0px;
}

.about-avatar-wrapper{
	width:100%;
	max-width:163px;
	float:left;
	margin-right:16px;
}

.about-avatar-wrapper.active:after{
	content: '';
	width: 0;
	height: 0;
	margin-left: 72px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #907558;
}

.about-avatar-wrapper:nth-child(4){
	margin-right: 0px;
}

.about-avatar{
	display:block;
}

.about-avatar-info{
	background-color:#fff;
	padding:9px 11px;
	margin-bottom: 20px;
}

.about-avatar-name{
	font-size:15px;
	color:#907558;
	margin-bottom:5px;
}

.about-avatar-position{
	font-size:12px;
	color:#202020;
	font-style:italic;
}

.about-avatar-wrapper.active .about-avatar-info{
	background-color:#907558;
	margin-bottom: 9px;
}

.about-avatar-wrapper.active .about-avatar-name{
	color:#fff;
}

.about-biographic-wrapper{
	background-color:#907558;
	padding: 20px 28px;
	color:#fff;
	display: none;
	margin-bottom: 18px;
	float: left;
}

.about-biographic-wrapper a,
.about-biographic-wrapper a:hover,
.about-biographic-wrapper a:focus
{
	color:#fff;
	font-style: italic;
	text-decoration: underline;
}

.about-biographic-wrapper span{
	color:#543c2e;
}

.about-biographic-wrapper .testimonial{
	font-style: italic;
	color:#000;
	background-color:#ded8d0;
	padding: 20px 28px;
	margin: -20px -28px 20px -28px;
}
.about-biographic-wrapper .testimonial .name{
	display: block;
	color:#000;
	padding-top: 10px;
	text-align: right;
}
.about-biographic-wrapper ul.contact-info{
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-biographic-wrapper ul.contact-info li{
	float: left;
	margin-bottom: 5px;
}
.about-biographic-wrapper ul.contact-info li:after{
	content: '\00a0\00a0|\00a0\00a0';
	color:#543c2e;
}
.about-biographic-wrapper ul.contact-info li:last-child:after{
	content: '';
}

/* Blogs / Updates */
.content-wrapper.update{
	margin-top:32px;
}

#updates-filter{
	float:right;
	width:auto;
	font-size:13px;
	padding:4px 14px;
}

.updates-search-wrapper{
	max-width:270px;
	margin-top:-46px;
}

.article-wrapper{
	padding:27px 19px;
	border-top:1px solid #cacaca;
	background-color:#fff;
}

.article-wrapper:nth-child(odd){
	background-color: transparent;
}

.article-thumbnail{
	margin-right:20px;
	max-width:210px;
	float:left;
}

.article-description{
	font-size:14px;
	color:#000;
	max-width:430px;
	float:left;
}

.article-author,
.article-date{
	font-size:13px;
	color:#000;
	font-style:italic;
}

.article-description a,
.article-description a:hover,
.article-description a:focus
{
	text-decoration: underline;
	font-style: italic;
}

.article-detail-wrapper img{
	display:block;
	max-width: 100%;
	height: auto;
}

.article-tags{
	margin-top:30px;
}

/* Table */
.no-border>tbody>tr>td,
.no-border>tbody>tr>th,
.no-border>tfoot>tr>td,
.no-border>tfoot>tr>th,
.no-border>thead>tr>td,
.no-border>thead>tr>th{
	border: none;
}

/* Tablet / Mobile */
.desktop-hide{
	display: none;
}

.desktop-visible{
	display: block;
}

.mobile-hide{
	display: block;
}

.mobile-visible{
	display: none !important;
}

.navbar-nav .dropdown-arrow{
	display: none;
}

.top-ml-link{
	padding-top:15px;
	position: relative;
}

.mobile-sidebar-link{
	margin-bottom: 40px;
	padding: 10px 15px;
	text-transform: uppercase;
	color:#000;
	background-color: transparent;
}

.mobile-sidebar-toggle{
	margin-bottom: 20px;
	margin-left: 15px;
	padding: 10px 15px;
	text-transform: uppercase;
	color:#000;
	border:1px solid #8d8c8f;
	background-color: transparent;
	float:right;
	display: none;
}
.mobile-sidebar-toggle .text{
	float: left;
	margin-right: 15px;
}
.mobile-sidebar-toggle .dropdown-arrow{
	float:right;
	margin-top: 8px;
	background-image: url('../images/ico-dropdown-2.png');
}

.mobile-sidebar-toggle.update .text{
	max-width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}