/* Xenopsi material form */
.xpForm .row {
    margin-left: -15px;
    margin-right: -15px;
}
.xpForm .xpMaterial {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 15px;
}
.xpForm .xpMaterial:nth-child(3),
.xpForm .xpMaterial:nth-child(5),
.xpForm .xpMaterial:nth-child(6),
.xpForm .xpMaterial:nth-child(8) {
    width: 36%;
}
.xpForm .xpMaterial:nth-child(4),
.xpForm .xpMaterial:nth-child(7) {
    width: 28%;
}


.xpForm.signup-layout .xpMaterial:nth-child(3),
.xpForm.signup-layout .xpMaterial:nth-child(6),
.xpForm.signup-layout .xpMaterial:nth-child(7),
.xpForm.signup-layout .xpMaterial:nth-child(8) {
    width: 50%;
}
.xpForm.signup-layout .xpMaterial:nth-child(4),
.xpForm.signup-layout .xpMaterial:nth-child(5) {
    width: 25%;
}
.xpForm.signup-layout li .row {
    margin: 0 -5px;
}
.xpForm.signup-layout li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}

.xpForm textarea.form-control{
    min-height: 1px;
    padding: 45px 0 14px;
}
.xpMaterial .form-control{
    height: 90px;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #0d204a;  
    padding-left:0;
    padding-right:0; 
    background: none;
    font-size: 24px;
    color: #333333;
    padding-top: 30px;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
}
.xpMaterial .error.form-control,
.xpMaterial .error + .chosen-container-single a.chosen-single {
    border-color: #9c132d !important;
}
.xpMaterial .common-label{
    display: block;
    position: absolute;
    top: 48px;
    left: 15px;
    color: #333333;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    pointer-events:none;
    text-transform: uppercase;
}
.xpMaterial .form-control.lines{
    text-transform: uppercase;
}
.xpMaterial .common-label span {
    color: #9c132d;
}
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 80%;
    top: 13px;
    color: #999;
}
.xpMaterial .chosen-container {
    font-family: 'AauxProOT-Regular';
    font-weight: 400;    
}
.xpMaterial .chosen-container-single a.chosen-single {
    background: none !important;
    border:none;
    border-bottom: 1px solid #0d204a;
    font-size: 24px;
    color: #333333;
    line-height: 58px;
    padding: 31px 40px 0 0;
    text-align: left;
}
.xpMaterial .chosen-container-single a.chosen-single.chosen-default{
    text-indent: -9999px;
}
.xpMaterial .chosen-container-single .chosen-single div {
    background-color: transparent;
    background-image: url(../images/drop-arrow.png);
    background-size: 13px auto;
    background-position: center center;
    width: 40px;
    height: 54px;
    top: auto;
    bottom: 0;
}
.xpMaterial .chosen-container-single.chosen-container-active  .chosen-single div {
  background-image: url(../images/drop-arrow-flip.png);
}
.xpMaterial .chosen-container .chosen-drop {
  background: #061d49;
  border: 1px solid #9c132d;
  margin-top: -1px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 0.9em;
    color: #fff;
}
.xpMaterial .chosen-container .chosen-results li.highlighted {
    background: #fff;    
    color: #061d49;     
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.8em;
    height: 2em;
    padding: 5px;
}
.xpForm h5 .btn,
#contactThanks h5 .btn{
    height: 60px;
    padding: 0;
    font-size: 24px;
    background: #9c132d;
}
.contact-form .learn-more span {
    background-position-y: calc(50% - -1px);
    background-size: 12px auto;
    padding-right: 32px;
}
.contact-form form h5,
#contactThanks h5{
    margin-bottom: 80px;
}
.thanksMsg {
    text-align: center;
    background: #0d204a;
    padding: 10px;
    margin: 34px 0 44px;
}
.msg-container {
    border: 3px solid #5e687d;
    color: #fff;
    padding: 68px 30px;
}
.msg-container h2{
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 60px;
    margin-bottom: 30px;
    background: url(../images/thanks-hr.png) center bottom no-repeat;
    background-size: auto 22px;
}
.picker {
    font-family: 'AauxProOT-Regular';
    font-weight: 400;    
    left: 15px;
    width: calc(100% - 29px);    
}
.picker__year {
    font-style: normal;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate {
    background: rgba(6, 29, 73, .88);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
    z-index: 9999999;
}
.agegate-main {
    margin-top: 25px;
    padding: 12px;
    background: #fff url(../images/agegate-bg.png?var=1) right bottom no-repeat;
    background-size: contain;
}
.agegate-inner {
    border: 2px solid #afafaf;
    padding: 34px 90px 80px;
}
.agegate-inner .brand img{
    display: block;
    margin: 0 auto;
    width: 360px;
}
.agegate-inner h2 {
    background: url(../images/hr-agegate.png) center bottom no-repeat;
    color: #061d49;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 40px;
    margin: 30px 0 30px;
    background-size: auto 18px;
}
.agegate-inner h2.bws {
    font-size: 24px;
    line-height: 36px;
}
.agegate-inner h2.bws span{
    display: block;
    margin-bottom: 10px;
}
.agegate p{
    text-align: center;
    color: #fff;
    opacity: .4;
    font-size: 15px;
    line-height: 30px;
    margin: 15px 0;
}

.agegate p a{
    color: #fff;
    background: url(../images/owl-sm.png) 0 center no-repeat;
    display: inline-block;
    padding-left: 35px;
    margin-left: 8px;
    background-size: auto 30px;
}
.agegate .row {
    margin: 0 -10px;
}
.agegate .one-third {
    margin-top: 30px;
    padding: 0 10px;
}
.agegate label.customRC {
    margin: 30px 0;
    font-size: 24px;
    line-height: 34px;
    padding-left: 50px;
}
.agegate label.customRC span {
    width: 34px;
    height: 34px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 14px auto;
}
.agegate .btn {
    height: 74px;
    line-height: 74px;
    margin-bottom: 24px;
    font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    background: #9c132d;
}
.agegate .btn span {
    display: inline-block;
    background: url(../images/right-arrow-white.png) calc(100% - 20px) calc(50% - -1px) no-repeat;
    transition: background-position .3s;
    -webkit-transition: background-position .3s;
    -ms-transition: background-position .3s;
    padding:0 44px;
    background-size: 14px auto;
}
.agegate .btn:hover span {
    background-position-x: 100%; 
} 
.agegate .btn.fb{
    background: #3664a2;
    border-radius: 4px;
    margin-bottom: 0;
}
.agegate .btn.fb span {
    padding-right: 0;
    background: url(../images/facebook.png) left center no-repeat;
    background-size: 30px auto;
    padding-left: 52px;
}
/*-------Agegate-------*/


/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout .xpForm .xpMaterial:nth-child(3),
.fathers-label-layout .xpForm .xpMaterial:nth-child(4) {
    width: 50%;
}

.fathers-label-layout .xpForm .xpMaterial:nth-child(5) {
    width: 100%;
}
.fathers-label-layout .xpForm li:nth-child(9) {
    float: left;
}
.fathers-label-layout .xpForm .xpMaterial:nth-child(12),
.fathers-label-layout .xpForm .xpMaterial:nth-child(10),
.fathers-label-layout .xpForm .xpMaterial:nth-child(11) {
    width: 33.3333%;
}

.fathers-label-layout .xpForm li .row {
    margin: 0 -5px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}
.fathers-label-layout li .asterik {
    font-size: 13px;
    margin: 5px 0 0;
    color: #696969;
}
.fathers-label-layout h4{
    color: #1a1240;
    text-transform: uppercase;
    font-family: 'AauxProOT-Medium';
    font-weight: normal;
    font-size: 30px;
    line-height: 1;
    margin-top: 49px;
}
.fathers-label-layout h4 span{
    color: #9c132d;
}
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 60px !important;
}
.fathers-day-banner {
    background-image: url(../images/fathers-day-banner.jpg);
}
.contact-form.fathers-label-layout .container {
    max-width: 1420px;
}
.fd-label-infos {
    width: 920px;
    float: left;
}
.fd-label-img {
    width: 397px;
    height: 980px;
    float: right;
    background: url(../images/f-label-image-desktop-n.png?var=2) 0 0 no-repeat;
    background-size: contain;
    position: relative;
}
.f-label-texts {
    left: 102px;
    bottom: 130px;
    position: absolute;
    width: 158px;
    height: 59px;
}
.f-label-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.f-label-center h5 {
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
}
.phone .hide-on-mobile {
    display: none !important;
}
.phone .fathers-label-layout .dob-mob {
    position: relative;
}


