/*---------------------------------------------------------
* GENERAL
---------------------------------------------------------*/

body {
    background-color: #ffffff;
    margin: 0px;
    font-family: 'Ubuntu',sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #4c4c4c;
    letter-spacing: 0em;
    -webkit-print-color-adjust: exact;
    line-height: 1.6;
}

table {
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:link {
    color: #D1A969;
    cursor: pointer;
}

a:visited {
    color: #D1A969;
}

.container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

p {
    margin: 0;
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*---------------------------------------------------------
* HEADER
---------------------------------------------------------*/

header#main {
    background: url(/index_html_files/201.png) center 0px repeat;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

/*---------------------------------------------------------
* MAIN MENU
---------------------------------------------------------*/

nav#main-menu ul.menu {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.menu {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.menu li {
    display: inline-block;
    position: relative;
}

nav#main-menu ul.menu > li {
    width: 25%;
    float: left;
}

nav#main-menu ul.menu > li > a {
    text-indent: -999px;
    display: block;
    overflow: hidden;
    height: 40px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

nav#main-menu ul.menu > li > a.home {
    background-image: url(/index_html_files/332.png);
}

nav#main-menu ul.menu > li:hover > a.home {
    background-image: url(/index_html_files/333.png);
}

nav#main-menu ul.menu > li > a.about {
    background-image: url(/index_html_files/326.png);
}

nav#main-menu ul.menu > li:hover > a.about {
    background-image: url(/index_html_files/344.png);
}

nav#main-menu ul.menu > li > a.investors-media {
    background-image: url(/index_html_files/327.png);
}

nav#main-menu ul.menu > li:hover > a.investors-media {
    background-image: url(/index_html_files/330.png);
}

nav#main-menu ul.menu > li > a.contact {
    background-image: url(/index_html_files/329.png);
}

nav#main-menu ul.menu > li:hover > a.contact {
    background-image: url(/index_html_files/331.png);
}

ul.menu ul.submenu {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    display: none;
}

ul.menu > li:hover ul.submenu {
    display: block;
}

ul.menu ul.submenu li {
    display: block;
    text-align: left;
}

ul.menu ul.submenu li a {
    padding: 12px;
    padding-right: 30px;
    display: block;
    color: #333333;
    background-color: #D1A969;
    white-space: nowrap;
}

ul.menu ul.submenu li:hover a {
    background-color: #666;
    color: #fff;
}

nav#main-menu ul.menu ul.submenu {
    opacity: 0.92;
}

/*----------------------------------------------
* FOOTER
----------------------------------------------*/

footer#main-footer {
	float: left;
    width: 100%;
    background: url(/index_html_files/562.png) center 0px repeat;
    margin-top: 30px;
    height: 40px;
}

footer#main-footer .copyright {
    font-size: 16px;
    color: #D1A969;
    margin: 8px 0;
    display: inline-block;
    line-height: 1.5;
}

ul.social-list {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    line-height: 1;
}

ul.social-list li {
    display: inline-block;
    margin-right: 12px;
}

ul.social-list li:last-child {
    margin-right: 0;
}

ul.social-list li a, 
ul.social-list li a img {
    display: block;
}

ul.social-list li a {
    width: 29px;
    height: 28px;
    text-indent: -999999px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.social-list li a.facebook {
	background-image: url(/index_html_files/547.png)
}

ul.social-list li a.facebook:hover {
	background-image: url(/index_html_files/544.png)
}

ul.social-list li a.twitter {
	background-image: url(/index_html_files/549.png)
}

ul.social-list li a.twitter:hover {
	background-image: url(/index_html_files/546.png)
}

ul.social-list li a.linkedin {
	background-image: url(/index_html_files/545.png)
}

ul.social-list li a.linkedin:hover {
	background-image: url(/index_html_files/548.png)
}

/*-------------------------------------------------
* MAIN CONTENT
-------------------------------------------------*/

#main-content {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.page-header {
    position: relative;
    height: 288px;
	background-size: cover;
    background: center right;
    background-repeat: no-repeat;
}

.page-header .page-title {
    position: absolute;
    margin: 0;
    color: #E98C00;
    font-weight: 300;
    font-size: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 62px;
    line-height: 1.6;
}

/*-------------------------------------------------
* DIRECTORS PAGE
-------------------------------------------------*/

