
/*
* Pointer.one Stylesheet
*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; float: left;}
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.2rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 3.0rem; line-height: 1.35; letter-spacing: -.08rem; font-weight: lighter;}
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.4rem; }
  h2 { font-size: 4.8rem; }
  h3 { font-size: 4.2rem; }
  h4 { font-size: 3.6rem; }
  h5 { font-size: 2.8rem; }
  h6 { font-size: 2.2rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #74b2d9;
  text-decoration: none;}
a:hover {
  color: #0FA0CE; }

a.block {
  display: block;
  line-height: 0;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 1px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
a.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #9b9c9d;
  border-color: #787878; }
.button.button-primary:hover,
a.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #646464;
  background-color: #c3c1c1;
  border-color: #dfdfdf; }

a.button-primary {
  border-radius: 1px;
  transition: background .3s ease 0s;
  padding: 0.4em 2rem;
  background: #494644;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4em;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 1px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #b1ceff;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  text-align: left; }
label i {
  font-style: normal;
  color: #9d9b9b;
  font-weight: 200;
  font-size: 1.2em; }  
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section {
  padding: 8rem 0 6rem;
  text-align: center;
}

.section h2,
.section .description {
  margin-bottom: 4rem;
}

.section.gray {
  background: #efeff0;
}

.no-pad-top {padding-top: 0!important;}
.no-pad-bottom {padding-bottom: 0!important;}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.header {
  margin-bottom: 0;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 12px;
  position: relative;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363531+0,494644+31,2c2829+72,474640+100 */
