@charset "UTF-8";


/*----------------dazzling font---------------------*/

@font-face{
  /*main content font*/
    font-family:'Comfortaa-Regular';
    src: url(Comfortaa-Regular.ttf);   
}
@font-face{
    font-family:'Comfortaa-Bold';
    src: url(Comfortaa-Bold.ttf);  
}
@font-face{
  /*main haeding font*/
    font-family:'Poppins-Bold';
    src: url(Poppins-Bold.ttf);   
}

.mohammed_banner{
/*    font-size: 5rem !important;*/
    font-size: 7rem !important;
    font-family:'Reey-Regular' !important;
    letter-spacing: 5px !important;
}
body{
    font-family: 'Comfortaa-Regular' !important;
}

h2{
    font-family:'Comfortaa-Bold' !important;   
}
.dazz-moh-sub-text{
/*   letter-spacing: 8px!important;*/
   letter-spacing: 6px!important;
    font-size: 12px !important; 
/*    to center the text between m and k in larg screens*/
    margin-left:-90px !important;
   margin-top: 25px !important;
    
}
/*end dazzling*/

.padding {
    padding: 10rem 0;
}
.paddingBottom, .paddingBottomDemoes {
    padding-bottom: 12rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit; 
  font-weight: 300;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  padding-left: 2rem;
}
ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
body {
  line-height: 1;
}
blockquote > p:before,
blockquote > p:after,
q > p:before,
q > p:after {
  content: '"';
  margin: 0 3px;
}
dd {
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  height: auto;
  max-width: 100%;
}
*,
*:focus,
*:active {
  outline: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  /* font-family: sans-serif; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  /* font-family: monospace, monospace; */
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: all 0.2s ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: all 0.2s ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 800px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1030px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-mb .breadcrumb.breadcrumb-fullscreen {
  margin-bottom: 0;
}
.breadcrumb-fullscreen-parent {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: left 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, left 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, left 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 0;
  position: relative;
}
.breadcrumb-fullscreen-parent.affix {
  overflow: hidden;
  z-index: 6;
  bottom: calc(100% - 67px);
}
.breadcrumbCustom {
  height: 50rem!important;
}
.slideBread {
  margin-bottom: 0!important;
}
.breadcrumb-fullscreen-parent.affix {
  z-index: 2!important;
}
.breadcrumb {
  padding: 700px 50px 175px 50px;
  list-style: none;
  border-radius: 0;
  text-align: center;
  width: 100%;
  background-position: center top;
  z-index: 1;
  background-size: cover;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.breadcrumb.ava-slider-container {
  padding: 0!important;
}
.breadcrumb.slim {
  padding: 130px 120px 50px 120px;
}
.breadcrumb .video-thumbnail {
  opacity: 1 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
}
.breadcrumb.breadcrumb-video-content {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}
.breadcrumb .fluid-width-video-wrapper {
  padding-top: 56% !important;
  margin-top: -4%;
  position: relative;
  opacity: 1 !important;
}
.breadcrumb .fluid-width-video-wrapper iframe {
  opacity: 1 !important;
}
.breadcrumb.overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.breadcrumb.affix {
  position: fixed;
}
.breadcrumb.alignleft {
  float: none;
  text-align: left;
}
.breadcrumb.alignright {
  float: none;
  text-align: right;
}
.breadcrumb.breadcrumb-fullscreen {
  padding-top: 120px;
  display: table;
}
.breadcrumb.breadcrumb-fullscreen > * {
  display: table-cell;
  vertical-align: middle;
}
.breadcrumb.breadcrumb-fullscreen > * > a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb.breadcrumb-fullscreen > * > a i {
  margin-left: 5px;
  margin-top: 15px;
}
.breadcrumb.breadcrumb-fullscreen iframe {
  z-index: 0 !important;
}
.breadcrumb.breadcrumb-fullscreen.affix {
  height: 70px !important;
  padding: 35px 0 !important;
  z-index: 2;
}
.breadcrumb.breadcrumb-fullscreen.affix * {
  display: none;
}
.breadcrumb .category a {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  /* font-family: 'Raleway'; */
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
  min-height: 10px;
  display: inline-block;
}
.breadcrumb h2 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  /* font-family: 'Raleway'; */
}
.breadcrumb h2 a {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  /* font-family: 'Raleway'; */
}
.breadcrumb .info {
  margin-top: 20px;
}
.breadcrumb .info a {
  font-size: 14px;
  color: #f2f2f2;
  /* font-family: 'Raleway'; */
}
.breadcrumb .info a span {
  color: #595959;
}
.breadcrumb .info a:before {
  content: '\f111';
  color: #1f2021;
  font-size: 6px;
  position: relative;
  top: -2px;
  margin: 0 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb .info a:first-child:before {
  display: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
@media (max-width: 1200px) {
  .breadcrumb.breadcrumb-fullscreen {
    padding-left: 30px;
    padding-right: 30px;
  }
  .breadcrumb.breadcrumb-fullscreen p,
  .breadcrumb.small-description > div p {
    width: 100%;
  }
  .breadcrumb .video-thumbnail {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 780px) {
  .breadcrumb {
    padding: 100px 15px 100px 15px;
  }
  .breadcrumb h1 {
    font-size: 42px;
  }
  .breadcrumb.slim {
    padding: 80px 15px 5px 15px;
  }
  .breadcrumb.breadcrumb-fullscreen {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .breadcrumb {
    height: auto;
    position: relative!important;
  }
  .breadcrumb.affix {
    position: relative!important;
  }
  .breadcrumb-fullscreen-parent.affix {
    position: relative!important;
  }
  .before-affix-breadcrumb {
    height: 0 !important;
  }
}
/*
@media (max-width: 320px) {
  .breadcrumb h1 {
    font-size: 20px;
  }
}
*/
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: border 0.2s ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: border 0.2s ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.form-control,
input[type=text],
textarea,
.post-password-form input[type=password],
.cart-collaterals .input-text,
.create-account .input-text,
.login .input-text {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  line-height: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: #8e8e8e;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  /* font-family: 'Open Sans'; */
  font-weight: 600;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: border-color ease-in-out 0.3s, box-shadow ease-in-out .15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: border-color ease-in-out 0.3s, box-shadow ease-in-out .15s;
  transition-timing-function: ease-in-out;
  -webkit-transition: border-color ease-in-out 0.3s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:hover,
input[type=text]:hover,
textarea:hover,
.post-password-form input[type=password]:hover,
.cart-collaterals .input-text:hover,
.create-account .input-text:hover,
.login .input-text:hover,
.form-control:active,
input[type=text]:active,
textarea:active,
.post-password-form input[type=password]:active,
.cart-collaterals .input-text:active,
.create-account .input-text:active,
.login .input-text:active,
.form-control:focus,
input[type=text]:focus,
textarea:focus,
.post-password-form input[type=password]:focus,
.cart-collaterals .input-text:focus,
.create-account .input-text:focus,
.login .input-text:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn,
input[type=submit],
button[type=submit] {
  display: inline-block;
  outline: none;
  background: transparent;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-image: none;
  border: 2px solid #000;
  white-space: nowrap;
  padding: 1.3rem 2rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:after,
input[type=submit]:after,
button[type=submit]:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 0;
  left: 0;
  background: #313537;
      z-index: -1;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;

}
.btn:hover,
input[type=submit]:hover,
button[type=submit]:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
  border-color: #000 !important;
}
.btn:hover:after,
input[type=submit]:hover:after,
button[type=submit]:hover:after {
  background: #000;
  height: 100%;
}
.alert .icon-alert {
  float: left;
  margin-right: 15px;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
html {
  overflow-x: hidden;
  background-color: #fff;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
html body {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif; */
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #000;
  position: relative;
  z-index: 1;
  min-height: 100%;
  overflow-y: hidden;
}
/***********************************************************************************************/
/* HOME-SHOP SECTION */
/***********************************************************************************************/
.shopHomePage ul,
.shop-products ul,
.footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.shopHomePage ul li,
.shop-products ul li,
.footer ul li {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.shopHomePage ul li figure figcaption img,
.shop-products ul li figure figcaption img,
.footer ul li figure figcaption img {
  width: 100%;
}
.shopHomePage ul li figure .content,
.shop-products ul li figure .content,
.footer ul li figure .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.shopHomePage ul li figure .content .shopHover,
.shop-products ul li figure .content .shopHover,
.footer ul li figure .content .shopHover {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.shopHomePage ul li:hover figure .content,
.shop-products ul li:hover figure .content,
.footer ul li:hover figure .content {
  opacity: 1;
  visibility: visible;
}
.shopHomePage .icon-button,
.shop-products .icon-button,
.footer .icon-button {
  background-color: #fff;
  border-radius: 3rem;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
}
.shopHomePage .icon-button i,
.shop-products .icon-button i,
.footer .icon-button i {
  background: none;
  color: #000;
  height: 3rem;
  left: -1px;
  line-height: 3rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 3rem;
  z-index: 10;
}
.shopHomePage .icon-button span,
.shop-products .icon-button span,
.footer .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
.shopHomePage .icon-button:hover span,
.shop-products .icon-button:hover span,
.footer .icon-button:hover span {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
  margin: -15.8px;
}
.shopHomePage .icon-button:hover i,
.shop-products .icon-button:hover i,
.footer .icon-button:hover i {
  color: #fff;
}
.shopHomePage .shopIcon span,
.shop-products .shopIcon span,
.footer .shopIcon span {
  background-color: #bb9b69;
}
.shopHomePage .price,
.shop-products .price,
.footer .price {
  font-size: 2.5rem;
  display: inline-block;
  font-weight: 700;
  color: #333;
  /* font-family: 'Libre Baskerville', serif; */
  padding-bottom: 3.5rem;
}
.shopHomePage .price:before,
.shop-products .price:before,
.footer .price:before {
  content: '';
  width: 1.9rem;
  height: 0.1rem;
  position: absolute;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 4rem;
}
.shopHomePage .proTitle a,
.shop-products .proTitle a,
.footer .proTitle a {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #5f5e5e;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.shopHomePage .proTitle a:hover,
.shop-products .proTitle a:hover,
.footer .proTitle a:hover {
  color: #bb9b69;
}
.shopHomePage .shopIcon,
.shop-products .shopIcon,
.footer .shopIcon {
  margin-top: 1rem;
}
.shopHomePage .product,
.shop-products .product,
.footer .product {
  color: #adacac;
  /* font-family: 'Karla', sans-serif; */
  font-size: 1.1rem;
  font-weight: 600;
}

/***********************************************************************************************/
/* END SINGLE SHOP SECTION */
/***********************************************************************************************/

/***********************************************************************************************/
/* START HOME-STAR LESS */
/***********************************************************************************************/
body {
  overflow-x: hidden;
}
.to-top-container {
  display: none!important;
}
.star-pattern-1 {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: .1;
}
.page-loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100000;
  background-color: #ffffff;
}
.page-loader .loader-img {
  width: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 100px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.vertical-align {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  position: relative;
  z-index: 300;
}
.align-center {
  text-align: center !important;
}
/***********************************************************************************************/
/* END HOME-STAR LESS */
/***********************************************************************************************/
/***********************************************************************************************/
/* START RATING SYSTEM */
/***********************************************************************************************/
.c-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-rating__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  background: url("./stars.svg");
  background-position: 0 0;
  cursor: pointer;
}
.c-rating__item:hover,
.c-rating__item.is-active {
  background-position: -24px 0;
}
/***********************************************************************************************/
/* END RATING SYSTEM */
/***********************************************************************************************/
/***********************************************************************************************/
/* START BACKGROUND PROPERTIES */
/***********************************************************************************************/
.background-properties {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
/*  background-attachment: fixed;*/
}
@media screen and (max-width: 1030px) {
  .background-properties {
    background-attachment: initial;
  }
}
/***********************************************************************************************/
/* END BACKGROUND PROPERTIES */
/***********************************************************************************************/
/***********************************************************************************************/
/* TWITTER */
/***********************************************************************************************/
.twitter {
  text-align: center;
}
.twitter .twitterLogo {
  text-align: center;
}
.twitter .twitterLogo a {
  display: block;
}
.twitter .linkTwitter {
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #fff;
  padding-top: 0.7rem;
  text-decoration: none;
}
.twitter p {
  /* font-family: 'Karla', sans-serif; */
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #fff;
  letter-spacing: 0.5px;
  padding-top: 2rem;
  margin-bottom: 0;
}
.twitter p a {
  text-decoration: none;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #fff;
}
/***********************************************************************************************/
/* END TWITTER */
/***********************************************************************************************/
/***********************************************************************************************/
/* START HOME-ALBUM-COVER */
/***********************************************************************************************/
.list-albums {
  float: left;
  width: 100%;
}
.list-albums .list-feature {
  width: 100%;
  height: auto;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
.list-albums .list-feature li {
  padding: 0 1.5rem;
}
.list-albums .list-feature .thumbs-album {
  float: left;
  width: 203px;
  height: 203px;
  overflow: hidden;
  display: inline-block !important;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
}
.list-albums .list-feature .thumbs-album span {
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.list-albums .list-feature .name h3 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 1.2px;
  /* font-family: 'Montserrat', sans-serif; */
  color: #5D5D5D;
  padding-bottom: 0;
}
.list-albums .list-feature .name p {
  margin: 0;
  color: #bb9b69;
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 1.1rem;
  font-weight: 300;
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .list-albums .list-feature li {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .list-albums .list-feature li .album-icon {
    width: 370px;
  }
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .album-icon {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1025px) and only screen and (max-width: 767px) {
  .list-albums .list-feature li .album-icon {
    height: 270px;
  }
}
@media only screen and (min-width: 1025px) {
  .list-albums .list-feature li .album-icon .thumbs-album {
    margin: 0px 50px 20px 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .album-icon .thumbs-album {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .album-icon .thumbs-album {
    position: relative !important;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .album-icon .thumbs-album span {
    opacity: 1;
  }
}
.list-albums .list-feature li .album-icon .disk {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 4px;
  left: 65px;
  width: 193px;
  height: 194px;
  float: left;
  background: url(./disk.png) no-repeat center center;
  z-index: 9;
}
.list-albums .list-feature li .albumIcon1 .disk {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 4px;
  left: 65px;
  width: 193px;
  height: 194px;
  float: left;
  background: url(./disk2.png) no-repeat center center;
  z-index: 9;
}
.list-albums .list-feature li .albumIcon2 .disk {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 4px;
  left: 65px;
  width: 193px;
  height: 194px;
  float: left;
  background: url(./disk1.png) no-repeat center center;
  z-index: 9;
}
.list-albums .list-feature li .albumIcon3 .disk {
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 4px;
  left: 65px;
  width: 193px;
  height: 194px;
  float: left;
  background: url(./disk3.png) no-repeat center center;
  z-index: 9;
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .album-icon .disk {
    display: none;
  }
}
.list-albums .list-feature li .name {
  width: 203px;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .list-albums .list-feature li .name {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .list-albums .list-feature li .name {
    float: left;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1170px) {
  .list-albums .list-feature li:hover .album-icon {
    width: 270px;
    left: -20px;
  }
  .list-albums .list-feature li:hover .album-icon .thumbs-album {
    margin-left: 0px;
  }
  .list-albums .list-feature li:hover .album-icon .thumbs-album span {
    opacity: 1;
  }
  .list-albums .list-feature li:hover .disk {
    left: 120px;
  }
}
/***********************************************************************************************/
/* END HOME-ALBUM-COVER */
/***********************************************************************************************/
/***********************************************************************************************/
/* START TABLE EVENTS */
/***********************************************************************************************/

/***********************************************************************************************/
/* END TABLE EVENTS */
/***********************************************************************************************/
/***********************************************************************************************/
/* COUNTER */
/***********************************************************************************************/
.countdownSection {
  position: relative;
}
.displayCounter {
  display: inline-block;
  margin: 0;
}
.displayCounter .column {
  width: auto!important;
  padding-right: 5rem;
}
.displayCounter .column:last-child {
  padding-right: 0;
}
.sm-countdown {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-51%);
  transform: translateX(-51%);
}
.sm-countdown .column {
  float: left;
}
.sm-countdown.sm-style1 .sm_countdown_inner {
  height: 200px;
  width: 200px;
  margin: 0 auto 30px;
}
.sm-countdown.sm-style1 input {
  font-size: 68px!important;
  font-weight: 300!important;
  height: 90px!important;
  line-height: 90px!important;
  color: #fff;
}
.sm-countdown.sm-style1 .unit {
  display: inline-block;
  min-width: 100px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  z-index: 9;
  color: #fff;
}
.sm-countdown.sm-style2 .sm_countdown_inner {
  text-align: left;
}
.sm-countdown.sm-style2 input {
  background: none;
  padding: 0;
  border: none;
  font-size: 6rem;
  font-weight: 400;
  /* font-family: 'Montserrat', sans-serif; */
  width: 8rem;
  color: #fff;
  margin-right: 5px;
  vertical-align: middle;
  text-align: right;
}
.sm-countdown.sm-style2 .unit {
  text-align: center;
  display: inline-block;
  width: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  vertical-align: middle;
  word-wrap: break-word;
  color: #fff!important;
}
.sm-countdown.sm-style3 .element {
  display: block;
  border: 3px solid #4396e6;
  line-height: 154px;
  width: 160px;
  height: 160px;
  font-size: 85px;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-border-radius: 10px;
  -moz-background-clip: border;
  border-radius: 10px;
  background-clip: border-box;
  margin-bottom: 15px;
}
.sm-countdown.sm-style3 .unit {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 559px) {
  .sm-countdown {
    width: 200px;
  }
}
@media screen and (min-width: 560px) {
  .sm-countdown {
    width: 550px;
  }
  .sm-countdown .column {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .sm-countdown.sm-style1 {
    width: 890px;
  }
  .sm-countdown.sm-style3 {
    width: 780px;
  }
  .sm-countdown .sm_countdown_inner {
    margin-bottom: 0;
  }
  .sm-countdown .column {
    width: 12%;
  }
}
.sm-countdown.sm-style1 .unit,
.sm-countdown.sm-style1 input {
  /* font-family: Lato !important; */
}
.sm-countdown.sm-style2 .unit,
.sm-countdown.sm-style2 input {
  /* font-family: 'Karla', sans-serif !important; */
}
.countdownSection .countdownTitle {
  text-align: center;
  color: #fff;
  padding-bottom: 3rem;
  text-transform: uppercase;
  /* font-family: 'Montserrat', sans-serif; */
}
.countdownSection .countdownTitle h4 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 2rem;
}
.countdownSection .countdownTitle h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}
.countdownSection .countdownTitle h2:before {
  content: '';
  position: absolute;
  top: 6.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 44px;
  height: 0.2rem;
  background-color: #fff;
}
/***********************************************************************************************/
/* END COUNTER */
/***********************************************************************************************/
/***********************************************************************************************/
/* VIDEO-HOME SECTION */
/***********************************************************************************************/

/***********************************************************************************************/
/* END VIDEO-HOME SECTION */
/***********************************************************************************************/
/***********************************************************************************************/
/* SINGLE EVENTS */
/***********************************************************************************************/

/***********************************************************************************************/
/* END SINGLE EVENTS */
/***********************************************************************************************/
/***********************************************************************************************/
/* START CONTACT */
/***********************************************************************************************/

/***********************************************************************************************/
/* END CONTACT */
/***********************************************************************************************/
/***********************************************************************************************/
/* FOOTER */
/***********************************************************************************************/
.footer {
  padding-top: 1rem;
}
.footer .social-icons ul li {
  display: inline-block;
  padding-right: 0.5rem;
}
.footer .social-icons ul li a {
  width: 3.8rem;
  height: 3.8rem;
  display: inline-block;
  background-color: transparent;
  border-color: transparent;
  margin: 0;
}
.footer .social-icons ul li a i {
  line-height: 3.6rem;
  color: #444;
  font-size: 1.4rem;
  width: 3.8rem;
  height: 3.8rem;
}
.footer .social-icons ul li a i:before {
  font-size: inherit;
}
.footer .social-icons ul li a:hover {
  width: 3.8rem;
  height: 3.8rem;
}
.copyFooter,
.goTop {
  line-height: 38px;
}
.copyFooter {
  text-align: left;
}
.copyFooter a {
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 1rem;
  font-weight: 400;
  color: #9a9a9a;
  /* text-transform: uppercase; */
  text-decoration: none;
}

/***********************************************************************************************/
/* END FOOTER */
/***********************************************************************************************/
/***********************************************************************************************/
/* GALLERY SECTION */
/***********************************************************************************************/

body > div.fusion-fullwidth.fullwidth-box.fusion-fullwidth-2.fusion-parallax-left.nonhundred-percent-fullwidth.bg-parallax-parent > div.parallax-inner {
  height: 31rem!important;
}
/***********************************************************************************************/
/* END GALLERY SECTION */
/***********************************************************************************************/
/***********************************************************************************************/
/* START HOME GALLERY SECTION */
/***********************************************************************************************/

/***********************************************************************************************/
/* END HOME GALLERY SECTION */
/***********************************************************************************************/
/***********************************************************************************************/
/* BIO */
/***********************************************************************************************/
.biography p {
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.8rem;
  /* font-family: 'Karla', sans-serif; */
  line-height: 2;
  letter-spacing: 0.5px;
}
.bioTitle h1 {
  top: 37.3rem;
  float: none;
  color: #fff;
  left: 36.5rem;
}
.bioTitle h1:before {
  background-color: #fff;
}
.signature {
  padding-top: 3rem;
}
.signature a {
  text-decoration: none;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
}
.signature a:hover {
  color: #bb9b69;
}
.signature .imgSignuature {
  padding-left: 7rem;
}
/***********************************************************************************************/
/* END BIO */
/***********************************************************************************************/
/***********************************************************************************************/
/* START VIDEO */
/***********************************************************************************************/

/***********************************************************************************************/
/* END VIDEO */
/***********************************************************************************************/
/***********************************************************************************************/
/* START FARI */
/***********************************************************************************************/
@supports (overflow:-webkit-marquee) and ((-webkit-box-pack: inherit) or (justify-content: inherit)) {
  .jplayerButton {
    top: -2rem;
    margin-left: 18rem!important;
    position: relative;
  }
}
/***********************************************************************************************/
/* END SAFARI */
/***********************************************************************************************/
/***********************************************************************************************/
/* START MEDIA QUERY */
/***********************************************************************************************/
@media (max-width: 780px) {
  .breadcrumb {
    height: auto;
    position: relative!important;
    background-size: cover;
    background-attachment: initial;
    background-position: center!important;
  }
}
@media (max-width: 800px) {
  .paginationFooter .pagination-next {
    text-align: center!important;
  }
  .paginationFooter .pagination-previous {
    text-align: center!important;
  }
  .footer .social-icons a {
    width: 2.8rem!important;
    height: 2.8rem!important;
  }
  .footer .social-icons a:hover {
    color: #bb9b69;
  }
  .starVideo h4,
  .starVideo h1 {
    display: none;
  }
  .goTop {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .before-FullscreenSlider {
    height: 0 !important;
  }
  .padding {
    padding: 12rem 0!important;
  }
  .paddingBottom {
    padding-bottom: 8rem!important;
  }
  .videoHome .col-sm-4 {
    padding-bottom: 8rem;
  }
  .videoHome .col-sm-4:last-child {
    padding-bottom: 0;
  }
  .paddingHomeEvents {
    padding-top: 0!important;
  }
  .albumsHome .name {
    margin-top: -2rem;
  }
  .videoHome .sectionTitle p {
    padding-bottom: 4.5rem!important;
  }
  .ticket {
    text-align: center;
    padding-bottom: 5rem;
  }
  .coverEvent {
    padding: 5rem 0;
  }
  .contactTop {
    text-align: center;
    padding-bottom: 5rem;
  }
  .contactSingle .contactInfo ul li a {
    position: relative;
    padding-left: 0;
    left: 1rem;
  }
  .copyFooter,
  .goTop {
    text-align: center;
  }
  .footer {
    text-align: center;
  }
}
@media (max-width: 600px) {
  @supports (overflow:-webkit-marquee) and ((-webkit-box-pack: inherit) or (justify-content: inherit)) {
    .jplayerButton {
      top: -1.8rem;
      margin-left: 3rem!important;
      position: relative;
    }
  }
}
@media (max-width: 500px) {
  .tableEvents table th {
    font-size: 0.6rem;
  }
  .tableEvents table td a {
    font-size: 0.7rem;
  }
  .tableEvents table td a i {
    display: none;
  }
  .tableEvents table .aqura-tickets a {
    padding: 0.4rem 0.4rem;
  }
  .contactSingle form {
    padding-right: 5rem!important;
    padding-left: 5rem!important;
  }
  .sm-countdown.sm-style2 input {
    width: 4rem;
    font-size: 3rem;
    margin: 0;
  }
  .displayCounter .column {
    padding-right: 0;
  }
  .sectionTitle h2 a {
    font-size: 2rem!important;
  }
  .sectionTitle .heading-b3 {
    top: 1.2rem!important;
  }
  .videoHome .sectionTitle p {
    font-size: 1.5rem;
  }
  .countdownTitle {
    padding-bottom: 5rem!important;
  }
  .countdownTitle h4 {
    font-size: 1.2rem!important;
  }
  .countdownTitle h2 {
    font-size: 2rem!important;
  }
  .countdownTitle h2:before {
    top: 4.5rem!important;
  }
  .cartContainer {
    display: none;
  }
  .topHeader {
    padding-bottom: 2.8rem!important;
  }
  .sm-countdown.sm-style2 .unit {
    width: 0.5rem;
    font-size: 0.6rem;
  }
  .SingleEventTitle {
    padding-bottom: 2rem;
  }
  .SingleEventTitle h1 {
    font-size: 2rem;
  }
  .SingleEventTitle h1:before {
    content: none;
  }
  .singleCounter .sm-countdown {
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
  }
}
/*
@media (max-width: 330px) {
  .sm-countdown.sm-style2 input {
    font-size: 2rem;
  }
  .sm-countdown.sm-style2 .unit {
    font-size: 8px;
  }
}
*/
/***********************************************************************************************/
/* END MEDIA QUERY */
/***********************************************************************************************/
/***********************************************************************************************/
/* START MEDIA QUERY */
/***********************************************************************************************/
@media (max-width: 800px) {
  .blogHomeSection .blogBox {
    padding-bottom: 8rem!important;
  }
  .blogHomeSection .imgBox img {
    width: 100%!important;
  }
  body > section.padding.background-properties.blogHomeSection > div > div > div:nth-child(4) > div {
    padding-bottom: 0!important;
  }
  .blog-right {
    text-align: center;
  }
  .blog-right .tagCloud ul li {
    float: none;
  }
  .singleBlogForm {
    text-align: center;
  }
  .singleBlogForm form {
    padding-right: 15rem;
    padding-left: 15rem;
  }
  .singleBlogForm form input {
    text-align: center;
    width: 100%!important;
  }
  .singleBlogForm form textarea {
    width: 100%;
    text-align: center;
  }
  .blog-left .singleBlogForm {
    padding-bottom: 5rem;
  }
  .blog-right ul li span {
    display: none;
  }
}
@media (max-width: 500px) {
  .singleBlogForm form {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
/***********************************************************************************************/
/* END MEDIA QUERY */
/***********************************************************************************************/
.header {
  position: relative;
}
.topHeaderShop .open-menu span {
  background: #000!important;
}
.topHeader {
  position: fixed;
  top: 0;
  padding-bottom: 1.8rem;
  width: 100%;
  padding: 1.8rem 5rem;
  z-index: 4;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.topHeader.affix {
  background-color: #fdfdfd;
}
.logo-container-top {
  float: left;
 /* z-index: 1;*/
 /* top: 3px;*/
  /*position: relative;*/
  position: absolute !important;
  top:25px !important;
  left: 40px !important;
  z-index: 999 !important;
}
.logo-container-top img {
  max-height: 30px;
  max-width: 100%;
}
.breadcrumb-fullscreen-parent.affix .ava-slider-container {
  margin-bottom: 0!important;
}
.starTitle {
  position: absolute;
/*
  top: 50%;
  top: 50%;
*/
/*    top:55%;top:55%;editted by dazzling**/
     /*left: 50%;*/
    top:50%;
     left: 48.5%;
     margin:0px !important;

  text-align: center;
 
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.starTitle h4,
.starTitle h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  /* text-transform: uppercase; */
  letter-spacing: 0.8rem;
}
.starTitle h4 {
  font-weight: 400;
  font-size: 1.1rem;
  /* font-family: 'Karla', sans-serif; */
}
.starTitle h1 {
  font-weight: 300;
  font-size: 8.8rem;
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  padding: 3rem 0;
  letter-spacing: 2rem;
}
.breadTxt {
  position: relative;
  z-index: 1;
}
.breadTxt h1 {
  /* font-family: 'Abel', sans-serif; */
  color: #fff;
  /* text-transform: uppercase; */
  display: inline-block;
  font-size: 4.8rem;
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 3.5rem;
  padding-top: 3.3rem;
}
.breadTxt p {
  /* font-family: 'Karla', sans-serif; */
  color: #fff;
  font-weight: 300;
  line-height: 2.5rem;
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.breadTxt a {
  font-size: 1.2rem;
  font-weight: 700;
  /* font-family: 'Karla', sans-serif; */
  color: #fff;
  /* text-transform: uppercase; */
}
.breadTxt a:hover {
  text-decoration: none;
}
.breadTxt a i {
  color: #fff;
}
/* Yaku */
.link-yaku {
  color: #fff;
}
.link-yaku:focus {
  outline: none;
  outline-offset: 0;
  color: #fff;
}
.link-yaku:active {
  color: #fff;
}
.link-yaku span {
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition: -webkit-transform 0.5s, color 0.5s;
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s;
  transition: transform 0.5s, color 0.5s, -webkit-transform 0.5s;
    /*dazz*//*add*/ font-size: 30px !important;
}
.link-yaku:hover span {
  color: #fff;
  -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
  transform: perspective(1000px) rotate3d(0, 1, 0, 360deg);
}
 
/* Media Queries */
@media screen and (max-width: 42em) {
  .link-yaku {
    font-size: 4rem;
  }
}
/***********************************************************************************************/
/* SCREENS */
/***********************************************************************************************/
.container-screens {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.computer-empty {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.computer-empty .computer-screen {
  overflow: hidden;
  position: absolute;
  height: 155px;
  width: 245px;
  left: 56px;
  top: 8px;
}
.computer-empty .computer-screen .screen-landing {
  left: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
  transition: all 3.5s;
  -o-transition: all 3.5s;
  -ms-transition: all 3.5s;
  -moz-transition: all 3.5s;
  -webkit-transition: all 3.5s;
}
.computer-empty .computer-screen .screen-landing img {
  max-width: inherit;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.computer-empty .computer-screen .screen-landing:hover {
  cursor: pointer;
  margin-top: -785px;
}
.computer-empty h1 {
  text-align: center;
  /* font-family: codeLight; */
  font-size: 2rem;
}
/* Media Queries */
@media screen and (max-width: 50em) {
  .link--surinami {
    font-size: 3em;
  }
}
@media screen and (max-width: 42em) {
  .link--takiri {
    font-size: 3.5em;
  }
  .link--kukuri {
    font-size: 3.5em;
  }
  .link--nukun {
    font-size: 3.5em;
  }
  .link--kumya {
    font-size: 3em;
  }
  .link--manko {
    font-size: 3.5em;
  }
  .link--urpi {
    font-size: 5em;
  }
  .link--mallki {
    font-size: 3.5em;
  }
  .link--ilin {
    font-size: 5em;
  }
  .link--asiri {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
  }
  .link--yaku {
    font-size: 4em;
  }
}
@media (max-width: 1200px) {
  .computer-empty {
    width: 232px;
  }
  .computer-screen {
    width: 153px!important;
    left: 39px!important;
    top: 8px!important;
    height: 98px!important;
  }
}
@media (max-width: 800px) {
  .starTitle h1 {
    font-size: 5rem;
  }
  .star canvas {
    /*dazz*//* visibility: hidden; */
      visibility: visible;
  }
  .topHeader {
/*    background-color: rgba(0, 0, 0, 0.9);*/ /*omitted by dazzling*/
    z-index: 22;
    
  }
  .breadTxt {
    text-align: center;
  }
  .computer-empty {
    padding-bottom: 5rem;
  }
  .playlist-wrapper.open {
    z-index: 3;
  }
  .main-music-player.active {
    z-index: 22;
  }
  .container-screens .row .col-sm-4:last-child .computer-empty {
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .container-screens {
    max-height: 100%;
    overflow-y: auto;
    padding: 2rem 0;
  }
  .breadTxt h1 {
    padding-top: 0;
    font-size: 3rem;
    padding-bottom: 3rem;
  }
  .breadTxt p {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
  }
  .starTitle h1 {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .starTitle h1 a {
    font-size: 35px;
    letter-spacing: 10px;
  }
  .starTitle h4 {
    font-size: 0.7rem;
  }
  .aquraFilter .categories ul li {
    padding: 0 1rem;
  }
}
/*
@media (max-width: 330px) {
  .starTitle h1 {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .starTitle h1 a {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .starTitle h4 {
    font-size: 0.5rem;
    letter-spacing: 2px;
  }
}
*/
.menu-fixed-container {
  float: right;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  display: table;
  height: 100%;
  text-align: center;
  opacity: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*dazz*//* background: rgba(255, 255, 255, 0.98); */
    background: rgba(255, 255, 255,0.9);
}
.menu-fixed-container nav {
  display: table-cell;
  vertical-align: middle;
}
.menu-fixed-container nav .x-filter {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-position: center center;
  cursor: pointer;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}
.menu-fixed-container nav .x-filter span {
  height: 1px;
  width: 5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: #000;
  margin-top: 2rem;
}
.menu-fixed-container nav .x-filter span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}
.menu-fixed-container nav .x-filter:last-child {
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
.menu-fixed-container nav ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
  opacity: 0;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
}
.menu-fixed-container nav ul li {
  padding: 1rem;
  position: relative;
  display: block;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.menu-fixed-container nav ul li a {
  /* font-family: 'Lekton', sans-serif; */
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2rem;
  color: #000;
  /* text-transform: uppercase; */
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.1rem;
  z-index: 1;
  position: relative;
  outline: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.menu-fixed-container nav ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3.5rem;
  margin-left: -3.5rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.menu-fixed-container nav ul li a:hover {
  color: #bb9b69 !important;
}
.menu-fixed-container nav ul li.no-hovered > a {
  color: rgba(0, 0, 0, 0.1);
}
.menu-fixed-container nav ul li .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  margin: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-fixed-container nav ul li .sub-menu li {
  display: block;
  padding: 0.2rem 2rem;
}
.menu-fixed-container nav ul li .sub-menu li a {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #1F1F1F;
}
.menu-fixed-container nav ul li .sub-menu li a:hover {
  color: #bb9b69;
}
.menu-fixed-container nav ul li.hover-sub-menu.click > a + .sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 20rem;
  padding: 1rem 0;
}
.menu-fixed-container.open {
  visibility: visible;
  opacity: 1;
}
.menu-fixed-container.open nav .x-filter {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.menu-fixed-container.open nav .x-filter:last-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu-fixed-container.open nav ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.open-menu {
  margin-left: 1.8rem;
  float: right;
  width: 36px;
  display: block;
  padding: 0 8px;
  cursor: pointer;
  z-index: 6;
  top: 11px;
  position: relative;
}
.open-menu span {
  display: block;
  background: #fff;
  height: 2px;
  width: 17px;
  margin-bottom: 3px;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  position: relative;
}
.open-menu span:last-child {
  margin-bottom: 0;
}
.open-menu.active {
  position: relative;
}
.open-menu.active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 2px;
}
.open-menu.active span:nth-child(2) {
  opacity: 0;
}
.open-menu.active span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open-menu.affix {
  position: initial;
}
.open-menu.affix span {
  background-color: #000;
}
.rightTopHeader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  position: relative;
}
.rightTopHeader .cartContainer {
  position: relative;
  color: #fff;
  top: 3px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.rightTopHeader .cartContainer .myCart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rightTopHeader .cartContainer .myCart ul li {
  float: left;
  padding: 0;
}
.rightTopHeader .cartContainer .myCart .cartTitle {
  /* text-transform: uppercase; */
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
}
.rightTopHeader .cartContainer .myCart .cartTitle i {
  font-size: 1.6rem;
}
.rightTopHeader .cartContainer .myCart .cartTitle span {
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 10;
  font-size: 11px;
  line-height: 11px;
  background: #bb9b69;
  border-radius: 50%;
  padding: 3px 6px;
}
.rightTopHeader .cartContainer .myCart .cartNum {
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0 0.9rem;
  position: relative;
  top: 0;
}
.rightTopHeader .cartContainer:hover .cartParent {
  display: block;
}
.rightTopHeader .cartParent {
  position: absolute;
  top: 100%;
  display: none;
  margin-left: -25rem;
  left: -50%;
  width: 33.8rem;
}
.rightTopHeader .cartItems {
  background-color: #fafafa;
  border: 1px solid #cecece;
  margin-top: 3rem;
}
.rightTopHeader .cartItems ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rightTopHeader .cartItems ul li {
  padding: 1.8rem;
  border-bottom: 1px solid #cecece;
}
.rightTopHeader .cartItems ul li .priceCart {
  width: 100%;
  color: #fff;
  display: inline-block;
}
.rightTopHeader .cartItems ul li .priceCart img {
  margin-right: 1.5rem;
  float: left;
}
.rightTopHeader .cartItems ul li .priceCart a {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1.5rem;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  color: #525252;
  position: relative;
}
.rightTopHeader .cartItems ul li .priceCart a:before {
  content: '\f00d';
  position: absolute;
  /* font-family: FontAwesome; */
  top: 0;
  right: 0;
}
.rightTopHeader .cartItems ul li .priceCart a:hover {
  text-decoration: none;
  color: #bb9b69;
}
.rightTopHeader .cartItems ul li .priceCart .quantity {
  margin-top: 0!important;
}
.rightTopHeader .cartItems ul li .priceCart p {
  color: #757575;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.4rem;
  padding-right: 0.2rem;
}
.rightTopHeader .cartItems ul li .priceCart p span {
  /* font-family: 'Libre Baskerville', serif; */
  font-weight: 400;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.rightTopHeader .cartItems ul li .priceCart p {
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.rightTopHeader .buttonView,
.rightTopHeader .buttonCheck {
  top: 0;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  /* font-family: 'Karla', sans-serif; */
  margin-top: 3rem;
  padding: 1.5rem 3rem;
  background-color: #bb9b69;
  border-color: transparent;
  letter-spacing: 2px;
}
.rightTopHeader .buttonView {
  margin-left: 2.3rem;
}
.rightTopHeader .buttonCheck {
  margin-bottom: 3rem;
  background-color: #bb9b69;
  padding: 1.5rem 3.4rem;
}
.rightTopHeader .total a {
  color: #757575;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  /* text-transform: uppercase; */
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.rightTopHeader .total a span {
  float: right;
  color: #525252;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 600;
  font-size: 1.4rem;
}
.rightTopHeader .total a:hover {
  color: #bb9b69;
}
@media (max-width: 500px) {
  .menu-fixed-container ul li {
    padding: 0.5rem!important;
  }
  .menu-fixed-container ul li a {
    font-size: 1.6rem!important;
  }
  .x-filter {
    width: 3rem!important;
    height: 3rem!important;
  }
  .x-filter span {
    width: 3rem!important;
  }
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}
@-moz-document url-prefix() {
  .content-container:hover .filter-container {
    overflow: inherit !important;
  }
}
#narcotic-masonry .isotope-item {
  padding: 0;
}
#narcotic-masonry .isotope-item > article {
  margin-bottom: 0;
  padding: 0;
}
#narcotic-masonry .isotope-item:nth-child(2n) > article .content-article {
  background: #191919;
}
@media (max-width: 800px) {
  .isotope-item {
    width: 100% !important;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99920;
}
.fancybox-skin {
  position: relative;
  padding: 0!important;
}
.fancybox-opened {
  z-index: 99930;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #FFF;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  cursor: pointer;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: relative;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 99960;
  -webkit-animation: sk-chasingDotsRotate 1.5s infinite linear;
  animation: sk-chasingDotsRotate 1.5s infinite linear;
}
#fancybox-loading div {
  background-color: #181818;
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
  -webkit-animation: sk-chasingDotsBounce 1.5s infinite ease-in-out;
  animation: sk-chasingDotsBounce 1.5s infinite ease-in-out;
}
#fancybox-loading .sk-dot2 {
  bottom: 0px;
  top: auto;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.fancybox-close {
  display: none;
}
.fancybox-nav {
  cursor: pointer;
  height: 100%;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 50%;
  z-index: 99940;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-nav span {
  background: url(./sprite.png) no-repeat #FFF;
  cursor: pointer;
  height: 55px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  width: 55px;
  z-index: 99940;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
}
.fancybox-nav:hover span {
  background-color: #181818;
}
.fancybox-next {
  right: 0;
}
.fancybox-prev {
  left: 0;
}
.ie9 .fancybox-next:hover,
.ie9 .fancybox-prev:hover {
  cursor: pointer;
}
.fancybox-next span {
  background-position: -22px -373px;
  right: 30px;
}
.fancybox-next:hover span {
  background-position: -22px -273px;
}
.fancybox-prev span {
  background-position: -24px -323px;
  left: 30px;
}
.fancybox-prev:hover span {
  background-position: -24px -223px;
}
.fancybox-nav span {
  visibility: visible!important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeslideleft;
  animation-name: fadeslideleft;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes fadeslideleft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeslideleft {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.fancybox-prev span {
  -webkit-animation-name: fadeslideright;
  animation-name: fadeslideright;
}
@keyframes fadeslideright {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fadeslideright {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
.fancybox-tmp {
  left: -99999px;
  max-height: 99999px;
  max-width: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
/* OVERLAY HELPER */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 99910;
}
.fancybox-overlay-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  cursor: pointer;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 99950;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  bottom: 0;
  margin-bottom: -35px;
  position: absolute;
  right: 50%;
  text-align: center;
  z-index: 99950;
}
.fancybox-title-float-wrap .child {
  background: transparent;
  color: #FFF;
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  white-space: nowrap;
  display: none;
}
.fancybox-title-outside-wrap {
  color: #FFF;
  margin-top: 10px;
  position: relative;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #6F6F6F;
  left: 0;
  padding: 10px;
  position: absolute;
}
img.hidden,
a.lightbox.hidden {
  display: none!important;
}
@media (max-width: 500px) {
  .fancybox-prev span {
    left: 0;
  }
  .fancybox-next span {
    right: 0;
  }
}
#ava-slider,
#ava-slider-home {
  width: 100%;
  color: #000;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
#ava-slider .rsArrowLeft,
#ava-slider-home .rsArrowLeft,
#ava-slider .rsArrowRight,
#ava-slider-home .rsArrowRight {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
}
#ava-slider .rsArrowLeft *,
#ava-slider-home .rsArrowLeft *,
#ava-slider .rsArrowRight *,
#ava-slider-home .rsArrowRight * {
  display: none;
}
#ava-slider .rsArrowLeft,
#ava-slider-home .rsArrowLeft {
  left: 0;
  cursor: url('../royalslider/grab-gallery-left-dark.png') 8 8, move !important;
}
#ava-slider .rsArrowRight,
#ava-slider-home .rsArrowRight {
  right: 0;
  cursor: url('../royalslider/grab-gallery-right-dark.png') 8 8, move !important;
}
#ava-slider-home .rsArrowLeft,
#ava-slider-home .rsArrowRight {
  width: 50%;
}
.ava-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#ava-slider {
  height: 965px!important;
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: default!important;
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: move;
}
.grabbing-cursor {
  cursor: move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px;
}
.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}
.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}
.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
  display: block;
}
/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-minimal-white.png');
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
    
}
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsTab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url('rs-minimal-white.png') no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-minimal-white.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url('../royalslider/skins/preloaders/preloader-white.gif');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
body.top-slider .ava-slider-container {
  margin-top: -14rem;
}
@media (max-width: 800px) {
  body.top-slider .ava-slider-container {
    margin-top: -6rem;
  }
}
@font-face {
  font-family: 'ytpregular';
  src: url('font/ytp-regular.eot');
}
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url('font/ytp-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.mbYTP_wrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  /* font-family: "Droid Sans", sans-serif; */
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.fullscreen {
  display: block!important;
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  border: none !important;
  opacity: 1 !important;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  -webkit-transform: none!important;
  transform: none!important;
}
/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
  font-size: 20px;
  /* font-family: 'ytpregular'; */
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  display: none;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  display: none;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}
/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*RASTER OVERLAY*/
.YTPOverlay.raster {
  background: url("images/raster.png");
}
.YTPOverlay.raster.retina {
  background: url("images/raster@2x.png");
}
.YTPOverlay.raster-dot {
  background: url("images/raster_dot.png");
}
.YTPOverlay.raster-dot.retina {
  background: url("images/raster_dot@2x.png");
}
/*VOLUME SLIDER*/
.mb_YTPVolumeBar {
  display: none!important;
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.simpleSlider {
  visible: hidden;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.player {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.videoBgk {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul {
  margin: 0;
  padding: 0;
}
body ul {
  list-style: none;
}
.sectionTitle {
  text-align: center;
  
   text-transform: uppercase; 
}
.sectionTitle h2 a {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #333;
  text-decoration: none;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.sectionTitle h2 a:hover {
  color: #bb9b69;
}
.sectionTitle h2:hover {
  color: #bb9b69;
}
.sectionTitle p {
  /* font-family: 'Karla', sans-serif; */
  font-weight: 400;
  font-size: 1.8rem;
  color: #757575;
  text-transform: initial;
}
.sectionTitle p a {
  /* font-family: 'Karla', sans-serif; */
  font-weight: 400;
  font-size: 1.8rem;
  color: #bb9b69;
  text-transform: initial;
}
.sectionTitle p a:hover {
  text-decoration: none;
}
.sectionTitle span.heading-b3 {
  display: block;
  height: 1px;
  width: 70px;
  margin: 0 auto; /*omitted by dazzling for larg title left*/
  background-color: #bb9b69;
  position: relative;
  top: 1.6rem;
 
}
/***********************************************************************************************/
/* START ALBUMS FULL-BACAKGDROUND */
/***********************************************************************************************/
.fullAlbums {
  z-index: 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
}
.fullAlbums .fullAlbumsContent {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fullAlbums .fullAlbumsContent h1 {
  font-weight: 700;
  font-size: 1.9rem;
  position: relative;
  /* font-family: 'Raleway', sans-serif; */
  color: #fff;
  line-height: 2.8rem;
  /* text-transform: uppercase; */
  text-align: right;
}
.fullAlbums .fullAlbumsContent p {
  line-height: 2.1rem;
  font-size: 1.4rem;
  padding: 4rem 0 2.3rem 0;
  font-weight: 400;
  /* font-family: 'Raleway', sans-serif; */
  color: #fff;
  text-align: right;
}
.fullAlbums .fullAlbumsContent .social-icons {
  text-align: right;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button {
  background-color: transparent;
  border-radius: 3rem;
  cursor: pointer;
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  margin: 0 4px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3rem;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button i {
  background: none;
  color: #fff;
  height: 3rem;
  left: -1px;
  line-height: 3rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 3rem;
  z-index: 10;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button i:before {
  font-size: inherit;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button:hover span {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin: -15.8px;
}
.fullAlbums .fullAlbumsContent .social-icons .icon-button:hover i {
  color: #000;
}
.fullAlbums .fullAlbumsContent .social-icons a {
  padding-right: 2rem;
  font-size: 1.2rem;
  /* font-family: 'Montserrat', sans-serif; */
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.fullAlbums .fullAlbumsContent .social-icons a:last-child {
  padding-right: 0;
}
.fullAlbums .fullAlbumsContent .social-icons .detailsSocial {
  padding-left: 2rem;
  position: relative;
  font-size: 1.2rem;
  /* font-family: 'Raleway', sans-serif; */
  font-weight: 700;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: -1rem;
}
.fullAlbums .fullAlbumsContent .social-icons .detailsSocial i {
  padding-left: 8px;
}
.fullAlbums .fullAlbumsContent .social-icons .detailsSocial:hover {
  color: #000;
}
.fullAlbums .fullAlbumsContent .shopIcon span {
  background-color: #fff;
}
@media (max-width: 800px) {
  .fullAlbums:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .fullAlbums .fullAlbumsContent {
    float: none;
  }
  .fullAlbums .fullAlbumsContent h1,
  .fullAlbums .fullAlbumsContent p {
    float: none;
    text-align: center;
  }
  .fullAlbums .fullAlbumsContent p {
    padding-top: 2.5rem;
  }
  .fullAlbums .fullAlbumsContent .social-icons {
    text-align: center;
    float: none;
  }
}
/***********************************************************************************************/
/* END ALBUMS FULL-BACAKGDROUND  */
/***********************************************************************************************/
/***********************************************************************************************/
/* START SINGLE ALBUM */
/***********************************************************************************************/
.albumSingle table td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
  /* font-family: 'Karla', sans-serif; */
  color: #757575;
  border-top: 1px solid #cecece;
}
.albumSingle table .nameTable,
.albumSingle table .lengthTable {
  font-weight: 700;
  font-size: 1.3rem;
  color: #525252;
  /* font-family: 'Montserrat', sans-serif; */
  /* text-transform: uppercase; */
}
.albumSingle table .tableWidth {
  width: 80%;
}
.albumSingle table tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.albumSingle table .btnPlay {
  padding-left: 2rem;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  line-height: 26px;
}
.albumSingle table .btnPlay i {
  font-size: 12px;
}
.albumSingle table .btnPlay:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 1rem;
  top: 0;
  border-radius: 50%;
  background: #202020;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.albumSingle table .btnPlay:hover {
  color: #fff;
  border-color: transparent;
}
.albumSingle table .btnPlay:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidebarAlbum .widget {
  padding-bottom: 6rem;
}
.sidebarAlbum .widget:last-child {
  padding-bottom: 0;
}
.sidebarAlbum .widget h3 {
  padding-bottom: 3rem;
  font-weight: 700;
  /* font-family: 'Montserrat', sans-serif; */
  color: #525252;
  font-size: 1.8rem;
  /* text-transform: uppercase; */
}
.sidebarAlbum .widget ul li {
  font-size: 1.3rem;
  position: relative;
  color: #525252;
  line-height: 2.8rem;
  font-weight: 700;
  /* font-family: 'Karla', sans-serif; */
  /* text-transform: uppercase; */
}
.sidebarAlbum .widget ul li span {
  position: absolute;
  font-size: 1.3rem;
  color: #757575;
  line-height: 2.8rem;
  font-weight: 400;
  /* text-transform: uppercase; */
  /* font-family: 'Karla', sans-serif; */
  left: 0;
  padding-left: 13rem;
}
.sidebarAlbum .widget section #services li div i {
  font-size: 1.5rem;
     
}
.instagram-widget ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 1rem;
}
.instagram-widget ul li {
  display: block;
  float: left;
  width: 30%;
  padding: 2px;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.instagram-widget ul li:hover {
  opacity: .8;
}
/* entypo */
[class*="entypo-"]:before {
  /* font-family: 'entypo', sans-serif; */
}
section #services {
  text-align: center;
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
section #services li {
  width: 3rem;
  height: 5rem;
  display: inline-block;
 /* margin: 0 1rem 0 0;*/
/*  margin: 0 3px 0 0;*/
    margin: 0 1px 0 0;
  list-style: none;
  float: left;
   
}
section #services li div i {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #666;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
  line-height: 2.7rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section #services li div i:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-radius: 10rem;
  background-color: #bb9b69;
}
.fa-apple {
  background-color: #CACACA;
}
.fa-soundcloud {
  background-color: #CACACA;
}
.fa-lastfm {
  background-color: #CACACA;
}
.fa-facebook {
  background-color: #CACACA;
}
.fa-twitter {
  background-color: #CACACA;
}
.fa-instagram {
  background-color: #CACACA;
}
.fa-youtube {
  background-color: #CACACA;
}
.fa-spotify {
  background-color: #CACACA;
}
.fa-amazon {
  background-color: #CACACA;
}
/***********************************************************************************************/
/* END INGLE ALBUM */
/***********************************************************************************************/
/***********************************************************************************************/
/* START BOTTOM HOVER */
/***********************************************************************************************/
.pagination-previous.disabled,
.pagination-next.disabled,
.pagination-previous.disabled:hover,
.pagination-next.disabled:hover {
  -webkit-transition: none;
  transition: none;
  cursor: default;
  background: none !important;
}
.pagination-1 small {
  font-size: 1.3rem;
  display: block;
  /* text-transform: uppercase; */
}
.pagination-1 small span {
  font-size: 1.3rem;
  display: inline-block;
}
.pagination-1 [class*="icon-"] {
  height: 3.6rem;
  font-size: 3.6rem;
  display: inline-block;
  /* text-transform: uppercase; */
}
.pagination-1 .pagination-previous {
  text-align: left;
}
.pagination-1 .pagination-previous [class*="icon-"] {
  margin-right: 1rem;
  float: left;
}
.pagination-1 .pagination-next {
  text-align: right;
}
.pagination-1 .pagination-next [class*="icon-"] {
  margin-left: 1rem;
  float: right;
}
.pagination-1 span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.pagination-1 a.disabled,
.pagination-1 a.disabled:hover {
  color: #ddd;
}
.pagination-1 .return-to-index,
.pagination-1 .page-list {
  margin-top: .3rem;
  margin-bottom: 0;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
}
.pagination-1 .page-list li {
  padding: 0 0.7rem;
}
.section-block.pagination-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.pagination-2 .column,
.pagination-2 .column:hover {
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(0, 0);
}
body.boxed .pagination-2 {
  padding-left: 0;
  padding-right: 0;
}
.pagination-2 .pagination-previous,
.pagination-2 .pagination-next {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: block;
  position: relative;
}
.pagination-2 .pagination-previous {
  padding-left: 37rem;
  background: #f9f9f9;
  text-align: left;
}
.pagination-2 .pagination-next {
  padding-right: 37rem;
  background: #f5f5f5;
  text-align: right;
}
.pagination-2 [style] a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.pagination-2 small {
  font-size: 1.3rem;
  display: block;
  color: #888;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 400;
  /* text-transform: uppercase; */
}
.pagination-2 small span {
  font-size: 1.3rem;
  display: inline-block;
  /* text-transform: uppercase; */
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 400;
  color: #555454!important;
}
.pagination-2 [class*="icon-"] {
  height: 3.6rem;
  font-size: 3.6rem;
  display: inline-block;
}
.pagination-2 .pagination-previous [class*="icon-"] {
  margin-left: 1rem;
  float: right;
}
.pagination-2 .pagination-next [class*="icon-"] {
  margin-right: 1rem;
  float: left;
}
.pagination-2 span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.pagination-2 a.disabled,
.pagination-2 a.disabled:hover {
  color: #ddd;
}
.pagination-3 ul {
  margin: 0;
  text-align: center;
}
.pagination-3 ul li {
  display: inline-block;
}
.pagination-3 ul li a {
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 1rem;
  display: block;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
  text-align: center;
}
.pagination-3 ul li a.current,
.pagination-3 ul li a:hover {
  background: #333;
  color: #fff;
  border: transparent;
}
.pagination-3 ul li:first-child {
  float: left;
}
.pagination-3 ul li:last-child {
  float: right;
}
.pagination-3 a.disabled,
.pagination-3 a.disabled:hover {
  color: #ddd;
  border-color: #ddd;
}
.pagination-4 {
  text-align: center;
}
.pagination-4 .button {
  width: auto;
  margin: 0 .5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.pagination-4 .button.disabled,
.pagination-4 .button.disabled:hover {
  color: #ddd;
  background: 0;
  border-color: #ddd;
}
.pagination-4 .button [class*="icon-"]:before {
  margin: 0;
}
.pagination-4 .pagination-previous [class*="icon-"],
.pagination-4 .pagination-next [class*="icon-"] {
  display: none;
}
.pagination-5 {
  padding-top: 0!important;
  padding-bottom: 0!important;
  border-top: 1px solid #ddd;
}
.pagination-5 ul {
  margin: 0;
  text-align: center;
}
.pagination-5 ul li {
  display: inline-block;
  margin-left: -0.4rem;
}
.pagination-5 ul li a {
  width: 6rem;
  height: 6rem;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 6rem;
  display: block;
}
.pagination-5 ul li a.current {
  color: #999;
}
.pagination-5 ul li a:hover {
  background: #333;
  color: #fff;
  border: transparent;
}
.pagination-5 ul li:first-child {
  float: left;
}
.pagination-5 ul li:last-child {
  float: right;
}
.pagination-5 a.disabled,
.pagination-5 a.disabled:hover {
  color: #ddd;
  border-color: #ddd;
}
.pagination-5 ul li a.pagination-previous,
.pagination-5 ul li a.pagination-next {
  width: auto;
  padding: 0 2rem;
  font-weight: bold;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pagination-5 ul li a.pagination-previous {
  padding-right: 3.5rem;
}
.pagination-5 ul li a.pagination-next {
  padding-left: 3.5rem;
}
.pagination-5 ul li a span {
  width: auto;
  float: left;
}
.pagination-5 ul li a [class*="icon-"] {
  height: 100%;
  margin-right: 0;
  line-height: 6rem;
  font-size: 3.2rem;
}
.leftHover {
  padding: 0;
}
.leftHover a {
  text-decoration: none;
}
.leftHover a span {
  /* text-transform: uppercase; */
  color: #555454;
}
.leftHover a:hover span,
.leftHover a:hover small {
  visibility: hidden;
}
.rightHover {
  padding: 0;
}
.rightHover a {
  text-decoration: none;
}
.rightHover a span {
  /* text-transform: uppercase; */
  color: #555454;
}
.rightHover a:hover span,
.rightHover a:hover small {
  visibility: hidden;
}
.bottomSection {
  padding: 18rem 0;
  text-align: center;
}
.bottomSection h2 {
  font-weight: 500;
  color: #bb9b69;
  /* font-family: 'Raleway', sans-serif; */
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  /* text-transform: uppercase; */
  padding-bottom: 0.8rem;
}
.quote {
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  /* font-family: 'Raleway', sans-serif; */
  color: #9e9e9e;
  padding-bottom: 2.7rem;
}
p {
  font-weight: 500;
  font-size: 1.3rem;
  /* font-family: 'Raleway', sans-serif; */
  color: #9e9e9e;
}
p a {
  text-decoration: none;
  color: #bb9b69;
}
/***********************************************************************************************/
/* END BOTTOM HOVER */
/***********************************************************************************************/
/*GRID FILTER*/
.albumFilter .categories {
  padding-left: 4.5rem;
}
.albumFilter .list-feature li {
  margin-bottom: 5.5rem;
}
/*END GRID FILTER*/
/***********************************************************************************************/
/* MEDIA QUERY */
/***********************************************************************************************/
@media (max-width: 800px) {
  .bottomSection {
    padding: 10rem 0;
  }
  .sidebarAlbum {
    padding-top: 8rem;
    text-align: center;
  }
  .sidebarAlbum .widget ul li {
    position: relative;
  }
  .sidebarAlbum .widget ul li span {
    position: relative;
    padding: 0;
    left: 1rem;
  }
  .sidebarAlbum .instagram-widget ul li {
    width: 33%;
  }
  .sidebarAlbum .instagram-widget ul li:nth-child(3) {
    padding-right: 0;
  }
  .sidebarAlbum .instagram-widget ul li:nth-child(6) {
    padding-right: 0;
  }
  .sidebarAlbum section {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .pagination-2 .pagination-previous {
    text-align: center;
    padding-left: 0;
  }
  .pagination-2 .pagination-next {
    text-align: center;
    padding-right: 0;
  }
  .fullAlbums {
    background-size: cover;
    background-attachment: initial;
  }
  section #services li {
/*    margin-right: 5px;*/
      margin-right: 2px;
  }
}
/*
@media (max-width: 320px) {
  section #services li {
    margin-right: 0;
  }
}
*/
/***********************************************************************************************/
/* END MEDIA QUERY */
/***********************************************************************************************/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls .owl-prev {
  position: absolute;
  width: 5.7rem;
  height: 5.1rem;
  top: 50%;
  display: block!important;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  /* -webkit-transition-property: width, background, color, opacity; */
  -moz-transition-property: width, background, color, opacity;
  -o-transition-property: width, background, color, opacity;
  -ms-transition-property: width, background, color, opacity;
  /* transition-property: width, background, color, opacity; */
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background: rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-prev i {
  position: relative;
  top: 1.5rem;
  color: #fff;
  content: url(./aL.png);
}
.owl-controls .owl-prev:hover {
  width: 7rem;
  background: rgba(0, 0, 0, 0.6);
}
.owl-controls .owl-next {
  position: absolute;
  width: 5.7rem;
  height: 5.1rem;
  top: 50%;
  right: 0;
  display: block!important;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition-property: width, background, color, opacity;
  transition-property: width, background, color, opacity;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.owl-controls .owl-next i {
  position: relative;
  top: 1.5rem;
  color: #fff;
  left: 2.5rem;
  content: url(./aR.png);
}
.owl-controls .owl-next:hover {
  width: 7rem;
  background: rgba(0, 0, 0, 0.6);
}
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 2rem;
}
.owl-dot {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #cccccc;
  display: inline-block;
  border-radius: 100%;
  margin-right: 1.2rem;
}
.owl-dot:last-child {
  margin-right: 0!important;
}
.owl-dot.active {
  background-color: #fff;
}
body.opacityPlaylist .cartContainer,
body.opacityPlaylist .open-menu,
body.opacityPlaylist .topHeader {
  display: none;
}
body.opacityPlaylist .mesh-seek-bar {
  background-color: #c7c7c7;
}
body.opacityPlaylist .main-music-player {
  background: #f2f2f2;
}
body.opacityPlaylist .main-music-player .hide-player-button {
  background-color: #f2f2f2;
  color: #141414;
}
body.opacityPlaylist .main-music-player .mesh-current-time,
body.opacityPlaylist .main-music-player .mesh-duration {
  color: #000;
}
body.opacityPlaylist .main-music-player .jplayerButton span {
  background-color: #848484;
}
body.opacityPlaylist .main-music-player .mesh-play i,
body.opacityPlaylist .main-music-player .mesh-prev i,
body.opacityPlaylist .main-music-player .mesh-next i,
body.opacityPlaylist .main-music-player .mesh-play i,
body.opacityPlaylist .main-music-player .mesh-pause i {
  color: #333;
}
body.opacityPlaylist .main-music-player .mesh-artist {
  color: #333;
}
body.opacityPlaylist .main-music-player .mesh-title {
  color: #999;
}
.main-music-player {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  background: transparent;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0));
  /* Standard syntax */
  z-index: 4;
  color: #000;
  height: 4.6rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.main-music-player.active {
  background: #f2f2f2;
}
.main-music-player.active .mesh-seek-bar {
  background-color: #c7c7c7;
}
.main-music-player.active .hide-player-button {
  background-color: #f2f2f2;
  color: #141414;
}
.main-music-player.active .mesh-current-time,
.main-music-player.active .mesh-duration {
  color: #000;
}
.main-music-player.active .jplayerButton span {
  background-color: #848484;
}
.main-music-player.active .mesh-play i,
.main-music-player.active .mesh-prev i,
.main-music-player.active .mesh-next i,
.main-music-player.active .mesh-play i,
.main-music-player.active .mesh-pause i {
  color: #333;
}
.main-music-player.active .mesh-artist {
  color: #333;
}
.main-music-player.active .mesh-title {
  color: #999;
}
.main-music-player.hide-player {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.main-music-player.hide-player .hide-player-button i.fa-minus {
  display: none;
}
.main-music-player.hide-player .hide-player-button i.fa-plus {
  display: block;
}
.main-music-player.hide-player-footer {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.main-music-player.hide-player-footer .hide-player-button i.fa-minus {
  display: none;
}
.main-music-player.hide-player-footer .hide-player-button i.fa-plus {
  display: block;
}
.main-music-player .hide-player-button {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  right: 0;
  background: transparent;
  padding: 0rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  width: 2.6rem;
  line-height: 2.1rem;
  height: 2.1rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.main-music-player .hide-player-button:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
.main-music-player .hide-player-button i {
  line-height: 2.1rem;
}
.main-music-player .hide-player-button i.fa-plus {
  display: none;
}

/*.playlist-wrapper {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}*/
/*edited by dazzling*/
.playlist-wrapper {
  /*display: none;*/
  display: block;
  /*position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  padding-top: 100px;
 /* background: rgba(255, 255, 255, 0.97);*/
 background: transparent !important; 
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
    
   
}


.playlist-wrapper.open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  display: block!important;
}
.jp-playlist .header-text {
  padding-bottom: 7rem;
  text-align: center;
}
.jp-playlist .header-text h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.jp-playlist .header-text p {
  /* font-family: 'Karla', sans-serif; */
  color: #000;
  letter-spacing: 0.9rem;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jp-playlist .about-list .about-name,
.jp-playlist .about-list .about-length,
.jp-playlist .about-list .about-available {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  /* font-family: 'Montserrat', sans-serif; */
  color: #525252;
}
.jp-playlist .about-list .about-name {
  display: block;
  /*width: 60%;*/
  float: left;
  padding-left: 15rem;
  padding-bottom: 2rem;
}
.jp-playlist .about-list .about-length {
  display: block;
  /*width: 20%;*/
  float: left;
  text-align: center;
  padding-bottom: 2rem;
}
.jp-playlist .about-list .about-available {
  display: block;
  /*width: 20%;*/
  float: left;
  padding-right: 3rem;
  padding-bottom: 2rem;
  text-align: right;
}
.center-side {
  position: absolute;
  left: 50%;
  width: 60rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 0;
  text-align: center;
}
.center-side:before,
.center-side:after {
  content: " ";
  display: table;
}
.center-side:after {
  clear: both;
}
.center-side:before,
.center-side:after {
  content: " ";
  display: table;
}
.center-side:after {
  clear: both;
}
.center-side .mesh-seek-bar {
  height: 0.1rem;
  cursor: col-resize;
  width: 50rem !important;
  background: #fff;
  top: -0.3rem;
  position: relative;
  margin: 0 1rem;
}
.center-side .mesh-play-bar {
  top: 0;
  position: relative;
  height: 0.1rem;
  background: #bb9b69;
}
.center-side > * {
  display: inline-block;
  line-height: 2.3rem;
}
.play-pause-buttonCustom {
  visibility: hidden;
}
.jplayerButton {
  background-color: transparent;
  border: none;
}
.jplayerButton span {
  display: block;
  background: #fff;
  height: 2px;
  width: 17px!important;
  margin-bottom: 3px;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  position: relative;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.jplayerButton.active {
  position: relative;
}
.jplayerButton.active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}
.jplayerButton.active span:nth-child(2) {
  opacity: 0;
}
.jplayerButton.active span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.2rem;
}
.mesh-main-player:before,
.mesh-main-player:after {
  content: " ";
  display: table;
}
.mesh-main-player:after {
  clear: both;
}
.mesh-main-player:before,
.mesh-main-player:after {
  content: " ";
  display: table;
}
.mesh-main-player:after {
  clear: both;
}
.mesh-main-player i {
  font-size: 1.2rem;
}
.mesh-main-player .jplayerButton {
  margin-left: 7.5rem;
  margin-top: 0.2rem;
}
.mesh-main-player .jplayerButton span {
  background: #fff;
}
.mesh-main-player .jplayerButton span.span-2 {
  width: 13px !important;
}
.mesh-main-player .mesh-play,
.mesh-main-player .mesh-pause {
  cursor: pointer;
  position: relative;
  width: 8rem;
  text-align: center;
}
.mesh-main-player .mesh-play i,
.mesh-main-player .mesh-pause i {
  font-size: 2rem;
  color: #fff;
}
.mesh-main-player .mesh-thumbnail {
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.mesh-main-player .mesh-thumbnail img {
  width: 3rem;
  height: 3rem;
}
.mesh-main-player .mesh-prev,
.mesh-main-player .mesh-next {
  width: 2.1rem;
  text-align: center;
  cursor: pointer;
}
.mesh-main-player .mesh-prev i,
.mesh-main-player .mesh-next i {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
  color: #fff;
}
.mesh-main-player .mesh-artist {
  /* font-family: 'PT Sans', sans-serif; */
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mesh-main-player .mesh-title {
  margin-bottom: 0.6rem;
  /* font-family: 'PT Sans', sans-serif; */
  color: #fff;
  overflow: hidden;
  max-width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.mesh-main-player .mesh-volume-bar {
  margin-top: 0.3rem;
  width: 11.5rem;
  height: 0.7rem;
  background: #1a1a1a;
  margin-left: 1.5rem;
  cursor: col-resize;
}
.mesh-main-player .mesh-volume-bar-value {
  height: 0.3rem;
  margin-top: 0.2rem;
  background: #ff0000;
}
.mesh-main-player .left-player-side,
.mesh-main-player .right-player-side {
  line-height: 1.2rem;
  padding: 1.3rem 0;
}
.mesh-main-player .left-player-side {
  padding-right: 0;
}
.mesh-main-player .right-player-side {
  padding-left: 0;
  padding-right: 0 !important;
}
.mesh-main-player .left-player-side {
  float: left;
}
.mesh-main-player .left-player-side:before,
.mesh-main-player .left-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side:after {
  clear: both;
}
.mesh-main-player .left-player-side:before,
.mesh-main-player .left-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side:after {
  clear: both;
}
.mesh-main-player .left-player-side > div {
  float: left;
}
.mesh-main-player .left-player-side > div:before,
.mesh-main-player .left-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side > div:after {
  clear: both;
}
.mesh-main-player .left-player-side > div:before,
.mesh-main-player .left-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .left-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side {
  float: right;
  position: relative;
  width: 24rem;
  height: 4.6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 4rem;
}
.mesh-main-player .right-player-side:before,
.mesh-main-player .right-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side:after {
  clear: both;
}
.mesh-main-player .right-player-side:before,
.mesh-main-player .right-player-side:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side:after {
  clear: both;
}
.mesh-main-player .right-player-side > div {
  float: left;
}
.mesh-main-player .right-player-side > div:before,
.mesh-main-player .right-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side > div:before,
.mesh-main-player .right-player-side > div:after {
  content: " ";
  display: table;
}
.mesh-main-player .right-player-side > div:after {
  clear: both;
}
.mesh-main-player .right-player-side > div > div {
  float: left;
}
.mesh-main-player .mesh-current-time,
.mesh-main-player .mesh-duration {
  font-size: 1.1rem;
  /* font-family: 'Karla', sans-serif; */
  font-weight: 400;
  color: #fff;
  width: 3.5rem;
  text-align: center;
}
.mesh-main-player .mesh-mute,
.mesh-main-player .mesh-unmute {
  cursor: pointer;
  width: 1.2rem;
  text-align: center;
}
.single-playlist {
  margin-bottom: 2rem;
}
.trak-item {
  margin-bottom: -0.1rem;
  display: block;
/*  width: 100%;*/
  width: 60%;
  border-top: 1px solid rgba(206, 206, 206, 0.3);
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
  color: #333;
}
.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.trak-item:before,
.trak-item:after {
  content: " ";
  display: table;
}
.trak-item:after {
  clear: both;
}
.trak-item.playing .play-pause-button i:before {
  content: '\f04c';
  color: #bb9b69;
}
.trak-item.playing .play-pause-button:hover i {
  opacity: 1;
}
.trak-item audio {
  display: none;
}
.trak-item > * {
  height: 5.5rem;
  display: table;
}
.trak-item .play-pause-button {
  width: 11rem;
  cursor: pointer;
  text-align: center;
  margin-right: 4rem;
}
.trak-item .play-pause-button i {
  position: relative;
  top: -0.2rem;
  font-size: 1rem;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.trak-item .play-pause-button:hover i {
  opacity: 0.8;
}
.trak-item .center-y-table {
  display: table-cell;
  vertical-align: middle;
}
.trak-item h2,
.trak-item h3,
.trak-item time {
  padding: 0;
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  display: block;
}
.trak-item h2 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.trak-item h3,
.trak-item time {
  font-size: 1rem;
  line-height: 1rem;
}
.trak-item .trak-duration {
  line-height: 5.5rem;
  font-size: 1.2rem;
  width: 9.5rem;
  color: #757575;
  font-weight: 400;
  text-align: center;
  /* font-family: 'Karla', sans-serif; */
}
.trak-item .album-and-year {
  width: 14rem;
  padding-right: 2rem;
}
.trak-item .name-artist {
  width: 60rem;
}
.trak-item .name-artist h2 {
  white-space: nowrap;
  width: 58rem;
    /*      dazz track width*/
  overflow: hidden;
  text-overflow: ellipsis;
  color: #757575;
  font-size: 1.4rem;
  /* font-family: 'Karla', sans-serif; */
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.trak-item > * {
  float: left;
}
.trak-item .additional-button {
  float: right;
  width: 12rem;
  text-align: center;
}
.trak-item .additional-button a {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  line-height: 2.8rem;
  color: #000;
  margin-right: 1.7rem;
  position: relative;
}
.trak-item .additional-button a:last-child {
  margin-right: 0;
}
.trak-item .additional-button a i {
  background: transparent;
  font-size: 1.2rem;
}
.trak-item .additional-button a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #bb9b69;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.trak-item .additional-button a:hover {
  color: #fff;
}
.trak-item .additional-button a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.trak-item:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1200px) {
  .mesh-main-player .right-player-side {
    width: 14rem;
  }
  .center-side {
    width: 50rem;
  }
  .center-side .mesh-seek-bar {
    width: 40rem !important;
  }
  .mesh-main-player .jplayerButton {
    margin-left: 3.5rem;
  }
  .trak-item .name-artist {
    width: 46rem;
      /*      dazz track width*/
  }
  .trak-item .name-artist h2 {
    width: 44rem;
      /*      dazz track width*/
  }
}
@media (min-width: 1030px) {
  .mesh-main-player .left-player-side {
    padding-left: 2rem;
  }
  .mesh-main-player .right-player-side {
    padding-right: 2rem;
  }
}
@media (max-width: 1030px) {
  .main-music-player {
    width: 100%;
  }
  .mesh-main-player .mesh-title {
    max-width: 33.5rem;
  }
  .center-side {
    width: 30rem;
  }
  .center-side .mesh-seek-bar {
    width: 20rem !important;
  }
  .mesh-main-player .right-player-side {
    width: 16rem;
  }
  .jp-playlist .about-list .about-name {
    padding-left: 9rem;
  }
  .trak-item .play-pause-button {
    width: 9rem;
    margin-right: 0;
  }
  .trak-item .name-artist {
    width: 36.5rem;
  }
  .trak-item .name-artist h2 {
    width: 34.5rem;
  }
}
@media (max-width: 800px) {
  .mesh-main-player .mesh-volume-bar {
    display: none !important;
  }
  .trak-item .album-and-year {
    display: none;
  }
  .center-side {
    width: 8rem;
  }
  .center-side .mesh-seek-bar {
    display: none;
  }
  .center-side .mesh-duration {
    text-align: left;
  }
  .center-side .mesh-current-time {
    text-align: right;
  }
  .center-side .mesh-current-time:after {
    content: '/';
    position: relative;
    right: -0.2rem;
  }
  .trak-item .trak-duration {
    display: none;
  }
  .trak-item .name-artist {
    width: 22rem;
  }
  .trak-item .name-artist h2 {
    width: 20rem;
  }
  .jp-playlist .about-list .about-length {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .jp-playlist .about-list .about-available {
    width: 40%;
  }
  .playlist-wrapper {
    padding-top: 3rem;
  }
  .main-music-player {
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 1030px) {
  .albumSingle .jp-playlist .about-list .about-available {
    display: none;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .albumSingle .trak-item {
    border-color: #e6dfdd;
  }
  .albumSingle .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    width: 80%;
  }
  .albumSingle .trak-item .name-artist {
    width: 45rem;
      /*      dazz track width*/
  }
  .albumSingle .trak-item .name-artist h2 {
    width: 45rem;
/*      dazz track width*/
      
  }
  .albumSingle .trak-item .trak-duration {
    float: right;
    line-height: 4.7rem;
  }
  .albumSingle .trak-item > * {
    height: 4.7rem;
  }
}
@media (min-width: 800px) {
  .albumSingle .jp-playlist .about-list .about-available {
    display: none;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .albumSingle .trak-item {
    border-color: #e6dfdd;
  }
  .albumSingle .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .albumSingle .jp-playlist .about-list .about-name {
    width: 80%;
  }
  .albumSingle .trak-item .name-artist {
/*    width: 30rem;*/
      /*      dazz track width*/
  }
  .albumSingle .trak-item .name-artist h2 {
/*    width: 30rem;*/
      /*      dazz track width*/
  }
  .albumSingle .trak-item .trak-duration {
    float: right;
    line-height: 4.7rem;
    text-align: right;
  }
  .albumSingle .trak-item > * {
    height: 4.7rem;
  }
  .albumSingle .jp-playlist .about-list .about-length {
    text-align: right;
    padding-right: 2rem;
  }
}
@media (max-width: 500px) {
  .trak-item {
    padding-right: 2rem;
  }
  .main-music-player {
    padding: 0 2rem 0 2rem;
  }
  .mesh-main-player .mesh-play,
  .mesh-main-player .mesh-pause {
    width: 3rem;

  }
  .mesh-main-player .mesh-prev,
  .mesh-main-player .mesh-next {
   /* display: none;*/
    display: block;
  }
  .mesh-main-player .jplayerButton {
    margin-left: 3rem;
  }
  .mesh-thumbnail {
   /*dazz*/ /* display: none; */
      display: block;
  }
  .center-side {
    display: none;
  }
  .jp-playlist .about-list .about-name {
    padding-left: 5rem;
  }
  .right-player-side {
    padding-right: 0!important;
   /*dazz*/ /* padding-left: 0!important; */
       padding-left: 4rem!important;
  }
  .trak-item .play-pause-button {
    width: 5rem;
    margin-right: 0;
  }
  .trak-item .name-artist {
    width: 15rem;
      /*      dazz track width*/
  }
  .trak-item .name-artist h2 {
    width: 13rem;
      /*      dazz track width*/
  }
  .trak-item .additional-button a {
    margin-right: 0.7rem;
  }
  .trak-item .additional-button a:last-child {
    margin-right: 0;
  }
}
/*
@media (max-width: 400px) {
  .trak-item .additional-button {
    display: none;
  }
  .jp-playlist .about-list .about-available,
  .jp-playlist .about-list .about-length {
    display: none;
  }
  .jp-playlist .about-list .about-name {
    width: 100%;
  }
}
*/
/*
@media (max-width: 360px) {
  .trak-item .name-artist {
    width: 18rem;
  }
  .trak-item .name-artist h2 {
    width: 18rem;
  }
}
*/

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*//*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*//*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*//*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*//*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/*dazzling extra classes*/
/*Alert*/
/* The alert message box */
.alert {
  padding: 20px;
  /*background-color: #f44336;*/ /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
/*alert*/
.sectionTitle{
    padding-top: 2rem;
}
.section-b-padding{
    padding-bottom: 15rem !important;
}
.dazz-slider-text1{
    position: absolute;
    padding-top: 350px !important;
    left:50%;
     /*font-weight: 400!important;*/
    text-shadow: 1px 1px 1px #fff;
    text-transform: capitalize;
    color:#fff;
    /*font-family: 'Yatra One', cursive;*/
    
}

.dazz-sect-heading{
    /*color:#333 !important;*/
    color:#333 !important;
    font-size: 3.5rem !important;
    /*font-family: Rustico-Regular !important;*/
    font-family: 'Poppins-Bold', sans-serif !important;
}

    .heading-line-p,
.heading-line-p-con,
.heading-line-p-insta,
.heading-line-p-bio
{
  display: none !important;
  font-size: 190% !important;
}
.heading-line-p,.heading-line-p-con{
 font-family: Rustico-Regular !important;
 /*color:red !important;*/
 font-size: 5rem !important;
 margin-top: -20px !important;
 text-align: center !important;
}
.heading-line-p{
  color:#000 !important;
}
 .heading-line-p-con{
  color:#fff !important;
 }
 .heading-line-p-insta{
  font-family: Rustico-Regular !important;
 color:#000!important;
 font-size: 5rem !important;
 margin-top: -76px !important;
 }
 .heading-line-p-bio {
  font-family: Rustico-Regular !important;
 color:#000!important;
 font-size: 5rem !important;
 margin-top: -40px !important;
 padding:0px !important;
 /*margin:0px !important;*/


 }
/*-----------------banner------------------*/
#dazz-header-div{
    background-image: url('./Almarrani-header.jpg')!important;
    background-position:center -35px!important;
    background-repeat:no-repeat !important;
    background-size: cover !important;
}

/*--------------Demoes-------------*/
.dazz-mo7-demoes-section{
    /* background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url("./15-1-black-s.png") repeat; */
    /* background: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7)),url(./Almarranipattern10-2-sm.png) repeat; */
   
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.5))),url(./osamapattern-10-1-gray-sm.png) repeat;
   
    background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),url(./osamapattern-10-1-gray-sm.png) repeat;

  background-position: center center;
 background-attachment: fixed;
  background-repeat: repeat;
    -webkit-animation: animate-bg 60s linear infinite;
    animation: animate-bg 60s linear infinite;
}



@-webkit-keyframes animate-bg{
    from{
        background-position: 0 0;
    }
    to{
        background-position:  0 100%;
       
    }
}



@keyframes animate-bg{
    from{
        background-position: 0 0;
    }
    to{
        background-position:  0 100%;
     
    }
}

.dazz-downloadicon {
    float: right;
    line-height: center;
    padding-top:15px;
    text-align: center;
  }
.dazz-thm-img{
    /*      added by dazzling*/
/*     border-radius: 10px !important;*/

    -webkit-transition: .3s;
   
    transition: .3s; 
     -webkit-box-shadow:5px 5px 10px rgba(0,0,0,.3);
    box-shadow:5px 5px 10px rgba(0,0,0,.1);
}
.dazz-thm-img:hover{
    /*      added by dazzling*/
/*     border-radius: 10px !important;*/
  
    -webkit-transform: translate(0, -13px) !important;
  
    transform: translate(0, -13px) !important;
  
        -webkit-transition: .3s;
        transition: .3s;
     
   
}
.discover-row,.discover-row2{
    padding-top:10rem;
    padding-left:5rem;
}


.dis-icn{
    font-size:15px !important;
}

/*------------------------bio------------------*/

.bio-img{
   /* margin-top:-200px;*/
     /*margin-top:-150px;*/
/*
    height: 667px;
        width:1000px;
*/
}
.biography{
/*    padding-top:12rem;same as padding class*/
    background-color: #f8f8f8;

/*
    padding-top:2rem;
    padding-bottom: 2rem;
*/
  
}
.bio-row{
   padding-top:4rem !important;
   
/*
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2) !important;
    
    box-shadow: 5px 5px 10px rgba(0,0,0,.2) !important;
*/
    
}
.col-6-bio-img{
    position: absolute;
/*    bottom: -25px !important;*/
/*    bottom: -50px;*/
    bottom: -90px;
            right:4% !important;

}
.col-6-bio-txt{
    padding-top:50px !important;
    padding-bottom:50px !important;
/*    padding-right: 12rem !important;*/
    
/*    padding-left: 12rem !important;*//*one bio col*/
    text-align: justify !important;
    /*one bio col*/
   
/*     height:500px !important;*/
/*    float: left !important;*/
}
.bio-heading{
    padding-bottom: 6rem !important;
}
.bio-con a{
    color:#000 !important;
    -webkit-transition: .3s;
    transition: .3s;
}
.bio-con a:hover, .bio-con a:visited, .bio-con a:active {
    text-decoration: none !important;
    color:#bb9b69 !important;
    -webkit-transition: .3s;
    transition: .3s;
}
.modal-body{
    z-index: 999 !important;
}

/*------------------------Behind Sence------------------*/
.dazz-bh-Sence-section{
/*  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),url(./Almarrani-sence.png); */
  /* background: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3)),url(./Almarrani-contact.jpg); */
/*
    background:url(./Almarrani-behind-scence.jpg);
    background-position: center center;
    background-size: cover;
  background-attachment: fixed; 
  background-repeat: no-repeat;   
*/
/*
      -webkit-transform: translateZ(0) scale(1.0,1.0);
    
      transform: translateZ(0) scale(1.0,1.0);
    -webkit-transition: all 2.0s ease-in-out ;
    transition: all 2.0s ease-in-out ;
    
    -webkit-animation: bh-sence-bg-anim 60s linear 10ms infinite;
    
    animation: bh-sence-bg-anim 60s linear 10ms infinite;
*/
/*    setting for animating the bg image*/
    position: relative;
    height:100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*    end setting for animating the bg image*/
    
    
}

/*    setting for animating the bg image*/
.dazz-bh-Sence-section:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.dazz-bh-Sence-section:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0,1.0);
    transform: translateZ(0) scale(1.0,1.0);
/*     background:url(./Almarrani-behind-scence.jpg);*/

     
/*     background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(./Almarrani-behind-scence.jpg);*/


/*    background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(./Almarrani-behind-scence.jpg);*/
    background:url(./Almarrani-header1.jpg);
    /*background-position: right center;*/
    background-position: right center;
    background-size: cover;
    

/*  background-attachment: fixed; */
  background-repeat: no-repeat;
    -webkit-animation: bh-sence-bg-anim 80s linear 10ms infinite;
    animation: bh-sence-bg-anim 80s linear 10ms infinite;
    
}
/*    end setting for animating the bg image*/



@-webkit-keyframes bh-sence-bg-anim{
/*
    0%{
  
  
  
  -webkit-transform:scale(1);
  
  
  
  transform:scale(1);
    }
    
    100%{
 
  
  -webkit-transform:scale(1.5);
 
  
  transform:scale(1.5);
    }
*/
    0%{

  -webkit-transform:scale(1);

  transform:scale(1);
    }
    
    100%{
 
  -webkit-transform:scale(1.3);
 
  transform:scale(1.3);
    }
/*
          0%{

  -webkit-transform:scale(1.3);

  transform:scale(1.3);
    }
    
    100%{

  -webkit-transform:scale(1);

  transform:scale(1);
    }
*/
}



@keyframes bh-sence-bg-anim{
/*
    0%{
  
  
  
  -webkit-transform:scale(1);
  
  
  
  transform:scale(1);
    }
    
    100%{
 
  
  -webkit-transform:scale(1.5);
 
  
  transform:scale(1.5);
    }
*/
    0%{

  -webkit-transform:scale(1);

  transform:scale(1);
    }
    
    100%{
 
  -webkit-transform:scale(1.3);
 
  transform:scale(1.3);
    }
/*
          0%{

  -webkit-transform:scale(1.3);

  transform:scale(1.3);
    }
    
    100%{

  -webkit-transform:scale(1);

  transform:scale(1);
    }
*/
}

.play-sence-sp{
    padding: 35px 27px 35px 27px;
    background-color: rgba(0,0,0,0.2); 
    border-radius:50% ;
    border: 3px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.play-sence-sp .fa-play{
    color:#fff;
    /*font-size: 35px;*/
    font-size: 80px !important;
    vertical-align: middle;
    padding-left:4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* .play-sence-sp .fa-play:hover{
    transform: rotate(180deg);
    color:red;
    transition: 0.3s;
} */
.play-sence-sp:hover{
    background-color: rgba(0,0,0,0.4); 
     -webkit-transition: 0.3s; 
     transition: 0.3s;
}
.bh-sence-heading{
/*    padding-bottom: 100px;*/
    padding-bottom: 0px;
    padding-top: 100px;
    z-index: 999;
     text-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
/*----------------instagram videos--------------------*/
.dazz-instagram-section{
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.5))),url(./Almarranipattern-10-1-gray-sm.png) repeat;
    background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),url(./Almarranipattern-10-1-gray-sm.png) repeat; 
 background-position: center center;
 background-attachment: fixed;
 background-repeat: repeat;
 -webkit-animation: animate-bg 60s linear infinite;
 animation: animate-bg 60s linear infinite;
}
.insta-sub-head-p{
/*   padding-bottom: 6rem !important;*/
    padding-bottom: 10rem !important;
   padding-top: 6rem !important;
   /*margin-bottom: 10rem !important;*/
}
.insta-fram{
     -webkit-transition: .5s;
     transition: .5s; 
   
  
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,.2); 
   
  
    box-shadow:5px 5px 5px rgba(0,0,0,.2);
}
 .insta-fram:hover{
    -webkit-transform: translate(0, -13px) !important;
    transform: translate(0, -13px) !important;
     -webkit-transition: .5s;
     transition: .5s;
}

.video-play-icon1 a, .video-play-icon2 a,  .video-play-icon3 a, .video-play-icon1 a:hover, .video-play-icon2 a:hover,  .video-play-icon3 a:hover, .video-play-icon1 a:active, .video-play-icon2 a:active,  .video-play-icon3 a:active, .video-play-icon1 a:visited, .video-play-icon2 a:visited,  .video-play-icon3 a:visited, .video-play-icon1 a:link, .video-play-icon2 a:link,  .video-play-icon3 a:link
{ position: absolute;
  top: 40%;
  left: 45%;
  color:rgba(255,255,255,.9);
  text-shadow: 5px 5px 30px rgba(0,0,0,.2);
  font-size: 5rem;
}
.insta-btn-div{
 padding-top:100px;
 text-align: center;
}

/*---------------contact---------------*/
.contactSingle{
/*    background:url(./Almarrani-contact.jpg);*/

   
/*    background: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0)),url(./Almarrani-contact.jpg);*/
    

    background: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.95)),to(rgba(0,0,0,0))),url(./Almarrani-contact.jpg);
    

    background: linear-gradient(90deg,rgba(0,0,0,.95),rgba(0,0,0,0)),url(./Almarrani-contact.jpg);
   
    background-position: center center;
    background-size: cover;
}
.contact-col-6{
    margin-top:40px !important;
/*    text-align: center;*/
    
}
.contact-heading{
    float:left;
    /*padding-bottom: 40px !important;*/
    padding-bottom: 20px !important;
    
  
/*
    text-shadow: 0px 0px 10px #fff;
    color:#fff !important;
*/
}
.contact-heading-h,.contact-heading-h:hover {
    color:#fff !important;
    /*text-shadow: 0px 0px 5px #bb9b69 !important;*/
    font-size: 3.5rem;
    /*font-family: Rustico-Regular !important;*/
    font-family: 'Poppins-Bold', sans-serif !important;
}
.send-msg-btn{
    color:#fff !important;
    border:1px solid #bb9b69 !important;
    margin-top: 30px !important;
    
    /*dazzling right to left fill*/
/*
     border: 1px solid black !important;
  border-radius: 3px !important;
  width: 100px !important;
  height: 30px !important;
  display: block !important;

  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), color-stop(50%, white)) !important;

  background: linear-gradient(to right, black 50%, white 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  -webkit-transition: all .5s ease-out !important;
  transition: all .5s ease-out !important;
*/
     
}
/*
.send-msg-btn:hover{
    border:none !important;
    background-position: left bottom;
   
}
*/

/*---------------Sub footer---------------*/
.dazz-sub-footer{
  padding:12rem 10rem 10rem 10rem;  
}

.dazz-sunfot-heading{
    text-align: center;
}
.dazz-subfooter-div{
    position: relative;
}
.dazz-subfooter-img-div1, .dazz-subfooter-img-div1 {
   text-align: center;
    position: absolute;
    top:40% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dazz-sunfot-heading{
    padding-top:13px;
    /* color: #757575; */
}
.dazz-footerlogo{
    width:40%; 
    height:40%;
}
.moh-footerlogo{
      width:45%; 
    height:45%;
    
}
.dazz-sunfot-heading a{
  color:#000;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
.dazz-sunfot-heading a:hover{
  color:#bb9b69;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}
.dazz-sub-fot-txt a{
  color:rgba(169,32,83,1) !important;
    -webkit-transition: .5s;
    transition: .5s;
}
.dazz-sub-fot-txt a:hover{
  color:rgba(169,32,83,.8) !important;
    -webkit-transition: .5s;
    transition: .5s;
}
.dazz-sub-fot-txt{
padding-top:2rem;
}

.footer{
    padding-bottom:6rem;
}


/*resizing Sub Footer in some screen sizes*/
/*dazzling extra media query*/
 
@media screen and (min-width: 0px) and (max-width: 992px){
.dazz-sub-footer{
        padding-bottom: 20rem;
    }
    
    .dazz-subfooter-img-div2 {
    /* top:10% !important; */
    padding-top:150px;
    
}
    .sub-footer-col-2{
      padding-top:80px;
    }
    
}
@media only screen and (max-width:320px){
.mohammed_banner{
            
   padding-bottom: 100px !important;
        
    }
}
@media only screen and (max-width:380px){
.dazz-moh-sub-text{
            
    margin-left:0px !important;
   margin-top:-80px  !important;
    letter-spacing: 4px !important;
        
    }
}

@media only screen  and (max-width:480px){
    /*player*/
    .center-side{
        display: block !important;
       margin-left: -4rem;
    }
    .paddingBottomDemoes {
    padding-bottom: 0rem !important;
}
    /*----------Sub Footer------------*/
    .dazz-footerlogo{
    width:45%; 
    height:45%;
}

.moh-footerlogo{
      width:55%; 
    height:55%;
}
    .dazz-sub-footer{
  
        padding-right: 0rem !important;
        padding-left:0rem !important;
}
    .dazz-sect-heading,.contact-heading-h{
        line-height: 40px !important;
        font-size: 190% !important;
    }

    /*-------------Bio------------------*/
    .col-6-bio-img{
/*        display: none;  */
    bottom: 0px;

    }
    .col-6-bio-txt{
        padding-right: 5rem !important;
        padding-left: 5rem !important; 
         
        text-align: left !important;
        
     
    }
/*
    .bio-row-one-col{
     margin-left:500rem !important;
        margin-right: 500rem !important;
    }
*/
    
    /*-----------------header-----------------*/
   .logo-container-top {
 
  left: 20px !important;

}
    .logo-container-top img{
    max-height: 40px;
    max-width: 100%;
       
    }
    .topHeader{
       left:-26px; 
    }
    .mohammed_banner{
/*        font-size: 30px !important;*/
        font-size:27px !important;
      
        line-height: 70px;
        letter-spacing: 0px !important;
        
    }
    .starTitle{
      top:45%;
        right: 0% !important;
        left:43% !important;
/*        right: 0% !important;*/
/*        left:35% !important;30 font size of mohammed-banner*/
        left:41.9% !important;/*27 font size of mohammed-banner*/
        padding: 0px !important;
        
        
    }
    .dazz-moh-sub-text{
/*        font-size: 11px !important;*/
        line-height: 20px;
/*        letter-spacing: 6px!important;*/
        /*    to center the text between m and k in larg screens*/
    margin-left:0px !important;
/*   margin-top:-80px !important;*/
        margin-top:-20px ;
        letter-spacing: 4px;
        padding-left:15px !important;
        padding-right:15px !important;
        
    }
#dazz-header-div{

    background-image: url('./Almarrani-headermobile.jpg')!important;
     background-position:center center!important;
}
    /*-----------------insta------------------*/
    .insta-sub-head-p, .insta-col-4{
        
        padding-right: 2rem !important;
        padding-left: 2rem !important;

    }
    .insta-col-4{
      /*padding-top: 10rem !important;*/
    }
    .insta-sub-head-p{
   padding-bottom: 0rem !important;
   /*margin-bottom: 10rem !important;*/
}
.trak-item {
  width: 100% !important;
  }
 
    /*-----------------Demoes----------------------*/
    .dazz-mo7-demoes-section{
        position: relative;
/*        padding-bottom: 25rem !important;*/
        padding-bottom: 10rem !important;
        padding-top: 7rem !important;
    }
    .discover-row{
position:absolute;
        bottom: 0px !important;
        top:40rem!important;
        
}
    .dazz-demo-col3-img{

        padding-left: 10% !important;

        
    }
    .dazz-mo7-demoes-section{
        padding-right:3rem !important;
    }
    .center-y-table h2{
        padding-top:.3rem !important;
    }
    .discover-row2{
        padding-top:7rem !important;
    }
    .col-8-playlist{
        padding-top:3rem !important;
    }
  
   /*behind the scene*/
    .bh-sence-heading{
    padding-top: 180px !important;    
}

.dazz-bh-Sence-section:before{

/*    background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(./Almarrani-behind-scence-mob.jpg) center bottom;*/
    background:url(./Almarrani-behind-scence-mob.jpg) center bottom;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-animation: none !important;
   
    animation: none !important;  
}

}/*end 480*/

/*mobile rotate*/
@media only screen and (max-width:640px){

/*
    .mohammed_banner{
        font-size: 26px !important;
        line-height: 50px;
    }
*/
    
    .dazz-moh-sub-text{
      font-size: 10px !important;
        line-height: 15px;
    }
      .logo-container-top img{
    max-height: 40px;
    max-width: 100%;  
    }
    .dazz-sect-heading, .contact-heading-h{
    font-size: 2.5rem !important;

}
 .col-6-bio-img{
/*        display: none; */
      bottom: 0px;
     
    }
    .col-6-bio-txt{
        padding-right:5rem !important;
    }
    .bh-sence-heading{
    padding-top: 3px;
}
.flex-slider{
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.dazz-thm-img{
/*max-width: 150px;*/
/*max-width: 220px;*/
/*max-width: 240px;*/
max-width: 300px;
    margin-left:-45px !important;
}
/*
    .trak-item {
   width: 100%; 
}
*/
  .insta-sub-head-p, .insta-col-4{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

}

/*rotate mobile*/
@media only screen and (width:731px){
 .mohammed_banner{
        font-size: 30px !important;
        line-height: 110px;
   
    }
    
    .dazz-moh-sub-text{
      font-size: 10px !important;
        line-height: 20px;
        padding-top: 0px !important;
        margin-top: -25px !important;
        margin-left:-10px !important;
        letter-spacing: 4px !important;

    }
     .col-6-bio-txt{
        padding-right:10rem !important;
    }
    }/*end731*/
@media only screen and (width:640px){
 .mohammed_banner{
        font-size: 30px !important;
        line-height: 110px;
   
    }
    
    .dazz-moh-sub-text{
      font-size: 10px !important;
        line-height: 20px;
        padding-top: 0px !important;
        margin-top: -25px !important;
        margin-left:-10px !important;
        letter-spacing: 4px !important;

    }
    
    }
/*end640*/
@media only screen and (max-width:780px){
 .col-6-bio-img{
/*        display: none; */
      bottom: 0px;
     
    }
    }
/*end dazzling extra media query*/


/*-------to top------*/
.to-top{
  position: fixed;
    /*top:570px;*/
    /*right:80px;*/
    bottom:70px;
    right:30px;
    float:right;
    
    z-index: 3;
    font-size: 18px !important;
    /*hide it to be shown when scrolling to a specific point*/
    opacity: 0;
  
    padding:10px;
    padding-right: 15px;
    padding-left:15px;
    border-radius: 50%;
/*
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
*/
    background: #fff;
    color:#fff;
   
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
   
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-animation: dazz-fade-up 1.6s ease infinite;
    animation: dazz-fade-up 1.6s  ease infinite;
  /*   animation: roll 3s infinite;*/
  /*transform: rotate(30deg);*/
    
}


/*-----------------------clients---------------*/
.dazz-client-section{
      /* background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)),url(./Almarranipattern10-2-sm.png) repeat;
       background-position: center center;
      background-attachment: fixed;
       background-repeat: repeat;  */
/*    background: #fafafa;*/
     background: #fff;
 
}
/*----------------------------Client Slider----------------------------------*/

/*--flexisel--*/

#flexiselDemo1 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
    max-width: 300px;
    max-height: 100px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:24px;
    height:36px;
    position: absolute;
    cursor: pointer;
    /*dazz*//* z-index: 100; */
    z-index: 0;
}
.nbs-flexisel-nav-left {
left: -4.3%;
top: 32%;
background: url(./themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: -4.3%;
top: 32%;
background: url(./themes.png) no-repeat -24px 0px;
}
.w3layouts-clients{
    padding-bottom: 3rem!important;
}


/* ==================beats preloader================== ***/
/* -----------------------------------
** Preloader
-------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -23px;
}
.preloader .loader .line-scale-pulse-out> div{
   /*background-image: -webkit-linear-gradient(-45deg, #c1089e 10%, #ff4e00 100%);
  background-image: linear-gradient(-45deg, #c1089e 10%, #ff4e00 100%);*/
  background-image: linear-gradient(-45deg, #000000 10%, #000000 100%);
    
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 45px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }
/* -----------------------------------
** End Preloader
-------------------------------------*/

/*-------------Beats pop video--------------*/
.video-play-icon a, .video-play-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 100%;
  font-size: 40px;
     -webkit-animation: vidicon 1s linear infinite;
     animation: vidicon 1.5s  infinite;
/*    added by dazzling*/


}

@-webkit-keyframes vidicon {
    100%{
 -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .08),
         0 0 20px rgba(255, 255, 255, .08),
         0 0 30px rgba(255, 255, 255, .08);
 box-shadow: 0 0 10px rgba(255, 255, 255, .08),
         0 0 20px rgba(255, 255, 255, .08),
         0 0 30px rgba(255, 255, 255, .08);
 
/*
    box-shadow: 0 0 10px rgba(255, 255, 255, .08),
         0 0 15px rgba(255, 255, 255, .08),
         0 0 20px rgba(255, 255, 255, .08);
*/

   

/*
       box-shadow: 0 0 75px rgba(255, 255, 255, .5),
        0 0 60px rgba(255, 255, 255, .5),
        0 0 45px rgba(255, 255, 255,.5),
         0 0 30px rgba(255, 255, 255, .5),
         0 0 15px rgba(255, 255, 255, .5);
*/
    }
    
}


.video-play-icon a span {
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  padding-top: 21px;
  padding-left: 7px;
  transition: .5s;
  -webkit-transition: .5s;
  position: relative;
  overflow: hidden;
}

.video-play-icon a span:after,
.video-play-icon a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, #c1089e 20%, #ff4e00 90%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 100%;
   z-index: -1; 
  opacity: 0;
}

 .video-play-icon a span i {
  color: #fff;
}

.video-play-icon a:hover span {
  background: transparent;
}

.video-play-icon a:hover span:after {
  opacity: 1;
}

.video-play-icon a:hover span:before {
  background: #2b2b36;
  opacity: 1;
}

.text-gradient-color {
  background-image: linear-gradient(45deg, #f909c9 40%, #ff4e00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .text-gradient-color {
      background-image:none;
      background-image: none;
      color: #f909c9;
    }
}
/* -----------------------------------
** End Video Box
-------------------------------------*/

/*--------------------------Easy Resumi--------------------*/
/*-- contact --*/
.contact{
    padding-top: 8rem;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact textarea, .contact input[type="email"]{
    font-size: 1em;
    color: #fff;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    outline: none;
}
.contact textarea { 
    min-height: 13em; 
} 
/*-- input-effect --*/ 
.styled-input {
    width:100%;
    margin: 2em 0 1em;
    position: relative;
}
.styled-input label {
/*me*//*color: #1dadd3;*/
   /*color:#76dfd8;*/
    color:#fff;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span, .contact input[type="email"] ~ span{
    display: block;
    width: 0;
    height:2px;
    /*me*//*background:#ec407a;*/
/*    background:#000;*/
    background:#bb9b69;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s; 
    transition: all 0.125s; 
}
.styled-input textarea ~ span { 
    bottom: 0px; 
}
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: 1.1em;
    /*me*//*color: #ec407a;*/
/*    color:#000;*/
    color:#bb9b69;
    text-shadow: 0px 0px 1px #000;/*added by dazzling*/
    top: -1.3em;
    -webkit-transition: all 0.125s;
    transition: all 0.125s;
}
/*dazz*/
.styled-input input[type="email"]:valid ~ label{
  color:red;
      
}

.styled-input input:focus.styled-input textarea:focus, .contact input[type="email"]:focus{ 
    outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span, .contact input[type="email"]:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s;  
    transition: all 0.075s; 
} 
/*-- //input-effect --*/


/*-- //contact --*/  
/*--------------------------easy resumi--------------------*/


/*-----------------------------POOL Menu-------------------------------*/
/*-- menu --*/
.m_nav_ham{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#m_nav_container {
    width: 100%;
    /*dazz*//*height: 82px;*/
    height: 67px;
    /*dazz*//*background-color:#ff2f68;*/
    background-color:rgba(0,0,0,.5);
    position: fixed;
    display: none;
    /*dazz*//*top: 35px;*/
    top: 0px;
    left: 0;
    text-align: center;
}
.wthree_bg{
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wthree_bg.container_open{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#m_nav_bar {
    width: 80%;
    margin: auto;
}
#m_nav_list {
    list-style: none;
    margin:1.5em 0 0;
}
.m_nav_item {
    display: inline-block;
    margin: 0 1em;
}
.m_nav_item a {
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition-duration: 0.5s;
    padding: 10px 30px;
}
.container_open {
    position: fixed !important;
    display: block;
    height: 120px;
}

#m_nav_menu {
    position: fixed;
    /*dazz*//*top: 44px;*/
/*    top: 18px;*/
    top:5px;
    z-index: 3;
    cursor: pointer;
    right: 54px;
   
}
.m_nav_ham {
    width: 20px;
    height: 2px;
    /*dazz*//*background: #ff2f68;*/
    background:#fff;
    margin: 5px auto;
/*    added by dazzling*/
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,1);
    box-shadow: 1px 1px 2px rgba(0,0,0,1);
}

.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 15px;
     width: 20px !important;
}
.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-7px;
     width: 20px !important;
}
.m_nav_ham_3_open {
    opacity: 0;
}
.button_open {
    background: #fff;
}
.w3_agileits_ham {
    margin-top:1.5em;
}
.w3_agileits_ham.m_nav_ham_1_open {
    margin-top:32px !important;
}
.menu__list li a i{
    padding-right:1em;
}
.link--kumya:hover i,.menu__list .active a i{
    /*dazz*/
    /* color:#00bfff; */
     color:#212121; 
   /* color: #bb9b69; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
ul.dropdown-menu.agile_short_dropdown {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 3em;
    border: none;
}
ul.dropdown-menu.agile_short_dropdown li {
    color: #fff !important;
    list-style: none;
    padding: .3em 0 !important;
}
ul.dropdown-menu.agile_short_dropdown li a{
    padding:0;
    
}
.link {
    outline: none;
    position: relative;
    display: inline-block;
}
/* Kumya */
.link--kumya {
    overflow: hidden;
    line-height: 1;
}
.link--kumya:hover,.menu__list .active a {
    color:#fff;
}
.link--kumya::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #ffffff;
    -webkit-transform: translate3d(101%,0,0);
    transform: translate3d(101%,0,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.link--kumya:hover::after,.menu__list .active a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.link--kumya span {
    display: inline-block;
    position: relative;
}
.link--kumya span::before {
    content: attr(data-letters);
    position: absolute;
     color: #212121; 
    /*dazz*/
    /* color: #bb9b69; */
    left: 2px;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.link--kumya:hover span::before,.menu__list .active a span::before {
    width: 100%;
}
ul.dropdown-menu {
    /* background: #31bdfd !important; */
    /*dazz*/
    background: red!important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: none;
    top: 3em;
    left: 0 !important;
    min-width: 143px;
    text-align: center;
    right: 0 !important;
    padding: 1em 0 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color:#fb4e4e !important;
    font-weight:600;
}
/*-- //menu --*/
/*POOL menu fitting screens*/
@media(max-width:991px){
    .header-w3l {
        padding: 0.5em 0;
    }
    #m_nav_menu {
        top: 31px;
    }
    #m_nav_list {
        margin: 1.3em 0 0;
    }
    #m_nav_container {
        height: 73px;
/*      top:27px;*/
        top:0px;
    }
}

/*----*/
@media(max-width:768px){
    .m_nav_item {
        margin: 0 0em;
    }
    .menu__list li a i {
        padding-right: 0.6em;
    }
    .m_nav_item a {
        padding: 10px 18px;
    }
    .jislider__controller {
        left: 91.5%;
    }
    .agileinfo_social_icons, .w3_agileits_header_text, .agileits_w3layouts_logo {
        padding-left: 3em;
    }
    #m_nav_menu {
        top: 27px;
    }
    #m_nav_container {
/*      top: 23px;*/
        top:0px;
    }
    
}
/**/
@media(max-width:600px){
    #m_nav_menu {
        right: 35px;
    }
    .jislider__controller {
        bottom: 29%;
        left: 89.2%;
    }
    .nav-tabs > li > a {
        margin-right: 2px;
    }
    .view-sixth h4 {
        margin: 24px 40px 0px 40px;
    }
}
/**/
@media(max-width:568px){
    .agileits-banner-info h3 {
        font-size: 1.5em;
        letter-spacing: 4px;
    }
    h5.w3l-posi {
        left: -5%;
    }
    .jislider__controller {
        left: 88.5%;
        bottom: 27%;
    }
    .nav-tabs {
        width: 100%;
    }
    .bs-example {
        margin: 1em 0 0;
    }
    .agileits_social_list li a {
        padding-right: 0.9em;
        font-size: 13px;
    }
    .w3_agileits_header_text h3 {
        line-height: 2.5;
    }
    .agileits_w3layouts_logo h1 a {
        margin-top: 8px;
    }
    #m_nav_menu {
        top: 21px;
    }
    .agileits-banner-info {
        padding: 6em 0 0em;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 315px;
    }
    .w3layouts_event_right {
        padding: 2em 2em 2em 2em;
        width: 100%;
    }
    .position-w3l {
        padding: 14.5em 11.9em;
    }
    .sb-caption {
        padding: 1em;
        font-size: 13px;
    }
    img.posi-w3l {
        top: 56%;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 44.8%;
    }
}
/**/
/*
@media(max-width:480px){
    .agileits_w3layouts_logo {
        float: none;
        width: 100%;
        padding-left: 1.5em;
    }
    .agileinfo_social_icons, .w3_agileits_header_text {
        margin-top: 0px;
        padding-left: 1.5em;
    }
    .w3_agileits_header_text h3 {
        line-height: 2;
    }
    .agileits_social_list li a i {
        line-height: 2.5;
    }
    #m_nav_menu {
        top: 19px;
        right: 26px;
    }
}
*/
/**/
/*
@media(max-width:320px){
    .jislider__right-arrow, .jislider__left-arrow {
        right: 14px;
    }
    .agileits_w3layouts_logo {
        padding-left: 1.2em;
    }
    .agileinfo_social_icons, .w3_agileits_header_text {
        margin-top: 0px;
        padding-left: 1.2em;
    }
    #m_nav_menu {
        top: 15px;
        right: 21px;
    }
}
*/



/*--responsive--*/
@media(max-width:1680px){
    .w3layouts_event_right {
        padding: 5em 5em 5em 5em;
    }
}
@media(max-width:1600px){
    .w3layouts_event_right {
        padding: 4.4em 5em 4.44em 5em;
    }
}
@media(max-width:1440px){
    .w3layouts_event_right {
        padding: 2.4em 3em 2.44em 3em;
    }
    .flexslider {
        padding-bottom: 2.6em;
    }
}
@media(max-width:1366px){
    .w3layouts_event_right_para p, .subscribe-w3ls p {
        font-size: 1em;
    }
    .w3layouts_event_right {
        padding: 3.1em 3em 3.1em 3em;
    }
}
@media(max-width:1280px){
    .agileits-banner-info p {
        font-size: 2em;
        letter-spacing: 9px;
    }
    .agileits-banner-info h3 {
        font-size: 2.5em;
        letter-spacing: 12px;
    }
    .agileits-banner-info {
        padding: 14em 0 0em;
    }
    h5.w3l-posi {
        top: 55%;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 600px;
    }
    .ftr-text p a {
        margin-top: 6em;
    }
    .w3_agileits_ham {
        margin-top: 1em;
    }
    .jislider__controller {
        bottom: 41%;
    }
    .contact-w3ls, .about-w3layouts-agileinfo, .banner-bottom, .testimonials, .plans-section, .team, .features, .portfolio-w3ls {
        padding: 4em 0em;
    }
    h3.title-w3-agileits {
        font-size: 2.5em;
        margin-bottom: 0.5em;
    }
    .w3layouts_event_right {
        padding: 3.1em 2em 3.1em 2em;
    }
    .w3layouts_event_right {
        padding: 2.6em 2em 2.65em 2em;
    }
    .steps-wel h5 {
        font-size: 2.1em;
    }
    .w3ls_banner_bottom_grids h6 {
        font-size: 1.6em;
    }
    .come h3 {
            margin: 1.5em 0 .5em!important;
        }
}
@media(max-width:1080px){
    .about-grids-w3l {
        width: 100%;
    }
    .w3layouts_event_right {
        padding: 3em 5em 3em 5em;
        width: 100%;
    }
    .flex-control-nav {
        left: 44.5%;
    }
    .nav-tabs {
        width: 70%;
    }
    .position-w3l {
        padding: 13em 11em;
        left: 10%;
    }
    .features-w3ls ,.about-wel p{
        font-size: 16px;
    }
    .come h3 {
        margin: 0.5em 0 .5em!important;
    }
    .w3ls_banner_bottom_grids h6:nth-child(2), .w3ls_banner_bottom_grids h6:nth-child(3) {
        margin-top: 1.5em;
    }
    .center-container {
        padding: 7em 0;
    }
    .view-sixth h4 {
        margin: 32px 40px 0px 40px;
    }
    .view p {
        padding: 1em 3em 0;
    }
    img.posi-w3l {
        top: 37%;
        left: 1%;
    }
    .w3_agileits_testimonials_grid h4 {
        margin-bottom: 0.3em;
        font-size: 1.5em;
    }
    .agileinfo_mail_grids h3 {
        font-size: 1.5em;
    }
    .contact-left-w3ls h4 {
        font-size: 1.2em;
        margin-bottom: .3em;
    }
    .contact-left-w3ls p {
        font-size: 15px;
    }
    .agileinfo_mail_grid_right textarea {
        width: 94% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 44.8%;
    }
    .about-wel p {
        margin: 0em 0 1em;
    }
    .come h3 {
        margin: 0.5em 0 0.1em!important;
    }
    .steps-wel h5 {
        margin: 0 0 0.7em;
    }
}
@media(max-width:1050px){
    .jislider__controller {
        left: 90.5%;
    }
    .team-caption h4 {
        line-height: 1.2em;
    }
}
@media(max-width:1024px){
    .m_nav_item a {
        font-size: 12px;
        padding: 10px 23px;
    }
    .resp-vtabs {
        margin-top: 1.5em!important;
    }
}
@media(max-width:991px){
    .header-w3l {
        padding: 0.5em 0;
    }
    #m_nav_menu {
        top: 31px;
    }
    #m_nav_list {
        margin: 1.3em 0 0;
    }
    #m_nav_container {
        height: 73px;
/*      top:27px;*/
         top:0px;
    }
    .agileits-banner-info p {
        font-size: 1.6em;
        letter-spacing: 7px;
    }
    .agileits-banner-info h3 {
        font-size: 2.3em;
        letter-spacing: 10px;
        margin: 0.2em 0 1em 0;
    }
    .agileits-banner-info {
        padding: 11em 0 0em;
    }
    .ftr-text p a {
        margin-top: 5em;
        font-size: 14px!important;
        letter-spacing: 6px!important;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 480px;
    }
    .jislider__button {
        margin: 1em 0;
    }
    .jislider__controller {
        padding: 0 25px;
    }
    h5.w3l-posi {
        font-size: 1em;
        letter-spacing: 3px;
    }
    .agileits_w3layouts_logo h1 a {
        font-size: 0.9em;
        margin-top: 10px;
    }
    .agileinfo_social_icons, .w3_agileits_header_text{
        margin-top: 2px;
    }
    .nav-tabs > li > a {
        font-size: 13px;
    }
    .nav-tabs {
        width: 82%;
    }
    .w3agile_tab_right {
        width: 50%;
        float: left;
    }
    .w3agile_tab_right:nth-child(1),.w3agile_tab_right:nth-child(2){
        margin-bottom:1em;
    }
    h3.title-w3-agileits {
        font-size: 2.2em;
        margin-bottom: 0.4em;
        letter-spacing: 2px;
    }
    .w3layouts_event_right h2 {
        font-size: 1.7em;
        letter-spacing: 1.8px;
    }
    .position-w3l {
        padding: 20.5em 17em;
        left: 11%;
    }
    .come {
        padding-left: 0;
    }
    .w3ls_banner_bottom_grids h6 {
        font-size: 1.3em;
        padding-left: 2.2em;
    }
    .w3ls_banner_bottom_grids h6:before {
        width: 26px;
        top: 26px;;
    }
    .agileits-team-grid {
        width: 50%;
        float: left;
    }
    .contact-w3ls, .about-w3layouts-agileinfo, .banner-bottom, .testimonials, .plans-section, .team, .features, .portfolio-w3ls {
        padding: 2.7em 0em;
    }
    .about-w3layouts-agileinfo {
        padding-bottom: 0 !important;
    }
    .subscribe-w3ls input[type="email"] {
        font-size: 13px;
        letter-spacing:2px;
    }
    .agileinfo_mail_grid_right input[type="text"], .agileinfo_mail_grid_right input[type="email"], .agileinfo_mail_grid_right textarea {
        font-size: 13px;
    }
    .subscribe-w3ls input[type="submit"] {
        font-size: 13px;
    }
    .subscribe-w3ls form {
        width: 100%;
    }
    .agile_delicious_food_grid {
        float: left;
        width: 50%;
    }
    .view-sixth h4 {
        margin: 50px 40px 0px 40px;
    }
    .w3-main-img {
        padding: 8px;
    }
    img.posi-w3l {
        top: 28%;
        left: 3%;
        width: 82px;
        border: 10px solid rgba(0, 0, 0, 0.31);
    }
    .text-w3l {
        margin-top: 3em;
        padding: 1em;
    }
    .text-w3l p {
        font-size: 14px;
    }
    .w3_agileits_testimonials_grid h4 {
        margin-bottom: 0.2em;
        font-size: 1.4em;
    }
    .price-grid {
        width: 50%;
        float: left;
    }
    .price-grid:nth-child(1) ,.price-grid:nth-child(2){
        margin-bottom:1.5em;
    }
    .agileinfo_mail_grid_right {
        margin-bottom: 2em;
    }
    .agileinfo_mail_grid_right textarea {
        width: 95.6% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 46.2%;
    }
}
@media(max-width:900px){
    .agileits_w3layouts_logo h1 a {
        font-size: 0.8em;
        margin-top: 12px;
    }
    .jislider__controller {
        padding: 0 17px;
    }
    .center-container {
        padding: 5em 0;
    }
    .mail-w3 {
        padding: 1.3em 0;
    }
    .call {
        padding-bottom: 1.3em;
    }
}
@media(max-width:800px){
    .agileits-banner-info p {
        font-size: 1.2em;
        letter-spacing: 4px;
    }
    .agileits-banner-info h3 {
        font-size: 2em;
        letter-spacing: 8px;
        margin: 0.2em 0 0.8em 0;
    }
    .agileits-banner-info {
        padding: 9em 0 0em;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 385px;
    }
    .jislider__controller {
        padding: 0 7px;
        bottom: 30%;
    }
    .ftr-text p a {
        margin-top: 3.5em;
        font-size: 13px!important;
        letter-spacing: 3px!important;
    }
    .jislider__right-arrow {
        bottom: 10%;
    }
    .jislider__left-arrow {
        top: 41%;
    }
    .w3layouts_event_right h3 {
        font-size: 1.3em;
    }
    .w3layouts_event_right_para {
        margin: 1.3em 0 0em;
    }
    .w3layouts_event_right h2 {
        font-size: 1.6em;
        font-weight: 500;
    }
}
@media(max-width:768px){
    .m_nav_item {
        margin: 0 0em;
    }
    .menu__list li a i {
        padding-right: 0.6em;
    }
    .m_nav_item a {
        padding: 10px 18px;
    }
    .jislider__controller {
        left: 91.5%;
    }
    .agileinfo_social_icons, .w3_agileits_header_text, .agileits_w3layouts_logo {
        padding-left: 3em;
    }
    #m_nav_menu {
        top: 27px;
    }
    #m_nav_container {
/*      top: 23px;*/
/*         top:0px;*/
    }
    .w3_agileits_testimonials_grid {
        width: 50%;
        float: left;
    }
    .w3_agileits_testimonials_grid:nth-child(3) {
        margin-top:1.5em;
    }
    img.posi-w3l {
        top: 47%;
        left: 2%;
    }
    .w3-main-img {
        padding: 12px;
    }
    .text-w3l {
        margin-top: 2em;
        padding: 1em;
    }
    .contact-left-w3ls p {
        font-size: 14px;
    }
    .agileinfo_mail_grid_right textarea {
        width: 95.8% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 46.3%;
    }
    h5.w3l-posi {
        left: -5%;
    }
}
@media(max-width:767px){
    
}
@media(max-width:736px){
    .jislider__controller {
        left: 91.2%;
    }
    .nav-tabs > li > a {
        margin-right: 10px;
    }
    .m_nav_item {
        display: block;
        margin: 1em 0;
    }
    #m_nav_container {
        height: 200px;
    }
    .m_nav_item a {
        padding: 11px 31px;
    }
    .position-w3l {
        padding: 20em 16em;
    }
    img.posi-w3l {
        top: 44%;
        left: 2.1%;
    }
    .modal-content h3 {
        font-size: 33px;
        margin: 23px 0 10px;
    }
    .modal-content h5 {
        font-size: 1.2em;
    }
    .modal-content p {
        font-size: 0.9em;
        line-height: 1.9em;
        margin: 0.6em 0 0em 0;
    }
}
@media(max-width:667px){
    .agileits_social_list li a {
        padding-right: 1em;
    }
    .agileits_w3layouts_logo h1 a {
        font-size: 0.7em;
        margin-top: 15px;
    }
    .jislider__controller {
        left: 90.2%;
    }
    .agileits-banner-info p {
        font-size: 1.1em;
        letter-spacing: 3px;
    }
    .agileits-banner-info h3 {
        font-size: 1.7em;
        letter-spacing: 5px;
    }
    .agileits-banner-info {
        padding: 7.5em 0 0em;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 345px;
    }
    h5.w3l-posi {
        left: -4%;
        letter-spacing: 2px;
        top: 59%;
    }
    .nav-tabs {
        width: 91%;
    }
    .flex-control-nav {
        left: 39.5%;
    }
    .position-w3l {
        padding: 17.5em 14.5em;
    }
    .steps-wel h5 {
        font-size: 1.8em;
    }
    .w3ls_banner_bottom_grids h6 {
        font-size: 1.2em;
    }
    .view h4 {
        font-size: 1.5em;
    }
    .view h4 span {
        font-size: 14px;
        letter-spacing: 4px;
    }
    .view p {
        padding: 0.5em 2em 0;
    }
    .view-sixth h4 {
        margin: 37px 40px 0px 40px;
    }
    img.posi-w3l {
        top: 40%;
    }
    .agileinfo_mail_grids h3 {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }
}
@media(max-width:640px){
    .agileinfo_social_icons, .w3_agileits_header_text {
        margin-top: 3px;
        padding-left: 2em;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .features-w3ls, .about-wel p {
        font-size: 15px;
        line-height: 1.8em;
    }
    .position-w3l {
        padding: 16.5em 13.7em;
    }
    .w3layouts_event_right_para p, .subscribe-w3ls p {
        font-size: 15px;
        line-height: 1.8em;
    }
    .flexslider {
        padding-bottom: 2em;
    }
    .flex-control-paging li a {
        width: 11px;
        height: 11px;
    }
    .flex-control-nav {
        bottom: -6%;
    }
    h3.title-w3-agileits {
        font-size: 2.1em;
        margin-bottom: 0.3em;
        letter-spacing: 1.5px;
    }
    .contact-w3ls, .about-w3layouts-agileinfo, .banner-bottom, .testimonials, .plans-section, .team, .features, .portfolio-w3ls {
        padding: 2em 0em;
    }
    .subscribe-w3ls p {
        margin-bottom: 1em !important;
    }
    .agileinfo_mail_grid_right input[type="text"]:nth-child(2),.agileinfo_mail_grid_right input[type="text"]:nth-child(1), .agileinfo_mail_grid_right input[type="email"] {
        margin: .5em 0 0;
    }
    .agileinfo_mail_grid_right textarea {
        width: 94.8% !important;
        min-height: 100px;
        margin: 0.5em 1.1em;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 45.3%;
    }
    .agileinfo_mail_grids h3 {
        margin-bottom: 0.2em;
    }
    .steps-wel h5 {
        font-size: 1.7em;
    }
}
@media(max-width:600px){
    #m_nav_menu {
        right: 35px;
    }
    .jislider__controller {
        bottom: 29%;
        left: 89.2%;
    }
    .nav-tabs > li > a {
        margin-right: 2px;
    }
    .view-sixth h4 {
        margin: 24px 40px 0px 40px;
    }
    .w3_agileits_testimonials_grid {
        width: 100%;
        float: none;
    }
    img.posi-w3l {
        top: 58%;
        width: 99px;
        left: 1.1%;
    }
    .w3_agileits_testimonials_grid:nth-child(2) {
        margin-top: 1.5em;
    }
    .agileinfo_mail_grid_right textarea {
        width: 94.3% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 45%;
    }
    .agileinfo_mail_grid_right {
        margin-bottom: 1.5em;
    }
    .price-list p {
        padding: 0px 10px;
        font-size: 14px;
    }
}
@media(max-width:568px){
    .agileits-banner-info h3 {
        font-size: 1.5em;
        letter-spacing: 4px;
    }
    h5.w3l-posi {
        left: -5%;
    }
    .jislider__controller {
        left: 88.5%;
        bottom: 27%;
    }
    .nav-tabs {
        width: 100%;
    }
    .bs-example {
        margin: 1em 0 0;
    }
    .agileits_social_list li a {
        padding-right: 0.9em;
        font-size: 13px;
    }
    .w3_agileits_header_text h3 {
        line-height: 2.5;
    }
    .agileits_w3layouts_logo h1 a {
        margin-top: 8px;
    }
    #m_nav_menu {
        top: 21px;
    }
    .agileits-banner-info {
        padding: 6em 0 0em;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 315px;
    }
    .w3layouts_event_right {
        padding: 2em 2em 2em 2em;
        width: 100%;
    }
    .position-w3l {
        padding: 14.5em 11.9em;
    }
    .sb-caption {
        padding: 1em;
        font-size: 13px;
    }
    img.posi-w3l {
        top: 56%;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 44.8%;
    }
}
/*

@media(max-width:480px){
    .agileits_w3layouts_logo {
        float: none;
        width: 100%;
        padding-left: 1.5em;
    }
    .agileinfo_social_icons, .w3_agileits_header_text {
        margin-top: 0px;
        padding-left: 1.5em;
    }
    .w3_agileits_header_text h3 {
        line-height: 2;
    }
    .agileits_social_list li a i {
        line-height: 2.5;
    }
    #m_nav_menu {
        top: 19px;
        right: 26px;
    }
    h5.w3l-posi {
        left: -9%;
        font-size: 13px;
        top: 63%;
    }
    .jislider__right-arrow__top {
        height: 19px;
    }
    .jislider__right-arrow__bottom {
        height: 19px;
    }
    .jislider__left-arrow__top {
        height: 19px;
    }
    .jislider__left-arrow__bottom {
        height: 19px;
    }
    .jislider__left-arrow {
        width: 19px;
        height: 39px;
        top: 47%;
    }
    .jislider__right-arrow {
        width: 19px;
        height: 39px;
    }
    .jislider__right-arrow, .jislider__left-arrow {
        right: 25px;
    }
    .jislider__controller {
        left: 90%;
        bottom: 26%;
    }
    .ftr-text p a {
        margin-top: 3em;
        font-size: 11px!important;
        letter-spacing: 2px!important;
    }
    .agileits-banner-info {
        padding: 7em 0 0em;
    }
    .agileits_w3layouts_more a {
        font-size: 11px;
        padding: 7px 16px;
        letter-spacing: 1px;
    }
    .agile_delicious_food_grid {
        float: none;
        width: 100%;
    }
    .position-w3l {
        padding: 12em 9.9em;
        border: 9px solid rgba(255, 255, 255, 0.25);
    }
    h3.title-w3-agileits {
        font-size: 1.8em;
        letter-spacing: 1px;
    }
    .steps-wel h5 {
        font-size: 1.4em;
    }
    .w3ls_banner_bottom_grids h6 {
        font-size: 1.05em;
        letter-spacing: 1.5px;
        padding-left: 2em;
    }
    .w3ls_banner_bottom_grids h6 span {
        top: -6px;
    }
    .w3ls_banner_bottom_grids h6:before {
        width: 19px;
        top: 18px;
        height: 1px;
    }
    .agileits-team-grid {
        width: 100%;
        float: none;
    }
    .agileits-team-grid:nth-child(2), .agileits-team-grid:nth-child(4), .agileits-team-grid:nth-child(3) {
        margin-top: 1em;
    }
    .center-container {
        padding: 4em 0;
    }
    .subscribe-w3ls input[type="email"] {
        width: 71%;
    }
    .subscribe-w3ls input[type="submit"] {
        font-size: 11px;
        letter-spacing: 1px;
        width: 29%;
        padding: 13.5px 0px;
    }
    .view-sixth h4 {
        margin: 100px 40px 0px 40px;
    }
    img.posi-w3l {
        top: 50%;
    }
    .price-grid {
        width: 100%;
        float: none;
    }
    .price-grid:nth-child(1), .price-grid:nth-child(2), .price-grid:nth-child(3) {
        margin-bottom: 1.5em;
    }
    .agileinfo_mail_grids h3 {
        font-size: 1.1em;
    }
    .agileinfo_mail_grid_right textarea {
        width: 92.7% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 44.3%;
        margin-left: 1.2em;
        padding: 10px 0;
        font-size: 11px;
    }
    .contact-left-w3ls h4 {
        font-size: 1.05em;
        margin-bottom: .3em;
        letter-spacing: 1px;
    }
    .contact-left-w3ls .glyphicon {
        font-size: 1em;
        padding: 11px 12px;
    }
    .contact-left-w3ls p {
        font-size: 13px;
    }
    .mail-w3 {
        padding: 0.7em 0;
    }
    .call {
        padding-bottom: .7em;
    }
    .copy p {
        color: #fff;
        font-size: 12px;
        letter-spacing: 1.5px;
        padding: 1.3em 2em;
        line-height: 27px;
    }
    #toTop {
        bottom: 22px;
        right: 14px;
    }
    .jislider__button {
        margin: 0.7em 0px;
    }
    .jislider__controller {
        left: 89.2%;
        bottom: 29%;
    }
}
@media(max-width:440px){
    .agileits-banner-info h3 {
        font-size: 1.3em;
        letter-spacing: 3px;
    }
    .agileits-banner-info p {
        font-size: 1em;
    }
    h5.w3l-posi {
        left: -7%;
        top: 63%;
        letter-spacing: 1px;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 300px;
    }
    .features-w3ls, .about-wel p,.w3layouts_event_right_para p, .subscribe-w3ls p {
        font-size: 14px;
    }
    .w3agile_tab_right {
        width: 100%;
        float: none;
    }
    .w3agile_tab_right:nth-child(3){
        margin-bottom: 1em;
    }
    .welcome-img {
        width: 100%;
    }
    .flex-control-nav {
        left: 36.5%;
    }
    .position-w3l {
        padding: 11em 8.9em;
    }
    .view-sixth h4 {
        margin: 85px 40px 0px 40px;
    }
    img.posi-w3l {
        top: 46%;
    }
    .agileinfo_mail_grid_right textarea {
        width: 91.9% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 43.7%;
    }
}
@media(max-width:414px){
    .jislider__controller {
        left: 88.5%;
        bottom: 28%;
    }
    .position-w3l {
        padding: 10em 8.5em;
    }
    .view-sixth h4 {
        margin: 57px 40px 0px 40px;
    }
    img.posi-w3l {
        top: 43%;
    }
    .agileinfo_mail_grid_right textarea {
        width: 91.4% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 43.3%;
    }
    .w3agile_tab_right:nth-child(1), .w3agile_tab_right:nth-child(2),.w3agile_tab_right:nth-child(3) {
        margin-bottom: 0.7em;
    }
}
@media(max-width:384px){
    .jislider__right-arrow, .jislider__left-arrow {
        right: 20px;
    }
    h5.w3l-posi {
        left: -8%;
    }
    .agileits-banner-info p {
        font-size: 0.9em;
        letter-spacing: 2px;
    }
    .agileits-banner-info h3 {
        font-size: 1.2em;
        letter-spacing: 3px;
    }
    .position-w3l {
        padding: 9.5em 7.7em;
        border: 8px solid rgba(255, 255, 255, 0.25);
    }
    img.posi-w3l {
        top: 38%;
        left: 2%;
    }
    .agileinfo_mail_grid_right {
        padding: 0;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 42.6%;
        margin-left: 1.4em;
    }
    .contact-icon-wthree {
        padding: 0;
    }
    .contact-left-w3ls h3 {
    padding-left: 0;
}
}
@media(max-width:375px){
    .flex-control-nav {
        left: 33.5%;
    }
    .position-w3l {
        padding: 9em 7.5em;
    }
    .view-sixth h4 {
        margin: 43px 40px 0px 40px;
    }
    .flex-control-nav {
        left: 30.5%;
    }
}
@media(max-width:320px){
    .jislider__right-arrow, .jislider__left-arrow {
        right: 14px;
    }
    .agileits_w3layouts_logo {
        padding-left: 1.2em;
    }
    .agileinfo_social_icons, .w3_agileits_header_text {
        margin-top: 0px;
        padding-left: 1.2em;
    }
    #m_nav_menu {
        top: 15px;
        right: 21px;
    }
    h5.w3l-posi {
        left: -12%;
    }
    .agileits-banner-info p {
        font-size: 0.8em;
    }
    .agileits-banner-info h3 {
        font-size: 1.1em;
        letter-spacing: 2px;
    }
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
        min-height: 280px;
    }
    h5.w3l-posi {
        top: 64%;
    }
    .w3layouts_event_right h2 {
        font-size: 1.3em;
    }
    .position-w3l {
        padding: 7.5em 6.2em;
    }
    .contact-w3ls, .about-w3layouts-agileinfo, .banner-bottom, .testimonials, .plans-section, .team, .features, .portfolio-w3ls {
        padding: 1.5em 0em;
    }
    h3.title-w3-agileits {
        font-size: 1.7em;
    }
    .subscribe-w3ls h3,.plans-section h3 {
        line-height: 36px;
    }
    .subscribe-w3ls input[type="submit"] {
        width: 33%;
    }
    .subscribe-w3ls input[type="email"] {
        width: 67%;
    }
    .view-sixth h4 {
        margin: 25px 40px 0px 40px;
    }
    img.posi-w3l {
        top: 33%;
        left: 3%;
        width: 80px;
    }
    #toTop {
        bottom: 33px;
    }
    .agileinfo_mail_grid_right textarea {
        width: 89.2% !important;
    }
    .agileinfo_mail_grid_right input[type="submit"], .agileinfo_mail_grid_right input[type="reset"] {
        width: 40.9%;
    }
}
*/
/*--responsive--*/

/*/POOL Menu fitting screens*/
/*--------------------------------/POOL Menu----------------------------------*/

/*--------------------------------Animation----------------------------------*/
.js-wp-2{
    opacity: 0;     
}
.js-wp-2.animated{
   opacity: 1; 
/*
    -webkit-animation-duration: 2s; 
    animation-duration: 2s;
    animation-delay: 2s;
*/
}

.js-wp-10 {
    opacity: 0;    
}
/*Banner*/

.js-wp-banner-moh-head{
    opacity: 0;    
}
.js-wp-banner-moh-head.animated{
   opacity: 1;    
    -webkit-animation-duration: 1.5s;    
    animation-duration: 1.5s;
}
.js-wp-banner-moh-sub{
    opacity: 0;    
}
.js-wp-banner-moh-sub.animated{
   opacity: 1;    
    -webkit-animation-duration: 1.5s;    
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.js-wp-player{
    opacity: 0;    
}
.js-wp-player.animated{
   opacity: 1;    
    -webkit-animation-duration: 1.5s;    
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*Demo*/
.js-wp-10.animated{
   opacity: 1;  
}

.js-wp-11 {
    opacity: 0;    
}

.js-wp-11.animated{
   opacity: 1; 
}
.js-wp-demo-list-col8{
opacity: 0;
}
.js-wp-demo-list-col8.animated{
opacity: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
.js-wp-demo-img-col3{
  opacity: 0;
}
.js-wp-demo-img-col3.animated{
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.js-wp-demo-more{
  opacity: 0;
}
.js-wp-demo-more.animated{
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*animation-delay: 1s;*/
}
/*Bio*/

.js-wp-12{
    opacity: 0;    
}

.js-wp-12.animated{
   opacity: 1; 
}

.js-wp-13{
    opacity: 0;    
}

.js-wp-13.animated{
   opacity: 1; 
}

.js-wp-14{
    opacity: 0;    
}

.js-wp-14.animated{
   opacity: 1;    
    -webkit-animation-duration: 1.5s;    
    animation-duration: 1.5s;
}
.js-wp-15{
    opacity: 0;    
}

.js-wp-15.animated{
   opacity: 1;
    -webkit-animation-duration: 1.5s;  
    animation-duration: 1.5s;
}
/*Instagram*/
.js-wp-insta-head{
    opacity: 0;    
}

.js-wp-insta-head.animated{
   opacity: 1;
    -webkit-animation-duration: 1.5s;  
    animation-duration: 1.5s;
}
.js-wp-insta-span{
    opacity: 0;    
}

.js-wp-insta-span.animated{
   opacity: 1;
    -webkit-animation-duration: 1.5s;  
    animation-duration: 1.5s;
}


.js-wp-insta-col1{
  opacity: 0;
}
.js-wp-insta-col1.animated{
  opacity: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.js-wp-insta-col2{
  opacity: 0;
}
.js-wp-insta-col2.animated{
  opacity: 1;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.js-wp-insta-col3{
  opacity: 0;
}
.js-wp-insta-col3.animated{
  opacity: 1;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.js-wp-insta-btn{
  opacity: 0;
}
.js-wp-insta-btn.animated{
  opacity: 1;
}
/*Behind scence*/
.js-wp-zoomi{
    opacity: 0;    
}

.js-wp-zoomi.animated{
   opacity: 1;
    
}
/*Clients*/
.js-wp-client-head{
    opacity: 0;    
}

.js-wp-client-head.animated{
   opacity: 1;
    -webkit-animation-duration: 1.5s;  
    animation-duration: 1.5s;
}
.js-wp-client-span{
    opacity: 0;    
}

.js-wp-client-span.animated{
   opacity: 1;
    -webkit-animation-duration: 1.5s;  
    animation-duration: 1.5s;
}

.js-wp-clients{
    opacity: 0;    
}

.js-wp-clients.animated{
   opacity: 1;
    
}
/*Contact*/
.js-wp-cont-head{
   opacity: 0;
}
.js-wp-cont-head.animated{
   opacity: 1;
   -webkit-animation-duration: 1.5s;
   animation-duration: 1.5s;
}
.js-wp-cont-span{
   opacity: 0;
}
.js-wp-cont-span.animated{
   opacity: 1;
   -webkit-animation-duration: 1.5s;
   animation-duration: 1.5s;
}
/*Contact form*/
.js-wp-cont-name{
    opacity: 0;    
}
.js-wp-cont-name.animated{
   opacity: 1;
}
.js-wp-cont-email{
   opacity: 0; 
}
.js-wp-cont-email.animated{
   opacity: 1; 
}
.js-wp-cont-msg{
   opacity: 0; 
}
.js-wp-cont-msg.animated{
   opacity: 1; 
}
.js-wp-cont-send{
  opacity: 0;
}
.js-wp-cont-send.animated{
  opacity: 1;
}

/*Sub footer*/
.js-wp-subfoot-moh-log{
  opacity: 0;
}
.js-wp-subfoot-moh-log.animated{
  opacity: 1;
}
.js-wp-subfoot-dazz-log{
  opacity: 0;
}
.js-wp-subfoot-dazz-log.animated{
  opacity: 1;
}
/*Footer*/
.js-wp-foot-icon1{
  opacity: 0;
}
.js-wp-foot-icon1.animated{
  opacity: 1;
}
/*combined animate and magnifi*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



.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;-webkit-box-sizing:border-box;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:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-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;-ms-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;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;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%;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6);box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000;}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}
.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;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6);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){.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;-webkit-box-sizing:border-box;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;}
}