@font-face {
  font-family: Montserrat-Bold;
  font-weight: bold;
  src: url("font/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
  font-family: Montserrat-Regular;
  font-weight: regular;
  src: url("font/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: SourceSansPro;
  src: url("font/SourceSansPro-Regular.otf") format("opentype"); }
@font-face {
  font-family: SourceSansPro;
  font-weight: bold;
  src: url("font/SourceSansPro-Bold.otf") format("opentype"); }
@font-face {
  font-family: SourceSansPro;
  font-weight: 300;
  src: url("font/SourceSansPro-Light.otf") format("opentype"); }
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: SourceSansPro;
  font-size: 14px;
  color: #666666; }

body {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }

.logo {
  width: 220px;
  height: 80px;
  margin-top: 45px;
  margin-left: 28px;
  background: url(../images/logo.png) no-repeat; }

.menu {
  width: 328px;
  display: inline-block;
  height: inherit;
  background: #ffffff; }

.content {
  width: 870px;
  display: inline-block;
  background: #ffffff; }

.descriptionText {
  width: 250px;
  height: 50px;
  margin-left: 28px;
  padding-top: 15px; }

.buttonsHolder {
  height: 40px;
  width: 240px;
  margin-left: 28px;
  margin-top: 40px;
  display: block; }

.try {
  font-family: Montserrat-Bold;
  width: 90px;
  height: 40px;
  background: #666666;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  text-decoration:none; }
  
.try:hover {
  background: #4d4d4d; }

.buy {
  display: inline-block;
  border-radius: 4px; }

.buyText {
  font-family: Montserrat-Bold;
  width: 90px;
  height: 40px;
  display: inline-block;
  background: #88C057;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  font-size: 16px;
  cursor: pointer; }
  
.buyText:hover {
  background: #75a64b; }

.buyAmount {
  font-family: Montserrat-Regular;
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: #75A64B;
  color: white;
  text-align: center;
  font-size: 16px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  vertical-align: bottom; }

.bottomBanner {
  height: 156px;
  width: 240px;
  margin-left: 28px;
  position: absolute;
  bottom: 0; }

.share {
  font-family: Montserrat-Bold;
  margin-top: 20px; }

.social {
  height: 32px;
  width: 166px;
  margin-top: 20px;
  background: url("../images/spriteSocial.png") no-repeat; }

.info {
  margin-top: 18px;
  margin-bottom: 20px; }

.facebook, .twitter, .pinterest {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer; }
  
.pinterest{
  background:#ffffff;
}

.categories {
  position: absolute;
  margin-left: 28px;
  top: 300px;
  bottom: 156px;
  overflow: hidden;
  width: 299px; }

.category {
  display: block;
  color: #666666;
  line-height: 35px;
  text-decoration: none;
  cursor: pointer; }
  
.category:hover {
  color: #48a0dc; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e6e6e6 !important;
  width: 4px !important; }

.title {
  padding-left: 90px;
  padding-top: 45px;
  padding-bottom: 10px; }

.mainTitle {
  font-family: Montserrat-Bold;
  color: #88C057;
  font-size: 90px;
  font-weight: bold;
  line-height: 90px; }

.name {
  font-family: Montserrat-Bold;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px; }

.formats {
  font-family: Montserrat-Regular;
  padding-top: 5px;
  font-size: 14px;
  line-height: 14px; }

.story {
  width: 780px;
  padding-left: 90px;
  font-weight: 100;
  padding-top: 20px;
  font-size: 20px;
  line-height: 28px; }

.tabs {
  margin-top: 50px;
  padding-left: 90px; }

.tab {
  width: 240px;
  margin-right: 30px;
  display: inline-block; }

.tabTitle {
  font-family: Montserrat-Bold;
  font-size: 14px;
  font-weight: bold;
  color: #88C057; }

.tabDescription {
  padding-top: 20px; }

.contentInside {
  position: absolute;
  border-left: 2px solid #e6e6e6;
  top: 0px;
  bottom: 0px; }

.magicLand {
  padding-left: 90px;
  padding-top: 30px; }

.header {
  font-family: Montserrat-Bold;
  padding-top: 60px;
  font-size: 14px;
  line-height: 14px; }

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 630px;
  height: 390px;
  position: relative;
  margin: 10% auto;
  border-radius: 2px;
  background: #ffffff; }

.close {
  background: url(../images/close.png);
  position: absolute;
  right: 0px;
  top: -30px;
  width: 20px;
  height: 20px; }

.modalDialog .continueButton {
  width: 190px;
  height: 40px;
  display: inline-block;
  background: #88C057;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  color: white;
  font-size: 16px;
  cursor: pointer;
  bottom: -60px;
  text-decoration: none;
  left: 225px; }
.modalDialog .continueButton:hover {
  text-decoration: none;
  background: #75a64b; }
.modalDialog .basicLicense {
  border: 2px solid #48A0DC; }
.modalDialog .extendedLicense {
  border: 2px solid #ffffff; }
.modalDialog .basicLicense, .modalDialog .extendedLicense {
  width: 240px;
  height: 270px;
  margin-top: 60px;
  margin-left: 44px;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer; }
  .modalDialog .basicLicense .modalTitle, .modalDialog .extendedLicense .modalTitle {
    font-family: Montserrat-Bold;
    text-align: center;
    font-weight: bold; }
  .modalDialog .basicLicense .modalText, .modalDialog .extendedLicense .modalText {
    text-align: center; }
  .modalDialog .basicLicense .modalPrice, .modalDialog .extendedLicense .modalPrice {
    padding-top: 45px;
    font-weight: bold;
    font-size: 20px;
    text-align: center; }
.modalDialog .basicLicense .image {
  height: 110px;
  background: url("../images/licenses.png") no-repeat 73px 55px; }
.modalDialog .extendedLicense .image {
  height: 110px;
  background: url("../images/licenses.png") no-repeat -314px 55px; }
  
 #pin{
 	background:none !important;
 }
 
 .iconsSet {
	margin-left:-30px; 
 }


/*# sourceMappingURL=main.css.map */