/*
Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*
Grid
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body{
    font-family: roboto, helvetica, serif;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover,
a:visited,
a:focus {
  outline: none;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-md-4, .col-xs-6,.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-8, .col-lg-6, .col-xs-9, .col-xs-12, .col-sm-12  {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2, .col-xs-4, .col-xs-6, .col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-6 {
    width: 50%;
}
@media (min-width: 544px) {
  .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-8 {
    width: 66.64%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
      width: 41.66%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66%;
  }
  .col-sm-1 {
    width: 8.3333%;
  }
}
@media (min-width:768px){
    .col-md-6 {
        float: left;
        width: 50%;
      }
      .col-md-5 {
        float: left;
        width: 41.66%;
    }
    .col-md-4 {
        float: left;
        width: 33.333%
    }
    .col-md-1 {
        float: left;
        width: 8.3333%;
      }
}
@media (min-width: 992px) {
  .col-lg-6 {
    float: left;
  }
  .col-lg-6 {
    width: 50%;
  }
}
/*
Floats & Clearfix
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/*
Header
*/
.logo {  
    top: 23px;
    max-width: 240px;
    max-height: 70px;
    display: block;
    position: relative;
    margin: 0 auto;
 }
 .logo1{
     max-width:50px;
 }
 .logo2{
     max-width:180px;
 }
 @media screen and (min-width: 544px){
    .logo {  
    top: 15px; 
     max-width: 300px;
     }
    .logo1{
     max-width:65px;
    }
 .logo2{
     max-width:230px;
    }
 }
