html {
	scroll-behavior: smooth;
    scroll-padding-top: 62px;
}

@font-face {
	font-family: myGotham;
	src: url(/assets/fonts/Gotham-Medium.otf)
}

@font-face {
	font-family: myGBook;
	src: url(/assets/fonts/Gotham-Book.otf)
}

body, a {
	color: #fff;
	font-family: 'Roboto Condensed', 'sans-serif';
}

h1 {
	margin: 0px;
	letter-spacing: 0.111em;
}

hr {
	border-bottom: 6px solid #CB0622;
	border-radius: 5px;
	width: 64px;
	margin-top: 0;
	margin-bottom: 10px;
}

section {
	padding-top: 32px;
	overflow: hidden;
	top: 75px;
}

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

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

.modal {
    color: #000;
}

body:after {
	content:"";
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	display:block;
	background:url(/assets/images/top_bg.jpg);
	background-size:cover;
}

.content > section {
	background-size: 100vmax 100vmax;
	background-repeat: no-repeat;
	margin-left: -15px;
	margin-right: -15px;
}

.home {
	height: 100vh;
	padding-top: 70px; 
	/*
	background: url(/assets/images/top_bg.jpg);
	*/
	background-attachment: fixed;
}

.home .container {
    height: inherit;
}

.my-container {
   	white-space: nowrap;
    text-align: center;
}

.my-container:before,
.my-container_before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* Header (start) */
header {
	height: 76px;	
}

/*@media screen and (max-device-width: 768px) {*/
	#header	{
		background-color: rgba(195,16,35,1);
	}

	#about-us .intro table td {
		display: block;
	}
/*}*/

@media screen and (min-width: 768px) {
	#header	{
		background-color: rgba(195,16,35,1);	
	}
}

#header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255,255,255,0);
}

#header .container {
	width: 100%;
}

#header .container-fluid {
	padding-left: 25px;
	padding-right: 15px;
	margin-top: -15px;
}
/*
footer .container {
	width: 100%;
}

footer .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
*/
.navbar-fixed-top {
	padding: 15px 0 0 0;
	background-color: rgba(199,23,30,0);
}

.navbar-nav {
	display: inline-flex;
}

@media screen and (min-width: 768px) {
	.aux-right {
		float: right;
	}
}
@media screen and (max-width: 768px) {
	.aux-right {
		float: right;
	}
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

nav a {
	padding: 15px;
	z-index: 1035;
	line-height: 45px;

	transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
}

nav .social a {
	padding: 15px 8px 15px 8px;
}

nav a:hover {
	background-color: #8d0e15;
    color: #faa;
    text-decoration: none;
}

.social {
	padding-left: 2px;
	border-left: 2px solid;
    border-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0) 20%, rgba(256,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 80%) 2;
}

.navbar-toggle {
	margin-bottom: 18px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-collapse.in {
	background: #C31023;
	overflow: hidden;
}

.navbar-collapse.in .my-navbar-right {
	top: -10px;
}

.navbar-collapse {
	border-top: 0px;
	box-shadow: inset 0 0px 0;
}

ul.lang {
	margin-right: -4px;
}

img.lang-flag {
	margin-bottom: 4px;
}

.navbar .dropdown-menu {
	background-color: rgba(195,16,35,1);
	min-width: inherit;
}

.navbar .lang-menu .nav-item a {
	display: block;
	width: 100px;
	margin: 0 8px 0 8px;
	line-height: 0px;
}

.dropdown-toggle::after {
	margin-left: .4em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.navbar .dropdown:hover .dropdown-menu {
	display: block;
}

/* Header (end) */

/* Logo (start) */
.my-logo {
	vertical-align: middle;
	height: 50%;
}
/* Logo (end) */

/* About Us (start) */
#about-us {
	background: black;
	min-height: 0px;
	padding-bottom: 25px;
}

#about-us::before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
  pointer-events: none;
}

#about-us-title h1 {
	text-align: center;
}

#about-us-container {
	width: 75vw;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 32px;
}

#about-us .intro {
	color: white;
	width: 80%;
	margin: auto;
}

.about-us .intro h1 {
    text-align: center;
}

.about-us p {
	font-family: myGBook;
	line-height: 30px;
}

.about-us p.j {
	text-align: justify;
}

.about-us h4 { 
    padding: 5px 5px 5px 10px;
    border-left: 6px solid rgba(195,16,35,1);
    border-radius: 5px;
    font-weight: bold;
}

.about-us .ceo-title {
	width: 100%;
	padding-bottom: 8px;
}

.ceo-img {
	width: 160px;
    display: block;
    position: relative;
    float: left;
    margin: 0 35px 0 0;
}

@media screen and (max-width: 768px) {
	.ceo-img	{
		width: 100%;
		margin: 0 0 35px 0;
	}
}

.ceo-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

#about-us .ceo img {
	width: 200px;
	margin-right: 25px;
	margin-bottom: 25px;
}
/* About Us (end) */

/* Services (start) */
#services {
	background-color: #fff;
	padding-bottom: 16px;
}

#services-title h1 {
	color: #000;
	text-align: center;
}

#services-container {
	/*width: 85vw;*/
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 32px;
}

.services .service {
    color: #000;
	margin-bottom: 8px;
}

.service .icon {
    min-height: 44px;
    display: block;
    margin-top: 16px;
}

.service hr {
    margin-bottom: 16px;
}

.service h1 {
    font-size: 24px;
}

.service ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.service ul li {
    text-align: center;
    line-height: 26px;
    font-family: myGBook;
}