.fathers-day-page .msg-container h2 {
    padding-bottom: 45px;
    margin-bottom: 22px;
    background-size: auto 17px;
}
.fathers-day-page .msg-container {
    padding-left: 125px;
    padding-right: 125px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 30px;
}
.fathers-day-page .msg-container h5 a{
    background: #9c132d;
}
.computer .fathers-day-page .msg-container h5 a:hover{
    background: #bc223f;
}
/*----For fathers day label page- BY MH March,2017----*/

@media screen and (min-width: 1800px){
.agegate .container {
    max-width: 980px;
}    
.agegate .chosen-container-single a.chosen-single {
    line-height: 80px;
    padding: 0 80px 0 24px;
    font-size: 30px;
}

}

@media screen and (max-width: 1799px){
.xpMaterial .form-control {
    font-size: 20px;
    height: 79px;
    padding-top: 28px;
}
.xpForm textarea.form-control {
    padding: 42px 0 0;
}
.xpMaterial .common-label{
    top: 40px;
    font-size: 20px;
}
.xpMaterial .form-control:focus + label,
.xpMaterial.notempty  label,
.xpMaterial.notempty.has-dropdown  label {
    top: 11px;
    font-size: 80%;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 20px;
    line-height: 50px;
    padding: 28px 40px 0 0;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 0.8em;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 50px;
}
.xpForm h5 .btn,
#contactThanks h5 .btn {
    height: 52px;
    font-size: 20px;
}
.contact-form .learn-more span {
    background-position: right calc(50% - -1px);
    padding-right: 22px;
}
.contact-form form h5,
#contactThanks h5{
    margin-bottom: 60px;
}
.thanksMsg {
    padding: 8px;
}
.msg-container {
    padding: 60px 30px;
}
.msg-container h2{
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    background-size: auto 18px;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate .container {
    max-width: 900px;
}  
.agegate-inner .brand img {
    width: 320px;
}
.agegate-inner h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 0 38px;
    margin: 26px 0 28px;
}

