﻿@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE

#FF6347 - (Tomato)
#989898 - (Spanish Grey) - Text Color
#F5F9F8 - (White Smoke) - Background Color


[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Currency
	3.2 Language
	3.3 Account
	3.4 Main Navigation
	3.5 Hamburger Menu
	3.6 Logo
4. Breadcrumbs
5. Google Map
6. Contact Us
7. Follow Us
8. Contact Form
9. Newsletter
10. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: "Open Sans", sans-serif;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
}
div
{
	display: block;
	/* position: relative; */
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}

a:hover{
	text-decoration: underline;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}

.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
html {
  font-size: 14px;
}
html.font-size--s {
  font-size: 0.9em;
}
html.font-size--m {
  font-size: 1em;
}
html.font-size--l {
  font-size: 1.1em;
}

.font-switcher__size.active, .font-switcher__size:hover{
    background: #b8a57b;
    color: #FFF;
    cursor: pointer;
}
/*********************************
3. Home
*********************************/

.header
{
	width: 100%;
	background: #FFFFFF;
	z-index: 10;
}
.top_nav
{
	width: 100%;
	height: 150px;
	background: #FFF;
				   
}
.top_nav .container{
    margin: 0 auto;
    max-width: 1340px;
    padding: 0 40px;
}

.top_nav .row
{
	padding-top: 15px;
	margin: 0 15px;
}
.top_nav_left
{
	height: 40px;
	line-height: 50px;
	font-size: 13px;
	color: #b5aec4;
	text-transform: uppercase;
}
.top_nav_right{
			 
	padding-top: 40px;
}

.top_nav .logo{
	width: auto;
	height: 120px;
}

/*********************************
3.1 search
*********************************/
.login{
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-right: 15px;
	padding-left: 10px;
	/* border-right: 1px solid #999; */
	vertical-align: middle;
	color: #3a3a3a;
}

.login-word{
	color: #555;
	font-size: 13px;
	line-height: 40px;
	display: inline-block;
	padding-right: 5px;
}

.login-icon{
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	background: url(/img/login-icon.png) center no-repeat #b8a57b;
}

.search{
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.search-form:hover > .search-input{
	display: block;
}

.search-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	display:block;
	background: url(/img/search-icon.png) center no-repeat #b8a57b;
	border: none;
	float: left;
	cursor: pointer;
}
.search-input {
    width: 130px;
    line-height: 28px;
    padding: 5px;
    border: 1px solid #b8a57b;
    float: left;
	display: none;
}

/*********************************
3.2 Language
*********************************/
.language
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}

.language:hover .language_selection{
}
.language_selection {
    padding: 0 0 0 40px;
    height: 40px;
    margin: 0;
}
.language_selection li {
    float: left;
    margin: 0 4px;
    height: 40px;
}

.language_selection li a{
	color: #555;
	font-size: 13px;
	line-height: 40px
}

.language_selection li a:hover{
}

.language_selection li:last-child a{
}

.language_selection li a.selected {
	padding: 5px;
	background: #b8a57b !important;
	color: #FFF !important;
	cursor: pointer;
}

/*********************************
3.3 Account
*********************************/

.text-size
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
}
.text-size span {
    display: block;
    float: left;
    padding: 9px 9px;
    margin: 0 1px;
    color: #555;
    font-weight: 100;
    height: 38px;
    width: 32px;
    line-height: 23px;
}

.text-size .text-small{
	font-size:14px;
}
	
.text-size .text-middle{
	font-size:18px;
}
	
.text-size .text-big{
	font-size:22px;
}

/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container{
	width: 100%;
	background: #572261;
}

.main_nav_container .row{
	margin: 0;
}
.navbar {
    width: auto;
    height: 43px;
    margin: 0 auto;
    padding: 0px 0px 3px 0px !important;
}

.navbar_menu li
{
	display: inline-block;
	position: relative;
}
.navbar_menu li .active
{
	border-bottom: 3px solid #e8bc37;
}
.navbar_menu li a
{
	display: block;
	color: #FFF;
	font-size: 16px;
    font-weight: 300;
	padding:8px 20px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_menu li a:hover
{
	color: #FFF;
	text-decoration: none;
}
.navbar_user
{
	margin-left: 37px;
}
.navbar_user li
{
	display: inline-block;
	text-align: center;
}
.navbar_user li a
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.navbar_user li a:hover{
	color: #b5aec4;
}
.navbar_menu li:hover > ul{
	display: block;
	z-index: 999;
}
.navbar_menu li ul {
    position: absolute;
    background: #ebece7;
    top: 40px;
    left: 0;
    /* padding: 15px 0 15px 0; */
    padding: 0;
    min-width: 370px;
    display: none;
    box-shadow: 0 0 3px #999;
}

.navbar_menu li ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding: 0;
}

.navbar_menu li ul li:hover, .navbar_menu li ul li.active{
	background-color: #cccccc;
}

.navbar_menu li ul li a {
    /* padding: 14px 0px 14px 20px; */
    padding: 16px 20px 16px 35px;
    color: #222;
    font-weight: 400;
    background: url(/img/disc.png) 20px center no-repeat;
}

.navbar_menu li ul li a:hover{
    color: #222;
}

.ic .icon-member{
	padding-left: 35px;
    line-height: 30px;
	background: url(/img/icon-member.png) left center no-repeat;
}
.checkout a
{
	background: #eceff6;
	border-radius: 50%;
}
.checkout_items
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fe4c50;
	font-size: 12px;
	color: #FFFFFF;
}
.navbar_menu {
    margin: 0 auto;
}

