@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/Circular Std Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/Circular Std Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Semibold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica Neue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: 'Proxima Nova', sans-serif;
	color: #434343;
}

a {
	color: #38C9FF;
}

a:visited {
	color: #38C9FF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C1C1C;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1C1C1C;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1C1C1C;
}

/* FULL SCREEN MODAL STYLES
-------------------------------------------------- */
.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	color: #333;
}

.fullscreen .modal-content {
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	color: #333;
	background: #ffffff;
	overflow:auto;
}

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

.fullscreen .modal-body ul {
	padding: 30px 0 0 0;
}

.fullscreen .modal-body li {
	padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body li a.has-dropdown {
	margin-right: -26px;
}

.fullscreen .modal-body li a.has-dropdown img {
	width: 26px !important;
	margin-top: -5px;
}

.fullscreen .modal-body li #menu li a {
	font-size: 20px !important;
}

.fullscreen .modal-body a {
	color: #434343;
	font-size: 28px;
}

.fullscreen .language-links {
	margin-top: 40px;
	color: #434343;
	font-size: 18px !important;
}

.fullscreen .language-links a {
	font-size: 18px !important;
}

.fullscreen .copyright {
	color: #434343;
	font-size: 14px;
	text-align: center;
	display: block;
}

@media (max-width: 480px){
	.fullscreen .modal-body ul {
 		padding: 30px 0 0 0;
		overflow: auto;
	}

	.fullscreen .modal-body li {
		padding: 5px 0 5px 0 ;
	}

	.fullscreen .modal-body a {
		color: #333;
		font-size: 150%;
		text-transform: uppercase;
	}
}

/* START HERE */
#top-navbar {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}


/* HOME */

.navbar {
	padding-right: 50px;
	padding-left: 50px;
}

.navbar .closeModal {
	cursor: pointer;
}

.header {
	background: #FAFAFA;
	background-size: 50%;
	height: 700px;
	position: relative;
}

.header .background {
	width: 100%;
	position: absolute;
	height: 600px;
}

.header .bgwrap {
	position: relative;
	float: left;
}

.header .background img {
	height: 700px;
}

.header .bgwrap::after {
	position: absolute;
	content: 'ARSYNERGY RESOURCES';
	top: 50%;
	right: -22%;
	font-size: 16px;
	-webkit-transform: rotate(270deg); 
    -moz-transform: rotate(270deg); 
    -ms-transform: rotate(270deg); 
    -o-transform: rotate(270deg); 
}

.header .text {
	height: 100%;
	padding-top: 20%;
	padding-bottom: 60px;
}

.header .text .container {
	height: 100%;
}

.header .text .container .row {
	height: 100%;
}

.header .title {
	font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    background: #12740F;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    vertical-align: middle;
}

.header.home .title {
	margin-top: -25px;
}

.header p {
	font-size: 16px;
	padding: 20px;
	width: 80%;
}

.header .triangles {
	position: absolute;
	bottom: -85px;
	right: 12%;
}

.about {
	padding: 100px 0px;
	background: #fff url('../images/img-about-1.svg') no-repeat center center;
	text-align: center;
	background-size: 50%;
}

