/*
 * =============
 * Mobile Version
 * =============
 */

body {
    min-width: 320px;
    min-height: 300px;
    background-size: 70px 70px;
}

.rightMenu, .e-vertical-menu  {
    display: none;
}

.e-mobile-hide {
    display:none !important;
}

.content {
    padding-top: 0;
    min-height: 300px;
}

.b-home-section-center {
    width: 100%;
    margin: 0 auto;
}

/* 
==========
*** Mobile Header ***
==========
*/

.bnd-img.h-home {
    background:url(../images/bnd-img.png) no-repeat center center,#394651;
}

.bnd-img.h-products {
    background:url(../images/bnd-img.png) no-repeat center center,#e3541e;
}

.bnd-img.h-local {
    background:url(../images/bnd-img.png) no-repeat center center,#8d1ee3;
}

.bnd-img.h-travel {
    background:url(../images/bnd-img.png) no-repeat center center,#0083c9;
}

.bnd-img.h-activities {
    background:url(../images/bnd-img.png) no-repeat center center,#39b54a;
}

.header{
    width: 100%;
    height:56px;
    padding:0;
    margin:0 auto;
}

.fake-header {
    height: 56px;
}

.fake-header.error {
    height: 136px;
}

.menu-img {
    background:url("../images/mobile/hamburger.svg")no-repeat center center;
    background-size:22px 22px;
    width:22px;
    height:22px;
    margin:18px 11px 12px;
}

.menu-img a  {
    width:44px;
    height:44px;
    margin:-12px 0 0 -11px; 
    display:block;
}

.menu-img.e-arrow {
    background:url("../images/mobile/deals/arrow-header.svg") center no-repeat;
    background-size: 9px 16px;
}

.logo{
    width:100px;
    height:35px;
    display:block;
    margin:5px 0 0 10px;
    float:left;
    background:url("../images/logo.svg") no-repeat;
    background-size: 100px 35px;
    -webkit-transition: all .0s ease;
    -moz-transition: all .0s ease;
    -o-transition: all .0s ease;
    -ms-transition: all .0s ease;
    transition: all .0s ease;
}

.logo.mobile-face {
    background:url("../images/logo-face.svg")no-repeat center;
    width:20px;
    height:35px;
    margin:5px 0 0 0;
    background-size: 20px 35px;
}

.header-txt {
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    color:#ffffff;
    font-size:1.285em;
    text-transform:uppercase;
    width:180px;
    margin:auto;
    text-align:center;
    padding-top:15px;
    display:block; 
}

.header .leftFloat a {
    display:block;
}

.mobile-search-btn{
    background:url("../images/search.svg") center no-repeat;   
    background-size: 22px 22px;    
    width:22px;
    height:22px;
    margin:18px 11px 0 0;
    color:#fff;    
    float:right;
    display:block;
}

.mobile-search-btn a{
    width:44px;
    height:44px;
    margin:-12px 0 0 -12px; 
    display:block;
}

.header .e-user-menu {
    background:url("../images/mobile/1_3_dots.svg") center no-repeat;
    background-size: 22px 22px;       
    width:22px;
    height:22px;
    margin:18px 11px 0;   
    float:right;
    display:block;
}

.header .e-user-menu a {
    width:44px;
    height:44px;
    margin:-12px 0 0 -11px; 
    display:block; 
}

/* Menu */
.mobile-menu {
    width:100%;
    margin:0 0 0 0;
    padding: 2px 0 8px 0;
    position: fixed; 
    top:57px; 
    left:0; 
    right:0; 
    bottom:0; 
    z-index: 50; 
    background-color:#ffffff;            
    overflow-x:scroll;
}

.mobile-menu > div {    /* Img Arrow, plus & minus */
    position:relative;
}

.mobile-menu > div > a {
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    font-size:1.5em;
    color:#394651;
    text-transform:uppercase;
    padding:7px 17px 7px 20px;
    display:block;
}

.arrow-mobile-menu {
    padding:0 16px 0 0;
    position:absolute;
    right:0;
    top:14px;
    cursor:pointer;
}

.rectangle {
    margin:-3px 0 0 5px;
}

.rectangle.rectangle-user {
    margin:0;                       /* User Menu */
    top:48px;
    right:10px;
}

.rectangle.rect-logo {
    margin:43px 0 0 20px;
}

.counter{
    position:absolute;                   /* User-menu-counter */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:24px;
    height:24px;
    top:11px;
    right:43px;
    background: #e3541e;
    color:#ffffff;
    font-size:17px;
    font-family:arial;
    text-align:center;
}

.mobile-search {
    position:absolute;    
    z-index:49;
    width:100%;
    margin:0;
    padding:17px 10px;
    background:#fff;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.mobile-search.mobile-search-page {
    position:fixed;
    top:56px;
    left:0;
    right:0;
    display:block;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border-bottom:3px solid #e4e4e4;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -o-transition: all .50s ease;
    -ms-transition: all .50s ease;
    transition: all .50s ease;   
}

.mobile-search.mobile-search-page.mobile-search-display {
    top:-150px;
}

.mobile-search input {
    font-size:1.714em;
    font-weight: normal;
    color:#394651;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.mobile-search label {
    display:none;
}

.rectangle.leftMenu {
    top:51px;
}

.rectangle.rectangle-search {
    margin:0;                       /* Search Menu */
    top:48px;
    right:55px;
}
/* End Menu */

/* Sub Menu */
.mobile-subMenu {       
    padding:7px 10px 7px 20px;
    height:auto;
    width:100%;
    display:none; 
    background-color:#f0f0f0;
}

.mobile-subMenu a {
    color:#5c6f7f;
    font-size: 1em;
    font-style:normal;
    font-family:Arial;
    font-weight: normal;
    text-decoration: none;
    display:block;
    padding:8px 0;
}

.mobile-subMenu a.active {
    color:#e3541e;
}

.mobile-subMenu div {
    position:relative;        /* Position Sup - Counter sub-menu */
}

.mobile-menu .active-mobile .mobile-subMenu {   /* Show Sub menu */
    display:block;
}

.active-mobile .img-hide {         /* Hide Plus img */
    display:none;
}

.mobile-subMenu b {
    color: #394651;
}