.agegate-inner h2.bws {
    font-size: 20px;
    line-height: 32px;
}
.agegate-inner h2.bws span {
    margin-bottom: 8px;
}
.agegate .one-third {
    margin-top: 24px;
}
.agegate label.customRC {
    margin-top: 24px;
    margin-bottom: 24px;
}
.agegate .btn {
    height: 70px;
    line-height: 70px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout li .asterik {
    font-size: 12px;
    margin: 4px 0 0;
}
.fathers-label-layout h4 {
    font-size: 26px;
    margin-top: 44px;
}
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 40px !important;
}
.contact-form.fathers-label-layout .container {
    max-width: 1180px;
}
.fd-label-infos {
    width: 760px;
}
.fd-label-img {
    width: 331px;
    height: 817px;
}
.f-label-texts {
    left: 85px;
    bottom: 108px;
    width: 132px;
    height: 50px;
}
.f-label-center h5 {
    font-size: 11px;
    line-height: 13px;
}
.fathers-day-page .msg-container h2 {
    background-size: auto 15px;
}
.fathers-day-page .msg-container {
    padding-left: 100px;
    padding-right: 100px;
}
/*----For fathers day label page- BY MH March,2017----*/
}

@media screen and (min-width: 1400px){
.agegate .chosen-container-single a.chosen-single {
    line-height: 70px;
    padding: 0 70px 0 20px;
    font-size: 26px;
}    
}

@media screen and (max-width: 1399px){
.xpForm .row {
    margin-left: -10px;
    margin-right: -10px;
}
.xpForm .xpMaterial {
    padding: 0 10px;
}   
.picker { 
    left: 10px;
    width: calc(100% - 20px);    
} 
.xpMaterial .form-control {
    font-size: 18px;
    height: 70px;
    padding-top: 26px;
}
.xpForm textarea.form-control {
    padding: 36px 0 0;
}
.xpMaterial .common-label{
    top: 35px;
    font-size: 18px;
    left: 10px;
}
.xpMaterial .form-control:focus + label,
.xpMaterial.notempty  label,
.xpMaterial.notempty.has-dropdown  label {
    top: 9px;
    font-size: 90%;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 18px;
    line-height: 44px;
    padding: 25px 40px 0 0;
}
.xpForm h5 .btn,
#contactThanks h5 .btn {
    height: 48px;
    font-size: 18px;
}
.contact-form .learn-more span {
    background-size: 9px auto;
    padding-right: 18px;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 40px;
    width: 40px;
    background-size: 10px auto;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 15px;
    height: 30px;
    padding: 5px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 18px;
}