.about .intro {
	font-family: 'Gotham Medium';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.about .title {
	font-family: 'Gotham Medium';
	font-weight: 400;
	font-style: normal;
	font-size: 42px;
}

.about .subtitle {
	font-family: 'Gotham Medium';
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	margin-top: -10px;
	margin-bottom: 60px;
}

.about p {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 70px;
}

.activities {
	background: #fff url('../images/img-about-1.svg') no-repeat center center;
	background-size: 40%;
    height: 1000px;
}

.activities .container {
	background: transparent url('../images/img-activities-1.png') no-repeat;
	height: 600px;
	background-position: 77% 0;
    background-size: 70%;
}

.activities .row {
	height: 600px;
}

.activities .intro {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.activities .title {
	font-family: 'Gotham Medium';
	font-size: 32px;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

.activities .subtitle {
	font-family: 'Gotham Medium';
	font-size: 32px;
	margin-top: -25px;
}

.activities p {
	line-height: 32px;
}

.scheme {
	background: #EDEDED url('../images/img-scheme-pattern-2.jpg') repeat;
	position: relative;
	padding-bottom: 150px;
}

.scheme .logo {
	width: 100%;
	position: absolute;
	top: -150px;
}

.scheme .text {
	text-align: center;
	padding-top: 200px;
}

.scheme .text .intro {
	font-family: 'Gotham Medium';
	font-size: 16px;
}

.scheme .title {
	font-family: 'Gotham Medium';
	font-size: 42px;
	margin-top: -10px;
}

.scheme .subtitle {
	font-family: 'Gotham Medium';
	font-size: 32px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.things {
	background: #DEDEDE;
	position: relative;
}

.things .dehydration {
	/*background: url('../images/img-things-1.png') no-repeat;*/
	background-size: cover;
	height: 600px;
}

.things .dehydration img {
	width: 100%;
}

.things .plus {
	background: #fff;
	color: #fff;
	font-size: 72px;
	text-align: right;
}

.things .turbo {
	background-size: cover;
	height: 400px;
}

.things .caption {
	background: #12740F;
	height: 400px;
	color: #fff;
	font-size: 72px;
	text-align: left;
	padding: 120px 40px 40px;
}

.things .caption .intro {
	font-family: 'Gotham Medium';
	font-size: 14px;
}

.things .caption .title {
	font-family: 'Gotham Medium';
	font-size: 32px;
}

.things .text {
	width: 100%;
	position: absolute;
	top: 400px;
}

.things .text .white-box {
	background: rgba(255,255,255,0.85);
	padding: 60px;
}

.things .text .intro {
	font-family: 'Gotham Medium';
	font-size: 16px;
}

.things .text .title {
	font-family: 'Gotham Medium';
	font-size: 32px;
	line-height: 30px;
}

.things .text .subtitle {
	font-size: 18px;
}

.permission {
	padding: 100px 0px 300px;
	text-align: center;
}

.permission .title {
	font-family: 'Gotham Medium';
	font-size: 28px;
	margin-bottom: 30px;
}

.permission p {
	font-size: 20px;
	margin-bottom: 30px;
}

.footer {
	background: url('../images/img-footer-pattern-2.jpg') repeat;
	margin-bottom: 20px;
	position: relative;
}

.footer .logo {
	width: 100%;
	position: absolute;
	top: -150px;
}

.footer .addresses {
	padding-top: 200px;
}

.footer .addresses .head-office {
	text-align: right;
}

.footer .addresses .address {
	padding: 20px;
}

.footer .addresses .plant {
	text-align: left;
}

.footer .addresses .title {
	font-weight: 900;
	font-size: 20px;
}

.footer .copyright {
	border-top: 1px solid #A0A0A0;
	text-align: center;
	font-size: 16px;
	padding: 30px 0px;
}

/* HOME END HERE */

/* ABOUT US START HERE */

.header.about-us {
	padding-bottom: 40px;
	height: 700px;
}

.header.about-us .background {
	width: 100%;
	position: absolute;
	height: 700px;
}

.header.about-us .background img {
	height: 700px;
}

.header.about-us .title {
    padding: 0px 10px;
    vertical-align: middle;
    padding-left: 50px;
}

.header.about-us .title:first-child {
	padding-right: 40px;
	margin-top: -50px;
	position: relative;
	line-height: 50px;
	padding-top: 48px;
}

.header.about-us .title:last-child {
	padding-top: 10px;
	padding-right: 80px;
	margin-top: -12px !important;
	padding-bottom: 20px;
	line-height: 50px;
}

.header.about-us .title .smaller {
	font-family: 'Gotham Medium';
	font-size: 16px;
	position: absolute;
	top: 10px;
	display: block;
}

.company {
	padding: 120px 0px 0px;
}

.company .text {
	background: #fff;
	padding: 60px;
}


.company .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.company .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
	margin-bottom: 50px;
}

.company p {
	font-size: 14px;
	line-height: 36px;
}

section.plant {
	padding: 100px 0px 0px;
	margin-top: -100px;
}

section.plant .intro {
	margin-top: 30px;
	font-family: 'Gotham Medium';
	font-size: 20px;
}

section.plant .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
	margin-bottom: 50px;
	line-height: 45px;
	margin-top: 10px;
}

section.plant p {
	font-size: 14px;
	line-height: 32px;
}

.vision-mission {
	padding: 100px 0px;
}

.vision-mission .intro {
	font-family: 'Gotham Medium';
	font-size: 16px;
}

.vision-mission .title {
	font-family: 'Gotham Medium';
	font-size: 40px;
}

.vision-mission .subtitle {
	font-family: 'Gotham Medium';
	font-size: 54px;
	margin-top: -20px;
}

.vision-mission p {
	margin-top: 0px;
	font-size: 16px;
	line-height: 36px;
}

.vision-mission ul {
	padding-left: 20px;
}

.vision-mission ul li {
	font-size: 16px;
	line-height: 36px;
}

.stake-holder {
	background: linear-gradient(0deg, #FFFFFF 50%, #F8F8F8 50%);
	padding: 150px 0px;
}

.stake-holder .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.stake-holder .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
}

.stake-holder .subtitle {
	font-family: 'Gotham Medium';
	font-size: 54px;
	margin-top: -20px;
}

.stake-holder .holders {
	margin-top: 100px;
	height: 600px;
	color: #fff;
	padding: 100px 60px;
	text-align: center;
	-webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}

.stake-holder .holders:hover {
	background: #12740F;
}

.stake-holder .arsynergy-investment {
	/*border-right: 20px solid transparent;*/
}

.stake-holder .holders .percentage {
	font-size: 160px !important;
	background: #12740F;
	font-weight: bold;
	display: inline-block;
	padding: 40px 60px 20px 20px;
	line-height: 100px;
	position: relative;
	margin: 0px auto;
}

.stake-holder .holders .percentage::after {
	content: '%';
	font-size: 72px;
	top: 0px;
	position: absolute;
}

.stake-holder .holders .percentage .number {
	font-size: 160px !important;
	background: #12740F;
	font-weight: bold;
	display: inline-block;
	padding: 30px 60px 30px;
	line-height: 100px;
}

.stake-holder .tricore-synergy {
	border-left: 20px solid #f8f8f8;
}

.stake-holder .holders .percentage .percent {
	font-size: 72px;
	vertical-align: super;
	display: inline-block;
	position: absolute;
	margin-left: -28px;
	right: 20px;
}

.stake-holder .holder {
	margin-top: 80px;
	text-align: right;
	font-family: 'Gotham Medium';
	font-size: 38px !important;
	display: inline-block;
	background: #12740F;
	line-height: 40px;
	padding: 10px;
}

.directors {
	background: #ffffff;
	padding: 0px 0px 100px;
}

.directors .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.directors .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
}

#quote .info, .directors .director {
	margin-top: 40px;
	background: #FAFAFA;
}