sup{
    padding: 10px 0 0 !important;
    top:1px;
    left:auto;
    right:0;
    background: #ffffff;
}

a.active sup{
    color:#fff;
    background:#f38430;
}
/* End Sub Menu */

/* End Header */

/* Erorrs */
.general-text {
    font-size: 20px;
}

.input-message-text-danger { 
    font-size: 16px;
}
/* End Erorrs */

.padding-top {
    padding-top:10px !important;
}

/* Wish List Deals Counter */
.wish-list-heart-counter {
    width:44px;
    height:44px;
    top:auto;
    right:0;
    bottom:16px;
    padding:15px 0 0 15px;
}

.mobile-top-deals .wish-list-heart-counter{
    bottom:16px;
    right:75px;
}

.travel .wish-list-heart-counter {
    top:auto;
    bottom:22px;
    right:72px;
}

.travel-local .wish-list-heart-counter {
    top:auto;
}

.search-results .wish-list-heart-counter, .showPage-container .wish-list-heart-counter {
    top:auto;
}
/* End Wish List Deals Counter */

/* Top Deals */
.e-deals .my-slider {
    height: auto;
}

.e-deals.mobile-top-deals{
    padding:10px 10px 0;
}

.mobile-top-deals .b-block {
    width: 100%;
    margin:0 4% 0 0;
}

.mobile-top-deals .b-block .leftFloat{
    width:66%;
}

.mobile-top-deals .rightFloat h6 {
    text-align:right;
}

.mobile-top-deals h6 > span {
    color:#028dd6; 
    text-align:left;
    display:block;
}

.mobile-top-deals .b-block div .rightFloat {
    margin:4px 8px 0 0;
    height:52px;
}

.mobile-top-deals .carousel-arrows.left{
    bottom:47%;
}

.mobile-top-deals .carousel-arrows.right{
    bottom:47%;
}

.top-main-img-carousel .carousel-arrows.left{
    bottom:44%;
}

.top-main-img-carousel .carousel-arrows.right{
    bottom:44%;
}
/* End Top Deals */

/* Top Banner */
.top-banner {
    padding:15px 10px 30px;
}

.top-banner a {
    width:100%;
    height:auto;
}

.top-banner a img{
    width:100%;
    height:auto;
}
/* End Top Banner */

/* Bottom Banners */
.e-banners{
    padding:30px 10px;
    width:100%;
}

.banners-reduce-padding .e-banners{
    padding:15px 10px 30px;
}

.banner-container {
    margin:0 auto;
    margin-bottom:10px;
    float: none;
    width:100%; 
    height:auto;
}

.banner-container:last-of-type{
    margin:0 auto;
}

.banner-container img {
    width:100%; 
    height:auto;
}

.banner-content {
    width:100%; 
    height:auto;
    padding:34.5% 0 0 8%;
    font-size: 8.5vw;
    color:#ffffff;
    line-height:100%;
    position:absolute;
    display:block;
}

.banner-content:after {
    background-size:100% 100%;
    width:8.5%;
    height:15%;
    bottom:11%;
    right:8%;
}

.banner-content span {
    display:block;
    font-size:50%;
    text-transform: uppercase;
    line-height:120%;
}
/* End Bottom Banners */

.e-deals.padding-bottom{
    padding-bottom:20px !important;
}

.e-deals{
    padding:30px 10px 0;
}

.b-section.e-grey .b-home-section-center:nth-of-type(1n+2) .e-deals {
    padding:5px 10px 0;
}

.my-slider {
    height: auto;
}

.b-block {
    width: 48%;
    margin:0 4% 15px 0;
}

.b-block:last-of-type{
    margin:0 0 15px 0;
}

.deal-image {
    width: 100%;
    height:auto;
}

.b-block h5{
    height:47px;         /* height div-scroll-text */
    line-height:19px;
    font-size:1.211em;
}

.e-deals h4{
    font-size:1.72em;
    padding:0;
}

.b-block h6{
    font-size:1.143em;
}

.circleControl {
    width:100%;
    margin:0;
}

.circleControl a {
    margin: 0;
    padding:6px;
}

.circleBase {
    width:16px;
    height:16px;
}

.carousel-arrows.left{
    display:block; 
    bottom:44%;
    left:4%;
    margin:0;
}

.carousel-arrows.right{
    display:block; 
    bottom:44%;
    right:4%;
    margin:0;
}

/* Travel Deals - with background */
.e-blue {
    height:auto;
}

.travel{
    height:auto;
}

.travel .my-slider{
    height:auto;
    padding:0;
    padding:15px 0 0 0;
    margin:0;
}

.travel .e-deals h3{
    margin:0 0 0 14px;
    color:#ffffff;
}

.travel .e-deals div.rightFloat a{
    color:#ffffff;
    margin:0;
}

.travel h5{
    padding:0 9px 3px 9px;
    height:auto;
    max-height:39px;         /* height div-scroll-text */
}

.travel-text-block {
    height:62px;
}

.travel-text-block > div{
    height:32px;
    font-size:1em;
    line-height:16px;
}

.travel .b-block div .rightFloat {
    margin:4px 8px 0 0;
}

.travel .deal-image{            /* Fixed Image Size */
    width:100%;   
    height:auto;
}

.travel .b-block{
    width:100%;
    margin:0;
}

.travel .rightFloat h6 {
    text-align:right;
}

.travel h6 > span {
    color:#028dd6; 
    text-align:left;
    display:block;
}

.travel .circleControl {
    width:100%;
    margin:10px 0 0;
}

.travel .carousel-arrows.left{
    display:block; 
    bottom:44%;
    left:4%;
    margin:0;
}

.travel .carousel-arrows.right{
    display:block; 
    bottom:44%;
    right:4%;
    margin:0;
}

.travel .img-small-pos, .travel-local .img-small-pos {
    width:64px !important;
    height:64px !important;
    position:absolute;
    top:0;
    right:10px;
}
/* End Travel Deals - with background */

/* 
==========
*** Mobile Footer ***
==========
*/

/* Top Container */
.footer-top{
    height:auto;
    padding:20px 0 11px 0;
}

.footer-top > svg{
    width:116px;        /* Logo Footer Size */
    height:24px;
    margin:0 auto;
    display:block;
}

.footer-top > div {
    width:183px;
    margin:0 auto;
    margin-top: 15px;
}

