/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*CSS SPRITES*/
/* IMPORTS */
/* line 5, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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, sub, sup, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/*
  ####  ###### #    # ###### #####    ##   #      
 #    # #      ##   # #      #    #  #  #  #      
 #      #####  # #  # #####  #    # #    # #      
 #  ### #      #  # # #      #####  ###### #      
 #    # #      #   ## #      #   #  #    # #      
  ####  ###### #    # ###### #    # #    # ######
*/
/* IMPORTS */
/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
DISPLAYS
//////////////////////////////////////////////*/
/* line 17, ../sass/general/general.scss */
.block {
  display: block;
}

/* line 18, ../sass/general/general.scss */
.inline {
  display: inline-block;
}

/*///////////////////////////////////////////////
IMG RESPONSIVE 
//////////////////////////////////////////////*/
/* line 22, ../sass/general/general.scss */
.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

/*///////////////////////////////////////////////
POSITIONS
//////////////////////////////////////////////*/
/* line 30, ../sass/general/general.scss */
.relative {
  position: relative;
}

/* line 31, ../sass/general/general.scss */
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

/*///////////////////////////////////////////////
SCROLL
//////////////////////////////////////////////*/
/* line 39, ../sass/general/general.scss */
.scroll {
  overflow: scroll;
}

/*///////////////////////////////////////////////
TEXT ALIGN 
//////////////////////////////////////////////*/
/* line 43, ../sass/general/general.scss */
.center {
  text-align: center;
}

/*///////////////////////////////////////////////
FLOATS 
//////////////////////////////////////////////*/
/* line 47, ../sass/general/general.scss */
.pull-left {
  float: left;
}

/* line 48, ../sass/general/general.scss */
.pull-right {
  float: right;
}

/*///////////////////////////////////////////////
WIDTHS & HEIGHTS 
//////////////////////////////////////////////*/
/* line 52, ../sass/general/general.scss */
.w100 {
  width: 100%;
}

/* line 53, ../sass/general/general.scss */
.w81 {
  width: 81%;
}

/* line 54, ../sass/general/general.scss */
.w50 {
  width: 50%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 54, ../sass/general/general.scss */
  .w50 {
    width: 100%;
  }
}

/* line 60, ../sass/general/general.scss */
.w25 {
  width: 25%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 60, ../sass/general/general.scss */
  .w25 {
    width: 50%;
  }
}

/* line 66, ../sass/general/general.scss */
.w33 {
  width: 33.34%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 66, ../sass/general/general.scss */
  .w33 {
    width: 50%;
  }
}

/* line 72, ../sass/general/general.scss */
.w25c {
  width: calc(25% - 2px);
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 72, ../sass/general/general.scss */
  .w25c {
    width: calc(50% - 2px);
  }
}

/* line 79, ../sass/general/general.scss */
.w11 {
  width: 16.66%;
}
@media all and (max-width: 1279px) and (min-width: 1024px) {
  /* line 79, ../sass/general/general.scss */
  .w11 {
    width: 16.66%;
  }
}
@media all and (max-width: 1023px) and (min-width: 769px) {
  /* line 79, ../sass/general/general.scss */
  .w11 {
    width: 33.33%;
  }
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 79, ../sass/general/general.scss */
  .w11 {
    width: 50%;
  }
}

/* line 94, ../sass/general/general.scss */
.w100-n {
  width: calc(100% - 465px);
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 94, ../sass/general/general.scss */
  .w100-n {
    width: 100%;
  }
}

/* line 100, ../sass/general/general.scss */
.h100 {
  height: 100%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 100, ../sass/general/general.scss */
  .h100 {
    height: auto;
  }
}

/* line 105, ../sass/general/general.scss */
.h100-2 {
  height: 100%;
}

/* line 106, ../sass/general/general.scss */
.h100-h {
  height: calc(100% - 60px);
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 106, ../sass/general/general.scss */
  .h100-h {
    height: auto;
  }
}

/* line 111, ../sass/general/general.scss */
.h100_i {
  height: 100% !important;
}

/* line 114, ../sass/general/general.scss */
.h100-36 {
  height: calc(100% - 37px);
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 114, ../sass/general/general.scss */
  .h100-36 {
    height: auto;
  }
}

/* line 119, ../sass/general/general.scss */
.h60 {
  height: 60px;
}