#quote .info {
	margin-top: 0px !important;
}

#quote img, .directors img {
	width: 100%;
}

#quote .caption, .directors .caption {
	padding: 20px;
}

#quote .caption .name, .directors .caption .name {
	font-size: 16px;
}

#quote .caption .role, .directors .caption .role {
	font-weight: bold;
	font-size: 18px;
}

#quote .quote, .directors .quote {
	display: none !important;
}

.directors .committees {
	margin-top: 100px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.81);
}

.organization {
	background: #F5F5F5;
	padding: 100px 0px 150px;
	text-align: center;
}

.organization .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.organization .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
	margin-bottom: 40px;
}

/* ABOUT US END HERE */

/* ACTIVITIES START HERE */

.header.activity {
	padding-bottom: 40px;
	background: #F5F5F5 !important;
	height: 900px;
}

.header.activity .background {
	width: 100%;
	position: absolute;
	height: 900px;
}

.header.activity .background img {
	height: 900px;
}

.header.activity .caption {
	background: #12740F;
	padding-top: 20px;
}

.header.activity .intro {
    padding-top: 0px;
	position: relative;
	line-height: 70px;
	padding-right: 40px;
	padding-left: 40px;
	color: #fff;
	font-size: 22px;
}

.header.activity .title {
	padding-top: 0px;
	position: relative;
	/*line-height: 0px;*/
	font-size: 54px;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0px;
}