body.directors .page-header {
	background-image: url(/index_html_files/490.png);
}

.directors-list .entry {
    padding: 30px 40px;
    margin-bottom: 30px;
}

.directors-list .entry.first-entry {
    background-color: #F2F2F2;
}

.directors-list .entry .header {
    border-bottom: 4px solid #E5E5E5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.directors-list .entry .header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #d1a969;
    margin: 0;
    line-height: 1.2;
}

.directors-list .entry .content table.director-table-info tbody tr td {
    vertical-align: top;
}

.directors-list .entry .content table.director-table-info tbody tr td.image-cell img {
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.directors-list .entry .content table.director-table-info tbody tr td.image-cell img:hover {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.directors-list .entry .content table.director-table-info tbody tr td.image-cell h4 {
    font-weight: 300;
    font-size: 14px;
    color: #333;
    line-height: 1.25;
    border-bottom: 15px solid #D1A969;
    padding-bottom: 8px;
    margin: 0;
    margin-top: 8px;
}

.directors-list .entry .content table.director-table-info tbody tr td.image-cell {
    min-width: 211px;
    border-top: 8px solid #D1A969;
    padding-top: 10px;
}

.directors-list .entry.first-entry .content table.director-table-info tbody tr td.image-cell {
	border-top: 0;
    padding-top: 0;
}

.directors-list .entry .content table.director-table-info tbody tr td.info-cell {
    padding-left: 35px;
    border-top: 3px solid #E5E5E5;
    padding-top: 15px;
    width: 100%;
}

.directors-list .entry.first-entry .content table.director-table-info tbody tr td.info-cell {
    border-top: 0;
    padding-top: 0;
}

.directors-list .entry .content table.director-table-info tbody tr td .director-name {
    margin: 0;
}

.board-advisors {
    padding: 0 40px;
}

.board-advisors .board-advisors-content {
    background-color: #f7f7f7;
    padding: 25px 20px 20px;
}

.board-advisors .board-advisors-content .board-advisors-container {
    border: 4px solid #D1A969;
    padding: 20px 10px;
    text-align: center;
    position: relative;
}

.board-advisors .board-advisors-content .board-advisors-container .section-title {
    font-size: 24px;
    color: #d1a969;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    background-color: #f7f7f7;
    top: -21px;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.advisors-entry {
    display: flex;
    margin-top: 10px;
}

.advisors-entry .entry {
    text-align: left;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -o-flex: 0 0 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}

.advisors-entry .entry .image-container {
    margin: 0 25px 20px;
    text-align: center;
}

.advisors-entry .entry .image-container img {
    display: block;
    margin: auto;
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.advisors-entry .entry .image-container img:hover {
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
}

.advisors-entry .entry .advisors-info {
    background-color: #e5e5e5;
    padding: 8px 13px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.advisors-entry .entry .advisors-info:hover {
    background-color: #D1A969;
}

.advisors-entry .entry .advisors-info h4 {
    margin: 0;
    font-weight: 400;
}

/*--------------------------------------------
*   CONTACTS PAGE
--------------------------------------------*/

body.contacts .page-header {
    height: 415px;
    background-image: url(/index_html_files/338.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.contacts .page-header h1.page-title {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    line-height: 1.65;
}

body.contacts footer#main-footer {
    margin-top: 0;
}

.divider {
    height: 16px;
    background-color: #E98C00;
}

body.contacts .contacts-info {
    min-height: 425px;
    background-image: url(/index_html_files/315.png);
    background-position: center;
    padding: 30px;
    background-repeat: repeat;
}

body.contacts .contacts-info h2 {
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.3;
    color: #D1A969;
    margin-bottom: 30px;
}

body.contacts .contacts-info table.contacts-table {
    color: #D1A969;
    display: block;
    width: 365px;
    margin-left: auto;
    margin-right: auto;
}

body.contacts .contacts-info table.contacts-table tbody tr td.icon-cell {
    text-align: center;
    padding-bottom: 15px;
    vertical-align: top;
}

body.contacts .contacts-info table.contacts-table tbody tr td.icon-cell img {
    display: block;
    margin: auto;
}

body.contacts .contacts-info table.contacts-table tbody tr td.info-cell {
    padding-bottom: 15px;
    padding-left: 15px;
}