[am-magic-cta] img {
   max-width: 100%;
   height: auto;
   vertical-align: middle;
}

[am-magic-cta~="wrapper"] {
   position: fixed;
   bottom: -150px;
   left: 0;
   width: 100%;
   height: 80px;
   background: #FF7F02;
   overflow: visible;
   z-index: 5000;
}

[am-magic-cta~="stage"] {
   width: 960px;
   margin: 0 auto;
   padding: 0 20px;
   color: #fff;
   overflow: visible;
}

[am-magic-cta~="50%"] {
   float: left;
   width: 50%;
   overflow: visible;
}

[am-magic-cta~="catalog"] {
   float: left;
   width: 100px;
   margin-top: -40px;
}

[am-magic-cta~="buttons"] {
   float: left;
   height: 40px;
   margin-top: 20px;
   padding-left: 10px;
}

[am-magic-cta~="buttons"] a {
   display: inline-block;
   border-radius: 8px;
   border: 1px solid #fff;
   color: #fff;
   text-decoration: none;
   margin-left: 5px;
   padding: 0 20px;
   font: 700 14px/36px "Open Sans Condensed", arial, sans-serif;
}

[am-magic-cta~="buttons"] a:hover {
   color: #FF7F02;
   background: #fff;
}

[am-magic-cta~="buttons"] a:active { color: #000; }

[am-magic-cta~="buttons"] .fa { padding-right: 5px; }

[am-magic-cta~="valueStatement"] {
   float: right;
   height: 50px;
   margin-top: 15px;
   font: normal 14px/20px "Open Sans", arial, sans-serif;
   text-align: right;
}

[am-magic-cta~="valueStatement"] img {
   height: 100%;
   width: auto;
   margin-left: 10px;
   border-radius: 6px;
}

[am-magic-cta~="close"] {
   position: absolute;
   top: 5px;
   right: 10px;
   width: 20px;
   height: 20px;
   line-height: 20px;
   cursor: pointer;
   color: #fff;
   z-index: 100;
   font-size: 11px;
   text-align: center;
}

[am-magic-cta~="close"]:hover { color: #333; }