.header.activity .title:first-child {
	padding-top: 80px;
}

.header.activity .title:last-child {
	margin-top: -20px;
	padding-right: 70px;
	padding-bottom: 20px;
}

.header.activity .title .smaller {
	font-family: 'Gotham Medium';
	font-size: 16px;
	position: absolute;
	top: 28px;
}

.acts {
	padding: 100px 0px 0px;
}

.acts .intro {
	font-family: 'Gotham Medium';
	font-size: 16px;
}

.acts .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
}

.acts p {
	line-height: 30px;
}

.acts .plant {
	margin-top: 80px;
	background: #FAFAFA url('../images/img-act-1.png') no-repeat top left;
	padding: 200px 0px 100px;
}

.acts .plant .text {
	background: #FFFFFF;
	padding: 60px;
}

.acts .plant .text .title {
	line-height: 48px;
	margin-top: 10px;
}

.scheme.activity {
	padding-top: 0px;
	position: relative;
	margin-bottom: 250px;
}

.scheme.activity .text {
	padding-top: 100px;
}

.scheme.activity .image {
	
}

.scheme.activity .image a {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #12740F;
	color: #fff;
	font-size: 18px;
	padding: 20px;
	display: inline-block;
}

.market-share {
	background: #fff;
	padding: 80px 0px 300px;
}

.market-share .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.market-share .title {
	font-family: 'Gotham Medium';
	font-size: 42px;
	line-height: 48px;
	margin-top: 10px;
}

.market-share .graph {
	margin-top: 40px;
}
/* ACTIVITIES END HERE */

/* EQUIPMENTS START HERE */
.header.eqpmnts {
	height: 800px;
}

.header.eqpmnts .background {
	height: 800px;
}

.header.eqpmnts .imgwrap {
	position: relative;
}

.header.eqpmnts .background img {
	height: 800px;
}

.header.eqpmnts .imgwrap::before {
	content: 'DEETHANIZER REFLUX CONDENSOR';
	position: absolute;
	top: 20%;
	left: -160px;
	font-size: 16px;
	-webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
}

.header.eqpmnts .text {
	padding-bottom: 0px !important;
}

.header.eqpmnts .caption {
	background: #12740F;
	color: #fff;
	padding: 150px 0px 150px 20px;
	font-weight: normal;
	position: relative;
}

.header.eqpmnts .caption .title {
	line-height: 68px;
	font-size: 72px;
}

.header.eqpmnts .caption .image {
	position: absolute;
	bottom: 0px;
	left: 50%;
}

.equipments {
	padding: 100px 0px;
}

.equipments .intro {
	text-align: center;
	font-family: 'Gotham Medium';
	font-size: 22px;
}


.equipments table {
	background: #fff;
	width: 100%;
	color: #434343;
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-size: 18px;
	margin-top: 50px;
}

.equipments table tr {
	background: #F5F5F5;
	margin-bottom: 20px;
}

.equipments table tr.spacer {
	height: 10px;
}

.equipments table tr td {
	padding: 30px 40px;
}

.equipments table tr td:first-child {
	border-radius: 5px 0px 0px 5px;
}

.equipments table tr td:last-child {
	border-radius: 0px 5px 5px 0px;
}

.equipments table .qty span {
	padding-left: 40px;
	border-left: 1px solid #CECECE;
}