.thanksMsg {
    padding: 6px;
    margin: 25px 0 35px;
}
.msg-container {
    border-width: 2px;
    padding: 50px 30px;
}
.msg-container h2 {
    background-size: auto 16px;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 16px;
    padding-bottom: 40px;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate .container {
    max-width: 740px;
}
.agegate-main {
    margin-top: 15px;
    padding: 13px;
}
.agegate-inner {
    padding: 30px 70px 50px;
}
.agegate-inner .brand img{
    width: 290px;
}
.agegate-inner h2 {
    background-size: auto 16px;
    font-size: 32px;
    line-height: 34px;
    margin: 25px 0;
    padding: 0 0 35px;
}
.agegate-inner h2.bws {
    font-size: 20px;
    line-height: 30px;
}
.agegate-inner h2.bws span {
    margin-bottom: 6px;
}
.agegate .row {
    margin: 0 -8px;
}
.agegate .one-third {
    margin-top: 15px;
    padding: 0 8px;
}
.agegate label.customRC {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    padding-left: 42px;
}
.agegate label.customRC span {
    width: 30px;
    height: 30px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 12px auto;
}
.agegate .btn {
    font-size: 20px;
    height: 52px;
    line-height: 52px;
    margin-bottom: 12px;
}
.agegate .btn span {
    padding:0 36px;
    background-position-x: calc(100% - 15px);
    background-size: 12px auto;
}
.agegate .btn.fb span {
    padding-left: 44px;
    background-size: 26px auto;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-label-layout li .asterik {
    font-size: 11px;
    margin: 3px 0 0;
}
.fathers-label-layout h4 {
    font-size: 20px;
    margin-top: 36px;
}
.contact-form.fathers-label-layout .container {
    max-width: 960px;
}
.fd-label-infos {
    width: 630px;
}
.fd-label-img {
    width: 265px;
    height: 653px;
}
.f-label-texts {
    left: 68px;
    bottom: 86px;
    width: 106px;
    height: 40px;
}
.f-label-center h5 {
    font-size: 9px;
    line-height: 10px;
}
.fathers-day-page .msg-container {
    padding-left: 55px;
    padding-right: 55px;
}
.fathers-day-page .msg-container h2 {
    background-size: auto 13px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 23px;
}
/*----For fathers day label page- BY MH March,2017----*/
}

@media screen and (min-width: 768px) and (max-width: 1399px){
.agegate .chosen-container-single a.chosen-single {
    font-size: 20px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 50px;
}    
}

@media screen and (max-width: 991px){
/*--------Xenopsi Form--------*/
.xpForm .xpMaterial:nth-child(3),
.xpForm .xpMaterial:nth-child(5),
.xpForm .xpMaterial:nth-child(4),
.xpForm .xpMaterial:nth-child(6),
.xpForm .xpMaterial:nth-child(7),
.xpForm .xpMaterial:nth-child(8) {
    width: 50%;
}
.xpForm button.visible-sm-xs,
.tablet .xpForm .chosen-container ,
.phone .xpForm .chosen-container {
    display: none !important;
}
.tablet .xpForm button.visible-sm-xs ,
.phone .xpForm button.visible-sm-xs,
.tablet .xpForm select ,
.phone .xpForm select {
    display: block !important;
}
.tablet .xpForm select,
.phone .xpForm select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
} 

.xpForm .btn-fallback {
    background: none;
    border: none;
    border-bottom: 1px solid #0d204a;
    color: #333;    
    font-size: 18px;
    height: 70px;
    padding: 26px 0 1px;
    width: 100%;
    text-align: left;
    font-family: 'AauxProOT-Regular';
    font-weight: 400;
    text-indent: -9999px;
}
.xpForm .notempty .btn-fallback {
    text-indent: 0;
}
.xpForm .btn-fallback span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: url(../images/drop-arrow.png) center center no-repeat;
    background-size: 8px auto;
}
/*--------Xenopsi Form--------*/