@media screen and (min-width: 768px) {
	.service .service-btn-container-2x {
		height:136px;
	}
	.service .service-btn-container0 {
		height:64px;
		margin-bottom: 8px;
	}
	.service .service-btn-container1 {
		height:64px;
	}
}

@media screen and (max-width: 768px) {
	.service .service-btn-container0 {
		margin-bottom: 8px;
	}
}

.service .service-btn {
    text-decoration: none;
    color: #ffffff;
	width:80%;
	height:100%;
	color: #770000;
    background-color: #ffdddd;
    border-width: 4px;
	border-radius: 16px;
}

.service .service-btn:hover {
	background-color: #ffcccc;
}
/* Services (end) */

/* Works (start) */
#works-container {
	position: relative;
	width: 75vw;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
	transform-style : preserve-3d;
}

@media screen and (max-width: 768px) {
	#works-container	{
		width: 95vw;
	}
}

.portfolio {
    background: #000;
	padding-bottom: 32px;
}

.portfolio h1 {
    text-align: center;
}

.portfolio h4 {
	margin-left: 32px;
    padding: 5px 5px 5px 10px;
    border-left: 6px solid rgba(195,16,35,1);
    border-radius: 5px;
    font-weight: bold;
}

.p-c {
	margin-top: -32px;
}

.slick-slide {
	position: relative;
	padding: 32px;
	outline: none;
}

.slick-slide img {
	width: 100%;
	border: 1px solid #ffffff;
}

.slick-slide span {
	position: absolute;
	display: block;
	width: calc(100% - 64px);
	padding: 4px 0 4px 0;
	bottom: 32px;
	/*font-size: 2.5vw;*/
	color: #ffffff;
	background-color: #00000099;
	text-align: center;
}

.slick-slide .p-icon {
	position: absolute;
	display: block;
	/*width: 32px;*/
	border: none;
	padding: 4px;
	right: 32px;
	top: 32px;
	background-color: #00000099;
}

#works-container .desc-link {
	margin-bottom: 24px;
}

#works-container .desc-link a {
	width:max-content;
	margin:auto;
	display:block;
	text-align:center;
	/*color: #428bca;*/
    text-decoration: none;
}

#works-container .desc-link a:hover {
	color: #a1c5e5;
}
/* Works (end) */

/* Access (start) */
.contact-info {
    background: url(/assets/images/access_bg.png);
    background-position: 0% 51.8%;
    color: #000;
}

.contact-info h1 {
    color: #000;
    text-align: center;
}

.contact-info hr {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.contact-info a {
    text-decoration: none;
}

.contact-info #access-title {
	width: 100%;
}

#map-container {
	width: 80vw;
	height: 530px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
	#map-container	{
		height: 320px !important;	
	}
}

/* Access (end) */

/* News (start) */

.news {
    /*background: #000;*/
	padding-bottom: 32px;
}

.news h1 {
    text-align: center;
}

.my-fb-post {
	vertical-align: top;
}

/* News (end) */

/* Footer (start) */
#footer {
    background: #000;
}

@media screen and (min-width: 768px) {
	#footer .nav-separated {
		border-left: 2px solid;
		/*padding-left: 2px;*/
		border-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0) 20%, rgba(256,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 80%) 2;
	}
}

footer .footer-nav {
    padding-left: 40px;
    padding-right: 35px;
}

footer .container {
    width: 100%;
}

footer .right-text {
    line-height: 75px;
}
/* Footer (end) */

/* FontAwesome (start) */
.far, 
.fas,
.fab {
	font-size: 16px;
}

.fa-map-marker-alt {
	color: green;
}

.fa-mobile-alt {
	color: steelblue;
}

.fa-envelope {
	color: red;
}

.fa-tumblr-square {
	color: #3b5998;
}

.fa-facebook-square {
	color: #3b5998;
}

.fa-cat {
	color: #ff7700;
}

.social.nav a {
	margin-top: -13px;
}
/* FontAwesome (end) */

/* Modals/Popups (start) */
#privacy_policy {
    color: black;
    margin-left: 30px;
    margin-top: 110px;
}

#security_action {
    color: black;
    margin-left: 30px;
    margin-top: 110px;
}

#security_action img {
	width:350px;
	height:350px;
	margin-bottom:15px;
}

.security_action {
	width:60%;
	margin-bottom:15px;
}

.modal-link {
	color: #428bca;
}

.modal-body a {
    text-decoration: none;
}

.modal table th, #disclosure-container table th {
	white-space: nowrap;
	background-color: #eeeeee;
}


@media screen and (max-width: 768px) {
	.table td, .table th {
        display: block;
        width: 100%;
    }
    .table tr {
        display: block;
    }
}

/* Modals/Popups (end) */

/* Projects (start) */
#project-page{
	background-color: #43050c;
}

#project-header {
	background-color: rgba(195,16,35,1);
	padding: 0;
}

#project-header ul {
	width: 100%;
}

#project-header .pr-prev {
	width: 10%;
	padding-left:32px;
}

#project-header .pr-title {
	width: 80%;
	padding-top: 7px;
}

#project-header .pr-next {
	width: 10%;
	text-align: right;
	padding-right:32px;
}

#project-header table {
	width: 100%;
}

#project-header li a,
#project-header li div {
    padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	font-family: 'Roboto Condensed','sans-serif';
	color: #fff;
	text-align: center;
}

#project-header li a {
	line-height: 45px;
}

#project-header .fas {
	font-size: 31px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px;
}

.main-container {
	z-index: 100;
	position: absolute;
	top: 100px;
	width: 100%;
}

#project-container {
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
}

#project-container img {
	width: 100%;
	margin-bottom: 32px;
}
/* Projects (end) */