/*
COLORES

AMARILLO: #FCAE00;
VERDE: #00373F;
*/
@font-face {
    font-family: RealtimeText;
    src: url("../fonts/RealtimeTextLight.otf");
    font-weight: 200;
}
@font-face {
    font-family: RealtimeText;
    src: url("../fonts/RealtimeTextSemibold.otf");
    font-weight: 500;
}
@font-face {
    font-family: RealtimeText;
    src: url("../fonts/RealtimeTextBold.otf");
    font-weight: 600;
}
@font-face {
    font-family: RealtimeText;
    src: url("../fonts/RealtimeTextBlack.otf");
    font-weight: 700;
}
@font-face {
    font-family: Siruca;
    src: url("../fonts/Siruca.otf");
    font-weight: 300;
}
html,body {
	overflow-x: hidden;
}
html {
	height: 100%;
	width: 100%;
	margin: 0;
}
body {
	font-family: RealtimeText;
	font-size: 13px;
	background-color: #00373F;
	height: 100%;
}
.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
}
.sticky-top {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
}
.sticky-bottom {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 30;
}
@media (min-width: 576px) {
	/**/
}
@media (min-width: 768px) {
	html,body {
		overflow-x: inherit;
	}
	.sec-item,
	.sec-item-p {
		padding-left: 6%;
		padding-right: 6%;
		min-height: 600px;
	}
	.sec-item-c {
		padding-left: 6%;
		padding-right: 6%;
	}
}
@media (min-width: 992px) {
	.sec-item,
	.sec-item-p,
	.sec-item-c {
		padding-left: 12%;
		padding-right: 12%;
	}
}
@media (min-width: 1200px) {
	.sec-item,
	.sec-item-p,
	.sec-item-c {
		padding-left: 15%;
		padding-right: 15%;
	}
}
/* NAVBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.navbar {
	padding: 1.3rem 1rem;
	/*background-color: #00373F !important;*/
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar-show {
	background-color: #00373F !important;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:link {
	color: #FFF;
	font-weight: 200;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #FCAE00;
}
.navbar-light .navbar-lang .active>.nav-link,
.navbar-light .navbar-lang .nav-link.active,
.navbar-light .navbar-lang .nav-link.show,
.navbar-light .navbar-lang .show>.nav-link {
	color: #FCAE00 !important;
}
.navbar-light .navbar-lang .nav-link {
	color: #FCAE00;
	font-weight: 200;
}
.navbar-lang {
	border-top: 1px solid #FFF;
}
.navbar-light .navbar-lang .active>.nav-link, .navbar-light .navbar-lang .nav-link.active, .navbar-light .navbar-lang .nav-link.show, .navbar-light .navbar-lang .show>.nav-link {
	color: #FFF;
}
.navbar-light .navbar-toggler {
	border-color: rgba(255,255,255,0);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
	.navbar {
		background-color: initial !important;
		padding-left: 6%;
		padding-right: 6%;
	}
	.navbar-show {
		background-color: #00373F !important;
	}
	.navbar-lang {
		border-top: 0px;
		background-color: rgba(255,255,255,0.2);
		border-radius: 20px;
		padding: 0.1rem 15px;
	}
	.navbar-light .collapse .navbar-lang .nav-item .nav-link {
		padding-top: 0rem !important;
		padding-bottom: 0rem !important;
	}
	.navbar-light .collapse .navbar-lang .nav-item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.navbar-light>.collapse>.navbar-lang>.nav-item:nth-child(1) .nav-link {
		border-right: 1px solid #FFF;
	}
}
@media (min-width: 992px) {
	.navbar {
		padding-left: 12%;
		padding-right: 12%;
	}
}
@media (min-width: 1200px) {
	.navbar {
		padding-left: 15%;
		padding-right: 15%;
	}
}
/* ABOUT US ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section-about-us {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.aboutus-back {
	position: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.our-motto {
	/*background-image: url(../images/our-motto_background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 43%;
	position: relative;
}
.out-motto-background {
	background-image: url(../images/our-motto_background.jpg);
	opacity: 1;
	z-index: -7;
}
.what-we-do {
	/*background-image: url(../images/what-we-do_background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 43%;
	position: relative;
}
.what-we-do-background {
	background-image: url(../images/what-we-do_background.jpg);
	opacity: 0;
	z-index: -6;
}
.what-we-are {
	/*background-image: url(../images/what-we-are_background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 38%;
	position: relative;
}
.what-we-are-background {
	background-image: url(../images/what-we-are_background.jpg);
	opacity: 0;
	z-index: -5;
}
.our-challenge {
	/*background-image: url(../images/our-challenge_background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-left: 43%;
	position: relative;
}
.our-challenge-background {
	background-image: url(../images/our-challenge_background.jpg);
	opacity: 0;
	z-index: -4;
}
.about-us-navigation {
	width: 40%;
	padding-bottom: 20px;
    left: 15px;
    z-index: 10;
}
.about-us-navigation::before {
	content: '01';
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 9px;
	color: rgba(255,255,255,0.4);
	top: -20px;
}
.about-us-navigation::after {
	content: '04';
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 9px;
	color: rgba(255,255,255,0.4);
	bottom: 10px;
}
.about-us-navigation ul {
	list-style-type: none;
	padding-left: 0px;
}
.about-us-navigation ul li {
	color: rgba(255,255,255,0.8);
	/*font-weight: 200;*/
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 10px;
	border-left: 1px solid rgba(255,255,255,0.3);
	opacity: 0.3;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.about-us-navigation ul .active {
	text-transform: uppercase;
	border-left: 3px solid #FCAE00;
	opacity: 1;
}
.about-us-navigation ul li strong {
	color: #FFF;
	display: block;
	font-weight: 600;
}
.about-us-navigation ul li span {
	font-weight: 200;
	text-transform: none;
	/*margin-bottom: 10px;*/
	margin-top: 10px;
	display: none;
}
.section-about-us .sec-item h1 {
	color: #FFF;
	font-size: 25px;
	font-weight: 200;
	text-transform: uppercase;
	width: 80%;
	margin: 0;
	padding: 0;
}
.section-about-us .sec-item h1 em {
	width: 35px;
    height: 3px;
    background-color: #FCAE00;
    display: inline-block;
    margin-left: 5px;
}
.section-about-us .sec-item h1 small {
	display: block;
	font-size: 15px;
	margin-bottom: 20px;
}
.section-about-us .sec-item h1 strong {
	display: block;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.about-us-navigation {
	    width: 14%;
	}
	.about-us-navigation ul li {
		padding: 10px 0 10px 10px;
	}
	.about-us-navigation ul li span {
		display: block;
	}
	.section-about-us .sec-item h1 {
		font-size: 50px;
		width: 95%;
	}
	.our-motto {
		padding-left: 35%;
		padding-right: 10%;
	}
	.what-we-do {
		padding-left: 30%;
		padding-right: 10%;
	}
	.what-we-are {
		padding-left: 30%;
		padding-right: 10%;
	}
	.our-challenge {
		padding-left: 30%;
		padding-right: 10%;
	}
}
@media (min-width: 992px) {
	.about-us-navigation {
	    left: 12%;
	}
}
@media (min-width: 1200px) {
	.about-us-navigation {
	    left: 15%;
	}
}
/* GLOBAL ECONOMY ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.global-economy-item {
	background: url(../images/global-economy-background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.global-economy-item h2 {
	color: #FCAE00;
	font-family: Siruca;
	padding-left: 5%;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.global-economy-item {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.global-economy-item h2 {
		width: 70%;
		font-size: 40px;
		padding-left: 0;
	}
}
@media (min-width: 992px) {
	.global-economy-item h2 {
		width: 50%;
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.global-economy-item h2 {
		width: 40%;
		font-size: 30px;
	}
}
/* WHAT WHY HOW ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sticky-test {
	width: 200px;
	height: 450px;
	background-color: red;
	z-index: 10;
}
.section-what-why-how {
	display: flex;
	flex-direction: column;
	position: relative;
}
.what-why-how-back {
	position: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.what-item {
	/*background-color: #00373F;*/
	/*z-index: 3;*/
	margin-top: -450px;
}
.why-item {
	/*background-color: #0E3F46;*/
	/*z-index: 2;*/
}
.how-item {
	/*background-color: #145760;*/
	/*z-index: 1;*/
}
.what-background {
	background-color: #00373F;
	opacity: 0;
	z-index: -3;
}
.why-background {
	background-color: #0E3F46;
	opacity: 0;
	z-index: -2;
}
.how-background {
	background-color: #145760;
	opacity: 0;
	z-index: -1;
}
.what-why-how-navigation {
	width: 35%;
	padding-top: 90px;
	padding-bottom: 20px;
    right: 15px;
    align-self: flex-end;
    z-index: 10;
}
.what-why-how-navigation ul::before {
	content: '01';
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 9px;
	color: rgba(255,255,255,0.4);
	top: -20px;
	right: 0;
}
.what-why-how-navigation ul::after {
	content: '03';
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 9px;
	color: rgba(255,255,255,0.4);
	bottom: -30px;
	right: 0;
}
.what-why-how-navigation ul {
	list-style-type: none;
	padding-right: 0px;
	text-align: right;
	position: relative;
}
.what-why-how-navigation ul li {
	color: #FFF;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 20px 0 0;
	border-right: 1px solid rgba(255,255,255,0.3);
	opacity: 0.3;
}
.what-why-how-navigation ul li p {
	margin: 0 10px 0 0;
	padding: 15px 0px 15px 0;
}
.what-why-how-navigation ul li p span {
	display: block;
	color: #FCAE00;
	font-weight: 600;
}
.what-why-how-navigation ul .active {
	text-transform: uppercase;
	border-right: 3px solid #FCAE00;
	opacity: 1;
}
.what-item-info,
.how-item-info {
	width: 70%;
}
.what-item-info h4,
.how-item-info h4 {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
}
.what-item-info h4 span,
.how-item-info h4 span {
	color: #FCAE00;
}
.what-item-info h1,
.how-item-info h1 {
	color: #FCAE00;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 50px;
}
.what-item-info h5,
.how-item-info h5 {
	font-size: 11px;
	color: rgba(255,255,255,0.5);
	margin-bottom: 30px;
	text-transform: uppercase;
}
.what-item-info p,
.how-item-info p {
	color: #FFF;
	line-height: 1.3;
	font-weight: 200;
	font-size: 11px;
}
.what-item-info>div>.what-item-info-col:nth-child(1) {
	border-bottom: 0.5px solid rgba(255,255,255,0.5);
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.what-item-info h3,
.how-item-info h3 {
	color: #FFF;
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 50px;
}
.what-item-info h3 span,
.how-item-info h3 span {
	color: #FCAE00;
}
.what-item-info h3 strong,
.how-item-info h3 strong {
	display: block;
}
@media (min-width: 768px) {
	.what-why-how-navigation {
	    right: 5%;
	    width: 25%;
	    padding-top: 150px;
	}
	.what-why-how-navigation ul li {
		margin: 0;
	}
	.what-why-how-navigation ul li p:nth-child(1) {
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.what-why-how-navigation ul li p {
		border-bottom: 1px solid rgba(255,255,255,0.5);
		margin: 0 30px 0 0;
		padding: 40px 0px 40px 0;
	}
	.what-item-info-col {
		width: 45%;
		display: inline-block;
		vertical-align: top;
	}
	.what-item-info>div>.what-item-info-col:nth-child(1) {
		border-bottom: 0;
		padding-bottom: 0px;
		margin-bottom: 0px;
		margin-right: 6%;
	}
	.what-item-info h5 {
		margin-bottom: 60px;
	}
	.what-why-how-navigation {
		/*top: 50% !important;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);*/
	}
	.what-item-info h3 strong {
		display: inline-block;
	}
	.how-item-info h4 {
		margin-bottom: 50px;
	}
	.how-item-info p {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.what-why-how-navigation {
	    right: 8%;
	    width: 16%;
	}
	.what-item-info h1 {
		margin-bottom: 100px;
	}
	.what-item-info h5 {
		margin-bottom: 80px;
	}
}
/* WE BUY DIESEL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section-we-buy-diesel {
	background-color: #326A72;
}
.section-we-buy-diesel .sec-item {
	background-color: #326A72;
}
.section-we-buy-diesel h2 {
	color: #FFF;
	font-size: 25px;
	font-weight: 200;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.services-wrapper {
	display: block;
}
.services-wrapper {
	text-align: center;
}
.services-wrapper p {
	margin: 0;
}
.services-wrapper .col-serv p {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}
.services-wrapper .col-serv {
	width: 50%;
	text-align: center;
	margin-bottom: 30px;
}
.services-wrapper .col-serv img {
	width: 50%;
}
@media (min-width: 768px) {
	.section-we-buy-diesel h2 {
		font-size: 35px;
	}
	.services-wrapper .col-serv {
		width: 25%;
	}
	.services-wrapper .col-serv img {
		width: 60%;
	}
}
/* HORIZONS ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.horizons-item {
	background: url(../images/horizons-background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 30px;
}
.horizons-item h2 {
	color: #FCAE00;
	font-family: Siruca;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.horizons-item {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.horizons-item h2 {
		width: 70%;
		font-size: 40px;
	}
}
@media (min-width: 992px) {
	.horizons-item h2 {
		width: 50%;
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	.horizons-item h2 {
		width: 40%;
		font-size: 30px;
	}
}
/* CLIENTS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.clients-item {
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-clients {
	background-color: #00373F;
}
.section-clients .sec-item {
	background-color: #00373F;
}
.clients-item-wrapper h5 {
	color: #FCAE00;
	font-size: 15px;
	text-transform: uppercase;
}
.clients-item-wrapper h4 {
	color: #035860;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.clients-item-wrapper h4 span {
	color: #FCAE00;
	margin-left: 5px;
}
.clients-item-col-us {
	margin-bottom: 50px;
}
.clients-item-wrapper p {
	color: #E8E5E2;
	font-weight: 200;
}
@media (min-width: 768px) {
	.clients-item {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.clients-item-col-us {
		margin-right: 5%;
		margin-bottom: 0;
	}
	.clients-item-col-mx-a,
	.clients-item-col-mx-b {
		padding-left: 15px;
		padding-right: 15px;
	}
	.clients-item-col-mx-b {
		padding-top: 24px;
	}
	.clients-item-wrapper p {
		font-size: 11px;
	}
}
/* CONTACT +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.section-contact {
	background-color: #00373F;
}
.section-contact .sec-item {
	background-color: #00373F;
}
.contact-item {
	/*padding-top: 100px;*/
	padding-bottom: 100px;
}
.contact-item-wrapper h5 {
	color: #FCAE00;
	font-size: 15px;
}
.contact-item-wrapper h4 {
	color: #035860;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact-item-wrapper h4 span {
	color: #FCAE00;
	margin-left: 5px;
}
.contact-item-wrapper h4 small {
	color: #FFF;
	display: block;
	text-transform: uppercase;
}
.contact-item form {
	margin-top: 50px;
}
.contact-item form input,
.contact-item form textarea {
	background-color: #06474E;
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
	border-radius: 0;
	border: 0;
	resize: none;
}
.contact-item form input::placeholder,
.contact-item form textarea::placeholder {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
}
.contact-item form button {
	background-color: rgba(255,255,255,0.4);
	color: #FCAE00;
	border: 0;
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	padding: 8px 25px;
	border-radius: 18px;
}
.send-button-wrapper {
	text-align: right;
}
.contact-item form button:hover {
	background-color: rgba(255,255,255,0.2);
}
.control-input {
	display: none;
}
.c-message {
	font-size: 13px ! important;
	font-weight: 300;
	color: #FFF;
	display: none;
}
.c-message i {
	margin-right: 8px;
}
.c-return {
	display: block;
}
.c-error {
	color: #F15D4A;
}
@media (min-width: 768px) {
	.contact-item {
		/*padding-top: 130px;*/
		padding-bottom: 130px;
	}
	.contact-item-col-a {
		margin-right: 5%;
		margin-bottom: 0;
		width: 35%;
	}
	.contact-item-col-b,
	.contact-item-col-c {
		width: 100%;
		padding-left: 15px;
		/*padding-right: 15px;*/
	}
	.contact-item-col-mx-b {
		padding-top: 24px;
	}
	.contact-item-wrapper p {
		font-size: 11px;
	}
	.contact-item form {
		margin-top: 0px;
	}
}
/* FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	background-color: #06474E;
	padding: 60px 0 0 0;
}
.footer-logo-col {
	text-align: center;
	margin-bottom: 20px;
}
.footer-navigation {
	text-align: center;
	margin-bottom: 60px;
}
.footer-navigation ul {
	list-style-type: none;
	padding: 0;
}
.footer-navigation ul li {
	display: inline-block;
}
.footer-navigation ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 6px;
	font-size: 11px;
}
.footer-address-a,
.footer-address-b {
	width: 100%;
	padding: 0 20%;
}
.footer-address-a h5,
.footer-address-b h5 {
	color: #FCAE00;
	font-size: 11px;
}
.footer-address-a p,
.footer-address-b p {
	color: #FFF;
	font-weight: 200;
	font-size: 11px;
}
.footer-copyright-col {
	width: 100%;
	display: block;
	margin-top: 40px;
	background-color: #00373F;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.copyright-col-a p {
	color :#FFF;
	font-weight: 200;
	font-size: 11px;
	margin: 0;
}
.copyright-col-b p {
	color :#FCAE00;
	font-weight: 200;
	font-size: 11px;
	margin: 0;
}
footer address a,
footer address a:link,
footer address a:visited,
footer address a:active {
	color: #FFF;
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: 200;
}
footer address a:hover {
	color: #FCAE00;
}
@media (min-width: 768px) {
	.footer-logo-col {
		text-align: left;
		margin-bottom: 0px;
		width: 30%;
		display: inline-block;
		padding-left: 6%;
		vertical-align: top;
	}
	.footer-info-col {
		width: 55%;
		display: inline-block;
	}
	.footer-address-a,
	.footer-address-b {
		width: 40%;
		padding: 0;
		display: inline-block;
		vertical-align: top;
	}
	.footer-navigation {
		text-align: left;
		margin-bottom: 60px;
		width: 100%;
	}
	.footer-navigation ul li a {
		padding: 5px 12px 5px 0;
	}
	.copyright-col-a {
		width: 45%;
		display: inline-block;
		margin-top: 10px;
	}
	.copyright-col-b {
		width: 45%;
		display: inline-block;
		text-align: right;
		margin-top: 10px;
	}
	.footer-copyright-col {
		margin-top: 0px;
		padding: 0 6% 60px 6%;
		text-align: inherit;
		vertical-align: middle;
	}
}
@media (min-width: 992px) {
	.footer-logo-col {
		padding-left: 12%;
		width: 40%;
	}
	.footer-info-col {
		width: 50%;
	}
	.footer-copyright-col {
		margin-top: 40px;
		padding: 0 12% 10px 12%;
		text-align: inherit;
		vertical-align: middle;
	}
}
@media (min-width: 1200px) {
	.footer-logo-col {
		padding-left: 15%;
	}
	.footer-copyright-col {
		padding: 0 15% 10px 15%;
	}
}