.equipments .pagination {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

.equipments .pagination a {
	color: #B1B1B1;
}

.equipments .pagination a.active {
	color: #F96A2F;
}

.equipments .pagination .page-num {
	display: inline-block;
	margin: 0px 10px;
}

.equipments .pagination .page-num a {
	margin: 0px 3px;
}

.things.eqpmnts {
	background: none;
}

.things.eqpmnts .text {
	bottom: 0px;
	top: auto !important;
}

.things.eqpmnts .white-box {
	background: #12740F;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 220px;
}

.things.eqpmnts .white-box .intro {
	font-size: 22px;
}

.things.eqpmnts .white-box .title {
	font-size: 40px;
	width: 66%;
	line-height: 42px;
}

.products {
	background: #ffffff;
	position: relative;
	padding-bottom: 250px;
}

.products .image {
	position: inherit;
}

.products .image img {
	width: 100%;
}

.products .product .title {
    font-size: 28px;
}

.products .caption {
	width: 45%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10% 10% 20%;
	background: #DDDDDD;
}

.products .caption .intro {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}

.products .caption .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 2px;
}

.products .product {
	padding: 40px 40px 40px 60px;
}

.products .product .intro {
	font-size: 20px;
}

.products .product .title {
	font-size: 36px;
	font-weight: 700;
}

.products .product .unit {
	font-size: 20px;
}

.products .description {
	margin-top: 40px;
}

.products .description .title, .products .description .unit {
	font-size: 20px;
}

.products .pagination {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

.products .pagination a {
	color: #B1B1B1;
}

.products .pagination a.active {
	color: #F96A2F;
}

.products .pagination .page-num {
	display: inline-block;
	margin: 0px 10px;
}

.products .pagination .page-num a {
	margin: 0px 3px;
}

/* EQUIPMENTS END HERE */

/* NEWS START HERE */

.news {
	padding: 250px 0px 200px;
}

.news .pagination {
	display: block;
	text-align: center;
	margin: 30px auto;
	font-size: 18px;
}

.news .pagination a {
	color: #B1B1B1;
}

.news .pagination a.active {
	color: #F96A2F;
}

.news .pagination .page-num {
	display: inline-block;
	margin: 0px 10px;
}

.news .pagination .page-num a {
	margin: 0px 3px;
}

.news-item {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 150px;
}

.news-item .description {
	position: absolute;
	width: 90%;
	top: 60%;
	right: 0px;
	background: #fff;
	padding: 40px;
}

.news-item .description .title {
	font-family: 'Gotham Medium';
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #434343;
	cursor: pointer;
	display: block;
} 

.news-item .description .title:hover {
	text-decoration: none;
}

.news-item .description .more {
	font-size: 48px;
	text-align: center;
	color: #C4C4C4;
	display: inherit;
}

.news-item .description .more:hover {
	text-decoration: none;
}

/* NEWS END HERE */

/* NEWS DETAIL START HERE */

.news-detail {
	padding: 250px 0px 0px;
}

.news-detail .content {
	margin-top: -150px;
	background: #fff;
	padding: 40px;
}

.news-detail .content .title {
	font-family: 'Gotham Medium';
	font-size: 26px;
	margin-bottom: 40px;
}

.news-detail .content p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 40px;
}

.news .intro {
	font-family: 'Gotham Medium';
	font-size: 38px;
	margin-bottom: 60px;
}

/* NEWS DETAIL END HERE */

/* CONTACT START HERE */

.contact {
	padding: 250px 0px 200px;
}

.contact .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.contact .title {
	font-family: 'Gotham Medium';
	font-size: 48px;
	margin-bottom: 50px;
}

.contact .address .title {
	font-family: 'Proxima Nova';
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

/* CONTACT END HERE */

/* LICENSE START HERE */

.license {
	padding: 250px 0px 200px;
	position: relative;
	height: 800px;
	background: linear-gradient(0deg, #FFFFFF 10%, #F8F8F8 10%);
	margin-bottom: 400px;
}

.license .image {
	width: 100%;
	position: absolute;
}


.license .text {
	padding: 100px 0px 150px;
	text-align: right;
}

.license .intro {
	font-family: 'Gotham Medium';
	font-size: 20px;
}

.license .title {
	font-family: 'Gotham Medium';
	font-size: 54px;
}

.license .description {
	height: 800px;
}

.license .description .container, .license .description .container > .row {
	height: 600px;
}

.license .caption {
	background: #12740F;
	padding: 60px 40px;
	color: #fff;
}

.license .caption .title {
	font-family: 'Gotham Medium';
	font-size: 30px;
	line-height: 36px;
}

.license .navigation {
	text-align: right;
}

.license .navigation a {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
}

.license .navigation a img {
	height: 24px;
}

#overlay {
	opacity: 1;
	color: #fff;
	z-index: 1009 !important;
	background-color: #12740F !important;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
}

#overlay .content {
	display: table-cell;
	vertical-align: middle;
}

