html, body
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	background-color: #FFFFFF;
}

#header_content { 
	margin:0 auto;}
#content{ 
	margin:0 auto; 
	padding:0px;}
.container
{
	margin-top: 50px;
}
.menu
{
	font-family: 'Apercu_bld';
	font-size: 14pt;
	color: #333333;
}
.footer
{
	font-family: 'Apercu_bld';
	font-size: 14pt;
	color: #FFFFFF;
}
.modal
{
    overflow:hidden;
}
.modal-body
{
	overflow:auto;
}
@font-face
{
font-family: 'Apercu_reg';
src: url(../fonts/APERCU.OTF);
font-style: normal;
font-weight: 600;
}
@font-face
{
font-family: 'Apercu_bld';
src: url(../fonts/APERCU-BOLD.OTF);
font-style: normal;
font-weight: 600;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Apercu_reg';
}
span
{
	font-family: 'Apercu_reg';
}
.title
{ 
	font-size: 3.5vw; 
	color: #333333;
	font-family: 'Apercu_reg';
}
h1
{
	font-size: 50px;
	font-weight: 300;
	color: #333333;
}
h2
	{
	font-size: 28px;
	font-weight: 100;
	color: #333333;
	text-align: center;
	}
h3
{
	font-size: 28px;
	font-weight: 100;
	color: #DC1715;
}
p
{
	font-family: 'Apercu_reg';
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	text-align: justify;
}
.play-btn
{
	width: 128;
	position: relative;
	top: -165px;
	left: 173px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.25;
}
.play-btn-stretch
{
	width: 20%;
	position: relative;
	top: -165px;
	left: 173px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.25;
}
.img_col:hover .play-btn
{
	opacity: 1;
	text-align: center;
}
.enquiry-btn
{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
	transition: 0.5s;
	opacity: 1;
	border-radius: 10px;
	border: 2px;
	border-style: solid;
	border-color: #DC1715;
}
.img_col:hover .enquiry-btn
{
	opacity: 1;
	text-align: center;
}
.img_col
{
	width: 475px;
	height: 200px;
	padding: 0px;
	margin: 0px;
}
.img_col_stretch
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.modal-content 
{
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.modal-lg 
{
	padding: 0px;
	width: 90%;
	max-width: 950px;
}
.modal-xl 
{
	padding: 0px;
	width: 90%;
	max-width: 950px;
}
.white_fade
{
	background-color:rgba(255, 255, 255, 0.8);
 
}
.modal-body {
    position: relative;
    overflow-y: auto;
    margin: 0 ;
    padding: 0;
}
.modal-backdrop
{
    opacity:0 !important;
}
a:link {
	color: #DC1715;
}
a:visited {
	color: #DC1715;
}
a:hover {
	color: #DC1715;
}
a:active {
	color: #DC1715;
}
a.menu:link {
	color: #333333;
}
a.menu:visited {
	color: #333333;
}
a.menu:hover {
	color: #333333;
}
a.menu:active {
	color: #333333;
}
a.footer:link {
	color: #FFFFFF;
}
a.footer:visited {
	color: #FFFFFF;
}
a.footer:hover {
	color: #FFFFFF;
}
a.footer:active {
	color: #FFFFFF;
}
.fade-in_1s
{
animation: fadeIn 1s	
}
.fade-in_3s
{
animation: fadeIn 3s	
}
@keyframes fadeIn{
	from {
	opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.red-border
{
	border-radius: 10px;
	border: 2px;
	border-style: solid;
	border-color: #333333;	
}
.red-border-sm
{
	border-radius: 5px;
	border: 2px;
	border-style: solid;
	border-color: #DC1715;
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	color: #DC1715;
}
.img-block
{
	display: block;
}
.video-container {
    position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.video 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
