/* GLOBAL STYLES */

html {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

body {
    color: #000;
    font-family: "PTSans-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}
/*a:hover {
    text-decoration: underline;
}
*/

i.round-button {
    padding: 5px 14px 7px 16px;
    border-radius: 100px;
    font-size: 28px;
}

.night {
    background-color: #000;
}

.mainWrapper {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
}

.wrapper {
    margin: 0;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.wrapperInner {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 5%;
    padding-right: 5%;
}

a {
    color: #00AE9E;
    text-decoration: none;
}

.bluebg a,
.darkbg a {
    color: #fff;
    text-decoration: underline;
}

h1 {
    color: #515151;
    font-family: "Interstate-Regular", sans-serif;
    font-size: 36px;
    line-height: 45px;
    margin: 0;
}

.darkbg h1 {
    color: #fff;
}

h2 {
    color: #00AE9E;
    font-size: 21px;
    font-weight: normal;
    line-height: 5px;
    margin-bottom: 20px;
	margin-top: 0px;
}

h3 {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 200;
}

h4 {
    color: #1c53ac;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 45px;
    margin: 0 0 5px;
    text-transform: none;
    font-weight: bold;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

.fontSerif {
    font-family: serif;
    color: #3E3E29;
}

.dtable {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.dtcell {
    display: table-cell;
    vertical-align: middle;
}

.bluebg {
    background-color: #00ae9e;
    color: #fff;
}

.graybg {
    background-color: #e6e6e6;
}

.darkbg {
    background-color: #414042;
    color: #fff;
}

.darkbg h1 {
    color: #fff;
}

section {
    display: block;
}

@media screen and (max-width: 960px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }
    .container {
        max-width: none;
    }
    h1 {
        font-size: 32px;
        font-weight: normal;
        line-height: 34px;
    }
    h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }
    .blueText {
        color: #4b93a9;
        font-size: 148x;
        line-height: 22px;
    }
}
/*==========================LOADER==============================*/

#loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #d4c029;
    /* Old browsers */
    
    background: -moz-radial-gradient(center, ellipse cover, #d4c029 0%, #D4C028 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d4c029), color-stop(100%, #D4C028));
    /* Chrome,Safari4+ */
    
    background: -webkit-radial-gradient(center, ellipse cover, #d4c029 0%, #D4C028 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-radial-gradient(center, ellipse cover, #d4c029 0%, #D4C028 100%);
    /* Opera 12+ */
    
    background: -ms-radial-gradient(center, ellipse cover, #d4c029 0%, #D4C028 100%);
    /* IE10+ */
    
    background: radial-gradient(ellipse at center, #d4c029 0%, #D4C028 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d4c029', endColorstr='#D4C028', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    z-index: 100000;
}

#loader .loadWrapper {
    width: 91px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -45px;
    text-align: center;
    padding: 17px 30px;
}

#loader .fa {
    color: #fff;
    font-size: 30px;
}
/*========================END LOADER============================*/
/*========================NAVIGATION============================*/
/*---------------------Navigation bar--------------------*/

.navigation {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 9999;
    left: 30px;
    top: 30px;
    padding: 10px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: none;
    width: auto;
    border-radius: 6px;
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.6);
}

.nav-open .navigation {
    /*-webkit-transform:translateX(240px);
    -moz-transform:translateX(240px);
    -ms-transform:translateX(240px);
    -o-transform:translateX(240px);
    transform:translateX(240px);*/
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 62px;
}

.logo a {
    display: inline-block;
}

.logo img {
    height: 45px;
}

.nav-toggle {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 10px;
    top: 13px;
    transition: 250ms;
}

.nav-toggle:hover {
    background-color: rgba(0, 0, 0, .4);
    transition: 300ms;
}

.nav-toggle:hover,
.nav-toggle.active {}

.nav-toggle .fa {
    line-height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 21px;
}

.navigation.white {
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 480px) {
    .navigation {
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        text-align: center;
        width: 100%;
        border-radius: 0px;
    }
    /*    .navigation.white {
    left:0!important;
}
    .nav-open .navigation {
    left:270px!important;
}
    .nav-open .navigation.white {
    left:240px!important;
}*/
    
    .navigation .logo {
        display: inline-block;
        float: right;
        margin-left: 62px;
    }
    .navigation .logo img {
        height: 44px;
        width: auto;
    }
    .navigation .nav-toggle {
        position: absolute;
        left: 20px;
        top: 12px;
    }
}
/*-------------------End Navigation bar------------------*/
/*-----------------------Main Menu-----------------------*/

nav {
    position: fixed;
    display: inline-block;
    left: -240px;
    top: 0;
    bottom: 0;
    width: 240px;
    background-color: #373737;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow-y: auto;
    z-index: 100;
}

.nav-open nav {
    /*    -webkit-transform:translateX(240px);
    -moz-transform:translateX(240px);
    -ms-transform:translateX(240px);
    -o-transform:translateX(240px);
    transform:translateX(240px);*/
}

nav .closeNav {
    display: block;
    float: right;
    padding: 10px;
    background-image: url(../images/close-nav.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    margin-top: 10px;
    margin-right: 10px;
}

nav ul {
    margin: 80px 0 0;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .1);
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    display: block;
    padding: 15px 15px;
    letter-spacing: 1px;
}

nav ul li a:hover {
    background-color: #1897df;
}

nav ul li a.active {
    background-color: #444343;
}

nav ul li {
    border-bottom: 1px solid #fff;
    border-color: rgba(255, 255, 255, .1);
}
/*---------------------End Main Menu---------------------*/
/*---------------------Social Media----------------------*/

.socialMedia {
    padding: 20px 15px;
}

.socialMedia p {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    display: block;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
/*-------------------End Social Media--------------------*/
/*======================END NAVIGATION==========================*/
/*========================HERO BANNER===========================*/

.hero-banner {
    background-image: url("../images/hero-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero-container {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.hero-container .text {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

.hero-container h2 {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 80px;
    margin: 20px 0px 0px 0px;
    width: 100%;
    line-height: 52px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.hero-container h2 span {
    font-family: serif;
    font-size: 54px;
}

.hero-container h3 {
    color: #D4C029;
    display: block;
    font-family: Roboto Condensed;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 20px 0;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
    width: 100%;
}

.hero-banner .building {
    bottom: 240px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 0;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
}

.hero-banner .building img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

@-webkit-keyframes scroll-down-anim {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}

@keyframes scroll-down-anim {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}

@keyframes scroll-down-anim {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 30px;
    }
}

.hero-banner .scrollMore {
    -webkit-animation: 1s ease 0s normal none infinite running scroll-down-anim;
    animation: 1s ease 0s normal none infinite running scroll-down-anim;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    bottom: inherit;
    color: #fff;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    width: 50px;
    z-index: 999;
    cursor: pointer;
}

.hero-banner .scrollMore:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.hero-banner .scrollMore .fa {
    font-size: 30px;
    line-height: 50px;
}

@media screen and (max-width: 1024px) {
    .hero-banner {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1023px) {
    .hero-container h2 {
        font-size: 80px;
        line-height: 82px;
        padding-left: 10%;
    }
    .hero-banner .building {
        bottom: 120px;
    }
}

@media screen and (max-width: 767px) {
    .hero-container .text {
        padding-top: 0;
        vertical-align: middle;
    }
    .hero-container h2 {
        display: block;
        float: none;
        padding: 0;
        font-size: 54px;
        line-height: 40px;
    }
    .hero-container h2 span {
        font-size: 36px;
        line-height: 40px;
    }
    .hero-container h3 {
        display: block;
        float: none;
        margin: 0 0 5%;
        font-size: 13px;
        line-height: 22px;
    }
}
/*======================END HERO BANNER=========================*/
/*====================HIGHLIGHTS 1 & 2=======================*/

#highlights .slide-title,
#highlights-2 .slide-title {
	display: block;
	font-size: 36px;
	color: #00AE9E;
	font-family: "Interstate-Regular",sans-serif;
	margin-bottom: 40px;
	line-height: normal;
}

@media screen and (max-width: 960px) {
	#highlights .slide-title,
	#highlights-2 .slide-title {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	#highlights .slide-title,
	#highlights-2 .slide-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
	#highlights .slide-title,
	#highlights-2 .slide-title {
		font-size: 24px;
	}
}

#highlights .container {
    padding-top: 5%;
    padding-bottom: 4.9%;
    padding-right: 70px;
    padding-left: 70px;
}

#highlights-2 .container {
    padding-top: 5%;
    padding-bottom: 4.9%;
    padding-right: 70px;
    padding-left: 70px;
}

.slick-carousel {
    color: #949494;
    font-size: 18px;
    line-height: 27px;
    -webkit-font-smoothing: antialiased;
}

.slick-carousel .titleLeft {
    display: inline-block;
    float: left;
    width: 35%;
}

.slick-carousel .titleRight {
    display: inline-block;
    float: right;
    width: 50%;
}

.slick-carousel .slide img {
    width: 100%;
}

.slick-carousel .slide .infoPhotoLeft {
    float: left;
    width: 50%;
}

.slick-carousel .slide .infoPhotoright {
    float: right;
    width: 50%;
}

.slick-prev,
.slick-next {
    width: 24px;
    height: 48px;
    margin-top: -24px;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -35px;
}

.slick-prev:before {
    content: "";
    background: url("../images/slidePrev.png") no-repeat 0 0;
    width: 18px;
    height: 48px;
    display: inline-block;
}

.slick-next:before {
    content: "";
    background: url("../images/slideNext.png") no-repeat 0 0;
    width: 18px;
    height: 48px;
    display: inline-block;
}

.slick-next {
	right: -30px;
}

.slick-prev {
	left: -30px;
}

@media screen and (max-width: 980px) {
	.slick-next {
		right: -25px;
	}

	.slick-prev {
		left: -25px;
	}
}

@media screen and (max-width: 960px) {
    #highlights .container {
        padding-top: 7%;
        padding-bottom: 7%;
        padding-right: 25px;
        padding-left: 25px;
    }
    #highlights-2 .container {
        padding-top: 7%;
        padding-bottom: 7%;
        padding-right: 25px;
        padding-left: 25px;
    }
    .slick-carousel {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (max-width: 720px) {
	.slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -20px;
    }
}

/*@media screen and (max-width: 767px) {
    .slick-carousel .slide img {
        width: 80%;
    }
}
*/
/*==================END HIGHLIGHTS 1 & 2=====================*/
/*====================FINANCIAL HIGHLIGHTS======================*/

#financialHighlights .container {
    padding-top: 6.25%;
    padding-bottom: 6.25%;
}

#financialHighlights h1 {
    margin-bottom: 40px;
    color: #D06F19;
	font-weight: 300;
}

