/*----------------------------------------------------------------------------------------------Nicholas Martin Designs Mobile Portrait-------------------------------------------------------------------------------------------*/
/*background image blur filter portrait*/
.bi-bf-mbl-P {
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
}
/*--------------------------------------------------------------------------------------------------body content outer and inner divs-----------------------------------------------------------------------------------------------*/
/*body content outer div portrait*/
.bcod-mbl-P {
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 portrait*/
.hpcc-mbl-P {
position: absolute;
top: 49.6%;
transform: perspective(1px) translateY(-49.6%);
width: 100%;
height: auto;
z-index: 100;
}
/*sub page center content portrait*/
.spcc-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-top: 11%;
z-index: 100;
}
/*details sub page center content portrait*/
.dspcc-mbl-P {
position: static;
left: 10%;
right: 10%;
width: 80%;
height: auto;
padding-top: 40px;
padding-bottom: 20px;
z-index: 100;
}
/*phone page center content portrait*/
.ppcc-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-top: 12.5%;
z-index: 100;
}
/*affiliates page center content portrait*/
.apcc-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
padding-top: 5.5%;
z-index: 100;
}
/*-------------------------------------------------------------------------------------------------------gallery divs and content------------------------------------------------------------------------------------------------------*/
/*gallery text page center content portrait*/
.gtpcc-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 100%;
height: auto;
text-align: center;
padding-top: 11%;
z-index: 110;
}
/*gallery content outer div portrait*/
.gcod-mbl-P {
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 portrait*/
.gcid-mbl-P {
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 portrait*/
.gpscs-mbl-t-P {
height: 28%;
}
/*gallery page scroll container portrait*/
.gpsc-container-mbl-P {
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
left: 0%;
right: 0%;
width: 90%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-left: auto;
margin-right: auto;
}
/*gallery page scroll container spacer bottom portrait*/
.gpscs-mbl-b-P {
height: 24%;
}
/*-----------------------------------------------------------------------------------------*/
/*large thumb border spacing portrait*/
.lrgtb-mbl-P {
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 4px 11px -2px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);/*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 portrait*/
.smtb-mbl-P {
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 4px 11px -2px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 4px 11px -2px rgba(0,0,0,0.8);/*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 portrait*/
.gpc-mbl-P {
position: fixed;
top: 13.3vw;
right: 18%;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 4vw;
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 portrait*/
.hgbg-1-mbl-P {
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 portrait*/
.hgbg-2-mbl-P {
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-mbl-P {
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-mbl-P {
position: fixed !important;
bottom: 0;
width: 100%;
height: 16%;
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
z-index: 120;
}
/*--------------------------------------------------------------------------------------------------------positioning and sizing------------------------------------------------------------------------------------------------------*//*loading logo middle landing page portrait*/
/*loading logo middle div portrait*/
.llmd-mbl-P {
position: fixed;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 38%;
height: auto;
left: 31%;
right: 31%;
z-index: 120;	
}
/*logo top div landscape*/
.ltd-mbl-P  {
position: fixed;
top: 0;
width: 68%;
height: auto;
left: 16%;
right: 16%;
z-index: 120;	
}
/*pg title outer div portrait*/
.ptod-mbl-P {
position: fixed;
top: 16%;
width: 100%;
height: auto;
text-align: center;
z-index: 120;
}
/*affiliates logo div portrait*/
.ald-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 60%;
height: auto;
left: 20%;
right: 20%;
padding-top: 12%;
z-index: 120;	
}
/*scan vcard div portrait*/
.svc-mbl-P {
position: absolute;
top: 50%;
transform: perspective(1px) translateY(-50%);
width: 60%;
height: auto;
left: 20%;
right: 20%;
padding-top: 12%;
z-index: 120;	
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 1 column 1 group 4 portrait*/
.nav-r1-c1-g4-mbl-P{
position: absolute;
bottom: 29.5%;
width: 28%; 
left: 22%;
right: 50%;
margin-bottom: 28%;
z-index: 120;
}
/*nav row 1 column 2 group 4 portrait*/
.nav-r1-c2-g4-mbl-P{
position: absolute;
bottom: 29.5%;
width: 28%; 
left: 50%;
right: 22%;
margin-bottom: 28%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 2 column 1 group 4 portrait*/
.nav-r2-c1-g4-mbl-P{
position: absolute;
bottom: 29.5%;
width: 28%; 
left:22%;
right: 50%;
z-index: 120;
}
/*nav row 2 column 2 group 4 portrait*/
.nav-r2-c2-g4-mbl-P{
position: absolute;
bottom: 29.5%;
width: 28%; 
left: 50%;
right: 22%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 1 column 1 group 6 portrait*/
.nav-r1-c1-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 22%;
right: 50%;
margin-bottom: 56%;
z-index: 120;
}
/*nav row 1 column 2 group 6 portrait*/
.nav-r1-c2-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 50%;
right: 22%;
margin-bottom: 56%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 2 column 1 group 6 portrait*/
.nav-r2-c1-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 22%;
right: 50%;
margin-bottom: 28%;
z-index: 120;
}
/*nav row 2 column 2 group 6 portrait*/
.nav-r2-c2-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 50%;
right: 22%;
margin-bottom: 28%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav row 3 column 1 group 6 portrait*/
.nav-r3-c1-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 22%;
right: 50%;
z-index: 120;
}
/*nav row 3 column 2 group 6 portrait*/
.nav-r3-c2-g6-mbl-P{
position: absolute;
bottom: 21%;
width: 28%; 
left: 50%;
right: 22%;
z-index: 120;
}
/*-----------------------------------------------------------------------------------------*/
/*nav bottom row column 1 portrait*/
.nav-br-c1-mbl-P {
position: absolute;
bottom: 3.0%;
width: 22%; 
left: 10%;
right: 68%;
z-index: 120;
}
/*nav bottom row column 1 small portrait*/
.nav-br-c1-sm-mbl-P {
position: absolute;
bottom: 4.0%;
width: 18%; 
left: 11%;
right: 71%;
z-index: 120;
}
/*nav bottom row column 2 large portrait*/
.nav-br-c2-lrg-mbl-P {
position: absolute;
bottom: 1.5%;
width: 26%;
left: 37%;
right: 37%;
z-index: 120;
}
/*nav bottom row column 2 portrait*/
.nav-br-c2-mbl-P {
position: absolute;
bottom: 3.0%;
width: 22%;
left: 39%;
right: 39%;
z-index: 120;
}
/*nav bottom row column 3 small portrait*/
.nav-br-c3-sm-mbl-P {
position: absolute;
bottom: 4.0%;
width: 18%;
left: 71%;
right: 11%;
z-index: 120;
}
/*nav bottom row column 3 portrait*/
.nav-br-c3-mbl-P {
position: absolute;
bottom: 3.0%;
width: 22%;
left: 68%;
right: 10%;
z-index: 120;
}
/*-------------------------------------------------------------------------------------------------------------text formatting-------------------------------------------------------------------------------------------------------------*/
/*text space*/
.ts-mbl-P {
padding-right: .6vw;
padding-left: .6vw;
}
/*page footer copyright text portrait*/
.pfct-mbl-P {
position: fixed !important;
bottom: 1%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2.6vw;
font-weight: normal !important;
color: #cccac8;
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;
text-align: center;
line-height: 0;
letter-spacing: 0;
z-index: 40;
}
/*-----------------------------------------------------------------------------------------*/
/*home page content text small portrait*/
.hpct-sm-mbl-P {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 6vw;
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: .2vw;
padding-right: 2vw;
padding-left: 2vw;
z-index: 10;
}
/*home page content text portrait*/
.hpct-mbl-P {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 7vw;
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: 8vw;
letter-spacing: .2vw;
padding-right: 0;
padding-left: 0;
z-index: 10;
}
/*home page content text bullet portrait*/
.hpctb-mbl-P {
position: relative;
top: .8vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
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: 2.8vw;
padding-left: 2.2vw;
z-index: 10;
}
/*-----------------------------------------------------------------------------------------*/
/*sub page content text small portrait*/
.spct-sm-mbl-P {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 4vw;
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: 5vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text titles portrait*/
.spctt-mbl-P {
position: relative;
bottom: 12px;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 4.5vw;
font-weight: normal !important;
color: #c2d2ff;/*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;
line-height: 5.5vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text medium portrait*/
.spct-med-mbl-P {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 4.5vw;
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 portrait*/
.spct-mbl-P {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 5vw;
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: 20vw;
letter-spacing: 0;
z-index: 10;
}
/*sub page content text bullet portrait*/
.spctb-mbl-P {
position: relative;
top: .6vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
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: 3vw;
z-index: 10;
}
/*-----------------------------------------------------------------------------------------*/
/*page title text portrait*/
.ptt-mbl-P {
position: relative;
font-family: 'PartyatGatsbys', Arial, sans-serif;
font-size: 7.5vw;
font-weight: bold !important;
color: #c2d2ff;/*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: .1vw;
z-index: 100;
}
/*page title text ampersand portrait*/
.ptta-mbl-P {
position: relative;
top: .025vw;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 3.8vw;
font-weight: bold !important;
color: #d6b181;/*gold*/
text-shadow:
0px 2px 4px rgba(0, 0, 0, 0.4),
0px 6px 8px rgba(0, 0, 0, 0.2);/*Horizontal Length / Vertical Length / Blur Radius / (opacity)*/
-webkit-text-size-adjust: none !important;
line-height: 0;
padding-right: 2.8vw;
padding-left: 2.8vw;
z-index: 100;
}
/*menu icon titles portrait*/
.mit-mbl-P {
position: absolute;
bottom: 9px;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 2.5vw;
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 portrait*/
.apc-mbl-P {
position: absolute;
top: 70%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 3.6vw;
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 portrait*/
.svi-mbl-P {
position: absolute;
top: 70%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 3.6vw;
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 portrait*/
.cvi-mbl-P {
position: absolute;
top: 70%;
left: 0;
right: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 4.5vw;
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 portrait*/
.pt-mbl-P {
position: relative;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
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: 0;
padding-right: 0;
padding-left: 0;
z-index: 100;	
}
/*phone text bullet portrait*/
.ptb-mbl-P {
position: relative;
top: 0;
font-family: 'ComfortaaLight', Arial, sans-serif;
font-size: 6vw;
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: 1.4vw;
padding-left: 1.4vw;
z-index: 100;	
}
/*-----------------------------------------------------------------------------------------*/
/*send mail title portrait*/
/*.smt-mbl-P {
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: 0;
z-index: 140;
}*/
/*reset mail title portrait*/
/*.rmt-mbl-P {
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: 0;
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-mbl-P {
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-mbl-P {
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-P {
height: 0px;
}
.form-container-mbl-P {
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-P {
height: 60px;
}
/*-----------------------------------------------------------------------------------------*/
input[type=text], [type='email'], select {
position: relative;
font-family: 'PartyatGatsbys', 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-mbl-P {
position: relative;
font-family: 'PartyatGatsbys', 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-mbl-P: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-P {
position: relative;
border: none;
font-family: 'PartyatGatsbys', 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-P: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-mbl-P {
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-P {
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-mbl-P {
position: relative;
font-family: 'PartyatGatsbys', 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-P {
font-size: 0.90em;
}
.req-mbl-P{
position: relative;
font-family: 'PartyatGatsbys', 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-P{
font-size: 0.60em;
}
/*----------------------------------------------------------------------------------------------*/
/*space betwee input fields */
.label-row-mbl-P {
width: 100%;
height: 12px;
margin-top: 8px;
float: left;
}
/*space betwee input fields IOS */
.label-row-mbl-ios-P {
width: 100%;
height: 12px;
margin-top: 8px;
float: left;
}
/*input fields*/
.input-row-mbl-P {
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-P {
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-mbl-P {
height: 40px;
text-align: left;
font-family: 'PartyatGatsbys', 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-mbl-P: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-mbl-P::-ms-expand {
display: none;
}
.select-mbl-P option[data-default] {
color: #000000;
}
option {
background-color: #000000;
width: 100%;
}
/*----------------------------------------------------------------------------------------------*/
/*dropdown boxes IOS*/
.select-mbl-ios-P {
text-align: left;
font-family: 'PartyatGatsbys', 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-P: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;
}