background: rgb(54,53,49); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(54,53,49,1) 0%, rgba(73,70,68,1) 31%, rgba(44,40,41,1) 72%, rgba(71,70,64,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(54,53,49,1) 0%,rgba(73,70,68,1) 31%,rgba(44,40,41,1) 72%,rgba(71,70,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(54,53,49,1) 0%,rgba(73,70,68,1) 31%,rgba(44,40,41,1) 72%,rgba(71,70,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363531', endColorstr='#474640',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section.header.bg {
  background: #67686a;
}
.section.header .logo {
  
}
.section.header .logo em {
  font-style: normal;
  color: #9a9696;
  font-size: 20px;
  display: block;
  float: right;  
}
.section.header .logo em b {
  color: #84272e;
  text-shadow: -0.5px -1px 1px #171212;
}

.section.header .text {
  width: 32%;
  text-align: right;
  position: absolute;
  right: 0px;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #878787;
  background: url(../img/decor.png) right bottom 8px no-repeat;
}
.section.header .text b {
  color: #000;
  font-weight: inherit;
}
.section.header .top-img {
  line-height: 0px;
}
@media (max-width: 1000px) {
  .section.header .text {
    line-height: 1.2em;
  }  
}
@media (max-width: 750px) {
  .section.header .text {    
    position: initial;
    float: right;
    width: 60%;
    font-size: 1.6rem;
  }  
  .section.header .top-img img {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .section.header .logo {
    float: none;
  }  
  .section.header .text {    
    float: none;
    width: 100%;
    text-align: center;
    background: transparent;
  } 
}

@media (max-width: 460px) {
  .section.header .logo em {
    float: left;
  }  
}

/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.slideshow {
  padding: 0;
}

.ei-slider{
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 460px;
  margin: 0 auto;
}
.ei-slider-loading{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:999;
  background: rgba(0,0,0,0.9);
  color: #CCC;
  text-align: center;
  line-height: 400px;
}
.ei-slider-large{
  height: 100%;
  width: 100%;
  position:relative;
  overflow: visible;
  list-style: none;
}
.ei-slider-large li{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ei-slider-large li img{
  width: 100%;
}
.ei-title{
  position: absolute;
  left: 0;
  margin-right: 13%;
  top: 30%;
}
.ei-title h2, .ei-title h3{
  text-align: left;
  font-size: 2.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  background: rgba(255, 255, 255, 0.82);
}
.ei-title h2{
  color: #9a9a9a;
  margin-bottom: 0;
}
.ei-title h3{
  color: #b8babf;
}
.ei-slider-thumbs{
  height: 13px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  display: none!important;
  -moz-opacity: 0;
  filter: alpha(opacity=0);  
}
.ei-slider-thumbs li{
  position: relative;
  float: left;
  height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
  top: 0px;
  left: 0px;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background: #000;
  background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
  display: block;
  text-indent: -9000px;
  background: #666 ;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  -moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
  -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
  background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  -webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
  opacity: 1;
  bottom: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
  .section.slideshow .container {
    padding: 0;
    margin: 0;
    width: 100%;
  }  
  .ei-title{
    position: absolute;
    right: 0px;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 10px;
    background: rgba(255,255,255,0.9);
    padding: 12px 0;
    margin: 0;
  }
  .ei-title h2, .ei-title h3{
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    margin: 0;
    background: transparent;
  }
}

@media (max-width: 580px) {.ei-slider-large {overflow: hidden;}}


/* Product
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.product {
  padding: 3em 0;
  position: relative;
}
.section.product a.title {
  position: relative;
  color: #322e2f;
  display: inline-block;
  font-weight: 200;
  margin: 2rem;
  font-size: 2.8em;
  float: left;
  text-align: left;
  line-height: 1em;
}
.section.product a.descr {
  font-size: 1.4em;
  color: #757575;
  padding: 0 4rem 0 0;
  font-weight: lighter;
  line-height: 1.2em;
  text-align: left;
  display: inline-block;
  margin: 1rem 2rem;
}
.section.product img {
  max-width: 100%;
}
.section.product a.button-primary {
  padding: 0.5em 2em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.section.product a.details {
  padding: 0.4em 2rem;
  background: #494644;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4em;
  float: left;
  margin: 2rem;
}
.section.product a.details:hover {
  color: #FFF;
  background: #807c7a;
}
.section.product .postscript {
  margin: 1rem 2rem;
  text-align: left;
  color: #c3c3c3;
}

@media (max-width: 768px) {.section.product a.descr{padding: 0;}}

/* Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.video .container {
    position: relative;
}
.section.video .container::before {
    content: "";
    display: block;
    padding-top: 56.3%;
}
.section.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  border: 4px solid #ededed;
  border-radius: 4px;
}
@media (max-width: 640px) {.section.video iframe { border-left: none; border-right: none; }}

/* Features
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.features {
  background: #efeff0;  
}

.section.features span {
  font-size: 140px;
  color: #54545a;  
}

.section.features p {
  color: #878787; 
}

@media (max-width: 750px) {
  .section.features span {
    font-size: 100px;
  }  
}

/* Info
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.info {
  padding-bottom: 0;
}
.section.info .buy {

}
.section.info .price {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6em;
  margin: 0 1em;
  padding: 0.2em 0.8em;
  background: #f9f9f9;
}
.section.info .pay {
  display: inline-flex;
}
.section.info p {
  padding: 0 5% 2rem;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 200;
}

@media (max-width: 750px) {
  .section.info p {
    font-size: 1.4em;
  } 
}
/* Details
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.details {

}
.section.details ul {
  font-size: 1.2em;
}
.section.details ul li {
  display: block;
  height: 21px;
  background: url(../img/dot.png) repeat-x center bottom -1px;
}
.section.details ul li i, .section.details ul li b {
  background: #FFF;
  padding: 0 13px;
}
.section.details ul li i {
  float: left;
  text-align: left;
}
.section.details ul li b {
  float: right;
  text-align: right;
}

@media (max-width: 660px) {
  .section.details ul li {
    height: auto;
    float: left;
    width: 100%;
    background: none;
    line-height: 1em;
  }
  .section.details ul li i, .section.details ul li b {
    padding: 0;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    background: none;
  }
  .section.details ul li i {
    margin-right: 12px;
    color: #868686;
  }
  .section.details ul li b {
    
  }
}

/* Details
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.gallery {
  text-align: center;
}
.section.gallery ul {
  list-style: none;
  display: inline;
}
.section.gallery ul li {
  margin: 0.2em;
  display: inline-block;
}
.section.gallery ul li img {
  border: 1px solid #eaeaea;
}


/* Thankyou
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.thankyou {
  padding: 6em 10%;
}
.section.thankyou h3 {
  font-weight: lighter;
}

/* Contacts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.contacts {
  padding-bottom: 0;
}

.section.contacts address {
  font-style: normal;
  font-size: 1.2em;
  margin-bottom: 3em;  
}

.section.contacts address span {
  display: inline-block;
  margin: 1em;
}

.section.contacts .contact-form .g-recaptcha {
  float: left;
}

.section.contacts .contact-form input[type="submit"] {
  padding: 3rem;
  float: right;
  line-height: 0.5rem;
}
.section.contacts a.button-primary {
  padding: 3rem;
  line-height: 0.5rem; 
}
.section.contacts #status {
  height: 24px;  
}

.section.contacts #status .error {
background: url(../img/error.png) left center no-repeat;
padding-left: 30px;
color: #d76363;
}

.section.contacts #status .success {
background: url(../img/success.png) left center no-repeat;
padding-left: 30px;
color: #53b681;
}

.section.contacts .copyright {
  text-transform: uppercase;
  margin-top: 10rem;
  font-size: 1.2rem;
  color: #9b9c9d;
}


@media (max-width: 550px) {
  .section.contacts .contact-form .g-recaptcha {
    float: none;
  } 
  .section.contacts .contact-form .g-recaptcha>div {
    margin: 0 auto;
  } 
  .section.contacts .contact-form input[type="submit"] {
    float: none;
    padding: 3rem;
    margin-top: 2rem; 
  }

  .section.contacts address {
    text-align: left; 
  }
  .section.contacts address span {
    margin-bottom: 0;
  }
}



/* Magnific Popup CSS */


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