.footer-top.smallF > svg{
    margin:0 0 0 11px;
    display:block;
}

.b-home-section-center .footer-top a{
    margin:0 auto;
    padding:5px 5px;
}

.b-home-section-center .footer-top a:first-of-type{
    margin:0 0 0 0;               /* Turn araound row (Right-Float)*/ 
}
/* End Top Container */

/* Bottom Container */
.footer-bottom {
    height:auto;
    padding:26px 19px 0 19px; 
}

.e-links {
    text-align:center;

}

.e-links > a{
    margin:0 10px 8px 10px;
}

.e-links > a:last-of-type{
    margin:0 10px 20px 10px;
}

.credit-cards {                     /* Credit cards */
    padding:0 0 31px 0;
    text-align:center;
}

.credit-cards div > span:last-of-type{
    margin:8px 0 0 0;
}

/* Smartphones Links */
.smartphones-mobile {
    text-align:center;
    margin:0 auto;
    min-width:272px;
}

.smartphones-mobile .smart-1 img{
    width:167px;
    height:285px;
    margin:0 -66px 0 0;
}

.smartphones-mobile .smart-2 img{
    width:167px;
    height:270px;
    margin:16px 0 0 0;
}

.smartphones-mobile .smart-1{
    display:inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.smartphones-mobile .smart-2{
    display:inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
/* End Smartphones Links */

/* Forms */
.form-element-block input {
    height: 44px;
}

.form-element-block .element-wrapper select {
    height:42px;
}
/* End Forms */

/* 
==========
*** Mobile Login ***
==========
*/

.login-wrapper {
    width:100%;
    padding:12px 10px 42px 10px;
}

.login-wrapper > .leftFloat, .login-wrapper > .rightFloat{
    float:none;
}

.leftFloat.account-container {
    margin:0;
    float:none;
}

.rightFloat.account-container {
    margin:0;
    float:none;
}

.headline-login{
    color:#00b4e4;
    font-family: 'Dosis', sans-serif;
    font-weight:400;
    font-size:2.15em;
    text-align:center;
    padding:0 0 5px 0;
}

.account-container p{
    text-align:center;
}

.buttonFacebook, .buttonGoogle, .socialSignin {
    width:100%;
}

.join-free-e-form{
    padding:0 0 20px 0;
}

/* Custom Forms */
.e-join-free .form-element-block{
    font-size:1.286em;
}

.e-join-free .form-element-block label {
    display:none;
}

.e-join-free .block-city {
    margin-top: 20px;
}
/* End Custom Forms */

/* Or */
.e-or{
    margin:13px 0 15px 0;
}
/* End Or */

.account-content {  
    padding:20px 0 3px 10px;
    font-size:1.143em;
}

/* Custom Forms */
.account-container .form-element-block{
    margin:20px 0 0;
    font-size:1.143em;
}

.account-container mg-form-element:first-of-type .form-element-block{
    margin:15px 0 0;
}

.account-container .form-element-block input {
    font-weight:normal;
    font-size:1.143em;
}
/* End Custom Forms */

.account-content a{
    font-size:0.895em;
}

.socialSignin:active  {
    margin:34px 0 3px 0;
}

.e-buy-button-complete {
    margin:20px 0 30px 0;
}

.e-buy-button-complete:active {
    margin:23px 0 33px 0;
}

.section-margin-login{
    width:188px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:31px;    
    text-align: left;
}

.keep-me-sign {
    font-size:1.286em;
    padding:1px 0 0 35px;
    width:188px;
}

/* 
==========
*** Mobile Text Pages ***
==========
*/

.e-padding-size{
    padding:20px 10px;
}

.container770 {
    width:100%;
}

.container800 {
    width:100%;
}

/* 
==========
*** Mobile About Us ***
==========
*/

.about-us .content {
    padding-top: 56px;  
}

/* Content */
.about-us-text h5:first-of-type {
    padding:0;
} 

.about-us-text h5 {
    padding:20px 0 0 0;
} 

.about-us-text div {
    padding:22px 0 0 0;
    line-height:18px;
}

/* About us and fub */
.about-us-text ul, .fyb-intro, .e-why-use ul, .e-collective-buying ul{
    line-height:19px;
}
/* End About us and fub */

/* End Content */

/* 
==========
*** Mobile FAQ ***
==========
*/

.faq .content {
    padding-top: 56px;  
}

.e-questions h5{
    font-size:1.3em;
    height:49px;
}

.e-questions h5 a {
    padding:12px 35px 0 0; 
    overflow:hidden;
    height:37px;
}

/* Content */
.e-questions > div {
    margin: 0 0 28px 0
}

.e-questions div > span {
    padding:18px 0 0 0;
}

.e-questions ul{
    padding:0 0 0 20px;
}
/* End Content */

/* 
==========
*** Mobile For Your Business ***
==========
*/

.fyb .content{
    padding-top: 56px;  
}

/* Content */
.fyb bdo {
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    display:block !important;
    color:#e3541e;
    font-size:1.284em;
    text-transform:uppercase;
    margin:14px 0 18px 0;
    line-height:22px;
}

.fyb-titles {
    line-height:29px;
}

.whiteButtonFYB{
    margin:28px 0 25px 0;
    width:100%;
    padding:9px 0; 
}

.whiteButtonFYB:active{
    margin:31px 0 28px 0;
    padding:6px 0;
}

.e-why-use.stages {
    width:100%;
    margin:0 0 17px 0;
    float:none;
}

.fyb-titles span {
    margin:31px 0 10px 0;
    display:block;
}

.fyb .e-details {
    width:100%; 
}

/* Custom Form */
.fyb .text-element{
    margin-top:15px;
} 

.fyb .text-element .element-container {
    float:none;
}

.fyb .text-element label {
    float:none;
    padding-top:0;
}

.fyb .text-element input {
    width:100%;
}

/* TextArea */
.fyb .textarea-element textarea {
    margin:0;
}

.fyb .textarea-element {
    margin:15px 0 0;
}
/* End TextArea */

/* End Custom Form */

/* How It Works */
.mobile-collective-img {
    display:block;
    width:100%;
    height:auto;
}

.e-collective-buying {
    background-color: #f8f8f8;
    width:50%;
    height:auto;
    margin:0 0 30px 0;
}

.e-collective-buying.one {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.e-collective-buying.two {
    background-color: #ececec;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.e-collective-buying .fyb-titles {
    margin: 19px 0 18px 0;
}

.e-collective-buying li {
    margin:0 10px 16px 10px;
}
/* End How It Works */

/* Why Use GoGroopie */
.e-why-use h5:last-child {
    margin:20px 0 61px 0;
    text-align:center;
}
/* End Why Use GoGroopie */

/* GoGroopie Vs Others */
.vsOthers-Mobile abbr{
    width:50%;
    background-color: #394651;
    height:44px;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;
    -moz-box-align: center; /* OLD… */
    -ms-flex-align: center; /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content:center;
    flex-direction:column; /* column | row */
    text-align:center;
}

.vsOthers-Mobile abbr.vsOthers-right{
    text-align:center;
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    color:#ffffff;
    font-size:1.143em;
    text-transform:uppercase;
    line-height:18px;
}

.vsOthers-Mobile > span{
    height:44px;
    background-color:#f6ffdd; 
    border-top:1px solid #b7db4e;
    border-bottom:1px solid #b7db4e;
}

.vsOthers-Mobile span.vsOthers-left{
    border-left:1px solid #b7db4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width:51%;
    margin-left:-1%;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;  /* tablet */
    -webkit-align-items: center; /* IPHONE, ANDROID */
    text-align:left;
}

.vsOthers-Mobile span.vsOthers-right{
    width:51%;
    margin-right:-1%;
    border-right:1px solid #b7db4e;
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    color:#486100;
    font-size:18px;
    line-height:18px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;
    -moz-box-align: center; /* OLD… */
    -ms-flex-align: center; /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content:center;
    flex-direction:column; /* column | row */
    text-align:center;
}

.vsOthers-Mobile span.vsOthers-left img {
    width:98px;
    height:34px;
    margin:0 0 0 10px;
}

.vsOthers-Mobile div{
    width:50%;
    height:44px;
}

.vsOthers-Mobile .vsOthers-right:nth-last-child(3){
    background-color: #f8f8f8 !important;
}

.vsOthers-Mobile div.vsOthers-left{
    background-color:#87af10;
    font-family:arial;
    font-weight:bold;
    text-transform:uppercase;
    font-size:12px;
    color:#fff;   
    padding:0 0 0 10px;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;  /* tablet */
    -webkit-align-items: center; /* IPHONE, ANDROID */
    text-align:left;
}

.vsOthers-Mobile div.vsOthers-right{
    text-align:center;
    background-color:#ffffff;
    color:#3f505f;
    font-family: 'Dosis', sans-serif;
    font-weight:600;
    font-size:16px;
    border-left:1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;
    -moz-box-align: center; /* OLD… */
    -ms-flex-align: center; /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content:center;
    flex-direction:column; /* column | row */
    text-align:center;
}

.vsOthers-Mobile div.vsOthers-right span{
    font-family:arial;
    font-weight:normal;
    color:#7c7c7c;
    font-size:12px;
    display:block;
}
/* End GoGroopie Vs Others */

/* TextArea */
.fyb textarea {
    margin:5px 0 0px 0;
}

.fyb .general-danger {
    margin-top:15px !important;
}
/* End TextArea */

/* Button Apply */
.btn-complete-order{
    width:100%;
    margin: 22px auto 0;
}

.btn-complete-order:active{
    margin: 25px auto 3px;
}
/* End Button Apply */

/* End Content */

/* 
==========
*** Mobile Contact Us ***
==========
*/

.customer-contact-text {
    padding-top:10px;
}

.contact-us .general-text {
    text-align: center;
    margin:0;
    padding-bottom: 5px;
}

.contact-us .content {
    padding-top: 56px;  
}

.contact-us .leftFloat > h5 {
    font-size:2.143em;
    padding:0 0 25px 0;
}

.contact-us bdi, .fyb bdi {                    
    display:none;
}

.contact-us .border-line {
    margin:15px auto;
}

.contact-us .border-line:last-child {
    margin:15px auto 0;
}

/* Help Menu */
.help-menu {
    position:relative;
    width:100%;
}

.help-menu.e-active{
    border-bottom:0;
}

.help-menu.e-active > h5 a{
    color:#2a6496;    
}

.help-menu > h5{
    font-family: 'Dosis', sans-serif;  /* Headline text offers */
    font-weight:600;
    color: #0390db;
    text-transform:uppercase;
    font-size:18px;
}

.help-menu > h5 a {
    color: #00b4e4;
    display:block;
    padding:0; 
}

/* Hide Arrow */
.help-menu img:first-of-type{
    display:none;
}

.help-menu.e-active img:first-of-type{
    display:block;
}

.help-menu.e-active .hide-arrow{
    display:none;
}
/* End Hide Arrow */

/* Arrows */
.help-menu img {
    padding:0 16px 0 0;
    position:absolute;
    right:0;
    top:4px;
    cursor:pointer;
}
/* End Arrows */

/* End Help Menu */

.list-contact-us {
    padding:0;
    margin:20px 0 0;
}

.list-contact-us div{
    line-height: normal;
}

/* Button */
.btn-issue:first-of-type{
    margin:10px 0 10px 0;
}

.btn-issue:first-of-type:active{
    margin:13px 0 13px 0;
}

.btn-issue{
    width:100%;
    margin:0;
    float:none;
}

.btn-issue:active {
    margin:13px 0 18px 0;
}

.txt-btn {
    color:#3f505f;
    margin:0 0 0 0;
    float:none; 
    text-align:center;
}
/* End Button */

/* Selection */
.voucher-mobile .leftFloat, .voucher-mobile .rightFloat{
    float:none;
}

/* Custom Forms */

/* Main Select */
.contact-us-select .select-element .element-wrapper {
    margin:22px 0 28px 0;
}

.contact-us-select .select-element .element-wrapper select{
    font-size:1.143em;
}
/* End Main Select */

.contact-us .form-element-block {
    font-size:1.143em;
    margin-top:10px;
}

.contact-us .form-element-block label {
    float:none;
    padding-top:0;
}

/*TextArea */
.contact-us .textarea-element {
    margin:20px 0 0;
    padding-bottom:10px;
}

.contact-us .textarea-element textarea {
    margin:0;
}
/* End TextArea */

/* End Custom Forms */

/* Fine Print Contact US */
.fine-print-contact-us {
    padding:17px 11px 12px 11px;
    margin:20px 0 0 0;
}
/* End Fine Print Contact US */

/* Still need help ? */
.contact-us h5 > b {
    margin:20px 0 10px 0;
}

.btn-submit {
    width:100%;
    margin:2px 0 0;
    float:none;
}

.btn-submit:active {
    padding:7px 0;
    margin:5px 0 18px;
}
/* End Still need help ? */

.contact-us h5 > span {
    margin:20px 0 0;
}

.glad-we-help img{
    width:40%;
    height:auto;
    position:initial;
    margin:0;
}

.help-text-width {
    float:right;
    display:block;
    width:60%;
}

.help-text-width h5 {
    margin:0 0 10px 0;
}

/* 
==========
*** Mobile Deal Page ***
==========
*/

/* Deals Headline */
.headline-large{
    font-size:1.43em;	
    padding:5px 10px 0;
    margin:0;
}

.by-merchant {
    padding:0 10px;
    font-size:1.143em;	
}
/* End Deals Headline */

.top-main-img {
    width:100%;
    height:auto;
}

.circleControl.circle-img-position{
    width:100%;
    margin:-25px 0 16px 0;
    padding:0 0 0 0;
}

.mobile-wide {
    padding:0 10px 90px;
}

/* Buy Button Top Menu */
.buy-button-scroll-mobile {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:45;
}

.buttonTop{
    font-family: Arial, Helvetica, sans-serif; 
    padding:18px 0 0 0; 
    text-align:center;
    font-size:1.285em;
    color:#FFFFFF !important;
    text-decoration:none !important;
    display:block;
    float:left;
    background: #8dc63f;
    width:70%;
    height:58px;
}

.buttonTop2{
    font-family: 'Roboto Condensed', sans-serif;
    padding:12px 0 0 0; 
    text-align:center;
    font-size:1.71em;
    color:#FFFFFF !important;
    text-decoration:none !important;
    display:block;
    float:left;
    background: #73a72d;
    width:30%; 
    height:58px;
}
/* End Buy Button Top Menu */

/* Buy Content */
.buy-content.not-travel-deal {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price-from div{
    margin-top:-13px;
    font-size:2.857em;
}

.buy-up-item:first-of-type{
    margin-right:20px;
}

.buy-up-item:last-of-type{
    margin-left:20px;
}

.buy-up-item{
    top:-8px;
}
/* End Buy Content */

/* Select */
.selection-container {
    padding:15px 11px 11px 11px; 
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* End Select */

/* Deal Page Buttons */
.button-deal-container {
    width:100%;
    margin:0 auto;
    padding:20px 0;
}

.buttonDealWhite{
    width:100%;
    margin:0;
}

.buttonDealWhite:first-of-type {
    margin:0 0 20px;
}

.buttonDealWhite:first-of-type:active{
    margin:3px 0 23px;
}
/* End Deal Page Buttons */

/* Social Icons */
.s-icons {
    width:100%;
}
/* End Social Icons */

/* Sold Container */
.e-sold {
    width:100%;
    margin-top:3px;
}
/* End Sold Container */

/* Merchant */
.e-merchant{
    padding:0 0 19px;
    text-align:center;
}

.e-merchant .merchant-text, .merchant-image{
    max-width:100%;
}

.e-merchant h2{
    margin:10px 0 6px 0;
}

.merchant-image img {
    margin:5px auto;
}
/* End Merchant */

/* Delivery */
.delivery-container {
    padding:15px 0;
    text-align: center;
}

.delivery-img {
    margin:8px auto;
}

.delivery-text {
    padding-top:0;
}
/* End Delivery */

/* Cancellation and Returns */
.cancellation-returns {
    padding:15px 0;
    text-align: center;
}

.cancellation-img {
    margin:8px auto;
}

.cancellation-text {
    padding-top:0;
}
/* End Cancellation and Returns */

/* Google Maps */
.map-container img{
    width:100%;
}
/* End Google Maps */

/* Quick View Fine Print & OverView */
.deal-page-info > img {
    position:absolute;
    right:10px;
    top:13px;
    cursor:pointer;
}

.deal-page-info{
    width:100%;
    padding-left:10px;
    position:relative;
    border-bottom:1px solid #e4e4e4;
    font-size:1.143em;
}

.deal-page-info > div{
    padding-bottom:10px;
}

.deal-page-info h2 {
    padding:10px 0;
    font-size:1.313em;
    color:#00b4e4;	
}

.deal-page-info p:first-of-type {
    margin-top:10px;	
}

.deal-page-info ul:first-child{
    padding-top:10px;
}

.deal-page-info *:not(li) > strong {
    margin:10px 0 0;
    font-size:1.313em;	
}

.deal-page-info > a {
    margin:-5px 0 10px 20px;
}

.deal-page-info ul li{
    line-height:20px;
}

.e-line {
    -ms-transform: rotate(0.7deg);
    -webkit-transform: rotate(0.7deg); 
    transform: rotate(0.7deg);
}
/* End Quick View Fine Print & OverView */

/* What People Are Saying */
.e-people-blog{
    padding:30px 0 0 0;
    width:100%;
}

.e-people-blog img {
    margin-right:13px;
}

.e-people-blog-container {
    padding:18px 15px 8px 37px;
}

.rectangle-blog {
    width:0;
    height:0;
    border-style: solid;
    border-width: 9px 0 0 18px;
    border-color: transparent transparent transparent #f6f6f6;
    position:absolute;
    margin:-27px 0 0 15px;
    content:"";
}

.e-people-blog-container:first-of-type {
    margin:10px 0 20px 0 !important;
}

.e-people-blog-container:nth-of-type(odd) {
    margin:0 0 20px 0; 
}

.e-people-blog-container:nth-of-type(even) {
    margin:0 0 20px 0; 
}

.e-people-blog-container:nth-of-type(even) > .rectangle-blog {
    width:0;
    height:0;
    border-style: solid;
    border-width: 9px 18px 0 0;
    border-color:transparent #f6f6f6 transparent transparent;
    position:absolute;
    margin:-27px 0 0 70%;
    content:"";
}

.e-people-blog-container img {
    position:absolute;
    width:18px;
    height:17px;
    margin:5px 0 0 -27px;
}

.e-people-blog-container span {
    color:#f37b20;
    font-family: arial;
    font-style: normal;
    font-size:1.12em;
    text-align:left;
    display:block;
}
/* End What People Are Saying */

.marketplace-img {
    width:100%; 
    height:auto;
    margin:11px 0 30px 0;
}

/* Travel-Local Deals */

.travel-local .my-slider{
    height:auto;
}

.travel-local .e-deals h3{
    margin:0 0 0 14px;
}

.travel-local .b-block h5 {	
    padding:0 9px 0 9px;
    height:auto;
    max-height:40px;
}

.travel-local .e-travel-local-text{
    height:62px;
}

.travel-text-div{
    margin:1px 9px 6px 9px;
    font-size:1em;
}

.travel-local .deal-image{            /* Fixed Image Size */
    width:100%;   
    height:auto;
}

.travel-local .b-block{
    width:100%;
    margin:0 0 15px;
}

.travel-local h6 {
    text-align:center;
}

.travel-local h6 > span {
    color:#028dd6; 
}

.travel-local .circleControl {
    width:100%;
    margin:0 0 0 0;
}
/* End Travel-Local Deals */

/* 
==========
*** Mobile How It Works ***
==========
*/

/* Content */
.hiw-container span {
    line-height:17px;
    margin:21px 0 22px 0;
}

.hiw-container span:first-of-type {
    margin:22px 0 22px 0;
}

.hiw-container img {
    width:100%;
    height:auto;
    margin: 0 0 22px 0;
}
/* End Content */

/* 
==========
*** Mobile Buy Pages ***
==========
*/

.list-page .content {
    padding-top: 56px;  
}

.list-page .e-deals {
    padding: 0 10px;  
}

/* Header */
.e-filter .b-home-section-center{
    padding:0 0 0 9px;
}

.e-filter {
    border-top:0 none;
    height:56px;
}

.e-filter-left-text {
    font-size:18px;
    width:65%;
    overflow:hidden;
    height:45px;
    position:relative;
}
.e-filter-left-text-hide {
    display:block;
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height:45px;    
    background: -webkit-linear-gradient(right,rgba(255,255,255,0)0%,rgba(255,255,255,1)83%); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,255,255,0)0%,rgba(255,255,255,1)83%); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,255,255,0)0%,rgba(255,255,255,1)83%); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(255,255,255,0)70%,rgba(255,255,255,1)95%); /*Standard*/
}

