@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.eot');
    src: url('/fonts/GothamBold.eot') format('embedded-opentype'),
         url('/fonts/GothamBold.woff2') format('woff2'),
         url('/fonts/GothamBold.woff') format('woff'),
         url('/fonts/GothamBold.ttf') format('truetype'),
         url('/fonts/GothamBold.svg#GothamBold') format('svg');
}
@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/GothamBook.eot');
    src: url('/fonts/GothamBook.eot') format('embedded-opentype'),
         url('/fonts/GothamBook.woff2') format('woff2'),
         url('/fonts/GothamBook.woff') format('woff'),
         url('/fonts/GothamBook.ttf') format('truetype'),
         url('/fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'GothamMedium';
    src: url('/fonts/GothamMedium.eot');
    src: url('/fonts/GothamMedium.eot') format('embedded-opentype'),
         url('/fonts/GothamMedium.woff2') format('woff2'),
         url('/fonts/GothamMedium.woff') format('woff'),
         url('/fonts/GothamMedium.ttf') format('truetype'),
         url('/fonts/GothamMedium.svg#GothamMedium') format('svg');
}



 

/* enquiry */
.privacy {
	font-size: 10px;
}
.chk_holder {
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
    #chkInternational + label {
        font-family: "Nunito",sans-serif;
        font-size: 0.8em;
        background: url("/images/buttons/uncheck.png") no-repeat left center;
        color: #000;
        padding: 2px 0 2px 26px;
    }
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
.fs2em{
	font-size: 1.5em;
}
.black{
	color: #000000 !important;
}



/* ------------------------------------------------------- */
/* -------------------- DISPLAY SUITE -------------------- */
/* ------------------------------------------------------- */


.displaysuite_popup{
	display: block;
    position: fixed;
    width: 1020px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #bd6d3f;
    z-index: 999;
    padding: 50px 20px;
    max-width: calc(100% - 40px);
	border: 4px solid #ffffff;
}
.displaysuite_popup_close {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 30px;
	height: 30px;
}
.displaysuite_popup_close span{
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	left: 0;
	background: #ffffff;
    margin: 0 auto;
    transform: rotate(45deg);
}
.displaysuite_popup_close span:first-child{
	transform: rotate(-45deg);
}
.displaysuite_popup h2{
	display: block;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 40px;
}
.displaysuite_popup h3{
	display: block;
	font-size: 20px;
	color: #ffffff;
}
.displaysuite_video{
	position: absolute;
	width: calc(100% - 50px);
	height: calc(100% - 100px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: none;
}
.play_video_btn{
	border: 2px solid #ffffff;
	margin: 50px auto 0 auto;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: relative;
	 
}
.play_video_btn span{
	display: block;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #ffffff;
}
.message_holder {
    display: table;
    width: 100%;
    vertical-align: middle;
    text-align: center;
	height: 100%;
}
.middle_content{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.whatchVideo{
	font-size: 16px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	margin: 20px auto 50px auto;
	display: block;
	width: 120px;
	position: relative;
	font-weight: 600;
}
.displaysuite_video .dv{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
	display: block;
}
.backtowebsite{
	font-size: 20px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	margin: 20px auto 50px auto;
	display: inline-block;
	position: relative;
	font-weight: 600;
}
/*  */




@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 720px) {
}

@media screen and (max-width : 420px) {
}