.header{
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100px;
    background: #fff;   
}
/* Mid Section */
body {
    background: url(../images/winter2017.jpg);
    background-size: cover;
    background-position: center;
}
.body-bundle {
    background: url(../images/photo-1471967183320-ee018f6e114a.jpg);
    background-size: cover;
    background-position: center;
}
.lead {
    margin-top: 100px;
    position: relative;
    color: #7e7e7e;
    min-height: 1150px;
    padding-top: 100px;
}
h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    background: #e50013;
    padding: 15px 0;
}
.button {   
    display: block;
    margin: 0 auto;
    padding-top: 17px;
    font-size: 17px;
    text-align: center;
    width: 121px;
    color: #fff;
    height: 50px;
    border-radius: 5px;
}
@media screen and (min-width: 530px){
    .lead {
        min-height: 850px;
    }
}
@media screen and (min-width: 768px){
    .lead {
        min-height: 700px;
    }
}
.offers-container {
    background: #fff;
}
.offers {
    max-width: 795px;
    margin: 0 auto;
}
.block-card-renew .full-price,
.block-card .full-price{
    color: #000;
    text-decoration: line-through;
    margin-bottom:0;
}
.or-p {
    font-size: 25px;
    color: #000;
    text-align: center;
    margin:40px auto;
}
.block-card-renew, .block-card {
    background: #fff;
    border: 3px solid #e2e2e2;
    border-radius: 3px;
    text-align: center;  
    margin: 0 auto;    
    min-width: 180px;
    max-width: 100%;
    position: relative;
    height: 340px;
}
.tagline-renew {
    font-size: 18px;
    color: #000;
    line-height: 23px;
}
.ribbon {
    display: block;
    max-width: 40px;
}
.discount {
    display: inline-block;
    color: #E50013;
    margin-bottom: 0;
}
.discounted-price {
    color: #000;
    font-size: 25px;
}
.recommended {
    margin-top: 10px;
}
.bottom-part {
    height: 70px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom-part-renew {
    height: auto;
}
.block-card-default .bottom-part {
    background: #25673e;
}
.block-card-upsell .bottom-part {
    background:  #2a4767;
}
.license {
    margin-top: 10px;
}

.tagline {
    color: #109900;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
/*Footer*/
footer {    
    font-weight: 200;
    background-color: #41424E;
    color: #fff;
    height: 375px;
    padding-top: 10px;
}
.footer-container {
    max-width: 768px;
    position: relative;
    margin: 0 auto;
}
.small-container{
    margin-top: 20px;
    text-align: center;
}
.small-container a{
    color: #fff;
}
.small-container a:focus,
.small-container a:hover,
.small-container a:visited,
 footer li a:hover {
    text-decoration: underline;
}
.footer-list img {
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.list-title {
    font-size: 19px;
    font-weight: 700;
}
.footer-list a img {
    border: none;
}
.footer-list {   
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    color: #fff;
    max-width: 250px;
    position: relative;
}
.ul-wrapper ul {
    text-align: left;
}
.ul2 {
    margin-bottom: 50px;
}
footer li {
    margin-top: 20px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}
footer li a {
    font-size: 16px;
    font-weight: 200;
    height: 14px;
    color: #fff;
    display: block;
}
footer li a:hover{
    color:#fff;
}
.small-container {
    margin-top: 30px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .footer-container {
        max-width: 992px;
    }
}
/*
Sticky footer
*/
* {
margin: 0;
}
html, body {
height: 100%;
font-weight: 300;
}
.container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -395px;
}
.footer, .push {
    height: 395px;
}
@media screen and (min-width: 768px) {
    .container {
        margin: 0 auto -235px;
    }
    .footer, .push {
        height: 235px;
    }
}
/*
Cookies
*/
#impliedsubmit{
    color: #fff;
    font-size: 15px;
    height: 40px;
    background-color: #18e2d8;
    border-radius: 5px;
    border: 0;
}
#impliedsubmit:hover{
    background-color: #119d96;
}
#cookiesdirective { 
    min-height: 81px !important;
}
.myButton {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffdb24), color-stop(1, #ffc824));
    background:-moz-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
    background:-webkit-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
    background:-o-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
    background:-ms-linear-gradient(top, #ffdb24 5%, #ffc824 100%);
    background:linear-gradient(to bottom, #ffdb24 5%, #ffc824 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb24', endColorstr='#ffc824',GradientType=0);
    background-color:#ffdb24;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color: #000;
    border:1px solid #FFB900;
    display:inline-block;
    cursor:pointer;		
    text-decoration:none;
}
.mybutton2 {
    color: #d4d4d3;
    background-color: #b1b1b0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b7b7b7), color-stop(1, #868684));
    background:-moz-linear-gradient(top, #b7b7b7 5%, #868684 100%);
    background:-webkit-linear-gradient(top, #b7b7b7 5%, #868684 100%);
    background:-o-linear-gradient(top, #b7b7b7 5%, #868684 100%);
    background:-ms-linear-gradient(top, #b7b7b7 5%, #868684 100%);
    background: linear-gradient(to bottom, #b7b7b7 5%, #868684 100%);
    border: 1px solid #8c8574;
}
.myButton:hover, .mybutton2:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc824), color-stop(1, #ffdb24));
    background:-moz-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
    background:-webkit-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
    background:-o-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
    background:-ms-linear-gradient(top, #ffc824 5%, #ffdb24 100%);
    background:linear-gradient(to bottom, #ffc824 5%, #ffdb24 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc824', endColorstr='#ffdb24',GradientType=0);
    background-color:#ffc824;
    border:1px solid #FFB900;
    color: #fff;
}
.myButton:active, mybutton2:hover {
    position:relative;
    top:1px;
}
.button2 {  
    display: block;
    margin: 20px auto;
    width: 180px;
    height: 60px;
    font-size: 17px;
    text-align: center;
    padding-top: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    border: 1px solid #063d00;    
    border-radius: 3px;
    background-color: #119f00;
    background-image: -moz-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#12aa00),to(#0f8e00));
    background-image: -webkit-linear-gradient(top,#12aa00,#0f8e00);
    background-image: -o-linear-gradient(top,#12aa00,#0f8e00);
    background-image: linear-gradient(to bottom,#12aa00,#0f8e00);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #0f8e00 #0f8e00 #074200;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-color: #063d00;
    -webkit-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(33,221,0,1),inset -1px 0 0 rgba(19,172,0,1),inset 0 -1px 0 rgba(19,172,0,1),inset 1px 0 0 rgba(19,172,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
.button2:hover { 
    background-color: #19a808;
    background-image: -moz-linear-gradient(top,#1baf09,#179d07);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1baf09),to(#179d07));
    background-image: -webkit-linear-gradient(top,#1baf09,#179d07);
    background-image: -o-linear-gradient(top,#1baf09,#179d07);
    background-image: linear-gradient(to bottom,#1baf09,#179d07);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1baf09',endColorstr='#ff179d07',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 rgba(49,222,16,1),inset -1px 0 0 rgba(18,160,0,1),inset 0 -1px 0 rgba(18,160,0,1),inset 1px 0 0 rgba(18,160,0,1),0 1px 2px -1px rgba(0,0,0,.85);
}
/*Bundle*/
.case {
    max-height: 200px;;
}
.alt-case {
    clear: both;
    max-height: 96px;
    float: left;
}
.plus {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin:40px auto;
}
.dmx-bundle-card, .transparent-block {
    border: 1px solid #e2e2e2
}
.transparent-block {
    padding: 12px 0;
    width: auto;
    float: left;
    background:rgba(255, 255, 255, 0.8);
}
.dmx-bundle-card {
    padding: 20px;
}
.margin-bottom {
    margin-bottom: 24px;
}
.transparent-block h2, .transparent-block p{
 color: #000;
 margin-top: 15px;
}
.block-card-auto {
    height: auto;
}
.block-card-auto h2, .block-card-auto p {
    text-align: left;
}
.gift-img{  
   vertical-align: middle;
   margin: 5px 10px;
}
.block-card-auto .full-price {
    margin: 0 15px 0 0;
}
.block-card-auto .full-price, 
.gift-img {
   float: right;
}
.dmx-bundle-card {
    height: auto;
    width: 100%;
}
.dmx-bundle-card .ribbon {
    max-width: 40px;
    position: absolute;
    left: 0;
}
.buy-bundle-btn {
    font-weight: 400;
    display: block;
    height: 50px;
    width: 200px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin: 5px auto 10px auto;
    font-size: 18px;
    padding-top: 16px;
    background-color: #87b52b;
    background-image: -webkit-linear-gradient(to top,#87b52b,#96c930);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #96c930);
    background-image: linear-gradient(to top,#87b52b,#96c930);
}
.discount-details p{
    margin-top: 15px;
    text-align: center;
}
.discount-details .full-price {
    font-weight: 400;
    color: #000;
    text-decoration: line-through;
}
.discount-details .discounted-price { 
    font-weight: 400;
    color: red;
}
.lead-bundle {
    margin-top: 15px;
}
@media screen and (min-width: 425px){
.block-card-auto, .transparent-block {
    min-width: 355px;
}
}
@media screen and (min-width: 768px){
    .block-card-renew,
    .block-card {
        width: 300px;
    }
    .or-p, .plus {
        margin-top:195px;
    }
    .offers {
        max-width: 992px;
    }
    .block-card-auto  {
        width: 100%;
        min-width: 395px;
    }
    .dmx-bundle-card {
        width: 100%;
        min-width: 100%;
    }
}
