/*-------------------------------------------------------------------------------------------------Cinema Innovations Tablet Landscape-----------------------------------------------------------------------------------------------*/
/*background image blur filter landscape*/
.bi-bf-tab-L {
-webkit-filter: blur(22px);
-moz-filter: blur(22px);
-o-filter: blur(22px);
-ms-filter: blur(22px);
filter: blur(22px);
}
/*----------------------------------------------------------------------------------------------------body content outer and inner divs--------------------------------------------------------------------------------------------------*/
/*body content outer div landscape*/
.bcod-tab-L {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-position: center center;
background-repeat:no-repeat;
background-size:cover;
width: 100%;
height: 100%;
z-index: 100;
}
/*home page center content landscape*/
.hpcc-tab-L {
position: absolute;
top: 49.6%;
transform: perspective(1px) translateY(-49.6%);
width: 100%;
height: auto;
z-index: 100;
}
/*sub page center content landscape*/
.spcc-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-bottom: .25%;
z-index: 100;
}
/*phone page center content landscape*/
.ppcc-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-bottom: .25%;
z-index: 100;
}
/*affiliates page center content landscape*/
.apcc-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-bottom: 2.75%;
z-index: 110;
}
/*-------------------------------------------------------------------------------------------------------gallery divs and content-------------------------------------------------------------------------------------------------------*/
/*gallery text page center content landscape*/
.gtpcc-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
text-align: center;
padding-bottom: .25%;
z-index: 110;
}
/*gallery content outer div landscape*/
.gcod-tab-L {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
z-index: 100;
}
/*gallery content inner div landscape*/
.gcid-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
height: 100%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
padding-top: 0;/*space below page title*/
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*gallery page scroll container spacer top landscape*/
.gpscs-tab-t-L {
height: 36%;
}
/*gallery page scroll container landscape*/
.gpsc-container-tab-L {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
left: 0%;
right: 0%;
width: 60%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-left: auto;
margin-right: auto;
}
/*gallery page scroll container spacer bottom landscape*/
.gpscs-tab-b-L {
height: 36%;
}
/*-----------------------------------------------------------------------------------------*/
/*large thumb border spacing landscape*/
.lrgtb-tab-L {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border: 1px solid #7c86a3;/*dark blue*/
box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);
-webkit-box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Spread Radius / (opacity)*/
margin-bottom: 4%;
margin-top: 1%;
margin-right: 1%;
margin-left: 1%;
}
/*small thumb border spacing landscape*/
.smtb-tab-L {
border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
border: 1px solid #7c86a3;/*dark blue*/
box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);
-webkit-box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 7px 12px -2px rgba(0,0,0,0.6);/*Horizontal Shadow Length / Vertical Shadow Length / Blur Radius / Spread Radius / (opacity)*/
margin-bottom: 1%;
margin-top: 4%;
margin-right: 1%;
margin-left: 1%;
}
/*gallery page counter landscape*/
.gpc-tab-L {
position: fixed;
top: 5.5vw;
right: 34%;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.6vw;
font-weight: normal !important;
color: #d6b181;/*gold d6b181 dcbe8c*/
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0;
text-align: center;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*header gallery background tall inner div landscape*/
.hgbg-1-tab-L {
position: fixed !important;
top: 0;
width: 100%;
height: 30%;
background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
z-index: 120;
}
/*header gallery background short inner div landscape*/
.hgbg-2-tab-L {
position: fixed !important;
top: 0;
width: 100%;
height: 26%;
background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6));
z-index: 120;
}
/*footer gallery background tall inner div*/
.fgbg-1-tab-L {
position: fixed !important;
bottom: 0;
width: 100%;
height: 20%;
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
z-index: 120;
}
/*footer gallery background short inner div*/
.fgbg-2-tab-L {
position: fixed !important;
bottom: 0;
width: 100%;
height: 16%;
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
z-index: 120;
}
/*content text large portrait*/
/*.exit-tab-L {
position: relative;
top: 20vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
font-weight: bold;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);
-webkit-text-size-adjust: none !important;
line-height: 0;
letter-spacing: -.2vw;
padding-right: 14vw;
z-index: 10;
}
.stay-tab-L {
position: relative;
top: 20vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
font-weight: bold;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);
-webkit-text-size-adjust: none !important;
line-height: 0;
letter-spacing: -.2vw;
padding-left: 14vw;
z-index: 10;
}*/
/*--------------------------------------------------------------------------------------------------------positioning and sizing------------------------------------------------------------------------------------------------------*//*loading logo middle landing page portrait*/
/*loading logo middle div portrait*/
.llmd-tab-L {
position: fixed;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 15%;
height: auto;
left: 42.5%;
right: 42.5%;
z-index: 120;	
}
/*logo top div landscape*/
.ltd-tab-L  {
position: fixed;
top: 0;
width: 27.5%;
height: auto;
left: 34.75%;
right: 37.75%;
z-index: 120;	
}
/*pg title outer div portrait*/
.ptod-tab-L {
position: fixed;
top: 11vw;
width: 100%;
height: auto;
text-align: center;
z-index: 120;
}
/*aaffiliates logo div portrait*/
.ald-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 25.5%;
height: auto;
left: 37.25%;
right: 37.25%;
z-index: 120;	
}
/*scan vcard middle div portrait*/
.svc-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 21%;
height: auto;
left: 39.5%;
right: 39.5%;
z-index: 120;	
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 1 column 1 group 4 landscape*/
.nav-r1-c1-g4-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 60%;
left: 30%;
z-index: 120;
}
/*nav row 1 column 2 group 4 landscape*/
.nav-r1-c2-g4-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 50%;
left: 40%;
z-index: 120;
}
/*nav row 2 column 1 group 4 landscape*/
.nav-r1-c3-g4-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 40%;
left: 50%;
z-index: 120;
}
/*nav row 2 column 2 group 4 landscape*/
.nav-r1-c4-g4-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 30%;
left: 60%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 1 column 1 group 6 landscape*/
.nav-r1-c1-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 70%;
left: 20%;
z-index: 120;
}
/*nav row 1 column 2 group 6 landscape*/
.nav-r1-c2-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 60%;
left: 30%;
z-index: 120;
}
/*nav row 1 column 3 group 6 landscape*/
.nav-r1-c3-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 50%;
left: 40%;
z-index: 120;
}
/*nav row 1 column 4 group 6 landscape*/
.nav-r1-c4-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 40%;
left: 50%;
z-index: 120;
}
/*nav row 1 column 5 group 6 landscape*/
.nav-r1-c5-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 30%;
left: 60%;
z-index: 120;
}
/*nav row 1 column 6 group 6 landscape*/
.nav-r1-c6-g6-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 10%; 
right: 20%;
left: 70%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav bottom row column 1 portrait*/
.nav-br-c1-tab-L {
position: absolute;
bottom: 4.6%;
width: 7.5%; 
left: 31.25%;
right: 61.25%;
z-index: 120;
}
/*nav bottom row column 2 hm portrait*/
.nav-br-c2-lrg-tab-L {
position: absolute;
bottom: 2.00%;
width: 11%;
left: 44.5%;
right: 44.5%;
z-index: 120;
}
/*nav bottom row column 2 portrait*/
.nav-br-c2-tab-L {
position: absolute;
bottom: 4.6%;
width: 7.5%;
left: 46.25%;
right: 46.25%;
z-index: 120;
}
/*nav bottom row column 3 portrait*/
.nav-br-c3-tab-L {
position: absolute;
bottom: 4.6%;
width: 7.5%;
left: 61.25%;
right: 31.25%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav mail bottom row column 3 portrait*/
/*.nav-m-br-c1-tab-L {
position: relative;
top: 0;
width: 28%; 
left: 0%;
float: left;
z-index: 120;
}
.nav-m-br-c1-tab-L-dn {
display: none;
}*/
/*nav mail bottom row column 3 portrait*/
/*.nav-m-br-c3-tab-L {
position: relative;
top: 0;
width: 28%;
right: 0%;
float: right;
z-index: 120;
}
.nav-m-br-c3-tab-L-dn {
display: none;
}*/
/*-------------------------------------------------------------------------------------------------------------text formatting-------------------------------------------------------------------------------------------------------------*/
/*home page content text landscape*/
.hpct-sm-tab-L {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 2.0vw;
font-weight: bold !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: .1vw;
padding-right: .8vw;
padding-left: .8vw;
z-index: 10;
}
/*home page content text landscape*/
.hpct-tab-L {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 2.8vw;
font-weight: bold !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 3.4vw;
letter-spacing: .1vw;
padding-right: 0;
padding-left: 0;
z-index: 10;
}
/*home page content text bullet landscape*/
.hpctb-tab-L {
position: relative;
top: .1vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2vw;
font-weight: bold !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 0;
padding-right: 1vw;
padding-left: 1vw;
z-index: 10;
}
/*-----------------------------------------------------------------------------------------*/
/*sub page content text align left portrait*/
.spct-al-tab-L {
display: inline-block;
text-align: left;
}
/*sub page content text small landscape*/
.spct-sm-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.36vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 2.4vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text medium landscape*/
.spct-med-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.53vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 8vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text landscape*/
.spct-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.7vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 7vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text bullet landscape*/
.spctb-tab-L {
position: relative;
top: .2vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.8vw;
font-weight: bold !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 1vw;
z-index: 10;
}
/*-----------------------------------------------------------------------------------------*/
/*page title text landscape*/
.ptt-tab-L {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 2.6vw;
font-weight: bold !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: .1vw;
z-index: 100;
}
/*menu icon titles landscape*/
.mit-tab-L {
position: absolute;
bottom: 4px;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: .9vw;
font-weight: lighter !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 0;
letter-spacing: 0;
text-align: center;
z-index: 140;
}
/*affiliates page counter landscape*/
.apc-tab-L {
position: absolute;
top: 67.4%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.3vw;
font-weight: normal !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0;
text-align: center;
z-index: 10;
}
/*scan vCard info landscape*/
.svi-tab-L {
position: absolute;
top: 67.4%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.36vw;
font-weight: normal !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0;
text-align: center;
cursor: pointer;
z-index: 10;
}
/*copy vCard info landscape*/
.cvi-tab-L {
position: absolute;
top: 67.4%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.53vw;
font-weight: normal !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0;
text-align: center;
cursor: pointer;
z-index: 10;
}
/*phone text landscape*/
.pt-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: .1vw;
padding-right: .2vw;
padding-left: .2vw;
z-index: 100;
}
/*phone twxt bullet landscape*/
.ptb-tab-L {
position: relative;
top: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2vw;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
padding-right: .3vw;
padding-left: .3vw;
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*send mail title landscape*/
/*.smt-tab-L {
position: absolute;
bottom: 0;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.00em;
font-weight: normal !important;
color: #c2d2ff;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);
-webkit-text-size-adjust: none !important;
line-height: 0;
letter-spacing: 0.02em;
text-align: center;
padding-left: 0pt;
z-index: 140;
}*/
/*reset mail title landscape*/
/*.rmt-tab-L {
position: absolute;
bottom: 0;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 1.00em;
font-weight: normal !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.8),
0px 6px 8px rgba(0, 0, 0, 0.6);
-webkit-text-size-adjust: none !important;
line-height: 0;
letter-spacing: 0.02em;
text-align: center;
padding-left: 0pt;
z-index: 140;
}*/
/*-------------------------------------------------------------------------------------------------------------------form-------------------------------------------------------------------------------------------------------------------*/
.scroll-ios {
 -webkit-overflow-scrolling: touch;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
* {
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
-webkit-tap-highlight-color: transparent !important;  // i.e. Nexus5/Chrome and Kindle Fire HD 7''
-webkit-tap-highlight-color: rgba(255,255,255,0) !important; 
-webkit-focus-ring-color: rgba(255,255,255,0) !important; 
outline: none !important;
}
/*-----------------------------------------------------------------------------------------*/
/*contact page outer div*/
.cpod-tab-L {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
z-index: 100;
}
/*contact page inner div*/
.cpid-tab-L {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
height: 56%;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
padding-top: 16%;/*space below page title*/
z-index: 100;
}
/*-----------------------------------------------------------------------------------------*/
/*form container top spacer*/
.fcs-mbl-t-L {
height: 0px;
}
.form-container-tab-L {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
left: 0%;
right: 0%;
margin-left: auto;
margin-right: auto;
width: 88%;
height: 100%;
max-height: 600px;
overflow-y: auto;
overflow-x: hidden;
padding-right: 20px;
padding-left: 20px;
}
/*form container bottom spacer*/
.fcs-mbl-b-L {
height: 60px;
}
/*-----------------------------------------------------------------------------------------*/
input[type=text], [type='email'], select {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 14pt;
font-weight: lighter !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0,0,0,0.8),
0px 6px 8px rgba(0,0,0,0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0.02em;
width: 100%;
height: 40px;
resize: none;
background: none;
border: none;
box-sizing: border-box;
padding-left: 6pt;
}
input[type='text']:focus, [type='email']:focus {
position: relative;
border: 1px solid;
border-radius: 6pt;
background-color: rgba(182,207,240,0.080);/*blue*/
border-color: rgba(182,207,240,0.400);/*blue*/
width: 100%;
height: 40px;
}
/*----------------------------------------------------------------------------------------------*/
/*message text area (text)*/
.inquiry-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 14pt;
font-weight: lighter !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0,0,0,0.8),
0px 6px 8px rgba(0,0,0,0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0.04em;
width: 100%;
height: 160px;
resize: none;
background: none;
border: none;
box-sizing: border-box;
padding-left: 6pt;
}
/*message text area (highlited)*/
.inquiry-tab-L:focus {
position: relative;
border: 1px solid;
border-radius: 6pt;
border-color: rgba(182,207,240,0.400);/*blue*/
background-color: rgba(182,207,240,0.080);/*blue*/
width: 100%;
height: 160px;
}
/*message text area IOS (text)*/
.inquiry-mbl-ios-L {
position: relative;
border: none;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 14pt;
font-weight: lighter !important;
color: #ecebdc;
text-shadow:
0px 2px 4px rgba(0,0,0,0.8),
0px 6px 8px rgba(0,0,0,0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0.04em;
width: 100%;
height: 200px;
resize: none;
background: none;
box-sizing: border-box;
}
/*message text area IOS (highlited)*/
.inquiry-mbl-ios-L:focus {
position: relative;
border: 1px solid;
border-radius: 6pt;
border-color: rgba(182,207,240,0.400);/*blue*/
background-color: rgba(182,207,240,0.080);/*blue*/
width: 100%;
height: 200px;
}
/*----------------------------------------------------------------------------------------------*/
/*message text area (dimensions)*/
textarea {
width: 100%;
height: auto;
resize: none;
line-height: 20px;
overflow-y: auto;
overflow-x: hidden;
}
/*message text area (not highlited)*/
.input-textarea-tab-L {
border-radius: 6pt; 
background-color: rgba(182,207,240,0.040);/*blue*/
width: 100%;
height: 200px;
margin-top: 10px;/*height between input feilds (queries)*/
float: left;
box-shadow: 0px 4px 4px rgba(0,0,0,0.08);/*Horizontal Length/Vertical Length/Blur Radius/Spread/(opacity)*/
}
/*message text area IOS (not highlited)*/
.input-textarea-mbl-ios-L {
border-radius: 6pt; 
background-color: rgba(182,207,240,0.040);/*blue*/
width: 100%;
height: 200px;
margin-top: 10px;/*height between input feilds (queries)*/
float: left;
box-shadow: 0px 4px 4px rgba(0,0,0,0.08);/*Horizontal Length/Vertical Length/Blur Radius/Spread/(opacity)*/
}
/*----------------------------------------------------------------------------------------------*/
.label-tab-L {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 0.90em;
font-weight: lighter !important;
color: rgba(182,207,240,1.0);/*blue*/
text-shadow:
0px 2px 4px rgba(0,0,0,0.8),
0px 6px 8px rgba(0,0,0,0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0.02em;
line-height: 0;
width: 100%;
height: auto; 
padding-left: 6pt;
}
.label-mbl-ios-L {
font-size: 0.90em;
}
.req-tab-L{
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 0.60em;
font-weight: lighter !important;
color: rgba(220,190,140,1.0);/*gold*/
text-shadow:
0px 2px 4px rgba(0,0,0,0.8),
0px 6px 8px rgba(0,0,0,0.6);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
letter-spacing: 0.04em;
line-height: 0;
width: 100%;
height: auto;
padding-left: 6pt;
}
.req-mbl-ios-L{
font-size: 0.60em;
}
/*----------------------------------------------------------------------------------------------*/
/*space betwee input fields */
.label-row-tab-L {
width: 100%;
height: 12px;
margin-top: 8px;
float: left;
}
/*space betwee input fields IOS */
.label-row-mbl-ios-L {
width: 100%;
height: 12px;
margin-top: 8px;
float: left;
}
/*input fields*/
.input-row-tab-L {
border-radius: 6pt;
background-color: rgba(182,207,240,0.040);/*blue*/
width: 100%;
height: 40px;
margin-top: 9px;/*height between input feilds*/
float: left;
box-shadow: 0px 4px 4px rgba(0,0,0,0.08);/*Horizontal Length/Vertical Length/Blur Radius/Spread/(opacity)*/ 
}
/*input fields IOS*/
.input-row-mbl-ios-L {
border-radius: 6pt;
background-color: rgba(182,207,240,0.040);/*blue*/
width: 100%;
height: 40px;
margin-top: 9px;/*height between input feilds*/
float: left;
box-shadow: 0px 4px 4px rgba(0,0,0,0.08);/*Horizontal Length/Vertical Length/Blur Radius/Spread/(opacity)*/ 
}
/*message phone1 phone2 and email box*/ 
.column-full {
float: left;
width: 100%;
}
/*first name box*/ 
.column-1 {
float: left;
width: 42%;
padding-right: 4%;
}
/*last name box*/ 
.column-2 {
float: left;
width: 54%;  
}
/*get updates box*/ 
.column-5 {
float: left;
width: 42%;
padding-right: 4%;
}
/*product enquiry box*/ 
.column-6 {
float: left;
width: 54%;  
}
/*----------------------------------------------------------------------------------------------*/
input:required {
box-shadow: none;
}
/*----------------------------------------------------------------------------------------------*/
/*dropdown boxes*/
.select-tab-L {
height: 40px;
text-align: left;
font-family: 'ComfortaaLight', Arial, sans-serif !important;
font-size: 14pt;
font-weight: lighter !important;
letter-spacing: 1pt;
outline: none;
box-sizing: border-box;
padding-left: 6pt;
-moz-appearance: none;
-webkit-appearance: none;
}
/*dropdown boxes*/
.select-tab-L:focus {
position: relative;
border: 1px solid;
border-radius: 6pt;
border-color: rgba(182,207,240,0.400);/*blue*/
background-color: rgba(182,207,240,0.080);/*blue*/
width: 100%;
height: 40px;
}
.select-tab-L::-ms-expand {
display: none;
}
.select-tab-L option[data-default] {
color: #000000;
}
option {
background-color: #000000;
width: 100%;
}
/*----------------------------------------------------------------------------------------------*/
/*dropdown boxes IOS*/
.select-mbl-ios-L {
text-align: left;
font-family: 'ComfortaaLight', Arial, sans-serif !important;
font-size: 14pt;
font-weight: lighter !important;
letter-spacing: 1pt;
height: 40px;
outline: none;
box-sizing: border-box;
letter-spacing: 0.04em;
-moz-appearance: none;
-webkit-appearance: none;
}
/*dropdown boxes IOS*/
.select-mbl-ios-L:focus {
position: relative;
border: 1px solid;
border-radius: 6px;
border-color: rgba(182,207,240,0.400);/*blue*/
background-color: rgba(182,207,240,0.080);/*blue*/
width: 100%;
height: 40px;
}