#financialHighlights.strategic h1 {
    margin-bottom: 40px;
    color: #D06F19;
	font-weight: bold;
}

#financialHighlights p {
    font-size: 14px;
    color: #000;
}

.CustomTable {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-align: right;
}

.CustomTable tr td.t-title {
    color: #00AE9E;
    text-transform: uppercase;
	font-weight: bold;
}

.t-title {
    color: #00AE9E !important;
    text-transform: uppercase;
	font-weight: bold;
}

.CustomTable th {
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: normal;
    padding: 10px 10px;
    background: #d4d4d4;
}

.CustomTable th span {
    font-size: 16px;
}

.CustomTable th:first-child + th,
.CustomTable td:first-child + td {
    color: #000;
}

.CustomTable th:first-child,
.CustomTable td:first-child {
    text-align: left;
    width: 100%;
}

.CustomTable td {
    padding: 10px 0;
    border-top: 1px solid #dddddd;
}

.CustomTable td span {
    font-size: 16px;
}

.CustomTable th + th,
.CustomTable td + td {
    padding-left: 30px;
}

.CustomTable tfoot td {
    font-size: 14px;
    line-height: 22px;
}

.accordionTitle {
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: left;
    cursor: pointer;
    color: #d06f19;
    margin-bottom: 10px;
}