/*///////////////////////////////////////////////
PADDINGS
//////////////////////////////////////////////*/
/* line 123, ../sass/general/general.scss */
.n-p {
  padding: 0 !important;
}

/* line 124, ../sass/general/general.scss */
.pr-5 {
  padding: 0 0 0 5px;
}

/*///////////////////////////////////////////////
FONT SIZES
//////////////////////////////////////////////*/
/* line 128, ../sass/general/general.scss */
.font-38 {
  font-size: 38px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 128, ../sass/general/general.scss */
  .font-38 {
    font-size: 20px;
  }
}

/* line 132, ../sass/general/general.scss */
.font-24 {
  font-size: 24px;
}

/* line 133, ../sass/general/general.scss */
.font-24-nav {
  font-size: 24px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 133, ../sass/general/general.scss */
  .font-24-nav {
    font-size: 28px;
  }
}

/* line 139, ../sass/general/general.scss */
.font-21 {
  font-size: 21px;
}

/* line 141, ../sass/general/general.scss */
.font-20 {
  font-size: 20px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 141, ../sass/general/general.scss */
  .font-20 {
    font-size: 16px;
  }
}

/* line 146, ../sass/general/general.scss */
.font-18 {
  font-size: 18px;
}

/* line 147, ../sass/general/general.scss */
.font-14 {
  font-size: 14px;
}

/* line 148, ../sass/general/general.scss */
.font-13 {
  font-size: 13px;
}

/* line 149, ../sass/general/general.scss */
.font-12 {
  font-size: 12px;
}

/* line 150, ../sass/general/general.scss */
.font-11 {
  font-size: 11px;
}

/* line 151, ../sass/general/general.scss */
.font-10 {
  font-size: 10px;
}

/* line 152, ../sass/general/general.scss */
.font-9 {
  font-size: 9px;
}

/* line 153, ../sass/general/general.scss */
.lh-38 {
  line-height: 40px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 153, ../sass/general/general.scss */
  .lh-38 {
    line-height: 24px;
  }
}

/*///////////////////////////////////////////////
FONT WEIGHT
//////////////////////////////////////////////*/
/* line 163, ../sass/general/general.scss */
.bold {
  font-weight: 700;
}

/* line 164, ../sass/general/general.scss */
.regular {
  font-weight: 400;
}

/*///////////////////////////////////////////////
COLORS
//////////////////////////////////////////////*/
/* line 168, ../sass/general/general.scss */
.black {
  color: #000;
}

/* line 169, ../sass/general/general.scss */
.bg-black-video {
  background: #000;
}

/* line 170, ../sass/general/general.scss */
.white {
  color: #FFF;
}

/* line 171, ../sass/general/general.scss */
.grey {
  color: #666666;
}

/* line 172, ../sass/general/general.scss */
.grey2 {
  color: #999999;
}

/* line 173, ../sass/general/general.scss */
.dark-grey {
  color: #333333;
}

/* line 174, ../sass/general/general.scss */
.medium-grey {
  color: #7a7a7a;
}

/* line 175, ../sass/general/general.scss */
.light-grey {
  color: #cccccc;
}

/* line 176, ../sass/general/general.scss */
.ins-grey {
  color: #e8e8e8;
}

/*///////////////////////////////////////////////
LINK
//////////////////////////////////////////////*/
/* line 180, ../sass/general/general.scss */
a {
  text-decoration: none;
  display: block;
}

/*///////////////////////////////////////////////
HIDDEN
//////////////////////////////////////////////*/
/* line 184, ../sass/general/general.scss */
.hidden {
  display: none;
}

/*///////////////////////////////////////////////
VISIBLE
//////////////////////////////////////////////*/
/* line 188, ../sass/general/general.scss */
.visible {
  display: block;
}

/*///////////////////////////////////////////////
NO BORDER
//////////////////////////////////////////////*/
/* line 192, ../sass/general/general.scss */
.no-border {
  border: 0;
}

/*///////////////////////////////////////////////
CLEARFIX
//////////////////////////////////////////////*/
/* line 196, ../sass/general/general.scss */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

/* line 201, ../sass/general/general.scss */
.cf:after {
  clear: both;
}

/* line 202, ../sass/general/general.scss */
.cf {
  *zoom: 1;
}