/*-------Agegate-------*/
.agegate {
    overflow-y: scroll;   
}
.agegate-inner {
    padding: 38px 50px 50px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.contact-page .contact-form.main-contact.fathers-label-layout {
    margin-top: 20px !important;
}
.contact-form.fathers-label-layout .container {
    padding: 0 20px;
}
.fd-label-infos {
    width: 400px;
}
.fathers-label-layout .xpForm .xpMaterial:nth-child(3),
.fathers-label-layout .xpForm .xpMaterial:nth-child(5),
.fathers-label-layout .xpForm .xpMaterial:nth-child(4),
.fathers-label-layout .xpForm .xpMaterial:nth-child(12),
.fathers-label-layout .xpForm .xpMaterial:nth-child(10),
.fathers-label-layout .xpForm .xpMaterial:nth-child(11) {
    width: 100%;
}

.fathers-label-layout .xpForm .xpMaterial:nth-child(7),
.fathers-label-layout .xpForm .xpMaterial:nth-child(8),
.fathers-label-layout .xpForm .xpMaterial:nth-child(6) {
    width: 33.33%;
}
.fathers-label-layout .xpForm li:nth-child(9) {
    float: left;
}

.fathers-label-layout .xpForm li .row {
    margin: 0 -10px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 10px;
    padding-right: 10px;
}
.fathers-label-layout .dob-mob {
    position: static;
}
/*
.fd-label-img {
    margin-top: 240px;
}
*/
.fathers-day-page .msg-container {
    padding-left: 20px;
    padding-right: 20px;
}
.fathers-day-page .msg-container p br{
    display: none;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 16px;
    padding-bottom: 34px;
}
/*----For fathers day label page- BY MH March,2017----*/

}

@media screen and (max-width: 767px){
.xpForm .row {
    margin: 0;
}
.xpForm .xpMaterial {
    width: 100% !important;
    padding: 0;
}   

.picker { 
    left: 0;
    width: 100%;    
}
.contact-form .learn-more span {
    background-position: right calc(50% - -1px);
}
.thanksMsg {
    margin: 35px 0 40px;
}
.msg-container h2 {
    font-size: 40px;
    line-height: 40px;
}

/*-------Agegate-------*/
.agegate-main {
    margin-top: 0;
    padding: 10px;
}
.agegate-inner {
    padding: 38px 40px 40px;
}
.agegate-inner .brand img{
    width: 300px;
}
.agegate-inner h2 {
    font-size: 30px;
    line-height: 30px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 30px;
}
.agegate-inner h2.bws span {
    margin-bottom: 4px;
}
.agegate .row {
    margin: 0 -5px;
}
.agegate .one-third {
    margin-top: 20px;
    padding: 0 5px;
}
.agegate label.customRC {
    margin: 20px 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 36px;
}
.agegate label.customRC span {
    width: 28px;
    height: 28px;
}
.agegate input.customRC:checked + label.customRC span {
    background-size: 10px auto;
}
.agegate .btn {
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    margin-bottom: 15px;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fl-window-close {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background: url(/images/window-close.png) 0 0 no-repeat;
}
.fathers-day-window {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    background: rgba(6,29,73,.97);
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.fathers-day-window-container {
    width: 100%;
    padding: 0 40px 110px;
    text-align: center;
    color: #fff;
    position: relative;
}
.fd-white-bg {
    background: #fff;
    padding: 56px 0 60px;
}
.fd-label-img {
    margin: 0 auto;
    float: none;
    width: 331px;
    height: 817px;
}
.contact-form .fathers-day-window h3 {
    margin-bottom: 0;
    padding-top: 0;
    margin: 30px 0;
    color: #fff;
}
.f-label-texts {
    left: 85px;
    bottom: 108px;
    width: 132px;
    height: 50px;
}
.f-label-center h5 {
    font-size: 10px;
    line-height: 13px;
}

.fathers-label-layout h4 {
    font-size: 30px;
    margin-top: 44px;
}
.fathers-label-layout li h4{
    margin-top: 54px;
}
.fathers-label-layout li .asterik {
    font-size: 14px !important;
    margin: 6px 0 0 !important;
}
.fd-label-infos {
    width: 100%;
}

.fdl-mob-bottle {
    padding-top: 32vw;
    padding-bottom: 20vw;
    margin-top: 60px;
    background: url(../images/f-label-bottle-lg.png) center top no-repeat;
    background-size: 98% auto;
    border-bottom: 1px solid gray;
    margin-bottom: 60px;
}
.fdl-custom-message {
    padding: 10px 30px 20px;
    background: rgba(255,255,255,.92);
    border: 8px solid #152a53;
}
.fathers-label-layout .fdl-custom-message li .asterik {
    margin-bottom: 20px !important;
}
.fathers-label-layout .fdl-custom-message li h4 {
    margin-top: 0;
    text-align: center;
}
.contact-form form .fdl-custom-message h5 {
    margin-bottom: 0;
}


.fathers-day-page .msg-container h2 {
    margin-bottom: 24px;
    padding-bottom: 48px;
    background-size: auto 18px;
}
.fathers-day-page .msg-container {
    padding-left: 40px;
    padding-right: 40px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 34px;
}


#fathersDayThanks .fd-label-img {
    margin: 80px auto 60px;
    width: 420px;
    height: 983px;
    background-image: url(../images/f-label-bottle-md-n.png?var=2);
}
#fathersDayThanks .f-label-texts {
    left: 26px;
    bottom: 156px;
    width: 302px;
    height: 112px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 22px;
    line-height: 28px;
    padding-top: 4px;
}

#closeState .fdl-mob-bottle {
    padding-top: 26vw;
    padding-bottom: 0;
}
/*----For fathers day label page- BY MH March,2017----*/
}