.accordionTitle:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    float: right;
}

.accordion.open .accordionTitle:after {
    content: "\f068";
}

.accordionContent {
    display: none;
    margin-bottom: 20px;
}

.mobileHighlights {
    display: none;
}

@media screen and (max-width: 768px) {
    .desktopHighlights {
        display: none;
    }
    .mobileHighlights {
        display: block;
    }
    .mobileHighlights .CustomTable td {
        vertical-align: top;
        line-height: 20px;
    }
    .mobileHighlights .CustomTable th {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .CustomTable {
        font-size: 16px;
    }
}

.legend p {
	font-size: 12px !important;
}

.legend p.foot-in {
	font-size: 16px !important;
}

table.inner-table tr td p {
	font-size: 14px !important;
	margin: 0px;
}

table p.table-paragraph {
	font-size: 12px !important;
}
/*==================END FINANCIAL HIGHLIGHTS====================*/
/*=====================LETTER TO SHAREHOLDERS / IN CONVERSATION==========================*/
/*-----------------Used for many sections----------------*/

#letterChairman h1 {
	color: #00AE9E !important;
	font-weight: 300;
}

#letterCeo h1 {
	color: #00AE9E !important;
	font-weight: 300;
}

.photoWithTextBoxes {
    display: block;
    position: relative;
    width: 100%;
}

.photoWithTextBoxes .photo {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
    width: 33.33%;
}

.photoWithTwoTextBoxes {
    width: 50% !important;
    display: inline-block !important;
}

.photoWithTextBoxes .content {
    display: table-cell;
    height: 100%;
    padding: 3.125% 18.75% 3.125% 9.375%;
    vertical-align: middle;
    width: 66.3%;
}

.photoWithTextBoxes .photo h3 {
    bottom: 25px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    left: 0;
    line-height: 29px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}

.photoWithTextBoxes .photo h3 span {
    display: block;
}

.photoWithTextBoxes .photo h3 .title {
    font-size: 16px;
    text-transform: uppercase;
}

.photoWithTextBoxes img.letterImage {
    width: 100%;
    display: block;
}

.photoWithTextBoxes .photo:after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.photoWithTextBoxes i {
    font-size: 32px;
    font-weight: 300;
	color: #00AE9E;
}

@media screen and (max-width: 1580px) {
    .photoWithTextBoxes .content {
        padding: 20px 4.6875%;
    }
}

@media screen and (max-width: 1280px) {
    .photoWithTextBoxes .content h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .photoWithTextBoxes .content p {
        margin: 5px 0;
    }
}

@media screen and (max-width: 1024px) {
    .photoWithTextBoxes .content p {
        font-size: 12px;
        line-height: 16px;
    }
    .photoWithTextBoxes .content p {
        margin: 20px 0;
    }
}

@media screen and (max-width: 960px) {
    .photoWithTextBoxes .content h1 {
        font-size: 24px;
        line-height: 26px;
    }
    .photoWithTextBoxes .content p {
        margin: 5px 0;
    }
}

@media screen and (max-width: 768px) {
    .photoWithTextBoxes .photo {
        display: none;
    }
    .photoWithTextBoxes .content {
        display: block;
        width: auto;
    }
    .photoWithTextBoxes .content h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .photoWithTextBoxes .content p {
        margin: 12px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .photoWithTextBoxes .container {
        padding-bottom: 9%;
        padding-top: 6%;
    }
}
/*===================END LETTER TO SHAREHOLDERS / IN CONVERSATION========================*/
/*======================PRIORITIES======================*/

#priorities {
    text-align: center;
}

#priorities .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

#priorities h1 {
    margin: 0;
    margin-top: 38px;
	font-weight: 300;
}

#priorities h3 {
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-weight: 200;
}

@media screen and (max-width: 960px) {
    #priorities .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #priorities .container {
        padding-top: 3%;
        padding-bottom: 5%;
    }
}
/*====================END PRIORITIES====================*/
/*======================HOW WE OPERATE======================*/

#weoperate {
    text-align: center;
}

#weoperate .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

#weoperate h1 {
    margin: 0;
    margin-top: 38px;
}

#weoperate h3 {
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-weight: 200;
}

@media screen and (max-width: 960px) {
    #weoperate .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #weoperate .container {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}
/*====================END HOW WE OPERATE====================*/
/*======================VALUE EXPLORATION======================*/

#value-exploration {
    text-align: center;
}

#value-exploration .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

#value-exploration h1 {
    margin: 0;
    margin-top: 38px;
}

#value-exploration h3 {
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-weight: 200;
}

@media screen and (max-width: 960px) {
    #value-exploration .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #value-exploration .container {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}
/*====================END VALUE EXPLORATION====================*/
/*======================OUR WORLD======================*/

.cstudy {
	overflow: hidden;
}

.cstudy h2 {
	text-transform: uppercase;
	font-size: 20px !important;
}

#ourworld {
    text-align: center;
}

#ourworld .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

#ourworld h1 {
    font-weight: 200;
    margin: 38px 0px 0px 0px !important;
	color: #D06F19;
}

#ourworld h3 {
    margin: 0px 0px 35px;
    text-transform: uppercase;
    font-weight: 200;
    color: #454545;
}

@media screen and (max-width: 960px) {
    #ourworld .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #ourworld .container {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}
/*====================END OUR WORLD====================*/
/*======================BOARD OF DIRECTORS======================*/

#boardofdirectors {
    text-align: center;
}