/*///////////////////////////////////////////////
CENTERED
//////////////////////////////////////////////*/
/* line 206, ../sass/general/general.scss */
.son-centered:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 213, ../sass/general/general.scss */
.centered {
  display: inline-block;
  vertical-align: middle;
}

/*///////////////////////////////////////////////
VIDEOS
//////////////////////////////////////////////*/
/* line 220, ../sass/general/general.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 225, ../sass/general/general.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*///////////////////////////////////////////////
BUTTON BACK TO TOP
//////////////////////////////////////////////*/
/* line 237, ../sass/general/general.scss */
.back-to-top {
  display: none;
  background: none;
  margin: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 100;
  display: none;
  text-decoration: none;
  background-color: transparent;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 237, ../sass/general/general.scss */
  .back-to-top {
    display: none;
  }
}

/*///////////////////////////////////////////////
BUTTON LOAD MORE
//////////////////////////////////////////////*/
/* line 261, ../sass/general/general.scss */
#load-more {
  height: 40px;
  background: #e8e8e8;
  display: none;
  text-align: center;
}
/* line 267, ../sass/general/general.scss */
#load-more a {
  padding: 15px 0;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 #####   ####   ####  #####    
 #    # #    # #        #      
 #    # #    #  ####    #      
 #####  #    #      #   #      
 #      #    # #    #   #      
 #       ####   ####    # 
*/
/* IMPORTS */
/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
ARCHIVE STYLES
//////////////////////////////////////////////*/
/* CATEGORY */
/* line 19, ../sass/general/post.scss */
.category {
  height: 35px;
  border-bottom: 1px solid #000;
}

/* line 25, ../sass/general/post.scss */
.cat-text {
  margin: 0 212px 0 250px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 25, ../sass/general/post.scss */
  .cat-text {
    margin: 0 auto;
  }
}