@media screen and (min-width: 500px) and (max-width: 767px){
.xpMaterial .form-control {
    font-size: 24px;
    height: 90px;
    padding-bottom: 0;
    padding-top: 30px;
}
.xpForm textarea.form-control {
    padding: 45px 0 0;
}
.xpMaterial .common-label {
    left: 0;
    font-size: 24px;
    top: 48px;
}
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 18px;
    top: 14px;
}
.xpMaterial .chosen-container-single a.chosen-single {
    font-size: 24px;
    line-height: 60px;
    padding: 30px 40px 0 0;
}
.xpMaterial .chosen-container-single .chosen-single div {
    height: 50px;
    width: 40px;
    background-size: 12px auto;
}
.xpMaterial .chosen-container-single .chosen-search input[type="text"] {
    font-size: 20px;
    height: 30px;
    padding: 5px;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 20px;
}
.xpForm .btn-fallback span {
    width: 48px;
    height: 48px;
    background-size: 12px auto;
}
.xpForm .btn-fallback {   
    font-size: 24px;
    height: 90px;
    padding-bottom: 11px;
    padding-top: 42px;
}
/*--------Xenopsi Form--------*/
}
@media screen and (max-width: 599px) {
.contact-form form h5,
#contactThanks h5 {
    margin-bottom: 0;
}    
.xpMaterial .common-label {
    left: 0;
}
.xpMaterial .chosen-container .chosen-results li {
    font-size: 16px;
}
.xpForm textarea.form-control {
    padding: 37px 0 0;
} 
.thanksMsg {
    margin: 25px 0 35px;
}
.msg-container h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-bottom: 40px;
}
.xpForm .btn-fallback {
    padding-bottom: 2px;
}

/*-------Agegate-------*/
.agegate-main {
    padding: 7px;
}
.agegate-inner {
    padding: 25px;
}
.agegate-inner .brand img{
    width: 260px;
}
.agegate-inner h2 {
    background-size: auto 10px;
    font-size: 24px;
    line-height: 24px;
    margin: 20px;
    padding-bottom: 30px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 28px;
}
.agegate .row {
    margin: 0 ;
}
.agegate .one-third {
    padding: 0;
    width: 100%;
    float: none;
    margin-top: 15px;
}
.agegate label.customRC {
    margin: 20px 0;
    font-size: 15px;
    line-height: 24px;
    padding-left: 32px;
}
.agegate label.customRC span {
    width: 24px;
    height: 24px;
}
.agegate .btn {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 15px;
}
.agegate .btn span{
    background-size: 10px auto;    
    padding: 0 30px;
}
.agegate p {
    font-size: 12px;
    margin: 10px 0;
}
/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-day-window-container {
    padding: 0 25px 80px;
}
.contact-form .fathers-day-window h3 {
    margin: 20px 0;
}
.fd-white-bg {
    padding: 30px 0;
}
.fd-label-img {
    margin: 0 auto;
    float: none;
    width: 265px;
    height: 653px;
}
.f-label-texts {
    left: 67px;
    bottom: 86px;
    width: 107px;
    height: 40px;
}
.f-label-center h5 {
    font-size: 9px;
    line-height: 11px;
}
.fl-window-close {
    width: 40px;
    height: 40px;
    bottom: 20px;
    background-size: contain;
}
.fathers-label-layout h4 {
    font-size: 26px;
    margin-top: 44px;
}
.contact-page .fathers-label-layout .asterik, 
.contact-page .fathers-label-layout label.customRC {
    font-size: 16px;
    margin: 30px 0;
    line-height: 22px;
}
.fathers-label-layout li h4 {
    margin-top: 42px;
}
.fathers-label-layout li .asterik {
    font-size: 13px !important;
    margin: 3px 0 0 !important;
}
.fdl-mob-bottle {
    margin-top: 40px;
}
.fathers-day-page .msg-container {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 15px;
    padding-bottom: 31px;
    background-size: auto 12px;
}
.fathers-day-page .msg-container h5 {
    margin-top: 24px;
}