#boardofdirectors .container {
    padding-top: 3%;
    padding-bottom: 3%;
}

#boardofdirectors h1 {
    margin: 0;
    margin-top: 38px;
	font-weight: 300;
}

#boardofdirectors h3 {
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-weight: 200;
}

@media screen and (max-width: 960px) {
    #boardofdirectors .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #boardofdirectors .container {
        padding-top: 3%;
        padding-bottom: 5%;
    }
}
/*====================END BOARD OF DIRECTORS====================*/
/*======================SHARE INFO======================*/

#shareinfo {
    text-align: center;
}

#shareinfo .container {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
}

#shareinfo h1 {
    margin: 0;
    margin-top: 38px;
	font-weight: 300;
}

#shareinfo h3 {
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    font-weight: 200;
}

@media screen and (max-width: 960px) {
    #shareinfo .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 640px) {
    #shareinfo .container {
        padding-top: 3%;
        padding-bottom: 5%;
    }
}
/*====================END SHARE INFO====================*/
/*=====================PARALLAX SECTIONS=========================*/
/*--------------------General Parallax-------------------*/

.parallax {
    background-attachment: fixed;
    background-image: url("../images/growth-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .text {
    color: #fff;
    text-align: center;
}

.parallax .text img {
    display: block;
    margin: 0 auto 35px;
}

@media screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
/*------------------End General Parallax-----------------*/

#sectionParallaxId .container {
    padding: 0 0 18.75%;
}

#sectionParallaxId {
    background-image: url("../images/growth-banner.jpg");
    text-align: center;
    overflow: hidden;
}

#sectionParallaxId h1 {
    background: none repeat scroll 0 0 rgba(31, 100, 125, 0.8);
    color: #fff;
    line-height: 36px;
    margin: 0 0 35px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #sectionParallaxId .container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    #sectionParallaxId h3 {
        margin: 0;
    }
    #sectionParallaxId h3 br {
        display: none;
    }
}

#sectionParallaxId .overlayBackground {
    background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 640px) {
    #sectionParallaxId a img {
        max-width: 40px;
    }
}
/*===================END PARALLAX SECTIONS=======================*/

.col-white {
    background: #f2f2f2;
}

.col-white i {
    border: 2px solid #000;
	color: #000;
}

.col-blue {
    background: #00ae9e;
}

.col-blue h1,
.col-blue h2,
.col-blue h3 {
    color: #f2f2f2 !important;
}

.col-black a {
    display: inline-block;
}

.col-blue i {
    color: #fff;
    border: 2px solid #fff;
}

.col-black i {
    color: #E2CE2D;
    padding: 5px 14px 7px 16px;
    border-radius: 100px;
    border: 2px solid #E2CE2D;
    font-size: 28px;
}

.operations {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/we-operate.png) !important;
}

.operations h1 {
    color: #D06F19 !important;
    margin: 30px 0px !Important;
	font-weight: 300;
}

.operations .container {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.operations i {
    color: #D06F19;
    border: 2px solid #D06F19;
}

.operations a {
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .operations {
        background-attachment: scroll;
    }
}
/*===================PICTURE BOXES GENERAL======================*/

.boxes {
    display: table;
    width: 100%;
}

.boxes .image {
    position: relative;
}

.boxes .box span {
    font-size: 15px;
}

.boxes .image img {
    display: block;
    width: 100%;
}

.boxes i {
    display: inline-block;
}

.boxes .text:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.boxes .box {
    color: #fff;
    display: table-cell;
    font-size: 31px;
    height: 100%;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.boxes .box > * {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 50%;
}

.boxes .box .text {
    padding: 2.5%;
    position: relative;
}

.boxes .more {
    bottom: 60px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}

.boxes .box a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .boxes .box {
        font-size: 25px;
        line-height: 30px;
    }
    .boxes .more {
        bottom: 40px;
    }
}

@media screen and (max-width: 960px) {
    .boxes {
        display: block;
    }
    .boxes .box {
        display: table;
        font-size: 22px;
        width: 100%;
    }
    .boxes .box + .box {
        direction: rtl;
    }
}

@media screen and (max-width: 480px) {
    .boxes .box {
        font-size: 16px;
        line-height: 20px;
    }
    .boxes .more {
        bottom: 10px;
    }
    .boxes .box span {
        display: inline-block;
        font-size: 12px;
        margin-top: 8px;
    }
}
/*=================END PICTURE BOXES GENERAL====================*/

.exploration {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/exploration.jpg) !important;
}

.exploration h1 {
    color: #f2f2f2 !important;
    margin: 30px 0px !Important;
	font-weight: 300;
}

