/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');


/*Header background*/
/*-------------Sass Mixin---------------*/
/*-------------!Sass Mixin---------------*/
/*	-------------GENERAL STYLE---------------*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #222;
  font-family: "Open Sans";
}

section {
  position: fixed;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}

a {
  color: #999999;
  text-decoration: none;
  border: none;
}

iframe {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: hidden;
  z-index: 5;
}

/*-------------!GENERAL STYLE---------------*/
/*-----------------------------------------------------------*/
.clear {
  clear: both;
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scrollbar {
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.section {
  margin: 0 auto;
}

/*----------------------HEADER---------------------------------*/
header {
  background: #232323;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 51px;
  z-index: 100;
  /*[-------LOGO--------]*/
  /*[-------!LOGO--------]*/
  /*[-------MENU--------]*/
  /*#menu*/
  /*[-------!MENU--------]*/
  /*!.devices*/
}

header > .left {
  float: left;
}

header .right {
  height: 50px;
  float: right;
}

header .right div {
  cursor: pointer;
}

header .right .purchase {
  position: relative;
  padding: 0px 20px;
  float: left;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: #C59E72;
  opacity: .95;
  height: 51px;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .right .purchase a {
  color: #FFFFFF;
  line-height: 51px;
  font-weight: 600;
}

header .right .purchase a i {
  font-size: 1.1em;
}

header .right .purchase:hover {
  opacity: 1;
}

header .logo {
  float: left;
  background: #C59E72;
  height: 51px;
  line-height: 51px;
  opacity: .95;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .logo:hover {
  opacity: 1;
}

header .logo > a {
  padding: 20px;
  padding-left: 15px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header #menu {
  float: left;
  min-width: 310px;
  width: 310px;
  max-height: 310px;
  /*!ul*/
}

header #menu .current {
  padding: 0 25px;
  height: 51px;
  line-height: 51px!important;
  font: 700 .8em 'Open Sans', sans-serif;
  text-transform: uppercase;
  background: #333333;
  color: #fff;
  cursor: default;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header #menu ul {
  position: absolute;
  min-width: 310px;
  width: 310px;
  max-height: 310px;
  font: 700 .7em 'Open Sans', sans-serif;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: 0;
  border-left: 0;
  -webkit-box-shadow: 1px 1px 1px -1px #777;
          box-shadow: 1px 1px 1px -1px #777;
  list-style: none;
  z-index: 10;
  overflow: auto;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*!li*/
}

header #menu ul > li {
  padding: 15px 15px 15px 25px;
  font: 700 1em 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header #menu ul > li:first-child {
  display:none;
}
header #menu ul > li:hover {
  background: #C59E72;
  color: #fff;
}

header #menu ul > li .name {
  float: left;
}

header #menu ul > li .name.api {
  width: 100%;
  display: block;
}

header #menu ul > li .badges {
  float: right;
}

header #menu ul > li .badges.api {
  display: none;
}

header #menu ul > li .badges > .label {
  padding: 5px 7px;
  color: #ECF0F1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: lowercase;
  border-radius: 3px;
}

header .devices {
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  position: absolute;
  background: #333333;
  top: 0px;
  left: 50%;
  margin-left: -170px;
  color: #999999;
  font-size: 25px;
  text-align: center;
  z-index: 1;
  /*!div*/
}

header .devices div {
  -webkit-box-shadow: inset 0 1px 0 #232323;
  box-shadow: inset 0 1px 0 #232323;
  border: 1px solid black;
  border-right-width: 0;
  border-bottom: none;
  border-top: none;
  float: left;
  display: block;
  width: 40px;
  height: 30px;
  outline: none;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
}

header .devices div.curr, header .devices div.active {
  -webkit-transition: all 0.2 ease;
  transition: all 0.2 ease;
  outline: none;
  background: #000000;
  color: #FFFFFF;
}

header .devices div:hover {
  outline: none;
  background: #000000;
  color: #FFFFFF;
}

header .devices div:hover a {
  color: #FFFFFF;
}

header .devices > :last-child {
  border-right: 1px solid black;
}

/*!Header*/
/*-------------!Header---------------*/
/*-------------button---------------*/
.button {
  border: none;
  background-color: #333333;
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  border-radius: 2px;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*-------------!button---------------*/
.theme-color {
  color: #333333;
}

.menu-opened {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-opened iframe {
  opacity: .65;
}

.menu-opened #menu .current {
  background: #FFF;
  color: #000;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-opened #menu ul {
  display: block;
}

/*--------PREVIEW IMAGES--------*/
#preview-img {
  position: absolute;
  margin-top: 0;
  padding: 15px;
  width: 570px;
  height: 280px;
  background: #414141;
  border: none;
  border-top: 0;
  -webkit-box-shadow: 1px 1px 1px -1px #777;
  box-shadow: 1px 1px 1px -1px #777;
  display: none;
  z-index: 11;
}

#preview-img > div {
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

/*--------!PREVIEW IMAGES--------*/
/*-----------CLOSE-------------*/
.close {
  color: #EEE;
  position: relative;
  z-index: 1;
  float: right;
  padding: 0 15px!important;
  border-left: none;
  background: #333333;
}

.close:hover {
  background: #000000;
}

.close:hover > a {
  color: #FFFFFF;
}

.close a {
  text-decoration: none;
  float: left;
  display: block;
  height: 51px;
  line-height: 51px;
  outline: none;
  text-transform: uppercase;
  font-size: 1.1em;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*-----------!CLOSE-------------*/
.phone ul, .tablet ul, .widescreen ul {
  display: none;
  list-style: none;
  position: absolute;
  overflow: hidden;
  top: 51px;
  background: #232323;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  border: 1px solid #191919;
  border-top: 0;
  z-index: 999999;
}

.phone ul li, .tablet ul li, .widescreen ul li {
  width: 220px;
  height: auto;
  color: #999999;
  padding: 12px 20px;
  float: left;
  border-top: 1px solid #282828;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
  text-align: left;
}

.phone ul li:first-child, .tablet ul li:first-child, .widescreen ul li:first-child {
  border-top: none;
}

.phone ul li:hover, .tablet ul li:hover, .widescreen ul li:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.phone ul li:hover span, .tablet ul li:hover span, .widescreen ul li:hover span {
  color: #FFFFFF;
}

.phone ul li span, .tablet ul li span, .widescreen ul li span {
  float: right;
  color: gray;
  font-size: 14px;
  font-weight: 100;
}

.phone, .tablet, .widescreen {
  color: #EEE;
  position: relative;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 10px !important;
  border-left: 1px solid #000;
  margin-left: 0px;
}

.phone span, .tablet span, .widescreen span {
  float: right;
  color: #bfbfbf;
  font-size: 12px;
}

.phone ul, .tablet ul, .widescreen ul {
  left: -100px;
}

.dev {
  position: fixed;
  display: inline;
  right: 50%;
  top: 0;
}

.dev img {
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  margin-top: 61px;
}

.dev img.rota {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.dev .bar-clear {
  clear: both;
}

.hide {
  display: none !important;
}

/* ------------------MEDIA--------------------- */

@media only screen and (max-width: 1279px) {
  .sales, #preview-img, .rating, .cat, .sales, header .devices {
    display: none !important;
  }
  header .logo > a  {
    padding: 0px 15px;
  }
  header #menu, header #menu ul {
    min-width: 160px;
    width: 250px!important;
  }
}