/* Drop Menu */
.sort-by-select .element-wrapper {
    width: 90px;
    margin:6px 10px 0 0;
}

.sort-by-select .element-wrapper select {
    width: 110px;
    height:40px;
    padding-left:5px;
}
/* End Drop Menu */

/* End Header */

/* List page B-Block */
.e-empty-search-content {
    padding:40px 0 20px;
}
/* End List page B-Block */

/* Search Page & Show Page */
.search {
    padding-top:50px;
}

.search .travel .b-block, .showPage .travel .b-block{
    border:1px solid #f0f0f0;
}

.showPage {
    padding:0;
}

.showPage .e-deals{
    padding-top:0;
}
/* End Search Page & Show Page */

/* Banner */
.e-deals-banner img{
    width:100% !important;
    height:auto !important;
}
/* End Banner */

/* Banner Marketplace */
.banner-marketplace {
    padding:10px 0 20px;
    width:100%;
}

.banner-marketplace.banner-marketplace-home {
    padding:25px 0 15px;
}

.banner-marketplace a{
    width:100%;
    height:auto;
    padding:0 10px;
}

.banner-marketplace img{
    width:100%;
    height:auto;
}
/* End Banner Marketplace */

/* 
==========
*** Mobile Profile Orders ***
==========
*/

.profile .order-deals {
    margin:10px 10px 20px 10px;
    border:1px solid #f0f0f0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.profile .order-deals img {
    width:100%;
    height:auto;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.profile .order-deals h3{
    font-size:1.214em;
    color:#0083c9;
    margin:0 0 30px 0;
}

.order-container{
    width:100%;
    padding:6px 10px 0 10px;
}

.profile .order-deals h5 {
    width: 100%;
    margin:0 0 25px 0;
    position: relative;
}

.profile .order-deals h5 > b{
    font-size:1.333em;
    padding:0;
    margin:0;
    position:absolute;
    top:-3px;
    left:125px;
}

.profile .order-deals h6 {
    position:relative;
}

.order-dimension { 
    width:100%;
    overflow: visible;
}

.order-dimension:first-of-type { 
    margin-right:0;
}

.leftFloat.order-dimension{
    float:none;
    clear:both;
}

.order-purchased {
    margin:0;
}

.order-price {
    margin:2px 0 0 0;
    top:16px;
}

.order-valid {    
    margin:2px 0 0 0;
    top:-16px;
}

.order-originalValue {
    margin:2px 0 0 0;
}

.order-purchased b, .order-price b, .order-valid b, .order-originalValue b {    
    position:absolute;
    top:0px;
    left:125px;
}

.greyButtonProfile{
    width:100%;
    margin:20px 0 20px 0;
}

.greyButtonProfile:active{
    margin:23px 0 23px 0;
}

.whiteButtonProfile{
    width:100%;
    margin:0 0 20px 0;
}

.whiteButtonProfile:active{
    margin:3px 0 23px 0;
}

.whiteButtonProfile.disabled:active{
    margin:0 0 20px 0; 
}

.whiteButtonProfile:last-child{
    width:100%;
    margin:0 0 10px 0;
}

.whiteButtonProfile:last-child:active{
    margin:3px 0 13px 0;
}

/* 
==========
*** Mobile Profile Subscriptions ***
==========
*/

.profile-padding-size h3 > span {
    display:block;
    margin:2px 0 0 0;
}

.e-manage-subscription{
    width:100%;
    margin:0 auto;   
    padding:0 10px 30px 10px;

}

/* Profile Subscription - Center Container */
.e-manage-subscription > div {
    width:100%;
}

.subscribe-category {
    margin:28px 0 0 10px;
}

.subscribe-time bdi {
    margin:0 30px 5px 0;
    font-size:10px;
    text-transform:uppercase;
    color:#8e8e8e;
}

.subscribe-time bdi:first-of-type {
    margin:0 14px 0 0;
}

.subscribe-time bdi:last-of-type {
    margin:0 26px 0 0;
}

.subscribe-category bdo {
    margin:25px 0 0 0;
    position:absolute;
    line-height:normal;
}
/* End Profile Subscription - Center Container */

/* CheckBoxes */
.e-manage-subscription section:first-of-type .checkbox-profile {
    margin-right:10px; 
}

.e-manage-subscription section:first-of-type .checkbox-profile input[type=radio]:checked + label{
    background-color:#e3541e;
}

.checkbox-profile {
    margin:25px 30px 25px 0;
}
/* End CheckBoxes */

/* OR */
.e-profile-or {
    margin:0;
}

.e-profile-or bdi{
    width:43%;
}
/* End OR */

.unsubscribeBtn{
    font-family: Arial, Helvetica, sans-serif; 
    padding:10px 0;
    font-size:1.285em;
    text-transform:none;
    font-weight:normal;
    color:#e3541e !important;
    text-decoration:none !important;
    display:block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffe1d6;
    text-align:center;
    width:100%;
    margin:0 auto;
    margin-top:50px;
}

.unsubscribeBtn:active{
    margin-top:53px;
    margin-bottom:29px;
    padding:7px 0;
}

/* End Button */

/* Unsubscribe All */
.e-unsubscribe {
    margin:0 0 30px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* End Unsubscribe All */

/* 
==========
*** Mobile Profile ***
==========
*/

/* Custom Forms */
.profile .form-element-block {
    margin-top:10px;
} 

.info-details .form-element-block .element-container{
    font-size:1.143em;
}

.profile .form-element-block label {
    display:none;
}

.profile .form-element-block .element-container{
    width:100%;
    float:none;
}

.profile-select-city {
    width:31%;
}

.profile-select-city .select-element {
    margin: 18px 0 0 15px;  
}

.profile-select-city .select-element .element-wrapper {
    width:100%;
}

.profile-select-city .select-element .element-wrapper select{
    padding:0 35% 0 2px;
}

.profile .select-element select{
    font-size:1.143em;
}

.block-confirmNewPassword .element-container {
    margin-bottom:0; 
}
/* End Custom Forms */

.faq .panel-body {
    padding:0;
}

.faq .panel-content {
    margin:0;
}

.faq .panel-group {
    margin:0 10px;
}

.profile .content {
    padding-top: 56px;  
}

.profile-padding-size{
    padding:10px 0 20px;
}

.profile .info-text-mobile {
    font-family:arial;
    font-weight:bold;
    width:25%;
    float:left;
    display:block;
    border-right:1px solid #d7d7d7;
}

.profile div.info-text-mobile:last-of-type {
    border-right:0px none;
}

.profile .info-text-mobile div {
    text-transform: uppercase;
    font-size:10px;
    color:#949494;
    text-align:center;
    line-height:11px;
    margin:0 0 3px 0;
}

.profile .info-text-mobile span {
    color:#242424;
    font-size:18px;
    text-align:center;
    display:block;
    margin:0 0 3px 0;
}

.e-personal-info {
    width:100%;
    margin:0 auto;
    padding:0 10px 30px 10px;
}

.e-personal-info > h3{
    text-align:center;
    margin:27px 0 !important;
}

/* Change your password */
.forgotten-password-link{
    margin:20px 0 20px 0;
    text-align:center;
}
/* End Change your password */

.calendar-input {
    position:relative;
    width: 100%;
    padding:0;
    margin:0;
}

.card-birthday {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    right: 10px;
}

/* Button Save Changes */
.btn-profile{
    width:100%;
    margin-top:20px;
}

.btn-profile:active {
    margin-top:23px;    
}
/* End Button Save Changes */

/* 
==========
*** Mobile Wish List ***
==========
*/

.e-center-deals {
    padding:10px 10px 0;
}

.wish-block{
    height:auto;
    padding:0;
    width:100%;
    margin:0;
    margin-bottom: 15px;
}

.wish-block:nth-of-type(3n+0) {
    margin-bottom: 15px;
}

.wish-list .b-block {
    margin: 0;
    padding:0 0 10px 0;
}

.wish-list .travel-local .img-small-pos {
    width:53px !important;
    height:53px !important;
}

/* Close Botton */
.wish-list .closeBtn {
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
}
/* End Close Botton */

.ribbon {
    font: 600 14px 'Dosis';
    left: -17%;
    top: 17%;
    width: 70%;
}

@media screen and (min-width: 450px) {
    .ribbon {
        font: 600 24px 'Dosis';
    }
}

#map_full_mobile {
    width: 100%;
    height: 400px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* 
==========
*** Mobile Buy Pages ***
==========
*/

.buy-pages .content {
    padding-top:56px; 
}

.buy-pages .margin-center {
    width:100%;
    padding:0 10px;
}

.buy-pages .payment-info {
    margin-top:13px;
    line-height:36px;
}

.buy-pages .payment-info2 {
    margin-top:15px;
    font-size:1.143em;
    line-height:19px;
}

.greyButtonBuy {
    width:100%;
    margin:25px auto 30px;
}

.greyButtonBuy:active {
    margin:28px auto 33px;
}

/* Order Summary */
.buy-pages .order-summery {
    margin:22px 0 25px 0 !important;
}

.buy-pages .order-summery img {
    float:none;
    width:100%;
    height:auto;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.order-summery-content{
    float:none;
    width:100%;
    margin:10px 10px 30px 10px;
}
/* End Order Summary */

/* Buy Success Merchant */
.buy-pages .e-merchant {
    text-align:left;
    padding:10px 0;
}
/* End Buy Success Merchant */

/* Delivery */
.buy-pages .delivery-container {
    padding:15px 0;
    text-align: left;
}

.buy-pages .delivery-img {
    margin:8px 20px 0 0;
}

.buy-pages .delivery-text {
    padding-top:11px;
}
/* End Delivery */

/* Fine Print */
.buy-pages .deal-page-info{
    width:100%;
    padding:10px 0;
}

.buy-pages .deal-page-info h2{
    font-size:1.875em;
    color:#87af10;
    padding:0;
}

.buy-pages .deal-page-info *:not(li) > strong {
    font-size:1.313em;	
}
/* End Fine Print */

/* 
==========
*** Mobile Buy Process Step 1 ***
==========
*/

/* Order Summary Small */
.buy-for-friend {
    width:150px;
    font-size:1.143em;
    padding-top:3px;
}

.buy-pages .order-summery.p-sucess {
    margin:20px 0 15px;
    width:auto;    
}

.buy-pages .order-summery.p-sucess > .leftFloat {
    float:left;
}

.buy-pages .order-summery.p-sucess .buy-mobile-title {
    float:left;
    display: block;
    width: 60%;
    margin:2px 0 0 10px;
}

.order-summery.p-sucess .order-summery-content {
    width:100%;
    margin:2px 0 0 0;
}

.buy-pages .order-summery.p-sucess img {
    width:35%;
    height:auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.buy-pages .order-summery.p-sucess h3{
    font-size:17px;
    margin-bottom:1px;
}

.buy-pages .order-summery.p-sucess h5{
    font-size:14px;
}

.buy-pages .order-summery.p-sucess .buy-mobile-options {
    margin: 20px 0 0 0;
    width: 100%;
}

.buy-pages .payment-info2 a{	
    font-size:1.000em;
}
/* End Order Summary Small */

.buy-pages bdi {
    padding:15px 0 12px 0;
    text-align:center;
    margin:0;
    width:50%;
}

/* Login & Register */
.buy-pages .login-wrapper {
    padding:12px 0 0 0;
}

.buy-pages .login-wrapper .rightFloat.account-container {
    margin:0;
}

.buy-pages .login-wrapper .leftFloat.account-container {
    margin:0;
}

.total-payment {
    margin-top: 20px;
    padding: 10px 20px 10px 0;
}

.total-payment span {
    font-size: 18px;
}

.total-payment h4 {
    font-size: 20px;
    padding: 0;
}

.total-payment-2 h4 {
    padding: 3px 20px 0 0;
}

.centered-quantity {
    width: 270px;
    margin: 0 auto;
}

.leftFloat.order-summery-text {
    margin: 11px 0 0 22px;
}

.rightFloat.order-summery-text {
    margin: 11px 50px 0 0;
}

/* Custom Forms */
.buy-pages .e-select-white.e-select-small .element-wrapper {
    margin: 5px 0 0;  
}
/* End Custom Forms */

.quantity-text {
    margin-right: 0;
    padding-top: 3px;
    font-size:1.143em;
}

.quantity-checkbox {
    margin:10px 120px 0 0;
}
/* End Login & Register */

/* 
==========
*** Mobile Join For Free ***
==========
*/

.join-free-headline-2{
    font-size:2.143em;
}

.sign-up{
    margin:20px 0 0 0;
}

.sign-up:active {
    margin:23px 0 3px 0;
}

/* 
==========
*** Forgotten - Page ***
==========
*/

.forgotten-page .join-free-headline {
    padding:0;
}

.forgotten-page .join-free-e-form {
    padding:15px 0 0 0;
}

.forgotten-page .or-center {
    padding:10px 0 0;
}

.forgotten-page .account-container p{
    text-align:center;
    padding-bottom: 10px;
}
/* End Forgotten - Page */

.buy-pages .nav-tabs > li {
    width: 50%;
}

.nav-tabs > li > a {
    padding:12px 0;
}

.my-slider .slick-slide {
    height: auto;
}

/* 
==========
*** Feedback ***
==========
*/

.feedback-e-form {
    padding:0 10px 30px 10px;
}

/* 
==========
*** Reset Page ***
==========
*/

.login-wrapper.reset-page {
    padding: 12px 10px 20px;
}

.resetPassword {
    width:100%;
}

/* 
==========
*** Errors ***
==========
*/

.rectangle-error {
    margin:43px 0 0 20px;
}

.e-error .b-home-section-center {
    height:auto;
    padding-bottom:40px;
}

.e-error img {
    margin:30px auto 0;
    width:96%;
    height:auto;
    display:block;
    float:none;
}

.e-error div.leftFloat {
    width:96%;
    float:none;
    margin:0 auto;
    text-align:center;
}

.e-error bdo{
    margin-top:5px;
    font-size:30px;
}

.e-error div > span {
    padding:5px 0 0 0;
}

.error-btn{
    margin:0 auto;
    margin-top:15px;
    margin-bottom:0;
    width:80%;
}

.error-btn:active{
    margin-top:18px;
    margin-bottom:3px;
}

/* 
==========
*** Error 403 ***
==========
*/

.e-error.e-error-403 img {
    margin:53px auto 0;
    float:none;
    width:96%;
    height:auto;
}

/* 
==========
*** Error 500 ***
==========
*/

.e-error.e-error-500 img {
    margin:27px auto 0;
    float:none;
    width:96%;
    height:auto;
}

/* 
==========
*** Error 503 ***
==========
*/

.e-error.e-error-503 img {
    margin:10px auto 0;
    float:none;
    width:96%;
    height:auto;
}

/* 
==========
*** Comming Soon ***
==========
*/

.e-error.comming-soon img {
    margin:60px auto 0;
    float:none;
    width:96%;
    height:auto;
}

.e-error.comming-soon bdo{
    margin-top:5px;
}

.e-error.comming-soon div > span {
    padding:5px 0 0 0;
}

/* 
==========
*** Affilates Page ***
==========
*/

.orange-banner {
    width:100%;
    height:auto;
    padding:0 15% 13px 15%;
    font-size:1.714em;
}

.affiliates-top-text {
    margin:20px 0 0 0;
    font-size:1.286em;
}

.btn-affiliates {
    width:100%;
    margin:20px auto 20px auto;
    padding:10px 0;
    font-size:1.286em;
}

.btn-affiliates:active{		
    padding:7px 0;
    margin:23px auto 23px auto;
}

.affiliates-title {
    margin:15px 0 0 0;
    font-size:1.714em;
}

.affiliates-banner {
    width:100%;
    height:auto;
    margin:15px 0 0 0;
}

.affiliates-bottom-text {
    margin:20px 0 0 0;
    font-size:1.143em;
}

.affiliates-text-email {
    padding:0;
    font-size:1em;  
}