.exploration .container {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.exploration i {
    color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.exploration a {
    display: inline-block;
}

.our-world {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/Eldorado_our_world_graphic_blank.jpg) !important;
}

.our-worldd .our-world h1 {
    color: #D06F19;
    !important;
    margin: 30px 0px !Important;
}

.our-world .container {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

.our-world i {
    color: #d06f19;
    border: 2px solid #d06f19;
}

.our-world a {
    display: inline-block;
}

.parallax-1 {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/parallax01.jpg) !important;
}

@media screen and (max-width: 1024px) {
    .our-world {
        background-attachment: scroll;
    }
    .exploration {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 1024px) {
    .parallax-1 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 768px) {
    .parallax-1 {
        height: 200px;
    }
}
/*=========================DOWNLOADS============================*/

.Downloads {}

.Downloads .photo .text:before {
    display: inline-block;
    width: 1px;
    margin-right: -1px;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.Downloads .reports ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.Downloads .reports ul li {
    width: 25%;
    display: table-cell;
    padding: 3%;
    height: 100%;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background-color: #00ae9e;
}

.Downloads .reports ul li a {
    color: #f2f2f2;
}

.Downloads .reports ul li.fb-white{
    background-color: #fff;
}

.Downloads .reports ul li.fb-white a {
    color: #00AE9E;
}

.Downloads .reports .title {
    display: block;
}

.Downloads .reports ul li img {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 768px) {
    .Downloads .reports ul li img {
        max-height: 175px;
    }
}

@media screen and (max-width: 640px) {
    .Downloads .reports {
        display: block;
        width: auto;
    }
    .Downloads .reports ul {
        display: block;
        width: auto;
    }
    .Downloads .reports ul li,
    .Downloads .reports ul li:first-child + li {
        /*padding: 5%;*/
        
        display: block;
        width: 100%;
    }
}
/*=======================END DOWNLOADS==========================*/
/*=========================FOOTER============================*/

.footer {
    padding-top: 300px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/thank-you.jpg) !important;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 200px;
    }
}

.footer-box {
    width: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
}

@media screen and (max-width: 1024px) {
    .footer {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 430px) {
    .footer-box {
        padding: 10px;
    }
}

.footer-box ul {
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.fb-left {
    width: 50%;
    display: table-cell;
}

.fb-left a {
	color: #fff;
}

.fb-right {
    width: 50%;
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .fb-left {
        width: 100%;
        display: block;
    }
    .fb-right {
        width: 100%;
        display: block;
        padding-top: 40px;
    }
}

.fb-brake {
    margin-bottom: 20px;
}

.eldorado-link {
    font-size: 18px;
    font-weight: bold;
}

.fb-right ul li {
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .fb-right ul li {
        text-align: left;
    }
}

.fb-imgframe {
    text-align: right;
    width: 100%;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .fb-imgframe {
        padding-top: 40px;
    }
}

.fb-imgframe img {
    width: 200px
}
/*=======================END FOOTER==========================*/
/*=======================PAGE LETTER TO SHAREHOLDERS==========================*/

.mainWrapper {
    overflow: hidden;
}

.detailsPage {
    background-color: #f2f2f2;
}

.detailsPage .detailsBanner {
    background-repeat: no-repeat;
    padding-top: 25%;
    position: relative;
    background-size: cover;
    border-bottom: 5px solid #d4c028;
    overflow: hidden;
}

.letter-to-shareholders {
    background-image: url("../images/letter-to-shareholders.jpg");
    background-position: 50% 85%;
}

.in-conversation {
    background-image: url("../images/in-conversation.jpg");
    background-position: 50% 20%;
	position: relative;
}

.in-conv-names {
	position: absolute;
	bottom: 110px;
	right: 15%;
}

.in-conv-names p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.ap-420 {
	margin: -25px 0px -25px 390px;
	color: #515151;
}

@media screen and (max-width: 980px) {
	.in-conv-names {
		bottom: 28%;
		right: 30px;
	}
}

@media screen and (max-width: 580px) {
	.in-conv-names {
		right: inherit;
		text-align: center;
		margin: 0px 20px;
	}
	
	.in-conv-names p {
		font-size: 10px;
	}
}

@media screen and (max-width: 420px) {
	.in-conv-names {
		display: none;
	}
}

.detailsPage .detailsWrap {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    min-height: 65px;
}

.detailsPage .detailsWrap .detailsContainer {
    display: block;
    width: 94%;
    margin: 0px auto;
    background-color: #FFF;
    max-width: 960px;
    text-align: left;
}

.detailsPage .detailsWrap .detailsContainer .content {
    padding: 3%;
    margin-top: -12%;
    background-image: url("../images/detailsBar.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 450px;
}

.topBack {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 101;
}

.topBack .BackHome {
    margin-top: 0px;
}

.BackHome {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    padding: 14px 25px;
    color: #FFF;
    background-color: #00ae9e;
    margin-top: 20px;
}

.BackHome .fa {
    margin-right: 5px;
}

.detailsPage .detailsQuote {
    background-color: #00ae9e;
    color: #FFF;
    font-style: italic;
    padding: 20px;
    float: right;
    width: 200px;
    position: absolute;
    top: 0px;
    right: 15%;
    z-index: 101;
}

.detailsPage .detailsQuote2 {
    background-color: #00ae9e;
    color: #FFF;
    font-style: italic;
    padding: 20px;
    float: right;
    width: 200px;
    position: absolute;
    top: 0px;
    right: 35%;
    z-index: 101;
}

.detailsPage .detailsBanner .detailsOvercast {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.detailsPage .detailsWrap .detailsContainer {
    display: block;
    width: 94%;
    margin: 0px auto;
    background-color: #FFF;
    max-width: 960px;
    text-align: left;
}

.detailsPage .detailsWrap .detailsContainer .content {
    padding: 3%;
    margin-top: -12%;
    background-image: url("../images/detailsBar.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 450px;
    background-color: #fff;
    box-shadow: 0px 1px 8px -3px #000;
}

.detailsPage .detailsWrap .detailsContainer .content img {
    width: 100%;
    max-width: 800px;
    margin: 5% auto;
}

.detailsPage h1 {
    margin-bottom: 10px;
    font-size: 29px;
    font-weight: bold;
}

.detailsPage .detailsWrap .detailsPhoto {
    display: block;
    width: 94%;
    margin: 0px auto;
    max-width: 960px;
    text-align: right;
}

.detailsPage .detailsWrap .detailsPhoto p {
    color: #FFF;
    font-style: italic;
    text-align: right;
    font-size: 12px;
}

.detailsPage .detailsWrap .detailsData {
    display: block;
    width: 94%;
    margin: 0px auto;
    max-width: 960px;
    text-align: center;
    min-height: 100px;
}

.detailsPage .detailsWrap .detailsData img {
    display: inline-block;
    padding-top: 5%;
    padding-bottom: 5%;
    float: left;
}

.detailsPage .detailsWrap .detailsData .half {
    width: 100%;
    max-width: 480px;
}

@media screen and (max-width: 1400px) {
    .detailsPage .detailsBanner {
        background-repeat: no-repeat;
        padding-top: 35%;
    }
}

@media screen and (max-width: 1120px) {
    .detailsPage .detailsQuote {
        right: 10%;
    }
}

@media screen and (max-width: 925px) {
    .detailsPage .detailsQuote {
        font-size: 12px;
        right: 5%;
    }
    .detailsPage .detailsQuote2 {
        font-size: 12px;
        right: 35%;
    }
}

@media screen and (max-width: 767px) {
    .detailsPage .detailsQuote {
        display: none;
    }
    .detailsPage .detailsQuote2 {
        display: none;
    }
}
/*----------------------QUOTE BOXES----------------------*/

.quotebox-big {
	display: inline-block;
    width: 100%;
    float: left;
    padding: 20px;
    background: #3F3E29;
    color: #fff;
}

.quotebox {
    display: inline-block;
    width: 49%;
    float: left;
    padding: 20px;
    background: #3F3E29;
    color: #fff;
    margin-right: 1%
}

.quotebox + .quotebox {
    margin-right: 0;
    margin-left: 1%;
}

@media screen and (max-width: 767px) {
    .quotebox {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .quotebox + .quotebox {
        margin: 0;
    }
}
/*--------------------END QUOTE BOXES--------------------*/
/*=================END LETTER TO SHAREHOLDERS=====================*/
/*=======================STRATEGIC PRIOR==========================*/

.freeze-row {
	background: #3E3E29;
	display: table;
	width: 100%;
}

.freeze-row > div {
	color: #fff !important;
	padding: 10px 0px 10px 30px;
	font-size: 16px;
	line-height: 22px;
	display: table-cell;
	width: 25%;
	font-weight: bold;
}

.str-in td {
	width: 25% !important;
}

.align-top tr td {
    vertical-align: top !important;
}

.strategic #financialHighlights .container {
    padding-top: 0;
    padding-bottom: 0;
}

.strategic .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1025px;
}

.strategic h1 {
	color: #515151 !important;
	text-transform: none !important;
	font-size: 29px;
	font-weight: bold;
    margin-bottom: 10px !important;
}

.strategic h1.bod {
	/*color: #000 !important;*/
	text-transform: uppercase !important;
}

.strategic h3 {
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

.strategic .CustomTable {
    line-height: inherit;
}

.strategic .CustomTable thead tr th {
    text-align: left;
    color: #717171 !important;
}

.strategic .CustomTable th:first-child,
.CustomTable td:first-child {
    width: 20%;
}

.strategic .CustomTable td {
    text-align: left;
}

.strategic .CustomTable th:first-child + th,
.strategic .CustomTable td:first-child + td {
    color: inherit;
}

.strategic .ach {
    margin: 10px 0px;
    text-transform: uppercase;
	font-weight: 600;
}

.strategic .ach.red {
    color: #D06F19 !important;
}

.strategic .ach.orange {
    color: #D3BF29 !important;
}

.strategic .ach.green {
    color: #00AE9E !important;
}

.strategic p.sach:before {
    content: "";
    margin-right: 10px;
    border-right: 15px solid #00AE9E;
}

.strategic p.spar:before {
    content: "";
    margin-right: 10px;
    border-right: 15px solid #D3BF29;
}

.strategic p.snac:before {
    content: "";
    margin-right: 10px;
    border-right: 15px solid #D06F19;
}
/*=======================END STRATEGIC PRIOR==========================*/
/*=======================WHERE WE OPERATE==========================*/

.where-we-operate img {
    margin-bottom: -150px;
}

.where-we-operate .the-map {
    background-image: url("../images/we-operate-map.png");
    background-repeat: no-repeat;
    background-position: 50% -2%;
    background-size: 28%;
    background-attachment: fixed;
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.where-we-operate .the-map-two {
    background-image: url("../images/Eldorado_our_world_graphic_blank.jpg");
    background-repeat: no-repeat;
    background-position: 50% -110px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.where-we-operate .view-full {
    background-image: url("../images/magnifier.png");
    background-repeat: no-repeat;
    background-position: 50% -100%;
    height: 100%;
    position: absolute;
    top: 0px;
    overflow: hidden;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: 300ms;
}

.where-we-operate:hover .view-full {
    background-position: 50% 33%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 300ms;
}

@media screen and (max-width: 800px) {
    .where-we-operate .view-full {
        background-image: url("../images/magnifier-2.png");
    }
}

.detailsPage .where-we-operate.detailsBanner {
    padding-top: 30%;
}

@media screen and (max-width: 980px) {
    .detailsPage .where-we-operate.detailsBanner {
        padding-top: 350px;
    }
    .where-we-operate .the-map {
        background-size: 350px auto;
    }
}

.arrow-box {
    width: 70%;
    padding: 15px 0px 0px 15px;
    background: #787869;
    display: table;
    position: relative;
    margin-bottom: 20px;
    height: 135px;
}

.arrow-box:after {
    content: "";
    position: absolute;
    top: 0px;
    width: 0px;
    right: -112px;
    z-index: 999;
    height: 0px;
    border-width: 68px 62px 67px 50px;
    border-style: solid;
    border-color: transparent transparent transparent #787869;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

@media screen and (max-width: 980px) {
    .arrow-box:after {
        display: none;
    }
}

.arrow-box p {
    margin: 0px;
    display: table-cell;
    padding: 0px 5px 15px 0px;
    float: left;
    color: #fff;
    font-size: 12px;
}

.bx-orange {
    border-left: 10px solid #E77D25;
    width: 50%;
}

@media screen and (max-width: 800px) {
    .bx-orange {
        width: 100%;
    }
}

.bx-orange p {
    width: 50%;
}

@media screen and (max-width: 450px) {
    .bx-orange p {
        width: 100%;
    }
}

.bx-orange p span {
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    background: #E77D25;
    color: #fff;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

.bx-gold {
    border-left: 10px solid #D3BF29;
    width: 60%;
}

@media screen and (max-width: 800px) {
    .bx-gold {
        width: 100%;
    }
}

.bx-gold p {
    width: 100%;
}

.bx-gold p span {
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    background: #D3BF29;
    color: #fff;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

.bx-blue {
    border-left: 10px solid #00AE9E;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 800px) {
    .bx-blue {
        width: 100%;
    }
}

.bx-blue p {
    width: 33.33%;
}

@media screen and (max-width: 650px) {
    .bx-blue p {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .bx-blue p {
        width: 100%;
    }
}

.bx-blue p span {
    margin-right: 10px;
    display: inline-block;
    padding: 5px;
    background: #00AE9E;
    color: #fff;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

.title-orange {
    color: #E77D25;
}

.title-gold {
    color: #D3BF29;
}

.title-blue {
    color: #00AE9E;
}

.where-we-operate .map-prompt {
    color: #fff;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 20px 0px;
    position: absolute;
    top: 30%;
    display: block;
    z-index: 1;
    text-align: center;
    font-size: 20px;
}

@media screen and (max-width: 380px) {
    .where-we-operate .map-prompt {
        font-size: 14px;
    }
}

.where-we-operate:hover .map-prompt {
    display: none;
}
/*=======================END WHERE WE OPERATE==========================*/
/*=======================OH TURKEY/CHINA/ETC==========================*/

.mobileImage {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktopImage {
        display: none;
    }
    .mobileImage {
        display: inline;
    }
}

.more-images {
	display: table;
}

.mi-frame {
	display: table-cell;
}

.mi-frame + .mi-frame {
	padding-left: 20px;
}

.img-frame {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.img-frame2 {
    max-width: 250px;
}

.img-frame3 {
    max-width: 350px;
}

.imgf-right {
	float: right;
	margin-left: 20px;
}

.imgf-left {
	float: left;
	margin-right: 20px;
}

.img-frame img {
    width: auto !important;
    max-width: none !important;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .img-frame {
        overflow-x: scroll;
    }
    .img-frame img {
        max-width: auto!important;
        display: block;
        height: auto;
        width: 600px !important;
    }
}
/*@media screen and (max-width: 990px) {
    .img-frame img {
        width: auto !important;
        max-width: 100% !important;
        text-align: center;
    }
}
*/

.oh-turkey {
    background-image: url("../images/operational-turkey.jpg");
    background-position: 50% 40%;
}

.oh-china {
    background-image: url("../images/operational-china.jpg");
    background-position: 50% 85%;
}
/*=======================END OH TURKEYE==========================*/
/*=======================VALUE THROUGH EXPLORATION==========================*/

.value-exploration {
    background-image: url("../images/value-expl.jpg");
    background-position: 50% 44%;
}
/*=======================END VALUE THROUGH EXPLORATION==========================*/
/*=======================KEY GROWTH==========================*/

.key-growth {
    background-image: url("../images/key-growth.jpg");
    background-position: 50% 94%;
}
/*=======================END KEY GROWTH==========================*/
/*=======================KEY PROJ PIPELINE==========================*/

.proj-pipeline {
    background-image: url("../images/proj-pipeline.jpg");
    background-position: 50% 70%;
}
/*=======================PROJ PIPELINE==========================*/
/*=======================OUR WORLD==========================*/

.our-worldd {
    background-image: url("../images/Eldorado_our_world_graphic_blank.jpg");
    background-position: 50% 70%;
}
/*=======================END OUR WORLD==========================*/
/*=======================B OPPORTUNITIES==========================*/

.build-opp {
    background-image: url("../images/building-opportunities.jpg");
    background-position: 50% 85%;
}
/*=======================END B OPPORTUNITIES==========================*/
/*=======================CREATING PROSP==========================*/

.cr-prosp {
    background-image: url("../images/creating-prosperity.jpg");
    background-position: 50% 45%;
}
/*=======================END CREATING PROSP==========================*/
/*=======================BOARD OF DIRECTORS==========================*/

.board-of-directors {
    width: 100%;
}

.board-of-directors p span {
    font-size: 10px;
    margin-left: 5px;
}
/*=======================END BOARD OF DIRECTORS==========================*/
/*=======================SHAREHOLDER INFO==========================*/

.shareholder-info {
    /*n/a*/
}
/*=======================END SHAREHOLDER INFO==========================*/
/*=======================GENERAL==========================*/

.full-content {
    width: 100%;
    display: block;
    margin-top: 30px;
    float: left;
}

.half-content {
    width: 50%;
    float: left;
}

.third-content {
    width: 31.33%;
    margin: 0px 1%;
    float: left;
}

@media screen and (max-width: 640px) {
    .third-content {
        width: 48%;
    }
}

@media screen and (max-width: 440px) {
    .third-content {
        width: 100%;
    }
}

.comm-bod {
	font-size: 14px !important;
}
/*=======================HOME SLIDERS==========================*/

.sl-box {
    margin: 0 auto;
    /*n/a*/
}

.sl-box-small {
    float: left;
    height: 200px;
    padding: 20px;
    width: 190px;
}

@media screen and (max-width: 1023px) {
    .sl-box-small {
        height: 160px;
    }
	
	.sl-box {
		padding-left: 10px;
	}
	
	.slick-dots {
		margin-left: 10px;
	}
}

@media screen and (max-width: 720px) {
    .sl-box-small {
        width: 120px;
        height: 100px;
        padding: 5px;
    }
	
	.sl-box {
		padding-left: 20px;
	}
	
	.slick-dots {
		margin-left: 20px;
	}
}

@media screen and (max-width: 530px) {
    .sl-box-small {
        width: 100px;
        height: 80px;
    }
}

@media screen and (max-width: 320px) {
    .sl-box-small {
        width: 90px;
        height: 90px;
    }
}

.sl-box-big {
    width: 226px;
    height: 200px;
    padding: 20px;
    float: left;
}

.sl-box-bigger {
    width: 300px;
    height: 200px;
    padding: 20px;
    float: left;
}

@media screen and (max-width: 1023px) {
    .sl-box-big {
        height: 160px;
        width: 210px;
    }
    .sl-box-bigger {
        height: 160px;
        width: 280px;
    }
}

@media screen and (max-width: 720px) {
    .sl-box-big {
        width: 140px;
        height: 100px;
        padding: 5px;
    }
    .sl-box-bigger {
        padding: 5px;
        height: 100px;
        width: 220px;
    }
}

@media screen and (max-width: 530px) {
    .sl-box-big {
        width: 120px;
        height: 80px;
    }
    .sl-box-bigger {
        height: 80px;
        width: 160px;
    }
}

@media screen and (max-width: 320px) {
	.sl-box-big {
        width: 110px;
        height: 90px;
    }
    .sl-box-bigger {
        height: 90px;
        width: 150px;
    }
}

.sl-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

@media screen and (max-width: 1023px) {
    .sl-box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 720px) {
    .sl-box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 530px) {
    .sl-box p {
        font-size: 10px;
        padding: 0px;
		line-height: normal;
    }
}

.sl-box p span {
    font-size: 30px;
    line-height: 40px;
}

@media screen and (max-width: 720px) {
    .sl-box p span {
        font-size: 16px;
		line-height: 5px;
    }
}

@media screen and (max-width: 530px) {
    .sl-box p span {
        font-size: 14px;
		line-height: normal;
    }
}

.sl-yellow {
    background-color: #D4C029;
}

.sl-brown {
    background-color: #3F3E29;
}

.sl-orange {
    background-color: #D06F1A;
}

.sl-azure {
    background-color: #00AE9E;
}

.sl-img-box {
    height: 200px;
    vertical-align: top;
    float: left;
}

@media screen and (max-width: 1023px) {
    .sl-img-box {
        float: left;
        height: 160px;
        vertical-align: top;
    }
}

@media screen and (max-width: 720px) {
    .sl-img-box {
        height: 100px;
    }
}

@media screen and (max-width: 530px) {
    .sl-img-box {
        height: 80px;
    }
}

@media screen and (max-width: 418px) {
    .sl-img-box {
        display: none;
    }
}

.sl-img-box img {
    width: inherit !important;
    height: 200px;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .sl-img-box img {
        display: inline-block;
        height: 160px;
        width: inherit !important;
    }
}

@media screen and (max-width: 720px) {
    .sl-img-box img {
        height: 100px;
    }
}

@media screen and (max-width: 530px) {
    .sl-img-box img {
        height: 80px;
    }
}

.sp-right {
    margin-right: 20px;
}

.sp-left {
    margin-left: 20px;
}

@media screen and (max-width: 1023px) {
    .sp-right {
        margin-right: 7px;
    }
}
/*=======================END HOME SLIDERS==========================*/
/*=======================IMG FORMATTING==========================*/

.img-left {
    text-align: left;
}

.img-center {
    text-align: center;
}

.img-right {
    text-align: right;
}

.img-box-small {
    width: 10%;
}

@media screen and (max-width: 700px) {
    .img-box-small {
        width: 20%;
    }
}

@media screen and (max-width: 500px) {
    .img-box-small {
        width: 30%;
    }
}

.img-box-medium {
    width: 45%;
}

@media screen and (max-width: 700px) {
    .img-box-medium {
        width: 60%;
    }
}

@media screen and (max-width: 500px) {
    .img-box-medium {
        width: 70%;
    }
}

.img-box-big {
    width: 90%;
}

@media screen and (max-width: 700px) {
    .img-box-big {
        width: 95%;
    }
}

.img-box img {
    width: 100%;
    display: inline-block;
}
/*=======================END IMG FORMATTING==========================*/
/*=========================RESULT GRAPHS=============================*/

#result-graph .container {
    padding-top: 5%;
    padding-bottom: 5%;
}

#result-graph .heading {
    position: absolute;
    top: 20px;
    left: 60px;
    right: 20px;
}

#result-graph h2 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
	font-weight: bold;
}

.chart-bar-wrapper {
    width: 33.33%;
    float: left;
    position: relative;
    display: inline-block;
    height: 100%;
}

.chart-wrap {
    width: 33.33%;
    padding: 20px 50px;
    float: left;
    position: relative;
    height: 380px;
}

@media screen and (max-width: 767px) {
    .chart-wrap {
        width: 100%;
    }
}

.chart-numbers {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    right: 0;
    font-size: 12px;
    text-align: center;
}

.chart-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    text-align: center;
}

.cb-azure {
    background: #00AE9E;
}

.cb-yellow {
    background: #D4C029;
}

.cb-orange {
    font-weight: bold;
    background: #D06F19;
}

.chart-wrap .chart-bar {
    width: 30px;
    height: 0px;
    bottom: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
}

.chart-wrap .active.barHeight01 {
    height: 170px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight02 {
    height: 185px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight03 {
    height: 200px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight04 {
    height: 115px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight05 {
    height: 118px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight06 {
    height: 120px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight07 {
    height: 200px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight08 {
    height: 165px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight09 {
    height: 145px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight10 {
    height: 200px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight11 {
    height: 196px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight12 {
    height: 187px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight13 {
    height: 175px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight14 {
    height: 150px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight15 {
    height: 135px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight16 {
    height: 190px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight17 {
    height: 165px;
    transition: all 2s ease-in-out 0s;
}

.chart-wrap .active.barHeight18 {
    height: 145px;
    transition: all 2s ease-in-out 0s;
}
/*=======================END RESULT GRAPHS===========================*/