#fathersDayThanks .fd-label-img {
    margin: 60px auto 30px;
    width: 350px;
    height: 807px;
}
#fathersDayThanks .f-label-texts {
    left: 21px;
    bottom: 128px;
    width: 248px;
    height: 92px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
}
/*----For fathers day label page- BY MH March,2017----*/
}

@media screen and (max-width: 499px) {
.xpMaterial .form-control:focus + label, 
.xpMaterial.notempty label, 
.xpMaterial.notempty.has-dropdown label {
    font-size: 13px;
}
.xpMaterial .common-label,
.xpMaterial .form-control {
    font-size: 15px;
}
.thanksMsg {
    margin: 25px 0;
}
.msg-container {
    padding: 50px 15px;
}

.msg-container h2 {
    background-size: auto 8px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
    padding-bottom: 30px;
}

/*-------Agegate-------*/
.agegate-main {
    padding: 7px;
}
.agegate-inner {
    padding: 15px;
}
.agegate-inner .brand img{
    width: 240px;
    margin-top: 5px;
}
.agegate-inner h2 {
    font-size: 20px;
    line-height: 20px;
}
.agegate-inner h2.bws {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
}
.agegate .btn {
    font-size: 16px;
}
.agegate .btn.fb span {
    background-size: 22px auto;
    padding: 0 0 0 32px;
}
.agegate p {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
}
.agegate p a{
    background-size: auto 24px;
} 

/*-------Agegate-------*/

/*----For fathers day label page- BY MH March,2017----*/
.fathers-day-window-container {
    padding: 0 15px 60px;
}
.fd-white-bg {
    padding: 25px 0;
}
.fl-window-close {
    width: 30px;
    height: 30px;
    bottom: 15px;
}
.fathers-day-page .banner-texts .text-bar {
    font-size: 22px;
}
.fathers-label-layout .xpForm li .row .one-third {
    padding-left: 5px;
    padding-right: 5px;
}
.fathers-label-layout .xpForm li .row {
    margin: 0 -5px;
}
.fathers-label-layout h4 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.3;
}
.fdl-mob-bottle {
    margin-top: 30px;
    padding-top: 30vw;
    padding-bottom: 10vw;
    background-size: 100% auto;
    margin-bottom: 40px;
}
.fdl-custom-message {
    padding: 10px 20px 15px;
    border: 3px solid #152a53;
}
.fathers-label-layout .fdl-custom-message li .asterik {
    margin-bottom: 10px !important;
}

.fathers-day-page .msg-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fathers-day-page .msg-container h2 {
    margin-bottom: 17px;
}
#closeState .fdl-mob-bottle {
    padding-top: 20vw;
}
#fathersDayThanks .fd-label-img {
    margin: 40px auto 10px;
    width: 260px;
    height: 600px;
}
#fathersDayThanks .f-label-texts {
    left: 16px;
    bottom: 95px;
    width: 184px;
    height: 69px;
}
#fathersDayThanks .f-label-center h5 {
    font-size: 14px;
    line-height: 18px;
}
/*----For fathers day label page- BY MH March,2017----*/
}
.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.computer .relative {
    position: relative;
}
.relative {
    position: relative;
}
.navigation .container.prime-menu {
    position: relative;
    z-index: 999999;
}