/*!
 *
 *	Project:	Instashare
 *	Author:		Petr Urbanek - www.r4ms3s.cz
 *	Twitter:	@r4ms3scz
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/libs/boxsizing.htc);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-size: 12px;
  font-size: 1.2pxrem;
  line-height: 1;
  font-family: 'Lato', 'Arial CE', Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #191429;
  z-index: 15;
}
.overlay.act,
.show-nav .overlay {
  display: block;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.overlay.act {
  z-index: 9;
}
.video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #ffffff;
  z-index: 10;
}
.video.act {
  display: block;
}
.video .close-btn {
  position: absolute;
  right: -40px;
  top: -40px;
  padding: 10px 8px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video .close-btn .in-menu-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video .close-btn i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video .close-btn .nav-btn-hr-top {
  top: 0;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.video .close-btn .nav-btn-hr-bottom {
  bottom: 0;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
nav {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -345px 0 0 -325px;
  width: 650px;
  height: 690px;
  z-index: 9999;
}
.show-nav nav {
  display: block;
}
nav ul {
  margin: 0 0 0 -30px;
  height: 100%;
  *zoom: 1;
}
nav ul:before,
nav ul:after {
  display: table;
  content: "";
}
nav ul:after {
  clear: both;
}
nav li {
  float: left;
  margin-top: 15px;
  padding: 15px 0 0 30px;
  width: 340px;
  height: 345px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
nav li.act {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  /*
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      -moz-transition-property: none;
      -webkit-transition-property: none;
      -o-transition-property: none;
      transition-property: none;
      */
}
nav li:hover .item-bg {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav li:hover .item-bg-dark img_ {
  margin: 0 0 0 -172px;
  width: 344px;
  height: 210px;
}
nav li:hover h1 {
  color: #291b51;
}
nav li:hover .ico {
  opacity: 0;
  filter: alpha(opacity=0);
}
nav li:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav .first-row {
  padding-top: 0;
  padding-bottom: 15px;
}
nav article {
  position: relative;
  width: 310px;
  height: 330px;
}
nav article > a {
  display: block;
  padding: 200px 0 0 0;
  width: 100%;
  height: 100%;
}
nav .in-article {
  display: block;
  position: relative;
  padding: 27px 30px 0 30px;
  width: 100%;
  height: 100%;
}
nav .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  z-index: 2;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .item-bg-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #544389;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .item-bg-dark img {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -164px;
  width: 328px;
  height: 200px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
nav h1 {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 35px;
  font-weight: 400;
  color: #948daa;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav h1 strong {
  font-weight: 700;
  color: #291b51;
}
nav .ico {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -29px 0 0 0;
  width: 60px;
  height: 60px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
nav .ico-ios {
  background: url(../img/nav-ios.svg) right center no-repeat;
}
nav .ico-mac {
  background: url(../img/nav-mac.svg) right center no-repeat;
}
nav .ico-droid {
  background: url(../img/nav-droid.svg) right center no-repeat;
}
nav .ico-win {
  background: url(../img/nav-win.svg) right center no-repeat;
}
nav .action {
  position: absolute;
  bottom: 40px;
  right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .action a {
  color: #544b97;
  text-decoration: none;
}
nav .action a:hover {
  text-decoration: underline;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 20;
}
.play-video header {
  z-index: 7;
}
header h1 {
  position: absolute;
  left: 40px;
  top: 50px;
  width: 180px;
  height: 34px;
}
header h1 a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent !important;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) 0 0 no-repeat;
}
.no-inlinesvg header h1 a {
  background-image: url(../img/logo.png);
}
header .menu-btn {
  position: absolute;
  right: 40px;
  top: 48px;
  padding: 10px 8px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #000000;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.show-nav header .menu-btn,
header .menu-btn:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
header .menu-btn strong {
  position: absolute;
  right: 55px;
  top: 0;
  width: auto;
  height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
header .menu-btn .in-menu-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
header .menu-btn i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .menu-btn .nav-btn-hr-top {
  top: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.show-nav header .menu-btn .nav-btn-hr-top {
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-btn .nav-btn-hr-center {
  top: 50%;
  margin-top: -1px;
}
.show-nav header .menu-btn .nav-btn-hr-center {
  opacity: 0;
  filter: alpha(opacity=0);
}
header .menu-btn .nav-btn-hr-bottom {
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.show-nav header .menu-btn .nav-btn-hr-bottom {
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-detail h1 {
  display: none;
  visibility: hidden;
}
.header-detail h1 a {
  background: url(../img/logo-detail.svg) 0 0 no-repeat;
}
.no-inlinesvg .header-detail h1 a {
  background-image: url(../img/logo-detail.png);
}
section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home {
  background: #493979;
}
.home .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home-bg.jpg) center center no-repeat #493979;
  background-size: cover;
  z-index: 3;
}
.home .img-bg img {
  width: 100%;
  height: auto;
}
.article-home {
  z-index: 7;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -200px 0 0 0;
  width: 100%;
  height: 260px;
  text-align: center;
}
.article-home h1 {
  margin: 0 0 10px 0;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1.1em;
  font-weight: 300;
  color: #ffffff;
}
.article-home p {
  margin: 0 0 35px 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #291b51;
  text-transform: uppercase;
}
.article-home .btn {
  position: relative;
  display: inline-block;
  padding: 0 0 0 73px;
  width: auto;
  height: 70px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  vertical-align: top;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-home .btn:hover {
  padding: 0;
}
.article-home .btn:hover:after {
  left: 70px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.article-home .btn:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.article-home .btn:hover span {
  padding-left: 103px;
}
.article-home .btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 73px;
  height: 100%;
  background: url(../img/play-btn.png) center center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-home .btn:before {
  content: '';
  position: absolute;
  left: -73px;
  top: 0;
  width: 73px;
  height: 100%;
  background: url(../img/play-btn-act.png) center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-home .btn span {
  display: inline-block;
  padding: 0 30px;
  width: auto;
  height: 68px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 68px;
  font-weight: 700;
  color: #533b9d;
  background: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 40px 40px 40px;
  z-index: 5;
}
.home-nav ul {
  display: block;
  margin: 0 0 0 -1px;
  height: 170px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid rgba(62, 49, 104, 0.2);
  *zoom: 1;
}
.home-nav ul:before,
.home-nav ul:after {
  display: table;
  content: "";
}
.home-nav ul:after {
  clear: both;
}
.home-nav li {
  position: relative;
  float: left;
  padding: 0 0 0 1px;
  width: 25%;
  height: 100%;
  z-index: 1;
}
.home-nav li:hover {
  z-index: 5;
}
.home-nav li:hover .item-bg {
  position: absolute;
  left: -5%;
  top: -10%;
  width: 110%;
  height: 120%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  -moz-box-shadow: 0 3px 10px rgba(61, 56, 89, 0.6), 0 0 0 rgba(61, 56, 89, 0.18);
  -webkit-box-shadow: 0 3px 10px rgba(61, 56, 89, 0.6), 0 0 0 rgba(61, 56, 89, 0.18);
  box-shadow: 0 3px 10px rgba(61, 56, 89, 0.6), 0 0 0 rgba(61, 56, 89, 0.18);
}
.home-nav li:hover h1 {
  color: #291b51;
}
.home-nav li:hover .ico {
  opacity: 0;
  filter: alpha(opacity=0);
}
.home-nav li:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-nav .first-item .item-bg {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.home-nav .last-item .item-bg {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.home-nav article {
  position: relative;
  display: block;
  padding: 40px 30px 0 30px;
  width: 100%;
  height: 100%;
}
.home-nav article > a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-nav h1 {
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 37px;
  font-weight: 400;
  color: #948daa;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav h1 strong {
  font-weight: 700;
  color: #291b51;
}
.home-nav .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav .ico {
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -29px 0 0 0;
  width: 60px;
  height: 60px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav .ico-ios {
  background: url(../img/nav-ios.svg) right center no-repeat;
}
.home-nav .ico-mac {
  background: url(../img/nav-mac.svg) right center no-repeat;
}
.home-nav .ico-droid {
  background: url(../img/nav-droid.svg) right center no-repeat;
}
.home-nav .ico-win {
  background: url(../img/nav-win.svg) right center no-repeat;
}
.home-nav .action {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-nav .action a {
  color: #544b97;
  text-decoration: none;
}
.home-nav .action a:hover {
  text-decoration: underline;
}
.detail article {
  float: left;
  padding: 50px 40px 40px 40px;
  width: 50%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.detail .logo-detail {
  display: block;
  margin: 0 0 40px 0;
  width: 180px;
  height: 34px;
  background: url(../img/logo-detail.svg) 0 0 no-repeat;
}
.no-inlinesvg .detail .logo-detail {
  background-image: url(../img/logo-detail.png);
}
.detail h1 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1em;
  font-weight: 300;
  color: #251d3c;
}
.detail h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #251d3c;
  text-transform: uppercase;
}
.detail p {
  margin: 0 0 40px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #948f9d;
}
.detail ul {
  margin: 0 0 20px 0;
  padding: 0 150px 0 0;
  *zoom: 1;
}
.detail ul:before,
.detail ul:after {
  display: table;
  content: "";
}
.detail ul:after {
  clear: both;
}
.detail ul li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 120px;
  min-height: 70px;
}
.detail ul i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 92px;
  height: 62px;
  background-position: center top;
  background-repeat: no-repeat;
}
.detail ul .ico-file {
  background-image: url(../img/details-ico/icon-filetype.svg);
}
.detail ul .ico-secure {
  background-image: url(../img/details-ico/icon-secure.svg);
}
.detail ul .ico-time {
  background-image: url(../img/details-ico/icon-older.svg);
}
.detail ul .ico-user {
  background-image: url(../img/details-ico/icon-registration.svg);
}
.detail ul .ico-extension {
  background-image: url(../img/details-ico/icon-exstension.svg);
}
.detail ul .ico-clipboard {
  background-image: url(../img/details-ico/icon-clipboard.svg);
}
.detail .perex {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #eaebee;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  font-weight: 400;
  color: #251d3c;
}
.detail-video {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  background: url(../img/detail-video-bg.jpg) center center no-repeat #493979;
  background-size: cover;
}
.detail-video .btn-app {
  position: absolute;
  left: -100px;
  top: 34px;
  width: 200px;
  height: 64px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 2px solid #5c4a90;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 60px;
  font-weight: 700;
  color: #533b9d;
  background: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detail-video .btn-app:hover {
  color: #ffffff;
  background: #5c4a90;
}
.detail-video .btn-app a {
  color: #533b9d;
  text-align: center;
  padding: 0 10px;
}
.detail-video .btn-app a:hover {
  color: #ffffff;
}
.detail-video .btn-app.left {
  left: -250px;
}
.detail-video .btn-app.right {
  left: 50px;
}
.detail-video .video {
  display: block;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.detail-video .video .img,
.detail-video .video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.detail-video .video .iframe {
  position: relative;
  display: block;
  padding: 2px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #000000;
  z-index: 10;
}
.detail-video .video .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 2px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.detail-video .video .play-btn.fade {
  cursor: default;
  opacity: 0;
  filter: alpha(opacity=0);
}
.detail-video .video .play-btn:hover i {
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
}
.detail-video .video .play-btn:hover i:after {
  left: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.detail-video .video .play-btn:hover i:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.detail-video .video .play-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  width: 72px;
  height: 72px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background-color: #1b1921;
  background-color: rgba(27, 25, 33, 0.4);
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detail-video .video .play-btn i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play-btn.png) center center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detail-video .video .play-btn i:before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/play-btn-act.png) center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.detail-video .video .play-btn img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.detail-video .video .gallery-item i:after {
  background: url(../img/gallery-item.png) center center no-repeat;
}
.detail-video .video .gallery-item i:before {
  background: url(../img/gallery-item-act.png) center center no-repeat;
}
.detail-video .video .gallery-item-hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
}
.detail-video .video-iphone {
  margin: -315px 0 0 -173px;
  padding: 97px 33px 97px 32px;
  width: 346px;
  height: 689px;
}
.detail-video .video-android {
  margin: -315px 0 0 -173px;
  padding: 59px 19px 73px 17px;
  width: 353px;
  height: 697px;
}
.detail-video .video-mac {
  margin: -145px 0 0 -315px;
  padding: 22px 75px 47px 75px;
  width: 630px;
  height: 369px;
}
.detail-video .video-windows {
  margin: -140px 0 0 -314px;
  padding: 31px 73px 52px 73px;
  width: 628px;
  height: 353px;
}
.detail article div.container {
  border-collapse: collapse;
  display: table;
  height: 100%;
}
.footer {
  display: table-row;
  vertical-align: bottom;
  height: 40px;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}
.footer a {
  display: block;
  margin: 0 30px 0 0;
  font-size: 14px;
  color: #77747f;
  text-transform: uppercase;
}
.cleaner {
  clear: both;
  height: 0;
  font-size: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 1400px) {
  .detail ul {
    padding: 0 50px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  /*header{
    h1{
      top:30px;
      left:30px;
    }
    .menu-btn{
      top:30px;
      right:30px;
    }
  }*/
  .detail .logo-detail {
    margin: 20px 0 40px 0;
  }
  .home-nav {
    padding: 0 30px 30px 30px;
  }
  .home-nav ul {
    height: 140px;
  }
  .home-nav article {
    padding: 40px 20px 0 20px;
  }
  .home-nav h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  .home-nav .action {
    top: 36px;
  }
  .detail article {
    padding: 30px 30px;
  }
  .detail ul {
    padding: 0 20px 0 0;
  }
  .detail ul li {
    padding: 0 0 0 90px;
  }
  .detail ul i {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .detail ul {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  header h1 {
    top: 30px;
    left: 30px;
  }
  header .menu-btn {
    top: 30px;
    right: 30px;
  }
  .header-detail h1 {
    display: block;
    visibility: visible;
  }
  section {
    overflow: visible;
  }
  .detail article {
    float: none;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .detail .logo-detail {
    display: none;
  }
  .detail ul li i {
    top: 0;
  }
  .detail-video {
    float: none;
    padding: 120px 0 50px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .detail-video .btn-app {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin: 0 0 50px 0;
  }
  .detail-video .btn-app.left {
    left: -25px;
  }
  .detail-video .btn-app.right {
    left: 25px;
  }
  .detail-video .video {
    position: relative;
    display: block;
    background: none;
    left: 0;
    top: 0;
  }
  .detail-video .video .img,
  .detail-video .video img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .detail-video .video-iphone {
    left: -5px;
    margin: 0 auto 0 !important;
    padding: 56px 18px 56px 19px;
    width: 201px;
    height: 400px;
  }
  .detail-video .video-android {
    left: -5px;
    margin: 0 auto 0 !important;
    padding: 34px 11px 42px 10px;
    width: 202px;
    height: 400px;
  }
  .detail-video .video-mac {
    left: -5px;
    margin: 0 auto 0 !important;
  }
  .detail-video .video-windows {
    left: -5px;
    margin: 0 auto 0 !important;
  }
}
@media screen and (max-width: 520px) {
  header h1 {
    top: 20px;
    left: 20px;
  }
  header .menu-btn {
    top: 20px;
    right: 20px;
  }
  header .menu-btn strong {
    display: none;
  }
  .detail article {
    padding: 30px 20px;
  }
  .detail p {
    margin: 0 0 20px 0;
  }
  .detail .perex {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .detail-video .btn-app {
    width: 180px;
    height: 50px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 48px;
  }
  .detail-video .btn-app.left {
    left: -5px;
  }
  .detail-video .btn-app.right {
    left: 5px;
  }
}
@media screen and (max-width: 440px) {
  .detail ul {
    padding: 20px 0 0 0;
  }
  .detail ul li {
    margin: 0 0 50px 0;
    padding: 70px 0 0 0;
    min-height: none;
  }
  .detail ul i {
    left: 50%;
    top: 0;
    margin-left: -40px;
  }
  .detail ul h2 {
    text-align: center;
  }
  .detail ul p {
    text-align: center;
  }
  .footer a {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 1025px) and (max-height: 780px) {
  .detail-video .video-iphone {
    margin: -220px 0 0 -125px;
    padding: 70px 23px 70px 23px;
    width: 251px;
    height: 500px;
  }
  .detail-video .video-android {
    margin: -220px 0 0 -125px;
    padding: 42px 13px 52px 13px;
    width: 253px;
    height: 500px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 600px) {
  .detail-video .video-iphone {
    margin: -180px 0 0 -100px;
    padding: 56px 18px 56px 19px;
    width: 201px;
    height: 400px;
  }
  .detail-video .video-android {
    margin: -180px 0 0 -100px;
    padding: 34px 11px 42px 10px;
    width: 202px;
    height: 400px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 500px) {
  .detail-video .video-iphone {
    margin: -155px 0 0 -88px;
    padding: 49px 16px 49px 16px;
    width: 176px;
    height: 350px;
  }
  .detail-video .video-android {
    margin: -155px 0 0 -88px;
    padding: 30px 9px 36px 9px;
    width: 177px;
    height: 350px;
  }
}
@media screen and (max-width: 1320px), screen and (max-height: 540px) {
  .detail-video .video-mac {
    margin: -110px 0 0 -250px;
    padding: 17px 59px 37px 59px;
    width: 500px;
    height: 293px;
  }
  .detail-video .video-windows {
    margin: -100px 0 0 -250px;
    padding: 24px 58px 41px 58px;
    width: 500px;
    height: 281px;
  }
}
@media screen and (max-width: 600px) {
  .detail-video .video-mac {
    padding: 10px 36px 22px 36px;
    width: 300px;
    height: 176px;
  }
  .detail-video .video-windows {
    padding: 14px 35px 25px 35px;
    width: 300px;
    height: 169px;
  }
}
@media screen and (min-width: 1025px) and (max-height: 450px) {
  header .menu-btn strong {
    display: none;
  }
  .detail-video {
    padding: 90px 0 20px 0;
    height: 100%;
    text-align: center;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .detail-video .btn-app {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .detail-video .video-iphone,
  .detail-video .video-android,
  .detail-video .video-mac,
  .detail-video .video-windows {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 0;
  }
  .detail-video .video-mac {
    padding: 14px 48px 30px 48px;
    width: 400px;
    height: 235px;
  }
  .detail-video .video-windows {
    padding: 20px 46px 33px 46px;
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 1020px), screen and (max-height: 740px) {
  .header-detail h1 a {
    background: url(../img/logo.svg) 0 0 no-repeat;
  }
  .home .img-bg {
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .article-home {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -170px;
    padding: 0 40px 0 40px;
    width: 100%;
    height: 200px;
  }
  .article-home h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1em;
  }
  .article-home p {
    margin: 0 0 25px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3em;
  }
  .home-nav h1 {
    text-align: center;
  }
  .home-nav .ico {
    background-position-x: center;
    opacity: 0.4;
    filter: alpha(opacity=40);
    left: 0;
    right: 0;
    width: 100%;
  }
  .home-nav .action {
    display: none;
  }
}
@media screen and (max-width: 900px), screen and (max-height: 510px) {
  header h1 {
    top: 20px;
    left: 20px;
  }
  header .menu-btn {
    top: 20px;
    right: 20px;
  }
  .article-home {
    margin-top: -100px;
    padding: 0 20px 0 20px;
    width: 100%;
    height: 140px;
  }
  .article-home h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1em;
  }
  .article-home p {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3em;
  }
  .article-home .btn {
    padding: 0 0 0 40px;
    width: auto;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .article-home .btn:hover {
    padding: 0;
  }
  .article-home .btn:hover:after {
    left: 70px;
  }
  .article-home .btn:hover:before {
    left: 0;
  }
  .article-home .btn:hover span {
    padding-left: 61px;
  }
  .article-home .btn:after {
    width: 40px;
    height: 100%;
    background-size: 8px 11px;
  }
  .article-home .btn:before {
    left: -40px;
    width: 40px;
    height: 100%;
    background-size: 8px 11px;
  }
  .article-home .btn span {
    padding: 0 20px;
    width: auto;
    height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 38px;
  }
  .home-nav {
    padding: 0 20px 20px 20px;
  }
  .home-nav ul {
    height: 100px;
  }
  .home-nav article {
    padding: 26px 10px 0 10px;
  }
  .home-nav h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  .detail-video {
    padding-top: 80px;
  }
}
@media screen and (max-width: 550px), screen and (max-height: 360px) {
  .home-body {
    min-height: 100%;
  }
  .home-body body {
    min-height: 100%;
    background: url(../img/detail-video-bg.jpg) center center no-repeat #493979;
    background-size: cover;
  }
  .home {
    background: none;
  }
  .home .img-bg {
    display: none;
  }
  .article-home {
    margin-top: -170px;
  }
  .home-nav {
    padding: 0 10px 10px 10px;
  }
  .home-nav ul {
    margin: 0;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  .home-nav li {
    position: relative;
    float: left;
    padding: 10px;
    width: 50%;
    height: 150px;
  }
  .home-nav li:hover .item-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .home-nav .first-item .item-bg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .home-nav .last-item .item-bg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .home-nav article {
    padding: 20px 20px 0 20px;
  }
  .home-nav h1 {
    font-size: 18px;
    font-size: 1.8pxrem;
    line-height: 1.2em;
    top: 22%;
  }
}
@media screen and (max-width: 420px), screen and (max-height: 360px) {
  .article-home h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1em;
  }
  .article-home p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1em;
  }
  .home-nav h1 {
    top: 22%;
  }
}
@media screen and (max-width: 710px), screen and (max-height: 750px) {
  .menu-btn {
    display: none;
  }
  nav {
    left: 0;
    top: 0;
    margin: 0;
    padding: 30px 50px;
    width: 100%;
    height: 100%;
  }
  nav ul {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  nav li {
    float: none;
    padding: 20px 0 20px 0;
    width: 100%;
    height: 25%;
  }
  nav li:hover h1 {
    color: #291b51;
  }
  nav li:hover .ico {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  nav li:hover .action {
    display: none;
  }
  nav .first-row {
    padding: 20px 0 20px 0;
  }
  nav article {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
  }
  nav article > a {
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  nav .in-article {
    display: block;
    position: relative;
    padding: 0 30px 0 30px;
    width: 100%;
    height: 100%;
  }
  nav .item-bg {
    display: none;
  }
  nav h1 {
    position: absolute;
    left: 30px;
    top: 50%;
    margin: -38px 0 0 0;
  }
}
@media screen and (max-width: 460px), screen and (max-height: 680px) {
  .header-detail h1 a {
    background: url(../img/logo.svg) 0 0 no-repeat;
  }
  .menu-btn {
    display: none;
  }
  nav {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
  }
  nav li {
    padding: 10px 0 10px 0;
  }
  nav .first-row {
    padding: 10px 0 10px 0;
  }
  nav .in-article {
    padding: 0 20px 0 20px;
  }
  nav h1 {
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -22px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px), screen and (max-height: 600px) {
  .header-detail h1 a {
    background: url(../img/logo.svg) 0 0 no-repeat;
  }
  .menu-btn {
    display: none;
  }
  .home-body {
    height: auto;
  }
  .home-body body {
    height: auto;
  }
  .home {
    height: auto;
  }
  .article-home {
    position: relative;
    top: 0;
    margin: 0 0 50px 0;
    padding: 100px 20px 0 20px;
    height: auto;
  }
  .home-nav {
    position: relative;
  }
  nav {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
  }
  nav li {
    float: left;
    padding: 10px;
    width: 50%;
    height: 50%;
    text-align: center;
  }
  nav .first-row {
    padding: 10px;
  }
  nav .in-article {
    padding: 0;
  }
  nav h1 {
    left: 0;
    width: 100%;
    height: auto;
  }
  nav .ico {
    display: none;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  display: table;
  content: "";
}
.c:after {
  clear: both;
}
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.vh.focusable:active,
.vh.focusable:focus {
  clip: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  height: auto;
}
.log {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 25px;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  padding: 50px;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 2000px;
  max-height: 100%;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -100px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -25px 0 0 0;
  background-position: -32px 13px;
  background-color: #000000;
  float: left;
}
#swipebox-next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -25px 0 0 0;
  background-position: -78px 13px;
  background-color: #000000;
  float: right;
}
/*#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}*/
#swipebox-close {
  position: absolute;
  right: 20px;
  top: 28px;
  padding: 10px 8px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #000000;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swipebox-html #swipebox-close,
#swipebox-close:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
#swipebox-close strong {
  position: absolute;
  right: 55px;
  top: 0;
  width: auto;
  height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
#swipebox-close .in-menu-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#swipebox-close i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#swipebox-close .nav-btn-hr-top {
  top: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.swipebox-html #swipebox-close .nav-btn-hr-top {
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-close .nav-btn-hr-center {
  top: 50%;
  margin-top: -1px;
}
.swipebox-html #swipebox-close .nav-btn-hr-center {
  opacity: 0;
  filter: alpha(opacity=0);
}
#swipebox-close .nav-btn-hr-bottom {
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.swipebox-html #swipebox-close .nav-btn-hr-bottom {
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #191429;
  background: rgba(25, 20, 41, 0.85);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
