﻿@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 16px;
}
#usage-title {
  color: #009cd9;
  font-size: 1.875em;
  margin: auto;
}
#pricing {
  overflow: hidden;
  text-align: center;
}
#pricing .edition {
  margin: 0 1px 5px 0;
  display: inline-block;
  vertical-align: top;
}
#pricing .edition .data .title {
  color: #009cd9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.875em;
}
#pricing .edition .data .total {
  padding-top: 1.813em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5.313em;
  margin: -2.625em auto 0.625em;
  color: #000000;
  border-radius: 50%;
}
#pricing .edition .data .total span {
  font-size: 1.125em;
}
#pricing .edition .data .description {
  padding-bottom: 10px;
  font-size: 0.875em;
  line-height: 24px;
  padding: 0;
  /*span {
                    display: block;


                    &:first-child {
                        font-weight: bold;
                    }
                }*/
}
#pricing .edition .data .description li {
  padding: 12px 0 10px;
  list-style-type: none;
  border-bottom: 1px solid #eee;
}
#pricing .edition .pricing .button {
  text-decoration: none;
  width: 9.375em;
  height: 2.938em;
  display: block;
  text-align: center;
  line-height: 2.938em;
  border-radius: 2px;
  background-repeat: no-repeat;
  margin: 0.4em auto;
}
#pricing .edition .pricing .button:hover {
  background-position: 0 -2.938em;
}
#pricing .edition .pricing .free-options {
  color: #009cd9;
}
#pricing .edition .pricing .free-options > span {
  display: block;
  margin: 10px auto 10px;
  font-size: 0.875em;
}
#pricing .edition .pricing .free-options .windows {
  text-decoration: none;
  width: 9.375em;
  height: 2.938em;
  display: block;
  text-align: center;
  line-height: 2.938em;
  border-radius: 2px;
  background-repeat: no-repeat;
  margin: 0.4em auto;
  background-image: url('Images/buttons/freeWindows.png');
  background-size: 9.375em 5.875em;
}
#pricing .edition .pricing .free-options .windows:hover {
  background-position: 0 -2.938em;
}
#pricing .edition .pricing .free-options .android {
  text-decoration: none;
  width: 9.375em;
  height: 2.938em;
  display: block;
  text-align: center;
  line-height: 2.938em;
  border-radius: 2px;
  background-repeat: no-repeat;
  margin: 0.4em auto;
  background-image: url('Images/buttons/freeAndroid.png');
  background-size: 9.375em 5.875em;
}
#pricing .edition .pricing .free-options .android:hover {
  background-position: 0 -2.938em;
}
#pricing .edition .pricing .free-options .ios {
  text-decoration: none;
  width: 9.375em;
  height: 2.938em;
  display: block;
  text-align: center;
  line-height: 2.938em;
  border-radius: 2px;
  background-repeat: no-repeat;
  margin: 0.4em auto;
  background-image: url('Images/buttons/freeIos.png');
  background-size: 9.375em 5.875em;
}
#pricing .edition .pricing .free-options .ios:hover {
  background-position: 0 -2.938em;
}
#pricing .edition .pricing .pricing-options {
  color: #009cd9;
  text-align: left;
}
#pricing .edition .pricing .pricing-options a {
  color: #009cd9;
}
#pricing .edition .pricing .pricing-options label.option,
#pricing .edition .pricing .pricing-options > span {
  display: block;
  padding: 0 12px;
  line-height: 34px;
  font-size: 0.8em;
}
#pricing .edition .pricing .pricing-options input[type=radio],
#pricing .edition .pricing .pricing-options input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#pricing .edition .pricing .pricing-options input[type=radio] ~ span:before,
#pricing .edition .pricing .pricing-options input[type=checkbox] ~ span:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 1.4em;
}
#pricing .edition .pricing .pricing-options input[type=radio]:checked ~ span:before,
#pricing .edition .pricing .pricing-options input[type=checkbox]:checked ~ span:before {
  content: "\f192";
}
#pricing .edition .pricing .pricing-options .highlighted {
  color: #ffffff;
  background-color: #ff9100;
}
#pricing .edition .pricing .buyNow {
  text-align: center;
}
#pricing .edition .pricing .buyNow a {
  background-color: #009cd9;
  color: #ffffff;
  margin: 0.313em auto 0.938em;
}
#pricing .edition .pricing .buyNow a:hover {
  background-color: #35b6e9;
}
#pricing .most-popular {
  width: 177px;
  border: solid 3px #73c03e;
  position: relative;
  top: 1px;
}
#pricing .most-popular .data .title {
  background-color: #73c03e;
}
#pricing .most-popular .data .title .pre-title {
  display: block;
  position: relative;
  top: -16px;
  background-color: #73c03e;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
#pricing .most-popular .pricing .free-options {
  color: #73c03e;
}
#pricing .most-popular .pricing .pricing-options {
  color: #73c03e;
}
#pricing .most-popular .pricing .pricing-options a {
  color: #73c03e;
}
#pricing .most-popular .pricing .buyNow a {
  background-color: #73c03e;
}
#pricing .most-popular .pricing .buyNow a:hover {
  background-color: #9edc73;
}
@media all and (max-width: 815px) {
  #pricing .edition {
    box-shadow: none;
    margin: 5px auto;
  }
  #pricing .edition .data {
    display: block;
    position: relative;
    /*&:before, &:after {
                    width: inherit;
                    content: "\00a0\00a0";
                    position: absolute;
                    left: 0;
                }

                &:before {
                    top: 0;
                    border-top: 1px solid @edition-border-color;
                }

                &:after {
                    bottom: 0;
                    border-bottom: 1px solid @edition-border-color;
                }*/
  }
  #pricing .edition .data .title {
    font-size: 1.5em;
  }
  #pricing .edition .data .title .pre-title {
    display: none;
  }
  #pricing .edition .data .total span {
    font-size: 0.75em;
  }
  #pricing .edition .data .description {
    display: block;
    font-size: 0.833em;
    line-height: 1.426em;
    padding-bottom: 0;
  }
  #pricing .edition .pricing {
    display: block;
    margin-left: 0.313em;
  }
  #pricing .edition .pricing .free-options > span {
    margin: 0.4em auto 0.4em;
    font-size: 0.833em;
  }
  #pricing .edition .pricing .pricing-options label.option,
  #pricing .edition .pricing .pricing-options > span {
    padding: 0 0.676em;
    line-height: 2.101em;
    font-size: 0.833em;
  }
  #pricing .edition .pricing .pricing-options label.option:first-child,
  #pricing .edition .pricing .pricing-options > span:first-child {
    border-top: none;
  }
  #pricing .edition .pricing .pricing-options input[type=radio] ~ span:before,
  #pricing .edition .pricing .pricing-options input[type=checkbox] ~ span:before {
    letter-spacing: 0.555em;
    font-size: 1.125em;
    font-weight: bold;
    width: 1.4em;
  }
}
@media all and (max-width: 480px) {
  #pricing {
    font-size: 0.8em;
  }
  #pricing .edition .pricing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}