/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container
{
	display: none;
	margin-left: 40px;
}
.hamburger_container a
{
	font-size: 24px;
	color: #572260;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_container:hover a
{
	color: #b5aec4;
}
.hamburger_menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    /* background: rgba(255,255,255,0.95); */
    background: #ebece7;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.hamburger_menu.active
{
	right: 0;
}
.fs_menu_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger_close
{
	position: absolute;
	top: 26px;
	right: 10px;
	padding: 10px;
	z-index: 1;
}
.hamburger_close i
{
	font-size: 24px;
	color: #1e1e27;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_close:hover i
{
	color: #b5aec4;
}
.hamburger_menu_content
{
	padding-top: 100px;
	width: 100%;
	height: 100%;
	padding-right: 20px;
	background: #ebece7;
}
.menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px #b5aec4;
    vertical-align: middle;
    line-height: 35px;
}

.menu_item > a {
    display: block;
    color: #1e1e27;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    font-size: 16px !important;
}

.menu_item > a:hover
{
	color: #b5aec4;
}
.menu_item > a > i
{
	margin-left: 8px;
}
.menu_item.active .menu_selection
{
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu_selection
{
	margin: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	z-index: 1;
	-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;
}
.menu_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.menu_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.menu_selection li a i
{
	margin-right: 5px;
}
.menu_selection li a:hover
{
	color: #b5aec4;
}
.menu_selection li:last-child a
{
	border-bottom: none;
}

/*********************************
3.6 Logo
*********************************/

.logo_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
.logo_container a
{
	font-size: 24px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_container a span
{
	color: #fe4c50;
}
.moble-logo{
	display: none;
}
.red_button
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background: #fe4c50;
	border-radius: 3px;
	-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;
}
.red_button:hover
{
	background: #FE7C7F !important;
}
.red_button a
{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.shop_now_button
{
	width: 140px;
	margin-top: 32px;
}
.section_title
{
	display: inline-block;
	text-align: center;
}
.section_title h2
{
	display: inline-block;
}
.section_title::after
{
	display: block;
	position: absolute;
	top: calc(100% + 13px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #fe4c50;
	content: '';
}
.product_details_title p
{
	color: #;
}

.top-login {
	font-size: 15px;
	display:none;
}
/*********************************
8. Contact Form
*********************************/

.form_input
{
	display: block;
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.input_message
{
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	padding-bottom: 15px;
}
.form_input:focus,
#newsletter_email:focus
{
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}
.message_submit_btn
{
	background: #1e1e27;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 165px;
	border: none;
	height: 46px;
	cursor: pointer;
}
.message_submit_btn:hover
{
	background: #2b2b34 !important;
}
:focus
{
	outline: none !important;
}
.input_ph::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
.input_ph:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
.input_ph::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
.input_ph:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
.input_ph::input-placeholder
{
	font-size: 16px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
textarea
{
	border: solid 1px #e5e5e5;
	padding-left: 20px;
	padding-top: 15px;
}
textarea:hover
{
	border-color: #7f7f7f !important;
}
.input_name
{
	margin-bottom: 19px;
	margin-top: 31px;
}
.input_review
{
	display: block;
	width: 100%;
	border: solid 1px #e5e5e5;
	margin-top: 23px;
	padding-left: 20px;
	padding-top: 13px;
}
.user_star_rating
{
	display: inline-block;
	margin-left: 18px;
}
.user_star_rating li
{
	display: inline-block;
	margin-right: -3px;
	cursor: pointer;
}
.user_star_rating li i
{
	color: #f5c136;
	font-size: 18px;
}
.review_submit_btn
{
	width: 170px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

/*********************************
11. Hero-banner
*********************************/
.banner-item {
    position: relative;
    height: 426px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-item-left {
    position: relative;
    height: 426px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.banner-item-right {
    position: relative;
    height: 426px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.banner-content {
    position: absolute;
    padding: 10px;
    background: rgba(255,255,255,0.9);
    box-shadow: 1px 1px 5px #333;
    top: 270px;
    left: 40px;
    height: auto;
}

.banner-title {
    display: block;
    font-size: 1.5em;
    line-height: 1.4em;
    color: #331943;
    font-weight: 300;
    margin-bottom: 0rem !important;
}

.banner-title a {
    color: #331943;
}

.banner-title a:hover {
    color: #331943;
    text-decoration: underline;
}

.banner-more, .banner-more:hover{
	display: block;
	width: 100%;
	font-size: 1.2em;
	padding-top: 12px;
	color:#331943;
    font-weight: 300;
	border-top: 1px solid #331943;
}


/*********************************
12. Home top
*********************************/
.home-top{
    background-image: url(/img/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.home-top .bx-wrapper{
	width: 100%;
	max-width: 1400px !important;
	margin: 0 auto;
}

.home-top .bx-controls{
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}

.six-box{
	width: calc(100% - 160px);
	margin: 0 auto;
	max-width: 1240px;
}

.box-item{
    background: #FFF;
    padding: 20px;
    margin: 0 1% 20px 1%;
    width: 31.3%;
    float: left;
    height: 300px;
    box-shadow: 0 0 10px #bba9bf;
}

.box-item h3 {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 15px;
}

.box-item p{
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 10px;
}

.box-item .btn-more{
    font-size: 0.9em;
    font-weight: 300;
    display: inline-block;
	color:#331943;
}

.box-item .fa-caret-right{
	padding-left: 5px;
}

.box-item-img{
	width: 100%;
    margin-bottom: 15px;
}

.login-box{
	background: #ede7dc;
	/* padding: 40px; */
}

.login-box h2{
	font-size: 1.6em;
	text-align: center;
	font-weight: 400;
	color: #523d0a;
	margin-bottom: 30px;
}

    .login-box input {
        line-height: 40px;
        /* width: 100%; */
        border: 1px solid #ccc;
        border-radius: 40px;
        box-shadow: none;
        padding: 0 20px;
    }

.login-box .email{
	padding-left: 40px;
	margin-bottom: 20px;
    background: url(/img/icon1.png) left center no-repeat;
}

.login-box .password{
	padding-left: 40px;
	margin-bottom: 20px;
    background: url(/img/icon2.png) left center no-repeat;
}

.bubbly-button{
	width: 100%;
	max-width: 140px;
	text-align: center;
	display: block;
	background-image: linear-gradient(to right, #ada47f , #c0af88);
	color: #FFF;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
}

.box-item  .pamphlet-list{
	width: 100%;
}

.box-item .pamphlet-img{
    display: block;
    float: left;
    width: 43%;
    margin: 0 1% 6px 1%;
    border: 1px solid #ccc;
}

.box-item .pamphlet-img img{
    width: 100%;
}

.six-box .scroll-wrapper > .scroll-content{
    width: 100% !important;
}

/*********************************
13. Home Middle
*********************************/
.section-title{
	background: #c5b695;
}

.section-title h2{
    background: url(/img/title.png) right center no-repeat;
    padding: 0 100px 0 80px;
    color: #FFF;
    font-size: 1.8em;
    line-height: 70px;
    font-weight: 300;
    margin-bottom: 0;
    display: inline-block;
}

.new-and-events{
	width: calc(100% - 160px);
	padding: 70px 0;
	max-width: 1240px;
	margin: 0 auto;
}

.new-and-events .year{
    font-size: 1.5em;
    padding-bottom: 7px;
    border-bottom: 1px solid #572261;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #572261;
    font-weight: 600;
}

.new-and-events .date{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 8px;
    color: #572261;
}

.new-and-events .date strong{
    font-size: 2em;
    font-weight: bold;
    line-height: 25px;
}

.new-and-events .left{
	width: 150px;
	float: left;
}

.new-and-events .right {
    background: url(/img/news-arrow.png) right center no-repeat #FFF;
    width: calc(100% - 170px);
    float: right;
    padding: 0 50px 0 0;
}

.new-and-events .list-item{
    box-shadow: 0 1px 3px #bbb;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.new-and-events .list-item .topic {
    font-weight: 400;
    font-size: 1.1em;
    color: #572261;
    margin-bottom: 7px;
}

.new-and-events .list-item .topic a {
    color: #572261;
}

.new-and-events .list-item .subline {
    font-size: 0.9em;
    color: #000;
}

.new-and-events .list-item .type{
    font-weight: 400;
    font-size: 1.1em;
    color: #88754a;
    margin: 0;
    padding: 4px 20px 4px 45px;
    display: inline-block;
    border: 1px solid #88754a;
    border-radius: 30px;
    background: url(/img/icon-news.png) 16px center no-repeat;
}


.site-map {
    background: #515252;
    padding: 30px;
    color: #FFF;
    font-size: 0.9em;
    line-height: 1.4em;
    display: table;
    width: 100%;
}

.site-map .row {
    width: 100%;
    max-width: 1200px;
    display: table-cell;
    text-align: center;
}

.site-map a{
	color: #FFF;
	font-weight: 300;
}
.site-map a:hover{
	color: #FFF;
}

.site-map-list {
    margin-bottom: 20px;
    width: 12%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.site-map-list p{
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	font-weight: 300;
	height: 50px;
	text-align: left;
}

.site-map-list ul li{
	margin-bottom: 10px;
	text-align: left;
}

.site-map-list-frist{
	padding-left: 100px;
}

.site-map-list-frist ul li{
	margin-bottom: 15px;
}

.copyright p{
	margin-bottom: 0;
	font-size: 0.9em;
	color: #444;
	height: 44px;
	line-height: 20px;
	padding: 12px 0;
}

.footer-link {
    background: #f4f4f4;
    padding: 0 10px 10px 10px !important;
}

.footer-link .row{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-link .row a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.footer-link .row div{
	display: table;
	padding: 0;
	height: 70px;
	line-height: 70px;
}

.footer-link .row a img{
    width: 100px;
    max-width: 100%;
}

.inner-banner{
	width: 100%;
	height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-the-academy-of-finance{
    background-image: url(/img/inner-banner01.png);
}

.banner-news{
    background-image: url(/img/inner-banner02.png);
}

.banner-speeches{
    background-image: url(/img/inner-banner03.png);
}

.banner-upcomming-event{
    background-image: url(/img/inner-banner04.png);
}

.banner-board-of-directors{
    background-image: url(/img/inner-banner05.png);
}

.banner-international-council-of-advisers{
    background-image: url(/img/inner-banner06.png);
}

.banner-mangement-team{
    background-image: url(/img/inner-banner07.png);
}

.banner-partners-and-links{
    background-image: url(/img/inner-banner08.png);
}

.banner-fellows{
    background-image: url(/img/inner-banner09.png);
}

.banner-overview-of-CFLD{
    background-image: url(/img/inner-banner10-1.png);
}

.banner-research{
    background-image: url(/img/inner-banner11.png);
}

.banner-research-papers{
    background-image: url(/img/inner-banner12.png);
}

.banner-annual-reports{
    background-image: url(/img/inner-banner13.png);
}

.banner-membership-committee{
    background-image: url(/img/inner-banner14.png);
}

.banner-membership-structure {
    background-image: url(/img/inner-banner15.png);
}

.banner-past-events {
    background-image: url(/img/inner-banner16.png);
}

.banner-member-profile {
    background-image: url(/img/inner-banner17.png);
}

.inner-banner-content{
	width: calc(100% - 80px);
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 140px;
}

.inner-banner-content-2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	height: 87px;
	max-width: 689px;
    background: url(/img/title2.png) right center no-repeat;
}

.inner-banner-content-2 h1{
	padding-left: 80px;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 87px;
	color: #FFF;
	margin-bottom:0;
}

.inner-banner-content-2 .long-en{
	font-size: 1.6em;
}

.inner-banner-content p{
	font-size: 1em;
	text-align: right;
	color: #333;
	margin-bottom: 10px;
}

.inner-banner-content h1{
	font-size: 2em;
	text-align: right;
	color: #572261;
	font-weight: 400;
	margin-bottom: 0;
}

.article-content {
    width: calc(100% - 160px);
    padding: 60px 0;
    max-width: 1240px;
    margin: 0 auto;
    /* color: #555; */
    color: #000;
    font-weight: 100;
}

.article-content p{
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 30px;
	text-align: justify;
}

.article-content ul li {
    font-size: 1em;
    margin-bottom: 10px;
    text-align: justify;
    list-style-type: disc;
    margin-left: 20px;
}

.message-from-chairman{
	padding: 120px 0 280px 0;
	background: #eff2fa;
	position: relative;
}

.message-box{
	background: #fafbfe;
	border-radius: 55px;
	position: relative;
    width: calc(100% - 240px);
    padding: 80px;
    max-width: 1240px;
    margin: 0 auto;
}

.message-box h2{
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #9c8c69;
	text-transform: uppercase;
}

.message-box p{
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 30px;
	color: #888;
	text-align: justify;
}

.message-box .chairman{
	position: absolute;
	max-width: 310px;
	bottom: -200px;
	right:40px;
	text-align: center;
}

.message-box .chairman .name{
	color: #b8a57b;
	margin-bottom: 0;
	text-align: center;
}

.message-box .chairman .title{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #666;
	text-align: center;
}
.message-box .quote-start{
	position: absolute;
	left: -30px;
	top: 100px;
}
.message-box .quote-end{
	position: absolute;
	right: -30px;
	top: 280px;
}

.message-box .border-top-right{
	position: absolute;
	right: 0;
	top: 0;
}
.message-box .border-bottom-left{
	position: absolute;
	left: 0;
	bottom: 0;
}

.triangle-top-left{
	position: absolute;
	left: 0;
	top: 0;
}

.triangle-bottom-right{
	position: absolute;
	right: 0;
	bottom: 0;
}

.news-content{
	width: calc(100% - 160px);
	padding: 20px 0 70px 0;
	max-width: 1240px;
	margin: 0 auto;
}

.news-content .year{
    font-size: 1.5em;
    padding-bottom: 7px;
    border-bottom: 1px solid #572261;
    margin-bottom: 20px;
    margin-top: 60px;
    letter-spacing: 1px;
    color: #572261;
    font-weight: 600;
}

.news-content .date{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 8px;
    color: #572261;
}

.news-content .date strong{
    font-size: 2em;
    font-weight: bold;
    line-height: 25px;
}

.news-content .left{
	width: 150px;
	float: left;
}

.news-content .right{
    background: url(/img/news-arrow.png) right center no-repeat #FFF;
    width: calc(100% - 170px);
    float: right;
    padding: 0 50px 0 0;
}

.news-content .list-item{
    box-shadow: 0 1px 3px #bbb;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.news-content .list-item .right-content{
    display: table;
    min-height: 56px;
}

.news-content .list-item h2{
    font-weight: 400;
    font-size: 1.1em;
    color: #572261;
    display: table-cell;
    vertical-align: middle;
}

.news-content .list-item h2 a{
    color: #572261;
}

.news-content .list-item .news-images{
	margin-bottom: 10px;
}

.news-content .list-item .news-images a{
	display: inline-block;
	margin-right: 10px;
}

.news-content .list-item .news-images img{
	max-height: 265px;
	max-width: 300px;
	width: auto;
	height: auto;
}

/*
.news-details h1 {
    font-size: 2em;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #222;
    border-bottom: 1px solid #222;
}
*/
    .news-details h1 {
    font-size: 2.7em;
    font-weight: 700;
    color: #572260;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
}

.news-details .line {
    border-bottom: 3px solid #b3925d;
    width: 120px;
    margin-bottom: 20px;
    height: 0;
}

.news-details p{
    font-size: 1em;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.news-photo-list-bg {
	background: #eeeeee;
	padding: 10px 30px;
}

.news-photo-list p{
	font-size: 1.6em;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-photo img{
	padding: 0;
}

.news-photo img{
	width: 100%;
}

.news-photo a{
	display: block;
	padding: 5px 0;
}

.news-photo-list .row{
    padding: 0 10px;
}

.news-photo-list .col-6{
    padding: 0 5px;
}

.news-article .date{
	color: #572261;
	font-weight: 400;
	margin-bottom: 10px;
}

.news-article .date span{
	padding-left: 30px;
}

.news-details h2 {
    font-size: 1.4em;
    font-weight: 700;
    color: #572260;
    margin-bottom: 20px;
    display: inline-block;
}

.light-gray-bg {
	background: #fafafa;
}

.news-content .list-item .speaker {
    color: #4c444e;
    font-weight: 300;
    font-size: 0.9em;
    font-style: italic;
}

.speeches-details h1{
    font-size: 2em;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-weight: 300;
    color: #222;
    border-bottom: 1px solid #222;
}

.speeches-details .speaker{
	color: #4c444e;
    font-style: italic;
	margin-bottom: 0;
	font-size: 0.5em;
}

.speeches-article .date{
	color: #572261;
	font-weight: 400;
	margin-bottom: 20px;
}

.member-zone{
    background-image: url(/img/bg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0 100px 0;
}

.member-zone-title{
    width: 60%;
    height: 87px;
    max-width: 689px;
    margin-bottom: 50px;
    background: url(/img/title2.png) right center no-repeat;
}

.member-zone-title h1 {
    padding-left: 80px;
    font-size: 2.6em;
    font-weight: 300;
    line-height: 87px;
    color: #FFF;
    margin-bottom: 0;
}

.member-login {
	width: calc(100% - 160px);
	max-width: 620px;
	margin: 0 auto;
	background: #f6f7f9;
	box-shadow: 0 0 6px #c7b1cb;
	padding: 50px 80px;
	position: relative;
}

.member-login h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	color: #333;
	margin-bottom: 40px;
}

.member-login h3 strong{
	font-weight: 700;
	color: #6c3c75;
}

.email-field {
    /* width: calc(100% - 45px);*/
    width: 100%;
    padding-left: 45px;
    background: url(/img/icon-email.png) left center no-repeat;
    margin-bottom: 25px;
}

.password-field {
    /* width: calc(100% - 45px); */
    width: 100%;
    padding-left: 45px;
    background: url(/img/icon-password.png) left center no-repeat;
    margin-bottom: 25px;
}

.email-field input, .password-field input {
    width: 100%;
    padding: 5px 20px;
    line-height: 40px;
    font-size: 1.2em;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.email-field input::placeholder, .password-field input::placeholder{
  color: #aaa !important;
}

.email-field input::-moz-placeholder, .password-field input::-moz-placeholder{
  color: #aaa !important;
}

.email-field input:-ms-input-placeholder, .password-field input:-ms-input-placeholder{
  color: #aaa !important;
}

.email-field input:-moz-placeholder, .password-field input:-moz-placeholder{
  color: #aaa !important;
}

.remember{
	margin-bottom: 50px;
}

.remember input{
	height: 30px;
	float: left;
	margin-right: 10px;
}

.text-remember {
	float: left;
	line-height: 30px;
	font-size: 1.2em;
	color: #777;
	font-weight: 300;
	margin-right: 30px;
}

.forgot-password {
	float: left;
	line-height: 30px;
	font-size: 1.2em;
	color: #777;
	font-weight: 300;
	text-decoration: underline;
}

.forgot-password:hover{
	color: #777;
}

.member-login a {
    color: #666;
    display: block;
    font-weight: 300;
    text-decoration: underline;
}

.btn-login {
    width: 100%;
    max-width: 140px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right, #ada47f, #c0af88);
    color: #FFF;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: 300;
}

.btn-login-front {
    width: 100%;
    max-width: 140px;
    text-align: center;
    /* display: block; */
    background-image: linear-gradient(to right, #ada47f, #c0af88);
    color: #FFF;
    border-radius: 20px;
    /* height: 40px; */
    line-height: 40px;
    border: none;
    /* margin: 20px auto 0; */
    font-size: 18px;
    font-weight: 300;
}


.right-bar{
	position: absolute;
	right:0;
	top:0;
	width: 35px;
	height: 100%;
    background-image: linear-gradient(to bottom, #c5b695 , #b4a27d);
    background-color: #c0af88;
}

.board-of-directors {
    width: calc(100% - 160px);
    padding: 60px 0;
    max-width: 1240px;
    margin: 0 auto;
    color: #555;
    font-weight: 400;
}

.board-of-directors p {
    text-align: left;
}

.director-list{
    padding: 20px 0;
    margin: 0 -10px;
}

.director {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    float: left;
    background-color: #f0f2fa;
    height:108px;
}

.advisier {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    float: left;
    background-color: #f0f2fa;
    height: 195px;
}

.director-img {
	width: 85px;
	height: 105px;
	float: left;
}

.director-info {
    width: calc(100% - 85px);
	float: left;
	padding: 16px 20px 0 20px;
}

.advisier-info {
    width: calc(100% - 15px);
    float: left;
    padding: 16px 20px 0 20px;
}

.icoa .director-info {
    width: 100%;
    padding: 16px 20px 16px 20px;
}

.director-info p, .advisier-info p {
    margin-bottom: 8px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
}

.director-info .name, .advisier-info .name {
    font-weight: 400;
}

.multiple-positions .position{
	float: left;
}

.multiple-positions .position p{
	margin-bottom: 6px;
	font-size: 0.9em;
}

.multiple-positions .p1{
    width: calc(45% - 20px);
    padding-right: 20px;
}

.multiple-positions .p2{
    width: calc(55% - 20px);
    padding-left: 20px;
    border-left: 1px solid #999999;
}

.upcomming-events{
	width: 100% !important;
	padding: 60px 0;
	max-width: 1240px;
	margin: 0 auto;
}

.upcomming-events .date{
    font-size: 1em;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 8px;
    color: #572261;
}

.upcomming-events .date strong{
    font-size: 2em;
    font-weight: bold;
    line-height: 25px;
}

.upcomming-events .left{
	width: 150px;
	float: left;
    font-weight: 300;
}

.upcomming-events .right{
    background: url(/img/news-arrow.png) right center no-repeat #FFF;
    width: calc(100% - 190px);
    float: left;
    padding: 0 30px 0 0;
}

.upcomming-events .list-item{
    box-shadow: 0 1px 3px #bbb;
    padding: 20px 0;
    margin: 0 0 20px 0;
}

.upcomming-events .list-item .right-content{
    display: table;
    min-height: 56px;
}

.upcomming-events .list-item .topic{
    font-weight: 300;
    font-size: 1.1em;
    color: #572261;
    display: table-cell;
    vertical-align: middle;
}

.upcomming-events .list-item .topic a{
    color: #572261;
}

.upcomming-events .events-date{
    background: url(/img/icon-event-date.png) left 5px no-repeat;
    padding-left: 45px;
    width: calc(40% - 20px);
    float: left;
    margin-right: 20px;
    max-width: 200px;
    font-weight: 300;
}

.upcomming-events .events-venue{
    background: url(/img/icon-event-venue.png) left 3px no-repeat;
    padding-left: 45px;
    width: 60%;
    float: left;
    font-weight: 300;
}

.upcomming-events .date-and-venue p{
	line-height: 20px;
	font-size: 1em;
}

.upcomming-events .date-and-venue p span{
	font-weight: 400;
    color: #572261;
}

.upcomming-events .btn-more{
    width: 100%;
    max-width: 140px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right, #4b2165 , #663070);
    color: #FFF;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 50px auto 20px;
    font-size: 18px;
    font-weight: 300;
}

.search-events, .search-resources{
	background: #ece8df;
	padding: 30px 20px;
	margin-bottom: 20px;
}

.search-events h2, .search-resources h2{
	font-size: 1.6em;
	color: #572261;
	margin-bottom: 25px;
	text-align: center;
}

.search-events-form input{
    background: url(/img/search-icon2.png) 10px center no-repeat #FFF;
    height: 36px;
    line-height: 36px;
    padding: 5px 10px 5px 40px;
    display: block;
    width: 100%;
    border:none;
    margin-bottom: 25px;
}

.search-events-form button{
    width: 100%;
    max-width: 140px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right, #ada47f , #c0af88);
    color: #FFF;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 18px;
    font-weight: 300;
}

.search-resources .resource-type{
    text-align: center;
    display: inline-block;
    background: #FFF;
    color: #572261;
    border-radius: 20px;
    border: none;
    font-size: 0.8em;
    font-weight: 400;
    padding: 3px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.search-resources .resource{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.search-resources p{
    font-size: 1em;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}

.search-resources p a{
	color: #333;
}

.search-resources .resource-date{
    font-size: 0.8em;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
}

.search-resources .find-more{
    font-size: 1em;
    font-weight: 300;
    display: inline-block;
    color: #331943;
}

.article-content .mangement-list li{
	list-style-type: none;
    background: url(/img/gold-arrow.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.article-content .mangement-list p{
	margin-bottom: 3px;
	line-height: 20px;
}

.article-content .mangement-list .title{
	font-weight: 400;
    color: #331943;
}

.main-content{
    width: calc(100% - 160px);
    padding: 60px 0 20px 0;
    max-width: 1240px;
    margin: 0 auto;
    color: #555;
    font-weight: 300;
    font-size: 1em;
    min-height: 400px;
}

.main-content p{
    font-size: 1em;
    text-align: justify;
}

.partners-and-links-list{
	margin: 0 -10px;
}

.partners-and-links-list .links-box{
	width: calc(25% - 20px);
	margin: 0 10px 20px 10px;
	float: left;
	height: 120px;
}

.partners-and-links-list .links-box a{
	padding: 20px;
	display: table;
	width: 100%;
	height: 100%;
	font-family: 'Abel', sans-serif;
	color: #555;
	text-align: center;
	border: 1px solid #999;
}

.partners-and-links-list .links-box a:hover{
    background: url(/img/right-bottom-arrow.png) 98% 95% no-repeat;
	border: 1px solid #572260;
	color: #572260;
}

.partners-and-links-list .links-box a span{
	display: table-cell;
	vertical-align: middle;
}

.fellows-list{
    padding: 20px 0;
    margin: 0 -10px;
}

.fellows{
    width: calc(33.3% - 20px);
    height: 300px;
    margin: 0 10px 20px;
    padding: 20px;
    float: left;
    /* background-color: #f0f2fa; */
    position: relative;
}

.fellows:nth-child(odd) {
    background-color: #e7e8eb; 
}
.fellows:nth-child(even) {
    background-color: #f0f2fa;
}

.fellows-img{
	width: 85px;
	height: 105px;
	margin-bottom: 15px;
}

.fellows-info{
    width: 100%;
    border-top: 1px solid #999;
    padding-top: 15px;
}

.fellows-info p{
	margin-bottom: 6px;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
}

.fellows-info .name{
	font-weight: 400;
}

.fellows-arrow{
	position: absolute;
	right:0;
	bottom: 0;
}

.contact-us{
    background-image: url(/img/bg4.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 50px 0 200px 0;
}

.contact-us-main{
    width: calc(100% - 160px);
    max-width: 1240px;
    margin: 0 auto;
    color: #333;
    font-weight: 300;
    font-size: 1.2em;
}

.contact-us-main p{
	margin-bottom: 40px;
}

.contact-info{
	width: 100%;
	max-width: 1000px;
	background: #FFF;
	box-shadow: 0 0 6px #c7b1cb;
	padding: 30px;
	position: relative;
}

.contact-info p{
	line-height: 40px;
	height: 40px;
	padding-left: 60px;
	margin-bottom: 20px;
}

.contact-info .address{
    background: url(/img/icon5.png) left 5px no-repeat;
}

.contact-info .tel{
    background: url(/img/icon6.png) left 5px no-repeat;
}

.contact-info .fax{
    background: url(/img/icon7.png) left 5px no-repeat;
}

.contact-info .email{
    background: url(/img/icon8.png) left 5px no-repeat;
}

.overview-of-CFLD p{
	line-height: 28px;
	margin-bottom: 60px;
	text-align: justify;
}

.research p{
	margin-bottom: 40px;
	text-align: justify;
}

.type-of-research{
	background-color: #ece8df;
	border: 2px solid #ece8df;
	height: 100%;
	text-align: center;
}

.type-of-research .icon{
	background-color: #FFF;
	width: 100%;
	height: 140px;
	display: table;
}

.type-of-research .icon img{
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    padding-top: 24px;
}

.type-of-research p{
	padding: 20px;
	margin-bottom: 0;
	font-size: 1em;
}

.research .row{
	margin-bottom: 40px;
}

.research p a, .research p a:hover{
	color: #572260;
	text-decoration: underline;
}

.research-papers-list{
	margin: 0 -10px 40px -10px;
}

.research-papers-list .links-box{
	width: calc(33.3% - 20px);
	margin: 0 10px 20px 10px;
	float: left;
	height: 110px;
}

.research-papers-list .links-box a{
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	color: #555;
	box-shadow: 0 1px 2px #bbb;
    background: url(/img/right-top-arrow.png) 98% 7% no-repeat;
}

.research-papers-list .links-box .public-date{
	display: block;
	font-style: italic;
	font-weight: 300;
	color: #555;
	font-size: 0.9em;
}

.annual-reports-area{
	padding: 0;
    background: url(/img/annual-report-bg.png) top center repeat;
}
.annual-reports-area .news-content {
    padding: 0;
}

.annual-reports-list{
	margin: 0 -10px ;
}

.annual-reports-list .reports-box{
	width: calc(25% - 20px);
	margin: 0 10px 0 10px;
	float: left;
	padding: 50px 0;
	height: 400px;
}

.annual-reports-list .reports-box img{
	width: 152px;
	height: 215px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	box-shadow: 0 0 3px #bbb;
}

.annual-reports-list .reports-box p{
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	margin-bottom: 15px;
}

.annual-reports-list .reports-box .btn-download{
	display: block;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	width: 150px;
	line-height: 36px;
	color: #FFF;
	background-color: #4c2265;
	margin: 0 auto;
	border-radius: 20px;
}

.member-profile {
    padding-bottom: 40px;
}

.member-profile .main-content {
    margin-top: -40px;
    padding: 0;
}

.profile-table {
    background-color: #FFF;
    box-shadow: 0 0 5px #bbb;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 310px;
}

.profile-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #572261;
    position: relative;
    margin-bottom: 20px;
}

.profile-title h2 {
	font-size: 1.1em;
	line-height: 23px;
	margin-bottom: 0;
	font-weight: 600;
	color: #622e6e;
	/* width: calc(100% - 80px); */
}

.profile-title .btn-edit {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 30px;
    color: #786948;
    font-weight: 400;
    background: url(/img/icon-edit.png) left center no-repeat;
    border: 0px !important;
    cursor:pointer;
}

.profile-title .btn-edit2 {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 30px;
    color: #786948;
    font-weight: 400;
    background: url(/img/icon-edit.png) left center no-repeat;
    border: 0px !important;
    width: 150px;
    cursor: pointer;
}

.profile-table table {
    width: 100%;
}

.profile-table table th, .profile-table table td {
    padding: 12px 10px 12px 0;
    line-height: 18px;
}

.profile-table th {
    width: 240px;
    color: #622e6e;
    font-weight: 400;
}

.profile-table input {
    padding: 3px 5px 3px 5px;
    width: 100%;
    max-width: 300px;
    font-weight: 300;
}

.profile-table input:disabled {
    padding: 5px 5px 5px 5px;
    background: #f8f8f8;
    box-shadow: none;
    border: none;
}

.profile-table .btn-save {
    width: 100%;
    max-width: 140px;
    text-align: center;
    display: block;
    background-image: linear-gradient(to right, #4b2165, #663070);
    color: #FFF;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    border: none;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: 300;
}

.biographies-bg {
    background: #f7f7f7;
}

.back {
    display: block;
    zpadding-left: 35px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #572260;
    zbackground: url(/img/back.png) left center no-repeat;
}

.back:hover {
    color: #572260;
}

.biographies {
    background: #FFF;
    box-shadow: 0 0 10px #bbb;
    margin-bottom: 40px;
    padding: 40px;
}

.biographies-left {
    width: 183px;
    height: 200px;
    position: relative;
}

.biographies-right{
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: table;
}

.director-photo {
    width: 100%;
    height: 100%;
}

.director-border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.biographies-content {
    display: table-cell;
    vertical-align: middle;
	overflow:hidden;
}

.biographies-content .scrollbar-inner {
    max-height: 300px;
}

.biographies-content .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: -20px;
    top: 0;
    width: 6px;
}

.biographies-content h1 {
    font-size: 2.7em;
    font-weight: 700;
    color: #572260;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
}

.biographies-content h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #572260;
    margin-bottom: 20px;
    display: inline-block;
}

.biographies-content .line {
    border-bottom: 3px solid #b3925d;
    width: 120px;
    margin-bottom: 20px;
    height: 0;
}

.biographies-content p{
    font-size: 1em;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.footer-bottom-link li {
    display: block;
    float: left;
    margin-right: 10px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.footer-bottom-link li a {
    color: #666;
}

.site-map-page .top {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.site-map-page ul {
    margin-bottom: 20px;
}

.site-map-page ul li {
    margin-bottom: 5px;
}

.site-map-page ul li a{
	font-size: 0.9em !important;
	color: #666;
}

.simple-header {
    font-weight: 300;
    font-size: 1.6em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cd-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #b8a57b;
    z-index: 9999;
}

.cd-top {
    visibility: hidden;
    opacity: 0;
}

.cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top--fade-out {
    opacity: .7
}

.cd-top:hover {
    opacity: 1;
    color: #FFF;
}

.board-type{
	text-transform: uppercase;
}

/*
.navbar_menu li ul li:hover{
    background-color: #ddd;
}
*/

/**********Add on 2 July 2019********/
.language-for-mobile{
    display: none;
    position: absolute;
    right: 80px;
    top: 14px;
}

.text-size-for-mobile {
    display: none;
    position: absolute;
    right: 260px;
    top: 16px;
}

a:focus {
	outline: 1px dotted #97c8e4 !important;
}

.top_nav a:focus {
	outline: 1px dotted #264f66 !important;
}

.top_nav span:focus {
	outline: 1px dotted #264f66 !important;
}

@media only screen and (max-width: 1024px){
	.advisier {
		height: 230px;
	}
}

@media only screen and (max-width: 991px){
	.language-for-mobile {
		display: none;
	}
	.text-size-for-mobile{
		display: none;
	}
	.moble-logo {
		height: 50px !important;
	}
	.search{
		display: none;
	}
}

@media only screen and (max-width: 768px){
    .profile-table {
        padding: 20px;
    }
    .profile-title .btn-edit2 {
        width:70px;
    }
    .language-for-mobile {
		display: block;
	}
	.text-size-for-mobile{
		display: block;
	}
	.search{
		display: none;
	}
	
	.advisier {
		display: block;
		width: calc(100% - 20px);
		height: 250px;
	}
}

@media only screen and (max-width: 480px){
	.language-for-mobile {
		display: block;
		right: 60px;
	}
	.header .main_nav_container{
		padding: 10px 5px;
	}
	.text-size-for-mobile{
		display: block;
		right: 145px;
		top: 19px;
		padding-left: 0;
	}
	.text-size .text-small{
		font-size:12px !important;
	}
	.text-size .text-middle{
		font-size:15px !important;
	}
	.text-size .text-big{
		font-size:18px !important;
	}
	.main_nav_container .text-size-for-mobile span{
		height: 32px;
		width: 28px;
		line-height: 14px;
	}
}

/*
.photo-album{
	width: 100%;
}

.biographies-inner iframe{
	max-width: 100% !important;
}

.navbar_menu li ul li .fa-angle-down{
	display: none !important;
}
*/


/**********Add on 12 July 2019********/
.article-photo-row {
    padding: 0 10px 10px 10px;
}

.article-photo-list-bg{
	background: #eeeeee;
	/* padding: 20px 8px 20px 10px; */
}

.article-photo-list-bg img{
	width: 100%;
	padding: 0;
}

.article-photo-list-bg a{
	display: inline-block;
    margin: 20px 8px 10px 8px;
    width: calc(50% - 20px);
    vertical-align: top;
}

.article-photo-list-bg a span{
    color: #333;
    line-height: 22px;
    font-size: 0.9em;
    padding-top: 5px;
    display: block;
    cursor: default;
    font-weight: 400;
}
.article-photo-list-bg a:hover{
	text-decoration: none;
}
#lightcase-sequenceInfo {
    display: none !important;
}

/**********Add on 15 Aug 2019********/
.upcoming-event ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #b09d71;
}

/**********Add on 6 Sep 2019 ********/

.login-zone {
    background: #7f4d88;
    padding-bottom: 2px;
}

.login-zone-select {
    background: #7f4d88;
    /* #70397a; */
}

/**********Add on 9 Sep 2019********/
.navbar_menu li ul .sub-sub-page {
    display: block;
    position: static;
    background: #888;
    min-width: unset;
    padding: 0;
}

.navbar_menu li ul .sub-sub-page li {
    border-bottom: 0;
}

.navbar_menu li ul .sub-sub-page li.selected {
	background-color:#555;
}

.navbar_menu li ul .sub-sub-page a {
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 0px 8px 30px;
    background-image: none;
}

.navbar_menu li ul .sub-sub-page a:hover {
    color: #FFF;
    background: #555;
}

.hkimr-menu {
    background-color: #ccc;
}

.hkimr-menu table {
    width: 100%;
}

.hkimr-menu table td {
    line-height: 18px;
    border-left: 1px solid #aaa;
    padding: 0;
}

.hkimr-menu table td a {
    color: #222;
    text-align: center;
    display: block;
    padding: 20px 10px;
}

.hkimr-menu table .active {
    background-color: #3a1241;
    border-left: none;
}

.hkimr-menu table .active a {
    color: #FFF;
}

@media only screen and (max-width: 991px) {
    .hkimr-menu table td {
        display: block;
    }

    .hkimr-menu table td a {
        padding: 15px 0;
        border-top: 1px solid #666;
    }
}


/***********Add on 19 Nov 2019***********/
.inner-banner .hkimr-only{
    width: 70%;
    max-width: 760px;
    background: url(/img/title2-long.png) right center no-repeat;
}

.inner-banner .hkimr-only h1{
    font-size: 1.4em;
}

@media only screen and (max-width: 991px){
.inner-banner .hkimr-only {
    width: 90%;
}
.inner-banner .hkimr-only h1{
    font-size: 1em;
}
}

@media only screen and (max-width: 600px){
.inner-banner .hkimr-only {
    width: 98%;
}
.inner-banner .hkimr-only h1{
    font-size: 0.8em;
}
}


@media only screen and (max-width: 600px){
.inner-banner .hkimr-only {
    width: 98%;
}
.inner-banner .hkimr-only h1{
    font-size: 0.8em;
}
}

@media only screen and (max-width: 420px){
.inner-banner .hkimr-only {
    background-position: center;
    width: 100%;
}
.inner-banner .hkimr-only h1 {
    line-height: 20px;
    padding-top: 10px;
}
}










