/*
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, strong, 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-4 {
        float: left;
        width: 33.333%
    }
}
@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;
    }
 }
 .bf-stamp {
    max-width: 185px;
    position: absolute;
    top: -20px;
    left: -116px;
    transform: rotate(-4deg);
 }
.header{
    position: fixed;
    z-index: 4;
    width: 100%;
    top: 0;
    height: 100px;
    background: #fff;   
}
/* Mid Section */
body {
    background: #C1161E;
}
.christmas-lead {
  background: url(../images/xmas-bkg2.jpg);
    background-position: center;
    background-size: cover;
}
.christmas-lead:before, .nye-lead:before {
    background-color: rgba(123, 123, 123, 0.65);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.nye-lead {
     background: url(../images/nye-background.jpg);
    background-position: center;
    background-size: cover;
}
.nye-lead:before {
    background-color: rgba(235, 213, 164, 0.65);
}
.lead {
    margin-top: 100px;
    position: relative;
    color: #7e7e7e;
    min-height: 1150px;
    padding-top: 100px;
}
.button {   
    display: block;
    margin: 0 auto;
    padding-top: 17px;
    font-size: 17px;
    text-align: center;
    width: 121px;
    color: #fff;
    height: 50px;
    border-radius: 5px;
}
.bf-banner {
    max-width: 300px;
    display: block;
    margin: 50px auto;
    transform: rotate(3deg);
}
@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;
    position: relative;
    z-index: 2;
}
.block-card .full-price {
    color: #000;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.or-p {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin:40px auto;
}
.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: 370px;
}
.block-card-spring-offer {
    margin-top: -27px;
    padding: 35px 10px;
    height: 120px;
    border-color: #fbcd45;
    background: #fff279;
}
.block-card-spring-offer p {
    text-align: left;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}
.tagline-renew {
    font-size: 18px;
    color: #000;
    line-height: 23px;
}
.ribbon {
    display: block;
    max-width: 50px;
    margin-left:-4px;
    margin-top: -3px;
}
.discount {
    display: inline-block;
    color: #E50013;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 25px;
}
.discounted-price {
    color: #000;
    font-size: 25px;
}
.recommended {
    margin-top: 10px;
}
.bottom-part {
    height: 70px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom-part-renew {
    height: auto;
}
.block-card-default .bottom-part {
    background: #27292b;
}
.block-card-upsell .bottom-part {
    background:  #676a6d;
}
.christmas-lead .bottom-part,
.nye-lead .bottom-part {
    background: #e50013;
}
.license {
    margin-top: 10px;
}
@media screen and (min-width: 768px){
    .block-card {
        width: 300px;
    }
    .or-p {
        margin-top:160px;
    }
}
.tagline {
    color: #109900;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
.paperclips-container {
    margin-top: -20px;
}
.paperclip {
    max-width: 40px;
    position: relative;
    z-index: 20;
}
.paperclip2 {
    float: right;
}
.atm-gift {
    max-width: 120px;
    margin-top: -15px;
    margin-right: -220px;
}
@media screen and (min-width: 768px){

    .atm-gift {
        margin-right: -200px;
    }
}
@media screen and (min-width: 992px){

    .atm-gift {
        margin-top: -10px;
        margin-right: -240px;
    }
}

/*Footer*/
footer {    
    font-weight: 200;
    background-color: #27292b;
    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: 14px;
    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%;
}
.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;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 300;
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 3px;
    background: #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);
}
#impliedsubmit:hover{
    background: #a2d934;
    background-image: -webkit-linear-gradient(to top,#87b52b,#a2d934);
    background-image: -webkit-linear-gradient(bottom, #87b52b, #a2d934);
    background-image: linear-gradient(to top,#87b52b,#a2d934)
}
#cookiesdirective { 
    min-height: 81px !important;
}
#cookiesdirective div {
    display: inline-block;
}
.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);
}