/* BOX POST */
/* line 33, ../sass/general/post.scss */
.box-post {
  background: #FFF;
  position: relative;
  border: 1px solid #E8E8E8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* POST */
/* line 46, ../sass/general/post.scss */
.post a img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

/* POST CAPTION*/
/* line 56, ../sass/general/post.scss */
.post-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 65, ../sass/general/post.scss */
.post-caption-not {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 74, ../sass/general/post.scss */
.post-caption-home {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* BACKGROUND BLACK 0.85 */
/* line 84, ../sass/general/post.scss */
.bg-black {
  background: rgba(0, 0, 0, 0.65);
}

/* line 87, ../sass/general/post.scss */
.bg-black-nav {
  background: rgba(0, 0, 0, 0.85);
}

/* BACKGROUND WHITE 1 */
/* line 91, ../sass/general/post.scss */
.bg-white {
  background: white;
}

/* BACKGROUND GREY */
/* line 95, ../sass/general/post.scss */
.bg-grey {
  background: #E8E8E8;
}

/* POST CAPTION*/
/* line 100, ../sass/general/post.scss */
.post-caption:hover {
  opacity: 1;
}

/* CAPTION */
/* line 105, ../sass/general/post.scss */
.caption {
  max-width: 170px;
}

/*FIRST CAPTION*/
/* line 110, ../sass/general/post.scss */
.first-caption {
  opacity: 1;
}

/* LINK*/
/* line 115, ../sass/general/post.scss */
.link-post {
  line-height: 24px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 115, ../sass/general/post.scss */
  .link-post {
    line-height: 20px;
  }
}

/* line 121, ../sass/general/post.scss */
.link-post2 {
  line-height: 24px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 121, ../sass/general/post.scss */
  .link-post2 {
    line-height: 20px;
  }
}

/* line 127, ../sass/general/post.scss */
.link-post3 {
  line-height: 16px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 127, ../sass/general/post.scss */
  .link-post3 {
    line-height: 16px;
  }
}

/* line 133, ../sass/general/post.scss */
.link-post-home {
  line-height: 38px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 133, ../sass/general/post.scss */
  .link-post-home {
    line-height: 20px;
  }
}

/* LINK HOVER*/
/* line 140, ../sass/general/post.scss */
.link-post-home:hover {
  text-decoration: line-through;
}

/* line 143, ../sass/general/post.scss */
.link-post:hover {
  text-decoration: line-through;
}

/* line 146, ../sass/general/post.scss */
.link-post2:hover {
  text-decoration: line-through;
}

/* line 149, ../sass/general/post.scss */
.link-post3:hover {
  text-decoration: line-through;
}

/*///////////////////////////////////////////////
SINGLE STYLES
//////////////////////////////////////////////*/
/* CONTENT POST */
/* line 157, ../sass/general/post.scss */
.post-content {
  padding: 20px 20px 20px 20px;
  max-width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 157, ../sass/general/post.scss */
  .post-content {
    max-width: 100%;
  }
}
/* line 165, ../sass/general/post.scss */
.post-content p {
  /* LINK TEXT POST */
}
/* line 167, ../sass/general/post.scss */
.post-content p a {
  color: #000;
  font-weight: 500;
  display: inline-block;
}
/* line 176, ../sass/general/post.scss */
.post-content p a:hover {
  text-decoration: line-through;
}

/* BACKGROUND POST */
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 187, ../sass/general/post.scss */
  .bg-post {
    display: none;
  }
}

/* DATE POST */
/* line 195, ../sass/general/post.scss */
.date-post p {
  padding: 16px 0 0 0;
}

/* SHARE */
/* line 202, ../sass/general/post.scss */
.share ul {
  padding: 16px 0 0 0;
}
/* line 205, ../sass/general/post.scss */
.share ul .li-pinterest {
  cursor: pointer;
  margin-left: 5px;
  vertical-align: top;
}
.share ul .li-pinterest span {
  opacity: 0!important;
}
/* line 209, ../sass/general/post.scss */
.share ul .li-pinterest a {
  background-image: none !important;
}

/* IMG POST */
/* line 217, ../sass/general/post.scss */
.img-post {
  display: none;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 217, ../sass/general/post.scss */
  .img-post {
    display: block;
  }
}
/* line 223, ../sass/general/post.scss */
.img-post img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

/* PARAGRAPH, LIST */
/* line 231, ../sass/general/post.scss */
p, ul {
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  padding: 28px 0 0 0;
}
/* line 237, ../sass/general/post.scss */
p strong, ul strong {
  color: #333333;
  font-weight: 700;
}

/* SHARE POST*/
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 244, ../sass/general/post.scss */
  .share-post {
    display: none;
  }
}
/* line 250, ../sass/general/post.scss */
.share-post p {
  padding: 8px 0;
}
/* line 254, ../sass/general/post.scss */
.share-post ul {
  padding: 0;
}
/* line 257, ../sass/general/post.scss */
.share-post ul .li-pinterest {
  cursor: pointer;
  margin-left: 5px;
  vertical-align: top;
}
/* line 261, ../sass/general/post.scss */
.share-post ul .li-pinterest a {
  background-image: none !important;
}

.share-post ul .li-pinterest span {
  opacity: 0!important;
}

/* RELATED POSTS */
/* line 269, ../sass/general/post.scss */
.related {
  padding: 0 20px 40px 20px;
  max-width: 640px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 274, ../sass/general/post.scss */
.related p {
  padding: 28px 0 21px 0;
}
/* line 278, ../sass/general/post.scss */
.related .related-post {
  margin: 1px;
  border: 1px solid #E8E8E8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 150px;
}
/* line 284, ../sass/general/post.scss */
.related .related-post img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

/* CAPTION INSTAGRAM */
/* line 294, ../sass/general/post.scss */
.caption-ins {
  background: #e8e8e8;
  height: auto;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
/* line 302, ../sass/general/post.scss */
.caption-ins p {
  text-transform: uppercase;
}

/*
 #    #   ##   #    #    
 ##   #  #  #  #    #    
 # #  # #    # #    #    
 #  # # ###### #    #    
 #   ## #    #  #  #     
 #    # #    #   ##   
*/
/* IMPORTS */
/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
NAV STYLES
//////////////////////////////////////////////*/
/* NAV OPEN */
/* line 18, ../sass/general/nav.scss */
.nav-open {
  width: 250px;
  height: 100%;
  padding: 20px 20px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 18, ../sass/general/nav.scss */
  .nav-open {
    width: 114px;
    height: 60px;
    padding: 20px 0px 16px 20px;
  }
}

/* NAV */
/* line 33, ../sass/general/nav.scss */
.nav {
  width: 250px;
  height: 100%;
  padding: 20px 20px 25px 20px;
  position: absolute;
  z-index: 200;
  top: 0;
  left: -250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 33, ../sass/general/nav.scss */
  .nav {
    height: auto;
  }
}
@media all and (max-height: 740px) and (min-height: 300px) {
  /* line 33, ../sass/general/nav.scss */
  .nav {
    height: auto;
  }
}

/* NAV MOVE TO LEFT */
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 55, ../sass/general/nav.scss */
  .nav-left {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
  }
}

/* LOGO */
/* line 67, ../sass/general/nav.scss */
.logo {
  padding: 0 0 30px 0;
}
/* line 70, ../sass/general/nav.scss */
.logo .icons-menu-close {
  height: 15.8px !important;
  margin: 4.1px 10px 0 0;
  overflow: hidden;
  text-decoration: none;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 70, ../sass/general/nav.scss */
  .logo .icons-menu-close {
    margin: 8.1px 10px 0 0;
  }
}

/* line 84, ../sass/general/nav.scss */
.logo-open .icon_nav {
  margin: 0 10px 0 0;
}

/* ICONS*/
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 90, ../sass/general/nav.scss */
  .icons-menu-open-mobile, .icons-menu-open-mobile-white {
    height: 16.9px !important;
  }
}

/* MENU */
/* line 97, ../sass/general/nav.scss */
.menu {
  padding: 0 0 30px 0;
}
/* line 99, ../sass/general/nav.scss */
.menu ul {
  padding: 0;
}
/* line 101, ../sass/general/nav.scss */
.menu ul li {
  padding: 0 0 10px 0;
}
/* line 103, ../sass/general/nav.scss */
.menu ul li a {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 108, ../sass/general/nav.scss */
.menu ul li a:hover {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #FFF;
  text-decoration: line-through;
}

/* MENU ACTIVE*/
/* line 120, ../sass/general/nav.scss */
.menu-active {
  color: #FFF;
  text-decoration: line-through;
}

/* SEARCH */
/* line 126, ../sass/general/nav.scss */
.search {
  padding: 0 0 30px 0;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 126, ../sass/general/nav.scss */
  .search {
    display: none;
  }
}
/* line 131, ../sass/general/nav.scss */
.search .search-input {
  background: transparent;
  border-bottom: 1px solid #444444;
  border-top: 0px;
  border-right: 0;
  border-left: 0;
  height: 20px;
  width: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 4px;
  padding-right: 22px;
}
/* line 143, ../sass/general/nav.scss */
.search .icons-search {
  margin-left: -19px;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0px;
  /* Mozill specific styles go here */
  /* IE9 specific styles go here */
  margin-top: 3px\0;
}
@-moz-document url-prefix() {
  /* line 143, ../sass/general/nav.scss */
  .search .icons-search {
    padding: 10px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 143, ../sass/general/nav.scss */
  .search .icons-search {
    /* IE10+ specific styles go here */
    margin-top: 3px;
  }
}

/* CONTACT */
/* line 165, ../sass/general/nav.scss */
.contact ul {
  padding: 15px 0 0 0;
  font-size: 11px;
  color: #cccccc;
}
/* line 170, ../sass/general/nav.scss */
.contact ul li a {
  color: #cccccc;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 176, ../sass/general/nav.scss */
.contact ul li a:hover {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #FFF;
  text-decoration: line-through;
}
/* line 183, ../sass/general/nav.scss */
.contact ul li p {
  padding: 0;
}

/* NAV SHARE */
/* line 192, ../sass/general/nav.scss */
.nav-share {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 192, ../sass/general/nav.scss */
  .nav-share {
    position: relative;
    padding-top: 10%;
    bottom: 0;
    left: 0;
  }
}
@media all and (max-height: 740px) and (min-height: 300px) {
  /* line 192, ../sass/general/nav.scss */
  .nav-share {
    position: relative;
    padding-top: 10%;
    bottom: 0;
    left: 0;
  }
}
/* line 213, ../sass/general/nav.scss */
.nav-share p a:hover {
  color: #FFF;
  text-decoration: line-through;
}
/* line 218, ../sass/general/nav.scss */
.nav-share ul {
  padding: 0;
}
/* line 222, ../sass/general/nav.scss */
.nav-share ul li a {
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 229, ../sass/general/nav.scss */
.nav-share ul li a:hover {
  opacity: 0.8;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
/* line 237, ../sass/general/nav.scss */
.nav-share .p-t12 {
  padding: 7px 0 0 0;
}
/* line 240, ../sass/general/nav.scss */
.nav-share .p-t8 {
  padding: 8px 0 0 0;
}

/* SCROLLBAR */
@media all and (min-width: 1280px) {
  /* line 248, ../sass/general/nav.scss */
  #nav .ps-scrollbar-y-rail {
    display: none;
  }
}
@media all and (max-width: 1279px) and (min-width: 1024px) {
  /* line 248, ../sass/general/nav.scss */
  #nav .ps-scrollbar-y-rail {
    display: none;
  }
}

/*
 #    # ######   ##   #####  ###### #####  
 #    # #       #  #  #    # #      #    # 
 ###### #####  #    # #    # #####  #    # 
 #    # #      ###### #    # #      #####  
 #    # #      #    # #    # #      #   #  
 #    # ###### #    # #####  ###### #    #
*/
/* IMPORTS */
/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
HEADER STYLES
//////////////////////////////////////////////*/
/* HEADER */
/* line 18, ../sass/header/header.scss */
.header {
  border-bottom: 1px solid #000;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 18, ../sass/header/header.scss */
  .header {
    height: auto;
  }
}

/*///////////////////////////////////////////////
TITLE SECTION
//////////////////////////////////////////////*/
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 28, ../sass/header/header.scss */
  .title-section {
    display: none;
  }
}

/* line 34, ../sass/header/header.scss */
.title-section-m {
  display: none;
  padding: 0 0 10px 0;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 34, ../sass/header/header.scss */
  .title-section-m {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #E8E8E8;
  }
}

/* line 44, ../sass/header/header.scss */
.no-border-top {
  border-top: 0px solid #E8E8E8;
}

/*///////////////////////////////////////////////
SELECT SECTIONS
//////////////////////////////////////////////*/
/* SELECTED */
/* line 52, ../sass/header/header.scss */
.box-selected {
  width: 215px;
  position: relative;
  padding: 2px 2px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 52, ../sass/header/header.scss */
  .box-selected {
    height: 60px;
    width: 205px;
  }
}
/* line 63, ../sass/header/header.scss */
.box-selected .selected {
  background-color: #FFF;
  text-align: right;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 16px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 199;
}
/* line 73, ../sass/header/header.scss */
.box-selected .selected .accordion {
  padding: 22px 0;
  cursor: pointer;
}
/* line 76, ../sass/header/header.scss */
.box-selected .selected .accordion span {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
/* line 82, ../sass/header/header.scss */
.box-selected .selected .accordion:hover {
  text-decoration: line-through;
}
/* line 86, ../sass/header/header.scss */
.box-selected .selected .link-pdf {
  padding: 22px 0 0 0;
}
/* line 88, ../sass/header/header.scss */
.box-selected .selected .link-pdf span {
  margin: 0 0 0 12px;
}
/* line 93, ../sass/header/header.scss */
.box-selected .selected .link-pdf:hover {
  text-decoration: line-through;
}
/* line 97, ../sass/header/header.scss */
.box-selected .selected ul {
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 103, ../sass/header/header.scss */
.box-selected .selected ul li {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}
/* line 106, ../sass/header/header.scss */
.box-selected .selected ul li a {
  padding: 0 15px 0 0;
}
/* line 109, ../sass/header/header.scss */
.box-selected .selected ul li a:hover {
  text-decoration: line-through;
}

/* BORDERS SELECTED */
/* line 118, ../sass/header/header.scss */
.nb-selected {
  border: 1px solid #FFF;
}

/* line 122, ../sass/header/header.scss */
.b-selected {
  border: 1px solid #CCCCCC;
}

/* IMPORTS */
/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/* line 5, ../sass/utilities/gallery-plugin.scss */
.flickity-enabled {
  position: relative;
}

/* line 9, ../sass/utilities/gallery-plugin.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 11, ../sass/utilities/gallery-plugin.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 11, ../sass/utilities/gallery-plugin.scss */
  .flickity-viewport {
    height: auto;
  }
}

/* line 21, ../sass/utilities/gallery-plugin.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
/* line 29, ../sass/utilities/gallery-plugin.scss */
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 36, ../sass/utilities/gallery-plugin.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 42, ../sass/utilities/gallery-plugin.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
/* line 49, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button {
  display: none;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 66, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button:hover {
  background: white;
}

/* line 68, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

/* line 73, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

/* line 78, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 79, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
/* line 81, ../sass/utilities/gallery-plugin.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 85, ../sass/utilities/gallery-plugin.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 90, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

/* line 96, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* line 105, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
/* line 110, ../sass/utilities/gallery-plugin.scss */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
/* line 117, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 128, ../sass/utilities/gallery-plugin.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 130, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

/* line 142, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* line 147, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots {
  bottom: 20px;
}

/* white circles */
/* line 151, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #666666;
}

/* fill-in selected dot */
/* line 159, ../sass/utilities/gallery-plugin.scss */
.flickity-page-dots .dot.is-selected {
  background: #000;
}

/* line 1, ../sass/utilities/iconsx2.scss */
.icons-download {
  height: 11px;
  width: 11px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-download {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 0;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 5, ../sass/utilities/iconsx2.scss */
.icons-dropdown {
  height: 5px;
  width: 7px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -11px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-dropdown {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -11px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 9, ../sass/utilities/iconsx2.scss */
.icons-dropup {
  height: 5px;
  width: 7px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -21px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-dropup {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -21px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 13, ../sass/utilities/iconsx2.scss */
.icons-fb {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -82px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-fb {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -82px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 17, ../sass/utilities/iconsx2.scss */
.icons-fb-b {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -26px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-fb-b {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -26px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 21, ../sass/utilities/iconsx2.scss */
.icons-fb-h {
  height: 20px;
  width: 20px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -44px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-fb-h {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -44px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 25, ../sass/utilities/iconsx2.scss */
.icons-fb-w {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -64px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-fb-w {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -64px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 29, ../sass/utilities/iconsx2.scss */
.icons-heart {
  height: 30px;
  width: 37px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -100px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-heart {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -100px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 33, ../sass/utilities/iconsx2.scss */
.icons-in {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -130px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-in {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -130px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 37, ../sass/utilities/iconsx2.scss */
.icons-menu-close {
  height: 17px;
  width: 16px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -148px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-menu-close {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -148px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 41, ../sass/utilities/iconsx2.scss */
.icons-menu-open {
  height: 15px;
  width: 17px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -214px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-menu-open {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -213px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 45, ../sass/utilities/iconsx2.scss */
.icons-pi {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -326px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-pi {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -325px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 49, ../sass/utilities/iconsx2.scss */
.icons-pi-b {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -270px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-pi-b {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -269px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 53, ../sass/utilities/iconsx2.scss */
.icons-pi-h {
  height: 20px;
  width: 20px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -288px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-pi-h {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -287px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 57, ../sass/utilities/iconsx2.scss */
.icons-pi-w {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -308px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-pi-w {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -307px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 61, ../sass/utilities/iconsx2.scss */
.icons-play {
  height: 36px;
  width: 36px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -344px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-play {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -343px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 65, ../sass/utilities/iconsx2.scss */
.icons-search {
  height: 12px;
  width: 12px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -380px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-search {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -379px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 69, ../sass/utilities/iconsx2.scss */
.icons-tw {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -448px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-tw {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -447px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 73, ../sass/utilities/iconsx2.scss */
.icons-tw-b {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -392px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-tw-b {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -391px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 77, ../sass/utilities/iconsx2.scss */
.icons-tw-h {
  height: 20px;
  width: 20px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -410px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-tw-h {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -409px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 81, ../sass/utilities/iconsx2.scss */
.icons-tw-w {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -430px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-tw-w {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -429px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 85, ../sass/utilities/iconsx2.scss */
.icons-vi {
  height: 18px;
  width: 18px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -466px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-vi {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -465px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 89, ../sass/utilities/iconsx2.scss */
.icons-dropup-white {
  height: 5px;
  width: 7px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -16px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-dropup-white {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -16px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 93, ../sass/utilities/iconsx2.scss */
.icons-menu-open-white {
  height: 15px;
  width: 17px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -199px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-menu-open-white {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -198px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 97, ../sass/utilities/iconsx2.scss */
.icons-mobile-up {
  height: 41px;
  width: 41px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -229px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-mobile-up {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -228px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 102, ../sass/utilities/iconsx2.scss */
.icons-menu-open-mobile {
  height: 17px;
  width: 22px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -182px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-menu-open-mobile {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -181px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/* line 106, ../sass/utilities/iconsx2.scss */
.icons-menu-open-mobile-white {
  height: 17px;
  width: 22px;
  background-image: url('../img/icons-sa735f7e6f8.png');
  background-position: 0 -165px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  /* line 45, ../sass/utilities/retina-sprites.scss */
  .icons-menu-open-mobile-white {
    background-image: url('../img/icons/x2-se2059ba6fd.png');
    background-position: 0 -164px;
    -moz-background-size: 41px auto;
    -o-background-size: 41px auto;
    -webkit-background-size: 41px auto;
    background-size: 41px auto;
  }
}

/*
  ####   ####  #####  ###### 
 #    # #    # #    # #      
 #      #    # #    # #####  
 #      #    # #####  #      
 #    # #    # #   #  #      
  ####   ####  #    # ######
*/
/*///////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////*/
/*///////////////////////////////////////////////
COLOR MIXINS
//////////////////////////////////////////////*/
/* perfect-scrollbar v0.6.2 */
/* line 3, ../sass/utilities/perfect-scrollbar.scss */
.ps-container {
  overflow: hidden !important;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 3, ../sass/utilities/perfect-scrollbar.scss */
  .ps-container {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
}

/* line 10, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

/* line 13, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-in-scrolling {
  pointer-events: none;
}

/* line 15, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 18, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 20, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 23, ../sass/utilities/perfect-scrollbar.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 25, ../sass/utilities/perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

/* line 41, ../sass/utilities/perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

/* line 56, ../sass/utilities/perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}

/* line 72, ../sass/utilities/perfect-scrollbar.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}

/* line 87, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

/* line 89, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 92, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

/* line 94, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

/* line 97, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

/* line 99, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/* line 101, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

/* line 104, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

/* line 106, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

/* line 109, ../sass/utilities/perfect-scrollbar.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* HTML , BODY */
/* line 26, ../sass/screen.scss */
html, body {
  font-family: 'Montserrat', sans-serif;
}

/* line 30, ../sass/screen.scss */
body {
  overflow-y: hidden;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 30, ../sass/screen.scss */
  body {
    overflow-y: visible;
  }
}

/* MAIN */
/* line 38, ../sass/screen.scss */
.main {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 38, ../sass/screen.scss */
  .main {
    overflow: visible;
  }
}

/* CONTENT */
/* line 48, ../sass/screen.scss */
.content {
  height: 100%;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 48, ../sass/screen.scss */
  .content {
    height: auto;
  }
}

/* ALL INPUT */
/* line 56, ../sass/screen.scss */
input:focus {
  outline-style: solid;
  outline-color: #FFF;
  outline-width: 0px;
}

/*///////////////////////////////////////////////
PRELOADS
//////////////////////////////////////////////*/
/* PRELOAD HOME */
/* line 67, ../sass/screen.scss */
.preload-home {
  background-color: #e8e8e8;
  z-index: 200;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 79, ../sass/screen.scss */
.preload-home .logo-preload {
  height: 100%;
  width: 100%;
}

/* PRELOAD SECTIONS */
/* line 86, ../sass/screen.scss */
.preload-sections {
  background-color: #e8e8e8;
  z-index: 200;
  height: calc(100% - 97px);
  width: 100%;
  position: absolute;
  margin: auto;
  top: 97px;
  left: 0;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 86, ../sass/screen.scss */
  .preload-sections {
    height: calc(100% - 142px);
    top: 142px;
  }
}

/* line 104, ../sass/screen.scss */
.logo-preload {
  height: 100%;
  width: 100%;
}

/* line 109, ../sass/screen.scss */
.loading-gif {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* line 114, ../sass/screen.scss */
.loading-gif img {
  width: 80%;
  height: auto !important;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 119, ../sass/screen.scss */
  .loading-gif .loading-gif-desktop {
    display: none;
  }
}
/* line 126, ../sass/screen.scss */
.loading-gif .loading-gif-mobile {
  display: none;
}
@media all and (max-width: 768px) and (min-width: 240px) {
  /* line 126, ../sass/screen.scss */
  .loading-gif .loading-gif-mobile {
    display: block;
    margin: 0 auto;
  }
}
