@import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);

body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

a:focus {outline: none;}
#salesPanel {
  background-color:#1a1a1a;
  position:fixed;
  padding: 0 20px 0 15px;
  border-bottom: 1px solid #333;
  top:0;
  left:0;
  right:0;
  z-index: 999;
}
#salesPanel h1 {
  color: #fff;
  float: left;
  font-weight: 300;
  font-size: 31px;
  cursor: default;
  text-transform: uppercase;
  font-family: 'Oswald', arial;
  margin: 0;
  padding: 5px 20px;
}
#salesPanel a.imgLinkOs {
  background-image: url('../img/os_logo_white.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 58px;
  height: 56px;
  float: left;
}
#salesPanel a.imgLinkOs:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#salesPanel a.mrDtl,
#salesPanel a.buyNow {
  border-radius: 3px;
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oswald', arial;
  margin: 5px 5px;
  padding: 9px 9px;
  text-decoration: none;
}
#salesPanel a.mrDtl {background-color: #4CB849;}
#salesPanel a.buyNow {background-color: #F15723;}
#salesPanel a.mrDtl:hover,
#salesPanel a.buyNow:hover {
  color: #000;
  background-color: #fff;
}

/*#listTemplates span,
#salesPanel a.mrDtl,
#salesPanel a.buyNow,
.responsive-options a{
  -webkit-box-shadow: 0 2px 5px #A2A2A2 inset;
  -moz-box-shadow: 0 2px 5px #A2A2A2 inset;
  -ms-box-shadow: 0 2px 5px #A2A2A2 inset;
  box-shadow: 0 2px 5px #A2A2A2 inset;
}
*/
.responsive-options{
  margin: 5px 25px;
  float: right;
}
.responsive-options a {
  font-size: 23px;
  background-color: #5E686D;
  text-align: center;
  color: #fff;
  width: 45px;
  float: left;
  padding: 7px 0;
  display: block;
}
.responsive-options a.active,
.responsive-options a:hover {
  background-color: #fff;
  color: #000;
}
.responsive-options a#pcLinck {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #504B4B;
  border-top: 1px solid #504B4B;
  border-bottom: 1px solid #504B4B;
}
.responsive-options a#tabletLinck {
  border: 1px solid #504B4B;
}
.responsive-options a#mobileLinck {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #504B4B;
  border-top: 1px solid #504B4B;
  border-bottom: 1px solid #504B4B;
}
iframe {border: none;}
#pc {width: 100%;}

#pcLinck span,
#mobileLinck span,
#tabletLinck span {
  background-image: url('../img/devices.png');
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 14px;
}
#pcLinck span {background-position: 0px -13px;}
#tabletLinck span {background-position: -19px -13px;}
#mobileLinck span {background-position: -35px -13px;}

#pcLinck.active span,
#pcLinck:hover span {background-position: 0px 0;}

#tabletLinck.active span,
#tabletLinck:hover span {background-position: -19px 0;}

#mobileLinck.active span,
#mobileLinck:hover span {background-position: -35px 0;}

#mobile {
  width: 340px;
  display: block;
  margin: 0 auto;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;  
}
#tablet {
  width: 767px;
  display: block;
  margin: 0 auto;
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
#listTemplates {
  font-family: 'Oswald', arial;
  display: table;
  float: right;
  padding: 0 0 4px 0;
  margin: 0;
}
#listTemplates:hover li {display: block;}
#listTemplates .subList {
  position: absolute;
  margin: 2px 0 0 0;
  overflow-y: auto;
  height: 0px;
  width: 240px;
  -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
#listTemplates:hover .subList {height: 140px;}
#listTemplates span {
  background-color: #5E686D;
  display: inline-block;
  color: white;
  cursor: pointer;
  width: 220px;
  border-radius: 4px;
  padding: 8px 8px 8px 8px;
  margin: 5px 0 0 0;
}
#listTemplates span b {
  font-size: 15px;
  padding: 0 0 0 7px;
  float: right;
}
#listTemplates li {
  list-style: none;
  border-bottom: 1px solid #747474;
  width: 100%;
}
#listTemplates li a {
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
  display: block;
  cursor: pointer;
  background-color: #444;
  font-weight: normal;
  color: #DEDEDE;
}
#listTemplates li a:hover {
  color: #fff;
  background-color: #222;
}
#pc {
  width: 100%;
  overflow-y: hidden;
  height: 100%;
}
#mobileLinck span{
  width: 11px !important;
}