/* Global Styles */

html,
#wrapper,
body {
  height: 100%;
  width: 100%;
}

body,
h1, h2, h3, h4, h5, h6, h7 {
    font-family: "aktiv-grotesk-std", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;

}

hr.light {
    opacity:0.2;
    margin:10px 0;
}

p {
    font-size:15px;
    color:rgba(0, 0, 0, 0.7);
}

/* --------- Side Menu -------- */
#menu-close {
    position:absolute;
    top:0;
    right:0;
}

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 10px;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.btn {
    border-radius:0;
    box-shadow:none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}


input,
button,
.btn:focus,
.btn:focus {
    outline:0;
}

input[disabled] {
    color:#808080 !important;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.fixed-menu {
  top: 5px;
  right: 5px;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.logo {
    padding:5px 0;
}

.text-red {
    color:#e71404;
}

/* ------------- custom titles ------------- */
.big-title {
    text-transform:lowercase;
    font-weight:300;
    font-size:40px;
    margin-top:0;
    letter-spacing:-0.5px;
}

.big-title span {
    display:inline-block;
    vertical-align: bottom;
    margin-right:15px;
    color:#e71404;
}

.subhead {
    font-size:22px;
    line-height:28px;
    font-weight:300;
    color:#7D8282;
}

.small-subhead {
    font-size:14px;
    line-height:18px;
    font-weight:400;
    color:#7D8282;
    margin:5px 0 20px 0;
}

/* ------------- bg custom ------------- */
.bg-red {
    background-color:#e71404;
}

.bg-yellow {
    background-color:#F5BC1C;
}

.bg-purpul {
    background-color:#794CA7;
}

.bg-black {
    background-color:#000;
}

.bg-blue {
    background-color:#5bc0de;
}

.bg-red,
.bg-yellow,
.bg-purpul,
.bg-black,
.bg-blue {
    color:#fff;
}

.bg-default {
    background-color:#F3F3F2;
}

.error-input {
    position:relative;
    border:solid 1px #e71404;
}

/* ------------- Btn custom ------------- */
.btn-default {
    background:#F3F3F2;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:400;
    font-size:13px;
    padding:15px 20px;
    border:none;
    color:#333;
}

.btn-default:hover {
    color:#000;
}

.btn span.iconBig {
    display:inline-block;
    margin-top:-3px;
    vertical-align:middle;
    line-height:13px;
    font-size:22px;
}

.btn-sm {
    font-size:11px;
    padding:8px 18px;
}

.btn-xs {
    font-size:11px;
    font-weight:400;
    padding:4px 11px;
}


.btn-red {
    background:#e71404;
    color:#fff;
}

.btn-black {
    background:#000;
    color:#fff;
}

.btn-blue {
    background:#5bc0de;
    color:#fff;
}

.btn-purpul {
    background:#794CA7;
    color:#fff;
}


.btn-yellow {
    background:#F5BC1C;
    color:#333;
}


.btn-clear {
    background:none;
    color:#fff;
    border:solid 2px #fff;
}

.btn-empty {
    background:none;
    border:none;
}

.btn-clear:hover {
    background:#fff;
    color:#000;
}

.btn-clear-red {
    color:#e71404;
    border:solid 2px #e71404;
}

.btn-clear-red:hover {
    background:#e71404;
    color:#fff;
}

.btn-clear-black {
    color:#000;
    border:solid 2px #000;
}

.btn-clear-black:hover {
    background:#000;
    color:#fff;
}

.btn-big {
    padding:0 45px;
    font-size:18px;
    line-height:70px;
    text-transform:uppercase;
    letter-spacing:2px;
}

.btn-white {
    background:#fff;
}

.btn-xl {
    font-size:26px;
}

.btn-icon span {
    display:inline-block;
    font-size:30px;
    line-height:70px;
    vertical-align: bottom;
}

.iconLeft {
    margin-right:10px;
}

.iconRight {
    margin-left:10px;
}

.btn-no-border {
    border:none;
}

.btn-scroll {
    display:block;
    position:absolute;
    bottom:25px;
    left:50%;
    width:60px;
    height:60px;
    margin-left:-30px;
    text-align:center;
    color:#fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



a.btn-scroll:hover {
    text-decoration:none;
    color:#fff;
    bottom:15px;
}

.btn-scroll span {
    font-size:35px;
    line-height:60px;
}

.btn-scroll:before {
    display:block;
    font-family: "proxima-nova-condensed";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight:400;
    content:"SCROLL DOWN";
    font-size:11px;
    letter-spacing:2px;
    position:absolute;
    text-align:right;
    width:100px;
    height:60px;
    line-height:60px;
    top:50%;
    margin-top:-30px;
    right:100%;
}

.btn-scroll:after {
    display:block;
    content:"";
    position:absolute;
    top:50%;
    left:100%;
    width:35px;
    height:1px;
    background:rgba(255, 255, 255, 0.5);
}

.btn-search {
    text-transform:none;
    padding:0 15px;
    letter-spacing:0;
    font-weight:300;
    cursor:text;
}

.clean-switch {
    height:auto;
}

.clean-switch h3 {
    padding:0px 0 15px 60px;
    
}
.clean-switch a {
    left:0;
    padding:10px 12px;
}

.price-text {
    font-family: "proxima-nova-condensed";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight:300;
    font-size:35px;
    color:#808080;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

input.price-input:checked + label h3 .price-text {
    color:#000;
}

.closeBtn {
    position:absolute;
    top:0;
    right:0;
}


/* ------------- Full Page Image Header Area ------------- */

.header {
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(img/header_Img07.jpg);
    background-position:50% 0;
    background-attachment:fixed;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}

.img-bkg {
    background-color:#000;
    background-image: url(img/header_Img07.jpg);
    background-position:50% 0;
    background-attachment:fixed;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-bkg-dark {
    background-image: url(img/header_Img07_dark.jpg);
}
.header-small {
    height: 150px;
    width: 100%;
    position: relative;
    background-image: url(img/header_Img07.jpg);
    background-position:50% -20px;
    background-attachment:fixed;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}

/* --------- topNav -------- */
.topNav {
    padding:18px 0;

}

.topNav-mobile {
    padding-top:90px;
    text-align:center;
}


ul.action-nav {
    margin:0 15px 0 0;
    list-style:none;
}

ul.action-nav li {
    padding:0;
    margin:0 10px;
    float:left;
}

a.navLink {
    display:inline-block;
    color:rgba(255, 255, 255, 0.7);
    font-weight:400;
    font-size:15px;
    text-transform:lowercase;
    border-radius:0;
}

a.navLink:hover {
    color:#fff;
    text-decoration:none;
}

.tooltip-inner {
    border-radius:0;
    padding:10px;
}

/* --------- header content -------- */
.tagline {
    margin:100px 0 10px 0;
    color:#000;
}

.white-block {
    position:absolute;
    top:0;
    right:65%;
    height:100%;
    width:100%;
    background:#fff;
}

.tagline h1 {
    position:relative;
    letter-spacing:-1px;
    font-size:55px;
    padding:35px 150px 35px 0;
    margin-right:15%;
    float:left;
    background:url(img/angle_45.gif) right top no-repeat;
}

h2.subTag {
    font-size:24px;
    line-height:32px;
    font-weight:300;
    margin:10px 20% 45px 0;
}

/* ---------------- Intro ------------------ */

.intro {
  padding: 50px 0;
}

/* --------------- Content-block ----------------- */
.content-block {
    background: #fff;
    padding:0 0 50px 0;
    overflow:hidden;
}

.content-copy h1 {
    font-size:40px;
    font-weight:300;
    margin:35px 0;
    color:#000;
}

.content-copy h2 {
    font-size:30px;
    font-weight:400;
    margin:35px 0;
    color:#000;
}

.content-copy h3 {
    font-size:20px;
    font-weight:500;
    margin:25px 0;
    color:#000;
}

.content-copy h4 {
    font-size:16px;
    font-weight:300;
    margin:25px 0;
}

.content-copy {
    padding-bottom:40px;
}

.content-copy h5 {
    font-size:12px;
    font-weight:600;
    margin:25px 0;
    color:#000;
    text-transform:uppercase;
}

.content-copy p {
    color:#797979;
}

.content-copy ul {
    margin:50px 0;
    padding:0 0 0 40px;
}

.content-copy ul li {
    margin:5px 0;
}


p.lead {
    color:#797979;
    font-weight:300;
}

.pageNav h4 {
    font-size:18px;
    line-height:22px;
    margin:15px 0 10px 0;
    padding-bottom:10px;
    color:#333;
    border-bottom:solid 1px rgba(0, 0, 0, 0.2);
}

.pageNav h4.current {
    border-bottom-color:#000;    
}

.pageNav h4 a {
    display:block;
    color:#333;
}

.pageNav ul {
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
}

.pageNav ul li {
    margin:0;
    padding:0;
}

.pageNav ul li a {
    color:#797979;
    display:block;
    padding:4px 0;
    font-size:14px;
}

.pageNav h4 a.current,
.pageNav h4 a:hover,
.pageNav ul li a.current,
.pageNav ul li a:hover {
    color:#000;
    text-decoration:none;
}

/* --------------- Features-block ----------------- */
.features-block {
    background: #f6f6f5;
    padding:50px 0;
    overflow:hidden;
}

.features-block-dark {
    background:#000;
}


.features-block-dark .btn-clear {
    border-width:1px;
    cursor:default;
}

.features-block-prime {
    background:url(img/header_Img07_dark.jpg);
    background-position:50% 0;
    background-attachment:fixed;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}

.feature-img {
    position:relative;
    height:700px;
}

.feature-img-right,
.feature-img-left {
    position:absolute;
    top:0;
    width:1100px;
    height:0;
}

.feature-img-left {
    right:20px;
}

.feature-img-right {
    left:20px;
}

.feature-img img {
    width:100%;
}

.features-block ul.big-list li {
    margin-bottom:40px;
}

.features-block h3 {
    font-size:22px;
    line-height:1.3;
    letter-spacing:-0.3px;
    font-weight:400;
    padding-bottom:10px;
    border-bottom:dotted 1px #cecece;
}

.features-block h5 {
    margin-top:0;
    font-size:16px;
}

.features-block-dark h3,
.features-block-dark h5 {
    color:#fff;
}

.features-block p.gray {
    color:#7D8282;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.feature-icon {
    padding:8px;
    background:#fff;
    box-shadow:2px 2px 0 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(0, 0, 0, 0.07);
}

/* --------------- accordion ----------------- */
.panel-clean {
    border-radius:0;
    background:none;
    color:#fff;
}

.panel-clean .btn-clear.collapsed {
    background:none;
    color:#fff;
}

.panel-clean .btn-clear {
    background:#fff;
    color:#000;
}

.panel-clean h4 {
    font-size:24px;
    line-height:30px;
    text-align:center;
    font-weight:300;
    margin:50px 0;
}

.panel-clean h5 {
    margin:20px 0 5px 0;
}

.panel-clean p {
    font-size:13px;
    margin:0 0 0 25px;
    color:#fff;
}

/* --------------- signup ----------------- */
.plan-box {
    background:#F5BC1C;
    color:#333;
}

.plan-box-selected .btn-link,
.plan-box .btn-link {
    color:#333;
}

.plan-box-selected.collapsed {
    background:#e71404;
}

.plan-box-selected.collapsed small,
.plan-box-selected.collapsed strong,
.plan-box-selected.collapsed h3 {
    color:#fff;
}

.plan-box-selected.collapsed .btn-link {
    color:#fff;
}

.btn-pro {
    background:#F3F3F2;
}

.btn-pro.collapsed {
    background:#000;
    color:#fff;
}


.btn-pro span,
.btn-pro.collapsed i {
    display:none;
}

.btn-pro.collapsed span,
.btn-pro i {
    display:inline-block;
}


/* --------------- wells ----------------- */
.well {
    border-width:2px;
    padding:30px 25px;
}

.well-white {
    background:none;
    border-color:#fff;
    color:#fff;
}

.well-clean {
    border:solid 1px rgba(0, 0, 0, 0.1);
    background:#fff;
    box-shadow:none;
    padding:45px;
}

/* --------------- price table ----------------- */
.well-price {
    color:#000;
    padding:0;
    box-shadow:none;
    background:#000;
    font-family: "proxima-nova-condensed";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    border:none;
    border-radius:0;
}

.well-price .priceHead {
    text-align:center;
    padding:25px;
}

.well-price .priceHead-black {
    color:#fff;
    border-bottom:solid 1px rgba(255, 255, 255, 0.2);
}

.well-price .priceHead-red {
    color:#fff;
    background:#E71404;
    border-bottom:solid 1px #E71404;
}

.well-price .priceHead-orange {
    color:#fff;
    background:#FD6700;
    border-bottom:solid 1px #FD6700;
}

.well-price .priceHead-yellow {
    color:#333;
    background:#F5BC1C;
    border-bottom:solid 1px #F5BC1C;
}

.well-price .priceHead-purpul {
    color:#fff;
    background:#794CA7;
    border-bottom:solid 1px #794CA7;
}


.well-price .priceHead h2 {
    font-size:100px;
    font-weight:200;
    font-family: "proxima-nova-condensed";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    margin:50px 0;
}

.well-price .priceHead h2 span.month {
    display:block;
    font-size:30px;
    
}

.well-price .priceHead h2 span.supper {
    font-size:50px;
    vertical-align: super;
}

.well-price .priceHead p {
    font-weight:400;
    font-size:14px;
    line-height:20px;
    color:#fff;
}

.well-price .priceHead-yellow p {
    color:#333;
}

.well-price .priceHead p span {
    font-size:18px;
    display:block;
}

.well-price ul {
    margin:0;
    padding:0;
    list-style:none;
}

.well-price ul li {
    margin:0;
    padding:0;
    color:rgba(255, 255, 255, 0.6);
    font-size:13px;
    line-height:40px;
    border-bottom:solid 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.well-price ul li:hover {
    color:#fff;
}

.well-price ul li.no-feature {
    color:rgba(255, 255, 255, 0.3);
}

.well-price ul li span.icon-wrap {
    float:left;
    display:block;
    width:40px;
    height:40px;
    margin-right:15px;
    text-align:center;
    border-right:solid 1px rgba(255, 255, 255, 0.2);
}

.well-price ul li span.icon-wrap span {
    line-height:40px;
    font-size:20px;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* --------------- forms ----------------- */
.winnie {
    display:none;
}

.form-group {
    margin-bottom:10px;
}

.form-group .form-control-feedback {
    height:45px;
    width:45px;
    line-height:45px;
}


.form-control {
    height:45px;
    border-radius:0;
    background:rgba(255, 255, 255,  0.5);
    font-size:16px;
}

.form-control-small {
    height:30px;
    font-size:13px;
}

label {
    font-size:14px;
    font-weight:400;
    text-transform:lowercase;
}

.form-group ::-webkit-input-placeholder {
    font-weight:400;

    text-transform:lowercase;
}

.form-group :-moz-placeholder {  /* Firefox 18- */
       color: red;
}

.form-group ::-moz-placeholder {   /* Firefox 19+ */
       color: red;
}

.form-group :-ms-input-placeholder {
       color: red;
}

.form-group select {
    width:100%;
    margin-bottom:5px;
}

/* --------------- notifications ----------------- */
.notify-wrap .modal-content {
    border-radius:0;

}



/* --------------- Panel ----------------- */
.Panel .mason-inner {
    margin:0;
}
.Panel .mason-inner h4 {
    border-color:#fff;
    font-size:16px;
    margin:0;
    font-weight:normal;
    padding:0;
}

.Panel .mason-inner h4 a {
    color:#fff;
    padding:15px 10px;
}

.pageNav h4 a.current,
.Panel .mason-inner h4 a:hover {
    color:#333;
    background:#fff;
    padding:15px;
}

h4.small-head {
    font-size:12px;
    text-transform:lowercase;
    padding:0 0 3px 0;
    margin:25px 0 10px 0;
    font-weight:bold;
    border-bottom:solid 1px #e3e3e3;
}

.panel-header {
    padding:25px;
    border:solid 2px #000;
    color:#000;
    margin:0 0 25px 0;
}

.panel-header-yellow {
    color:#e7a517;
    border-color:#e7a517;
}

.panel-header-purpul {
    color:#794CA7;
    border-color:#794CA7;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: 
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}


/* ---------------------- TOTOP BUTTON ----------------*/
.dmtop {
    background-image: url(img/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color:#e71404;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius:40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}

/* ---------------------- PRELOADER ----------------*/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    z-index:999999; /* makes sure it stays on top */
}

#status {
    width:50px;
    height:50px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/spinner_circle50.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-25px 0 0 -25px; /* is width and height divided by two */
}


/* Footer */

footer {
    padding:50px 0;
    background:#000;
}

footer ul {
    margin-bottom:50px;
}

footer ul a {
    color:rgba(255, 255, 255, 0.5);
    text-transform:lowercase;
    font-size:13px;
    font-weight:400;
    letter-spacing:0.5px;
}

footer ul a:hover {
    text-decoration:none;
    color:#fff;
}

footer .logoSmall {
    display:block;
    opacity:0.3;
}

footer p {
    margin:0;
    color:rgba(255, 255, 255, 0.3);
    font-size:14px;
    line-height:22px;
}

/* ------------ Masonry ---------  */
.mason-inner {
    margin-bottom:25px;
}

.spacer {
    clear:both;
    height:140px;
}

.spacer-small {
    clear:both;
    height:80px;
}

.spacer-mini {
    clear:both;
    height:50px;
}



/* Responsive */
@media (min-width: 1200px) {
    .white-block {
        right:45%;
    }

}

/* ipad landscape */
@media (max-width: 768px) {
    .white-block {
        right:85%;
    }

   
    .tagline h1 {
        font-size:45px;
    }    
    .callout {
        background: url(../img/callout.jpg) no-repeat center center scroll; 
    }
    .features-block-prime {
        background:#000;
    }
    
    .map {
        height: 75%;
    }
    .feature-img-right {
        left:0;
    }    
    .feature-img-left {
        right:0;
    }    
    
}

@media (max-width: 580px) {
    .tagline h1 {
        background:#fff;
        padding-right:0;
        margin:0;
        font-size:40px;
    }    
    .white-block {
        right:0;
    }
}

/* iphone landscape */
@media (max-width: 480px) {
    .fixed-menu {
        width:100%;
    }

    .fixed-menu .btn {
        float:left;
    }

    .fixed-menu .btn.toggle {
        float:right;
    }
    
    .tagline {
        margin-top:40px;
    }
    
    h2.subTag {
        font-size:20px;
        line-height:26px;
    }
    .well {
        padding:30px 25px;
    }
    .well-price {
        padding:0;
    }
    
    .big-title {
        font-size:30px;
    }
    .big-title span {
        display:block;
        font-size:60px;
        margin-bottom:10px;
        margin-right:0;
    }
    
    .feature-img {
        height:400px;
    }
    .feature-img-right,
    .feature-img-left {
        width:629px;
    }
    
    .spacer {
        height:100px;
    }
    .btn.btn-mobile {
        width:100%;
        padding-right:0;
        padding-left:0;
        text-align:center;
        margin:0;
    }
}