#overlay .copyright {
	font-family: 'Proxima Nova' !important;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	display: block;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
}

.license .navigation a {
	background: #159C12;
}

.license .navigation a.disabled {
	background: #12740F;
}


/* LICENSE END HERE */

/* PROSPECTUS START HERE */

.navbar.prospectus {
	background: #F5F5F5 !important;
}

.header.prospectus {
	padding-top: 200px;
	background: #F5F5F5 !important;
	height: auto !important;
	padding-bottom: 30px;
}

.header.prospectus .title {
	background: none !important;
	color: #434343;
	font-size: 52px !important;
}

.prospectus-list {
	margin-top: 80px;
	margin-bottom: 240px;
}

.prospectus-item {
	position: relative;
	padding: 30px 40px;
	border: 1px solid #C7C7C7;
	margin-bottom: 20px;
}

.prospectus-item .title {
	font-size: 20px;
	font-weight: bold;
}

.prospectus-item a {
	position: absolute;
    top: 28px;
    right: 30px;
    width: 30px;
}

.prospectus-list .pagination {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}

.prospectus-list .pagination a {
	color: #B1B1B1;
}

.prospectus-list .pagination a.active {
	color: #F96A2F;
}

.prospectus-list .pagination .page-num {
	display: inline-block;
	margin: 0px 10px;
}

.prospectus-list .pagination .page-num a {
	margin: 0px 3px;
}

/* PROSPECTUS END HERE */



/* REPORT CENTER START HERE */

.prospectus-list.report-center .prospectus-item {
	padding: 20px 30px !important;
}

.prospectus-item .subtitle {
	font-size: 12px;
	color: #B1B1B1;
}

.prospectus-list.report-center .prospectus-item a {
	position: absolute;
    top: 28px;
    right: 30px;
    width: 30px;
}

/* REPORT CENTER END HERE */



/* RESPONSIVE MD START HERE */

@media (max-width: 991px) {
	.header .text .title {
		font-size: 2.3em;
		margin-top: -10px;
	}

	.header.home {
		background: url('../images/img-header-1.jpg') no-repeat bottom;
		background-size: cover;
		background-position: center 140px;
	}

	.header.home .triangles {
		right: 5%;
	}

	.header.home .text p {
		background: rgba(255,255,255,0.9);
		width: 100%
	}

	.about {
		padding: 60px 0px;
	}

	#quote .caption .name, .directors .caption .name {
		font-size: 12px;
	}

	#quote .caption .role, .directors .caption .role {
		font-weight: bold;
		font-size: 14px;
	}

	.activities {
		height: 480px;
		margin-bottom: 200px;
	}

	.activities .container {
		background-size: 84%;
		background-position: 30% 0;
		height: 480px
	}

	.activities .row {
		height: 480px
	}

	.activities .title {
		font-size: 22px;
		line-height: 26px;
	}

	.activities p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.things .text {
		top: 450px;
	}

	.things .text .title {
	    font-size: 30px;
	}

	.things .text .white-box {
	    padding: 40px;
	}

	.things.eqpmnts .white-box {
		padding: 4% 4% !important;
	}

	.scheme .logo {
		top: -100px;
	}

	.header.about-us {
		background: url('../images/img-header-2.png') no-repeat bottom;
		background-size: cover;
		background-position: center 140px;
	}

	.vision-mission .title {
		font-size: 25px;
	}

	.vision-mission .subtitle {
		margin-top: -10px;
		font-size: 32px;
		margin-bottom: 10px;
	}

	.vision-mission p, .vision-mission ul li {
		line-height: 26px !important;
	} 

	.company {
		padding-top: 200px;
	}

	.company .title {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.company p {
		line-height: 26px !important;
	}

	section.plant .title {
		font-size: 30px;
		line-height: 32px !important;
		margin-bottom: 20px;
	}

	section.plant p {
		font-size: 14px; 
		line-height: 26px !important;
	}

	.stake-holder {
		padding: 60px 0px;
	}

	.stake-holder .title {
		font-size: 32px;
	}

	.stake-holder .subtitle {
	    font-size: 36px;
	    margin-top: -10px !important;
	}

	.stake-holder .holders {
	    padding: 60px 10px;
	    height: 500px;
	}

	.stake-holder .holders .percentage {
		font-size: 90px !important;
	}

	.stake-holder .holders .percentage::after {
		font-size: 50px !important;
		top: 26px !important;
	}

	.stake-holder .holder {
		font-size: 30px !important;
	}

	.stake-holder .arsynergy-investment {
	    border-right: none !important;
	}

	.directors {
		padding: 60px 0px;
	}

	.directors .title {
		font-size: 34px;
	}

	.header.activity {
		background: url('../images/img-header-3.png') no-repeat bottom !important;
		background-size: cover;
		background-position: center 140px;
	}

	.header.activity .text .title {
		margin-top: 10px !important;
		line-height: 40px;
	}

	.acts .plant .text .title {
		font-size: 24px !important;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.header.eqpmnts {
		background: url('../images/img-header-5.png') no-repeat bottom;
		background-size: cover;
		background-position: center 140px;
	}

	.header.eqpmnts .caption {
		padding: 40px;
		margin-bottom: 100px;
	}

	.header.eqpmnts .caption .title {
		font-size: 48px !important;
	}

	.things.eqpmnts .dehydration {
		height: 300px !important;
	}

	.things.eqpmnts .turbo {
		height: 300px !important;
	}

	.things.eqpmnts .white-box {
		padding: 200px 20px;
	}

	.things.eqpmnts .white-box .intro {
		font-size: 16px;
	}

	.things.eqpmnts .white-box .title {
		font-size: 26px;
	}

	.products .product {
		padding: 20px 0px;
	}

	.products .product .intro {
		font-size: 14px;
	}

	.products .product .prod .title {
		font-size: 18px;
	}

	.products .product .prod .unit {
		font-size: 16px;
	}

	.products .caption {
	    width: 50% !important;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 20px;
        background: #DDDDDD;
        height: 75%;
	}

	.products .caption .title {
		font-size: 28px;
		line-height: 32px;
	}

	.products .description {
		margin-top: 20px;
	}

	.products .description .title {
		font-size: 16px;
	}
}
/* RESPONSIVE MD END HERE */

/* RESPONSIVE SM START HERE */

@media (max-width: 480px) {
	.navbar {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-brand {
		display: contents;
	}

	.navbar-brand img {
		width: 60%;
	}

	.header .text .title {
		font-size: 2em;
		margin-top: -10px;
	}

	.header.home {
		background: url('../images/img-header-1.jpg') no-repeat;
		background-position: center bottom;
	}

	.header.home .text p {
		background: rgba(255,255,255,0.9);
	}

	.header.home .triangles {
		width: 30%;
		bottom: -30px;
	}

	.header.home .triangles img {
		width: 100%;
	}

	.header.about-us {
		background: url('../images/img-header-2.png') no-repeat;
		background-position: 0% 100px;
	}

	.header.about-us .img-fluid {
		max-width: unset;
	}

	.about p {
		text-align: left;
		font-size: 16px;
		line-height: 30px;
	}

	.about p a {
		text-align: center;
		display: block;
		margin: 0px auto;
	}

	.company {
		padding-top: 300px;
	}

	.company .text {
		padding: 30px;
	}

	.intro {
		margin-top: 40px;
	}

	.stake-holder .title {
		font-size: 36px;
	}

	.stake-holder .subtitle {
		font-size: 28px;
		margin-top: -10px;
	}

	.stake-holder .arsynergy-investment {
		border-right: none;
	}

	.stake-holder .tricore-synergy {
		border-left: none;
	}

	.directors .director {
		text-align: center;
	}

	.header.activity {
		background: #FFFFFF url('../images/img-header-3.png') no-repeat !important;
		background-position: 0% 100px !important;
		height: 700px !important;
	}

	.header.activity .caption {
		padding: 20px;
	}

	.header.activity .text .intro {
		font-size: 18px;
		margin-top: 10px;
		padding: 0px !important;
	}

	.header.activity .text .title {
		font-size: 24px;
		line-height: 26px;
		margin-top: 10px;
		padding: 0px !important;
	}

	.acts .plant {
		padding-top: 80% !important;
	}

	.acts .plant .text {
		padding: 30px;
	}

	.acts .intro {
		font-size: 16px;
	}

	.acts .title {
		margin-top: 0px !important;
		font-size: 22px;
		line-height: 26px !important;
		margin-bottom: 20px;
	}

	.acts p {
		font-size: 14px;
		line-height: 24px;
	}

	.header.eqpmnts {
		background: #FFFFFF url('../images/img-header-5.png') no-repeat !important;
		background-position: center 100px !important;
		height: 600px !important;
	}

	.header.eqpmnts .caption {
		color: #fff;
		padding: 40px 20px;
	}

	.header.eqpmnts .caption .title {
		padding-top: 30px;
		font-size: 32px !important;
		line-height: 36px;
	}

	.equipments table tr td {
		padding: 20px 10px;
		font-size: 14px;
	}

	.things.eqpmnts .white-box {
		padding: 40px 20px;
	}

	.things.eqpmnts .white-box .intro {
		margin-top: 10px !important;
	}

	.things.eqpmnts .white-box .title {
		width: auto !important;
	}

	.things.eqpmnts .text {
		bottom: 0px !important;
	}

	.products .product {
	    padding: 20px 20px 40px 20px;
	}

	.products .image {
		overflow: hidden;
	}

	.products .product .title {
	    font-size: 24px;
	    font-weight: 700;
	}

	.products .caption {
		width: 70% !important;
		background: rgba(221, 221, 221, 0.9);
		height: 40% !important;
	}

	.products .caption .intro {
		margin-top: 0px !important;
	}

	.products .pagination {
		bottom: -68px;
	}

	.products .pagination a {
		font-size: 10px !important;
		padding: 5px !important;
	}

	.news-item {
		margin-bottom: 200px;
	}

	.news-detail .content {
		margin-top: 0px;
		padding: 30px 0px;
	}

	.license .description .text {
		text-align: center;
	}

	.license .description .text .intro {
		padding-top: 10px;
		background: rgba(255,255,255,0.9);
	}

	.license .description .text .title {
		background: rgba(255,255,255,0.9);
		line-height: 58px;
		margin-top: 10px;
	}

	.header.prospectus .title {
		font-size: 32px !important
	}

	.prospectus-item {
		padding: 10px 20px !important;
	}

	.prospectus-item .title {
		font-size: 14px !important
	}

	.prospectus-item a {
		top: 8px !important;
		right: 20px !important
	}

	.prospectus-item a img {
		width: 24px !important;
	}

	.prospectus-list.report-center .prospectus-item .title {
		width: 80%;
	}

	.prospectus-list.report-center .prospectus-item a {
		top: 40% !important;
	}

	.footer .logo {
		width: 100%;
	    position: absolute;
	    top: -100px;
	    text-align: center;
	}

	.footer .logo img {
		width: 200px;
	}

	.footer .addresses {
		padding-top: 100px;
	}

	.footer .addresses .address {
		text-align: center;
	}
};

/* RESPONSIVE SM END HERE */

/* RESPONSIVE XS START HERE */

/* RESPONSIVE XS END HERE */