@charset 'UTF-8';
/* =============================  Bootsrtap vaiables Start
=============================*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
/* =============================
  Bootsrtap vaiables End
=============================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-family: 'PT Serif', serif;
}
h1 {
  font-size: 38px;
}
h1 a {
  font-size: 38px;
}
h2 {
  font-size: 24px;
}
h2 a {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h3 a {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h4 a {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h5 a {
  font-size: 18px;
}
h6 {
  font-size: 12px;
}
h6 a {
  font-size: 12px;
}
h2 {
  font-weight: bold;
}
h2 span {
  font-weight: 300;
}
p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}
p a {
  font-size: 14px;
}
a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.main a:hover {
  color: #ff0042;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0 0 20px 20px;
}
ul li {
  margin-bottom: 10px;
}
ul li a {
  color: #ff0042;
}
ul li ul {
  /*padding-left: 10px;*/
  padding-top: 0px;
}
ul li ul li {
  margin: 5px 0;
}
ol {
  padding: 10px 0 0 20px;
  margin: 0;
}
ol li {
  list-style: number ;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
ol li ol li {
  margin: 5px 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.clear {
  clear: both;
}
.margin-none {
  margin: 0 !important;
}
.p-r-n {
  padding-right: 0 !important;
}
.fullwidth {
  width: 100%;
}
.alignleft,
img.alignleft {
  margin: 0px 15px 10px 0;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
input[type=submit],
input[type=button],
button,
textarea,
select {
  padding: 8px 15px;
  border: 1px solid #999;
  background: none;
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
  background: #ffffff;
  border: 0;
  color: #000000;
  padding: 9px 20px;
}
input[type=submit]:hover,
button:hover {
  background: #ff0042;
}
textarea {
  max-width: 100%;
}
input[type=text]::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
}
input[type=text]::-moz-placeholder {
  color: #616161;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
}
input[type=text]:-moz-placeholder {
  color: #616161;
  opacity: 1;
}
input.button-lg {
  width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: normal;
  padding: 0 9px;
  text-align: center;
  max-width: 281px;
  transition: all 0.5s ease 0s;
  background: #ff0042;
  height: 36px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  input.button-lg {
    max-width: 100%;
  }
}
input.button-lg:hover {
  background: #cb0236;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.black {
  background: #000000;
}
.white {
  background: #ffffff;
}
.blue {
  background: #007097;
}
.container-lg {
  width: 1297px;
  margin: 0 auto;
}
@media only screen and (max-width: 1365px) {
  .container-lg {
    width: 100%;
    padding: 0 15px;
  }
}
.container-inner {
  width: 1325px;
  margin: 0 auto;
}
@media only screen and (max-width: 1365px) {
  .container-inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 970px) {
  h2 {
    font-size: 20px;
  }
  .margin-top {
    margin-top: 20px;
  }
}
.top-margin {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .top-margin {
    margin-top: 0;
  }
}
.program-title table.dataTable {
  margin: 0 !important;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 0 !important;
}
table.dataTable thead .sorting:after {
  opacity: 1 !important;
  content: "";
  font-size: 0;
}
table.dataTable thead .col-md-1.text-center.sorting,
table.dataTable thead .col-md-1.text-center.sorting_asc,
table.dataTable thead .col-md-1.text-center.sorting_desc,
table.dataTable thead .blank-space75.sorting,
table.dataTable thead .blank-space75.sorting_asc,
table.dataTable thead .blank-space75.sorting_desc,
table.dataTable thead .blank-space80.sorting_asc,
table.dataTable thead .blank-space80.sorting_desc,
table.dataTable thead .blank-space80.sorting {
  background-image: none;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  font-size: 0;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate.paging_simple_numbers {
  display: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
  background-position: 60px center;
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
  background-position: 60px 15px;
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
  background-position: 60px 20px;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
@media only screen and (max-width: 1023px) {
  h5 {
    font-size: 15px;
  }
  h5 a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-top {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 735px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 567px) {
  h2 {
    font-size: 17px;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
}
header ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header.headerstyle1 .topbar {
  background: #ebebeb;
}
header.headerstyle1 .logo {
  margin: 30px 0;
}
header.headerstyle1 .unique-points {
  background: #000000;
}
header.headerstyle1 .unique-points ul li a:hover {
  color: #ff0042;
  text-decoration: none;
}
header.headerstyle1 .nav {
  border-top: 1px solid #dbdbdb;
}
header.headerstyle1.affix .logo {
  display: none;
}
header.headerstyle1.affix .unique-points {
  padding: 0;
  display: block;
}
@media only screen and (max-width: 1023px) {
  header.headerstyle1.affix .unique-points li {
    width: 32%;
  }
}
header.headerstyle1.affix .unique-points-sticky ul {
  padding: 28px 0;
}
@media only screen and (max-width: 1023px) {
  header.headerstyle1.affix .unique-points-sticky ul {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  header.headerstyle1.affix .unique-points-sticky {
    display: none;
  }
}
.topbar ul {
  padding: 4px 0 0 0;
}
.language ul li {
  margin: 0 5px;
}
.language ul li:first-child {
  margin-left: 0;
}
.language ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .language ul li {
    margin: 0 4px;
  }
}
.language ul li a {
  font-size: 12px;
}
.social-icons ul li {
  margin: 0 25px;
  vertical-align: middle;
  display: inline-block;
}
.social-icons ul li:first-child {
  margin-left: 0;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons ul li a i {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .social-icons ul li {
    margin: 0 14px;
  }
}
@media only screen and (max-width: 374px) {
  .social-icons ul li {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icons ul {
    text-align: right;
  }
}
.cart-search-box .cart-box {
  display: inline-block;
  vertical-align: middle;
}
.cart-search-box .cart-box a {
  display: inline-block;
  color: #ff0042;
  font-size: 12px;
}
.cart-search-box .cart-box a:hover {
  color: #000000;
}
.cart-search-box .cart-box a img {
  vertical-align: top;
  margin: 1px 7px 0 0;
}
.cart-search-box .cart-box a.responsive-cart {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart-search-box .cart-box a.responsive-cart {
    display: inline-block;
    vertical-align: middle;
  }
  .cart-search-box .cart-box a.responsive-cart i:before {
    content: "\f023";
    font-family: FontAwesome;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #ff0042;
    font-style: normal;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-search-box .cart-box a.desktop-cart {
    display: none;
  }
}
.cart-search-box .search-box {
  background: #ff0042;
  width: 75px;
  height: 31px;
  padding: 2px 10px;
  cursor: pointer;
  display: inline-block;
  margin-left: 68px;
  text-align: center;
  vertical-align: middle;
}
.cart-search-box .search-box i {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart-search-box .search-box i {
    color: #ff0042;
    width: 20px;
  }
}
.cart-search-box .search-box i.fa-times {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .cart-search-box .search-box {
    width: 45px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-search-box .search-box {
    background: none;
    margin-left: 5px;
    padding: 2px 0;
    width: auto;
  }
}
.cart-search-box .search-box.searchOpen .fa-search {
  display: none;
}
.cart-search-box .search-box.searchOpen .fa-times {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cart-search-box {
    float: right;
  }
}
.cart-search-box #frame_search {
  position: relative;
}
.cart-search-box #frame_search #searchBox {
  background: #ffffff;
  height: 31px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 270px;
  z-index: 11;
  display: none;
}
.cart-search-box #frame_search #searchBox input[type="text"] {
  max-width: inherit;
  width: 100%;
  border: none;
  height: 31px;
  font-size: 14px;
  color: #000000;
  border: 2px solid #ff0042;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .cart-search-box #frame_search #searchBox {
    right: 0px;
    top: 10px;
  }
}
.header-banner {
  background: url('/images/header-bg6.jpg') no-repeat center top;
}
.header-banner .hader-banner-inner {
  padding-top: 50px;
}
@media only screen and (max-width: 970px) {
  .header-banner .hader-banner-inner {
    padding-top: 25px;
  }
}
.black-theme .hader-banner-inner {
  padding-top: 30px;
}
.logo {
  text-align: center;
}
.logo a {
  display: inline-block;
}
@media only screen and (max-width: 970px) {
  .logo a {
    width: 400px;
  }
}
@media only screen and (max-width: 567px) {
  .logo a {
    width: 240px;
  }
}
.logo h2 {
  color: black;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 20px;
}
.black-theme .logo a {
  margin-bottom: 20px;
}
.black-theme .logo h2 {
  color: #ffffff;
}
.brand-banners {
  margin: 20px 0 50px 0;
}
.brand-banners ul {
  padding: 0;
}
.brand-banners ul li {
  padding: 0 14px;
  margin: 0;
  vertical-align: middle;
}
.brand-banners ul li:first-child {
  padding-left: 0;
}
.brand-banners ul li:last-child {
  padding-right: 0;
}
.brand-banners ul li a {
  display: inline-block;
}
.brand-banners ul li a img {
  max-width: 170px;
  max-height: 40px;
}
@media only screen and (max-width: 1200px) {
  .brand-banners ul li a img {
    max-width: 125px;
  }
}
@media only screen and (max-width: 1200px) {
  .brand-banners ul li {
    padding: 0 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .brand-banners ul li {
    padding: 0px 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-banners {
    display: none;
  }
}
.unique-points {
  background: #ff0042;
  padding: 11px;
}
.unique-points ul li {
  width: 33%;
  margin: 0;
  text-align: center;
}
@media (min-width: 971px) and (max-width: 991px) {
  .unique-points ul li {
    width: 32%;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .unique-points ul li {
    width: 32%;
  }
}
.unique-points ul li a {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  vertical-align: bottom;
}
.unique-points ul li a:hover {
  color: #000000;
  text-decoration: none;
}
.unique-points ul li a img {
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  .unique-points ul li a img {
    height: 19px;
  }
}
@media only screen and (max-width: 1023px) {
  .unique-points ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .unique-points {
    display: none;
  }
}
.sticky-logo {
  display: none;
}
.sticky-logo a {
  display: inline-block;
  vertical-align: bottom;
}
.nav {
  background: #ffffff;
}
.nav ul li {
  display: inline-block;
  margin: 0px 10px;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li:last-child {
  margin-right: 0;
}
.nav ul li a {
  padding: 16px 20px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .nav ul li {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 970px) {
  .nav ul li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .nav ul {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    padding: 10px 0;
  }
}
.affix {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.affix .topbar {
  display: none;
}
.affix .header-banner .hader-banner-inner {
  padding: 0;
}
.affix .header-banner .hader-banner-inner .logo {
  display: none;
}
.affix .header-banner .hader-banner-inner .brand-banners {
  display: none;
}
.affix .header-banner .hader-banner-inner .unique-points {
  padding-top: 29px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 1023px) {
  .affix .header-banner .hader-banner-inner .unique-points {
    padding: 18px 11px;
  }
}
@media only screen and (max-width: 1023px) {
  .affix .header-banner .hader-banner-inner .unique-points ul li {
    width: 32%;
  }
}
.affix .nav {
  box-shadow: 0 0 5px #c2c2c2;
}
.affix .sticky-logo {
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .affix .sticky-logo {
    text-align: center;
    padding-top: 5px;
  }
}
.affix .col-md-12.unique-points-sticky {
  width: 83.33333333%;
}
.affix {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.menu-open-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
  display: none;
}
.mobile-menu-block {
  background: #cb0236;
  bottom: 0;
  color: #333333;
  font-size: 14px;
  left: -450px;
  /* padding: 10px;*/
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 2550;
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
}
.mobile-menu-close-btn {
  margin-bottom: 15px;
}
.mobile-menu-close-btn a {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
}
.mobile-menu-open .mobile-menu-block {
  left: 0;
}
.mobile-menu-open .menu-open-overlay {
  display: block;
}
.mobile-menu-inner {
  height: 100%;
  overflow: auto;
}
.mobile-menu-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 15px;
  text-align: center;
}
.mobile-menu-title span {
  margin-right: 10px;
  font-size: 14px;
}
.mobile-menu-block ul.mobile-menu-item-block {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}
.mobile-menu-block ul.mobile-menu-item-block > li:first-child {
  border: none;
}
.mobile-menu-block ul.mobile-menu-item-block li {
  position: relative;
  display: block;
  border-top: 1px solid #ffffff;
  margin: 0;
}
.mobile-menu-block ul.mobile-menu-item-block li a {
  padding: 10px;
  display: block;
  line-height: 20px;
  color: #ffffff;
}
.mobile-menu-block ul.mobile-menu-item-block li .active {
  color: black;
}
.mobile-menu-block ul.mobile-menu-item-block li ul li a {
  padding-left: 15px;
}
.mobile-menu-block ul.mobile-menu-item-block li ul li li a {
  padding-left: 30px;
}
.mobile-menu-item-block .fa,
.mobile-menu-block .navUser-section .fa {
  display: none;
}
.mobile-menu-block li .hitarea {
  position: absolute;
  width: 40px;
  right: 0;
  height: 40px;
  cursor: pointer;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mobile-menu-block li .hitarea:after {
  content: "\f107";
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 18px;
  color: #ffffff;
}
.mobile-menu-block li .hitarea.collapsable-hitarea {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-menu-button {
  display: none;
}
.mobile-menu-button a i {
  font-size: 30px;
  color: #ff0042;
}
@media only screen and (max-width: 767px) {
  .mobile-menu-button {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  header .nav .menu_sitges li {
    margin: 0 6px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  header .nav .menu_sitges li {
    margin: 0 6px;
  }
}
@media (min-width: 971px) and (max-width: 991px) {
  header .nav .menu_sitges li {
    margin: 0 3px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  header .nav .menu_sitges li {
    margin: 0 1px;
  }
}
@media (min-width: 971px) and (max-width: 991px) {
  header .nav .menu_sitges li a {
    padding: 16px 1px;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  header .nav .menu_sitges li a {
    padding: 16px 1px;
    font-size: 10px;
  }
}
header .nav .menu_sitges li .active {
  color: black;
  text-decoration: underline;
}
header .nav .menu_sitges li .dropdown-menu li {
  margin: 0px;
  padding: 0px;
}
header .nav .menu_sitges li .dropdown-menu li a {
  width: 100%;
  color: #ff0042;
  padding: 10px;
}
header .nav .menu_sitges li .dropdown-menu li .active,
header .nav .menu_sitges li .dropdown-menu li a:hover,
header .nav .menu_sitges li .dropdown-menu li a:focus {
  color: black;
}
header .nav .open > a,
header .nav .open a:hover,
header .nav .open a:focus {
  background-color: transparent;
  border-color: transparent;
  color: black;
}
@media (min-width: 992px) and (max-width: 1023px) {
  .edition-section,
  .article {
    padding: 10px 0 40px 0;
    margin-top: 104px;
  }
}
@media (min-width: 971px) and (max-width: 991px) {
  .edition-section,
  .article {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 970px) {
  .edition-section,
  .article {
    margin-top: 20px;
  }
}
.main {
  margin-top: 499px;
}
@media only screen and (max-width: 1023px) {
  .main {
    margin-top: 281px;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 241px;
  }
}
@media only screen and (max-width: 735px) {
  .main {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 567px) {
  .main {
    margin-top: 190px;
  }
}
/* =================================
slider-section css Start
====================================*/
.slider-section {
  background: #000000;
  padding: 28px 0 60px 0;
}
@media only screen and (max-width: 767px) {
  .slider-section {
    padding: 20px 0;
  }
}
.slider-bottom {
  background: #ffffff;
}
.slider-bottom .first-title {
  padding: 20px 10px;
  text-align: center;
  width: 25%;
}
.slider-bottom .first-title h5 {
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .slider-bottom .first-title h5 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-bottom .first-title {
    width: 20%;
  }
}
@media only screen and (max-width: 735px) {
  .slider-bottom .first-title {
    width: 25%;
    padding: 20px 8px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .first-title {
    width: 30%;
    padding: 16px 5px;
  }
}
.slider-bottom .slider-bottom-right {
  width: 75%;
}
.slider-bottom .slider-bottom-right > ul {
  margin: 0;
  padding: 21px 25px;
  width: 80%;
  background: #eeebeb;
}
.slider-bottom .slider-bottom-right > ul > li {
  margin: 0 0 0 20px;
  list-style: none;
  display: inline-block;
}
.slider-bottom .slider-bottom-right > ul > li:first-child {
  margin: 0;
}
.slider-bottom .slider-bottom-right > ul > li > i {
  margin-right: 10px;
  color: #b9b9b9;
}
@media only screen and (max-width: 1200px) {
  .slider-bottom .slider-bottom-right > ul > li {
    margin: 0 0 0 4px;
  }
}
@media only screen and (max-width: 1023px) {
  .slider-bottom .slider-bottom-right > ul > li {
    margin: 0 0 0 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-bottom .slider-bottom-right > ul {
    padding: 21px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-bottom .slider-bottom-right > ul.desktop-view {
    display: none;
  }
}
.slider-bottom .slider-bottom-right > ul.responsive-view {
  display: none;
  position: relative;
}
.slider-bottom .slider-bottom-right > ul.responsive-view li {
  display: block;
}
.slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-title {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-title:after {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-title i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-title {
    font-size: 12px;
  }
}
.slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show {
  display: none;
  position: absolute;
  top: -68px;
  background: #eeebeb;
  margin: 0;
  padding: 10px 15px;
  left: 0;
  z-index: 8;
}
.slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show ul li {
  margin: 5px 0;
}
.slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show ul li i {
  margin-right: 10px;
  color: #b9b9b9;
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 567px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show {
    top: -93px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show {
    padding: 10px 5px;
    width: 170px;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view {
    display: inline-block;
  }
}
@media only screen and (max-width: 735px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right > ul.responsive-view {
    padding: 16px 5px;
    width: 50%;
  }
}
.slider-bottom .slider-bottom-right .last-title {
  width: 20%;
  padding: 6px 8px;
  background: #e2dddd;
  border-left: 1px solid #ffffff;
  text-align: center;
}
.slider-bottom .slider-bottom-right .last-title a {
  display: block;
  text-decoration: none;
}
.slider-bottom .slider-bottom-right .last-title a i {
  display: block;
  font-size: 30px;
  color: #ff0042;
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right .last-title a i {
    font-size: 18px;
  }
}
.slider-bottom .slider-bottom-right .last-title a p {
  margin: 0;
}
.slider-bottom .slider-bottom-right .last-title a p span {
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right .last-title a p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-bottom .slider-bottom-right .last-title {
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 735px) {
  .slider-bottom .slider-bottom-right .last-title {
    width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right .last-title {
    padding: 5px;
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-bottom .slider-bottom-right {
    width: 80%;
  }
}
@media only screen and (max-width: 735px) {
  .slider-bottom .slider-bottom-right {
    width: 75%;
  }
}
@media only screen and (max-width: 479px) {
  .slider-bottom .slider-bottom-right {
    width: 70%;
  }
}
.black-theme .slider-section {
  background: #000000;
}
.slider ul {
  margin: 0;
  padding: 0;
}
.slider ul li {
  list-style: none;
  margin: 0;
}
.title-box {
  position: relative;
  margin-bottom: 15px;
  vertical-align: middle;
  display: table;
  width: 100%;
}
@media (max-width: 768px) {
  .title-box {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .title-box {
    margin-top: 20px;
  }
}
.title-box .title {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 7px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .title-box .title {
    padding: 0;
  }
}
.title-box .title:before {
  position: absolute;
  content: "";
  border: 1px solid #ff0042;
  width: 100%;
  top: 50%;
  margin-top: -0.5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .title-box .title:before {
    display: none;
  }
}
.title-box .title h2 {
  margin: 0;
  display: inline-block;
  letter-spacing: 2px;
  background: #000000;
  position: relative;
  z-index: 5;
  font-weight: bold;
  padding: 10px 15px 10px 0;
  text-transform: uppercase;
  line-height: 25px;
  color: #ff0042;
}
@media only screen and (max-width: 767px) {
  .title-box .title h2 {
    padding: 0;
  }
}
.title-box .title h2 span {
  font-weight: 300;
}
.title-box .title-icon {
  vertical-align: middle;
  position: relative;
  z-index: 6;
  padding-left: 6px;
  background: #000000;
  display: table-cell;
  width: 54px;
}
.title-box .title-icon span {
  background: url(../images/sprite.png) no-repeat 0 0;
  height: 45px;
  display: inline-block;
  width: 45px;
}
.title-box .title-icon span.icon-setting {
  background-position: 0 bottom;
}
.title-box .title-icon span.icon-tv {
  background-position: -45px bottom;
}
.title-box .title-icon span.icon-skeleton {
  background-position: -90px bottom;
}
.title-box .title-icon span.icon-plus {
  background-position: -135px -40px;
}
.title-box .title-icon span.icon-ghost {
  background-position: -180px bottom;
}
.title-box .title-icon span.icon-hangup {
  background-position: -225px bottom;
  width: 36px;
}
.title-box .title-icon span.icon-hand {
  background-position: -270px bottom;
}
.title-box .title-icon span.icon-crosstoy {
  background-position: -315px bottom;
}
.title-box .title-icon span.icon-zombie {
  background-position: -360px -50px;
}
.title-box .title-icon span.icon-zombieman {
  background-position: -405px bottom;
}
.title-box .title-icon span.icon-zombieRight {
  background-position: -450px bottom;
}
.title-box .title-icon span.icon-rocket {
  background-position: -495px bottom;
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .title-box .title-icon {
    display: none;
  }
}
.title-box.light-bg h2 {
  background: #141414;
}
.title-box.light-bg .title-icon {
  background: #141414;
}
.black-theme .title-box .title:before {
  border: 2px solid #ff0042;
}
.black-theme .title-box .title h2 {
  color: #ff0042;
  background: #000000;
}
.black-theme .title-box .title-icon {
  background: #000000;
}
.black-theme .title-box .title-icon span.icon-setting {
  background-position: 0 bottom;
}
.black-theme .title-box .title-icon span.icon-tv {
  background-position: -45px bottom;
}
.black-theme .title-box .title-icon span.icon-skeleton {
  background-position: -90px bottom;
}
.black-theme .title-box .title-icon span.icon-plus {
  background-position: -135px bottom;
}
.black-theme .title-box .title-icon span.icon-ghost {
  background-position: -180px bottom;
}
.black-theme .title-box .title-icon span.icon-hangup {
  background-position: -225px bottom;
}
.black-theme .title-box .title-icon span.icon-hand {
  background-position: -270px bottom;
}
.black-theme .title-box .title-icon span.icon-crosstoy {
  background-position: -315px bottom;
}
.black-theme .title-box .title-icon span.icon-zombie {
  background-position: -360px bottom;
}
.black-theme .title-box .title-icon span.icon-zombieman {
  background-position: -405px bottom;
}
.black-theme .title-box .title-icon span.icon-zombieRight {
  background-position: -450px bottom;
}
.black-theme .title-box.light-bg h2 {
  background: #141414;
}
.black-theme .title-box.light-bg .title-icon {
  background: #141414;
}
.right-banner {
  padding: 30px 0;
  background: #ffffff;
  margin-bottom: 20px;
}
.right-banner .top-title {
  text-align: center;
  padding-bottom: 18px;
}
.right-banner .top-title.with-dot p {
  font-weight: bold;
  color: #ff0042;
  vertical-align: middle;
  margin: 0;
}
.right-banner .top-title.with-dot p:before {
  height: 20px;
  width: 20px;
  background: #ff0000;
  left: 50%;
  content: "";
  border-radius: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .right-banner .right-banner-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .right-banner .right-banner-img {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 567px) {
  .right-banner .right-banner-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .right-banner .right-banner-bottom {
    padding: 15px;
  }
}
@media only screen and (max-width: 970px) {
  .right-banner .right-banner-bottom {
    width: 47%;
    float: left;
    padding: 0;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .right-banner .right-banner-bottom {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 970px) {
  .right-banner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 567px) {
  .right-banner {
    padding: 20px 0;
  }
}
.right-banner-bottom {
  padding: 30px 25px 20px 25px;
}
.right-banner-bottom h5 {
  margin: 0;
}
.right-banner-bottom h5 a {
  text-transform: uppercase;
  color: #0b142b;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .right-banner-bottom {
    padding: 15px 25px;
  }
}
.title-link a {
  font-weight: 500;
  letter-spacing: 2px;
}
.title-link a:after {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 14px;
}
@media only screen and (max-width: 567px) {
  .title-link a {
    letter-spacing: 1px;
  }
}
.title-link.title-link-left a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 14px;
}
.title-link.title-link-left a:after {
  font-size: 0;
}
.links {
  margin-top: 15px;
}
/*==================================
 slider-section css End
 ===================================*/
/*==================================
  masonry css start
  ===================================*/
.masonry-list {
  background: #141414;
  padding: 30px 0 22px 0;
}
.masonry-list h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.masonry-list h2 span {
  font-weight: 300;
}
.masonry-list .title-link {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .masonry-list {
    padding: 20px 0;
  }
}
.black-theme .masonry-list {
  background: #141414;
}
.Grid {
  padding: 15px 0 0 0;
}
.Grid .category {
  width: 270px;
  margin: 15px;
}
.Grid .category .category-inner {
  background: #ffffff;
  /*padding-bottom:10px;*/
}
.Grid .category .category-inner .date {
  padding: 10px 0 10px 25px;
}
@media only screen and (max-width: 970px) {
  .Grid .category .category-inner .date {
    padding: 10px 0 10px 18px;
  }
}
.Grid .category .category-inner .category-inner-image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .Grid .category .category-inner .category-inner-image {
    margin-bottom: 15px;
  }
}
.Grid .category .category-inner .category-inner-image a {
  display: block;
}
.Grid .category .right-banner-bottom {
  padding: 0px 20px 30px 20px;
}
.Grid .category .right-banner-bottom h6 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .Grid .category .right-banner-bottom {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .Grid .category img {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .Grid .category {
    margin: 5px 3px;
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .Grid .category {
    width: 45%;
    margin: 8px 15px;
  }
}
@media only screen and (max-width: 666px) {
  .Grid .category {
    margin: 8px 12px;
  }
}
@media only screen and (max-width: 567px) {
  .Grid .category {
    width: 100%;
    margin: 8px 0;
  }
}
.Grid .category .category-image a {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .Grid {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 970px) {
  .Grid {
    margin: 0 7px;
  }
}
@media only screen and (max-width: 567px) {
  .Grid {
    padding: 0;
  }
}
.Gridv2 {
  padding: 15px 0 0 0;
}
.Gridv2 .category {
  margin-bottom: 30px;
}
.Gridv2 .category .category-inner {
  background: #ffffff;
  /*padding-bottom:10px;*/
}
.Gridv2 .category .category-inner .date {
  padding: 10px 0 10px 25px;
}
@media only screen and (max-width: 970px) {
  .Gridv2 .category .category-inner .date {
    padding: 10px 0 10px 18px;
  }
}
.Gridv2 .category .category-inner .category-inner-image {
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .Gridv2 .category .category-inner .category-inner-image {
    margin-bottom: 15px;
  }
}
.Gridv2 .category .category-inner .category-inner-image a {
  display: block;
}
.Gridv2 .category .right-banner-bottom {
  padding: 0px 20px 30px 20px;
}
.Gridv2 .category .right-banner-bottom h6 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .Gridv2 .category .right-banner-bottom {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .Gridv2 .category img {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .Gridv2 .category {
    margin: 5px 3px;
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .Gridv2 .category {
    width: 45%;
    margin: 8px 15px;
  }
}
@media only screen and (max-width: 666px) {
  .Gridv2 .category {
    margin: 8px 12px;
  }
}
@media only screen and (max-width: 567px) {
  .Gridv2 .category {
    width: 100%;
    margin: 8px 0;
  }
}
.Gridv2 .category .category-image a {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .Gridv2 {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 970px) {
  .Gridv2 {
    margin: 0 7px;
  }
}
@media only screen and (max-width: 567px) {
  .Gridv2 {
    padding: 0;
  }
}
.date.topside {
  padding: 20px 0 20px 25px;
}
.date-left {
  vertical-align: middle;
  display: inline-block;
}
.date-left p {
  color: #ff0042;
  margin: 0;
}
.date-left p span {
  font-weight: 300;
}
.date-right {
  vertical-align: middle;
  display: inline-block;
  margin: 0 -4px 0 12px;
  padding: 7px 25px;
  background: #eeebeb;
  text-decoration: none;
}
.date-right h6 {
  margin: 0;
  text-transform: uppercase;
  color: #616161;
  font-weight: bold;
}
@media only screen and (max-width: 970px) {
  .date-right {
    margin: 0 -4px 0 7px;
    padding: 7px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .date-right {
    margin: 0 0 10px 0;
    float: right;
  }
}
.date-right:hover {
  color: #616161;
}
/*==================================
  masonry css End
  ===================================*/
/*==================================
    sponcer-section start
  ===================================*/
.sponcers {
  padding: 40px 0 65px 0;
}
.sponcers h2 {
  text-transform: uppercase;
}
.sponcers ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.sponcers ul li {
  list-style: none;
  margin: 23px 58px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.sponcers ul li a {
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .sponcers ul li {
    margin: 23px 38px;
  }
}
@media only screen and (max-width: 970px) {
  .sponcers ul li {
    margin: 14px;
  }
}
@media only screen and (max-width: 666px) {
  .sponcers ul li {
    margin: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .sponcers ul {
    padding: 0 40px;
  }
}
.sponcers ul .slick-prev:before {
  height: 20px;
  width: 20px;
}
.sponcers ul .slick-next:before {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 970px) {
  .sponcers {
    padding: 30px 0;
  }
}
.sponcers .slick-prev {
  left: 0;
}
.sponcers .slick-next {
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .sponcers {
    padding: 20px 0;
  }
}
/*==================================
    sponcer-section end
  ===================================*/
/*==================================
    calendar-section start
  ===================================*/
.calendar-section {
  background: #000000;
  padding: 35px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .calendar-section {
    padding: 20px 0;
  }
}
.black-theme .calendar-section {
  background: #000000;
}
.tab-section {
  padding-bottom: 15px;
}
.tab-section > ul {
  padding: 9px 15px;
  margin: 0 0 20px 0;
  background: #cb0236;
}
.tab-section > ul > li {
  float: left;
  margin: 0 24px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
}
.tab-section > ul > li:first-child {
  margin-left: 0;
}
.tab-section > ul > li:last-child {
  margin-right: 0;
}
.tab-section > ul > li.resp-tab-active {
  color: #ffffff;
  font-weight: bold;
}
.tab-section > ul > li:hover {
  color: #ffffff;
}
.tab-section > ul > li span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .tab-section > ul > li {
    margin: 0 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .tab-section > ul > li {
    margin: 0 12px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .tab-section > ul > li {
    margin: 0 11px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .tab-section > ul > li {
    margin: 0 6px;
    font-size: 10px;
  }
}
.tab-section > ul.dark-bg {
  background: #ff0042;
}
.tab-section h2.resp-accordion {
  background: #cb0236 !important;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  width: 100%;
  float: left;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.tab-section h2.resp-accordion .resp-arrow:after {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 39px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 3px;
}
.tab-section h2.resp-accordion.resp-tab-active .resp-arrow:after {
  content: "\f068";
}
@media only screen and (max-width: 1023px) {
  .tab-section {
    width: 96% !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 666px) {
  .tab-section {
    width: 94% !important;
  }
}
@media only screen and (max-width: 479px) {
  .tab-section {
    width: 91% !important;
  }
}
.tab-content .tab-title {
  background: #000000;
  text-align: center;
  padding: 20px;
}
.tab-content .tab-title h6 {
  color: #ffffff;
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 666px) {
  .tab-content .tab-title {
    padding: 10px;
  }
}
.tab-content ul {
  margin: 10px 0;
  padding: 0;
}
.tab-content ul li {
  margin: 3px 0;
  padding: 0;
  list-style: none;
}
.tab-content ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: table;
}
.tab-content ul li a span {
  color: #ff0042;
  display: table-cell;
  margin: 0;
  width: 45px;
}
.tab-content ul li a p {
  /*overflow: hidden;*/
  font-size: 12px;
  margin: 0 0 0 3px;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.5px;
  display: table-cell;
}
@media only screen and (max-width: 767px) {
  .tab-content {
    margin: 0 0 10px 0;
  }
}
.home .tab-content .tab-title {
  background: #141414;
}
.black-theme .tab-content .tab-title {
  background: #141414;
}
.black-theme .tab-content ul li a span {
  color: #ff0042;
}
/*==================================
  calendar-section End
===================================*/
/*==================================
  blog-section start
===================================*/
.blog-section {
  background: #000000;
  padding: 30px 0 70px 0;
}
.blog-section .blog {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 15px;
}
.blog-section .blog ul {
  margin: 0;
  padding: 0;
}
.blog-section .blog ul li {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ff0042;
}
.blog-section .blog ul li:first-child {
  border: none;
  padding-top: 0;
}
.blog-section .blog ul li h5 {
  margin: 7px 0;
}
.blog-section .blog ul li h5 a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-section .blog ul li h5 a:hover {
  color: #ff0042;
}
.blog-section .blog ul li p {
  margin: 0;
}
.blog-section .blog ul li p a:hover {
  color: #000000;
}
@media only screen and (max-width: 666px) {
  .blog-section .blog {
    padding: 15px;
  }
}
.blog-section .slider {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-section .slider img {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 666px) {
  .blog-section .slider img {
    height: auto;
  }
}
.blog-section .slider .slick-dots {
  display: none !important;
}
.blog-section.dark-bg {
  background: #141414;
}
@media only screen and (max-width: 1023px) {
  .blog-section {
    padding: 20px 0;
  }
}
.black-theme .blog-section {
  background: #141414;
}
.black-theme .blog-section.dark-bg {
  background: #000000;
}
/*==================================
  blog-section End
===================================*/
/*==================================================================== Homepage css End ===================================================================*/
/*==================================================================== ACTUALITAT page css start =============================================================*/
.article {
  background: #000000;
  padding: 25px 0 30px 0;
}
.article .article-blog .article-blog-left ul {
  margin: 0;
  padding: 0;
}
.article .article-blog .article-blog-left ul li {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  height: 160px;
}
.article .article-blog .article-blog-left ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.article .article-blog .article-blog-left ul li p {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.article .article-blog .article-blog-left ul li h5 {
  margin: 0;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.article .article-blog .article-blog-left ul li.article-blog-title {
  padding-bottom: 12px;
  border-bottom: 2px solid #ffffff;
  height: auto;
}
.article .article-blog .article-blog-left .article-blog-bottom-nav {
  padding-top: 55px;
}
.article .article-blog .article-blog-left .article-blog-bottom-nav ul .logo-image {
  padding: 25px 0 20px 0;
}
.article .article-blog .article-blog-left .article-blog-bottom-nav ul li {
  margin: 0 0 10px 0;
  height: auto;
}
.article .article-blog .article-blog-left .article-blog-bottom-nav ul li a {
  color: #ffe595;
  display: block;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}
.article .article-blog .article-blog-left .article-blog-bottom-nav ul li a:hover {
  background: #eeebeb;
  color: #ff0042;
  text-decoration: none;
}
.article .article-blog .article-blog-right {
  background: #ffffff;
}
.article .article-blog .article-blog-right .item-video-gallery {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article .article-blog .article-blog-right .blog-image {
  float: left;
  width: 600px;
}
.article .article-blog .article-blog-right .blog-image img {
  width: 100%;
}
.article .article-blog .article-blog-right .blog-image.fullwidth {
  width: 100%;
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right {
  width: 100%;
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right > ul {
  width: 60%;
  padding: 25px;
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right > ul {
    width: 63%;
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 666px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right > ul {
    width: 40%;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right > ul {
    padding: 16px 10px;
  }
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons {
  width: 25%;
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul {
  width: 100%;
  background: #ffffff;
  padding: 24px 20px;
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li {
  margin-left: 25px;
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li i {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li i {
    font-size: 14px;
  }
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul li {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul {
    padding: 24px 10px;
  }
}
@media only screen and (max-width: 666px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul {
    padding: 19px 3px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons ul {
    padding: 13px 3px;
  }
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons {
    width: 22%;
  }
}
@media only screen and (max-width: 666px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .social-icons {
    width: 30%;
  }
}
.article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .last-title {
  width: 15%;
  padding: 9px 22px;
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .last-title {
    padding: 9px;
  }
}
@media only screen and (max-width: 666px) {
  .article .article-blog .article-blog-right .blog-image .slider .slider-bottom .slider-bottom-right .last-title {
    width: 30%;
    padding: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-image {
    width: 100%;
  }
}
.article .article-blog .article-blog-right .blog-content {
  background: #ffffff;
  float: left;
  width: 270px;
}
.article .article-blog .article-blog-right .blog-content .date {
  padding: 10px 0 10px 25px;
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-content .date .date-right {
    margin: 0;
    float: right;
  }
}
.article .article-blog .article-blog-right .blog-content .right-banner-bottom {
  padding: 15px 25px;
}
.article .article-blog .article-blog-right .blog-content .right-banner-bottom h5 {
  margin-bottom: 20px;
}
.article .article-blog .article-blog-right .blog-content .right-banner-bottom .fitxapeli-content h5 {
  font-weight: 700;
  color: #0b142b;
  margin: 0;
  text-transform: uppercase;
}
.article .article-blog .article-blog-right .blog-content .right-banner-bottom .fitxapeli-content p a {
  color: #ff0042;
  text-transform: uppercase;
  font-weight: 700;
}
.article .article-blog .article-blog-right .blog-content .right-banner-bottom .fitxapeli-content p span {
  text-transform: uppercase;
}
.article .article-blog .article-blog-right .blog-content.fullwidth {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .article .article-blog .article-blog-right .blog-content {
    width: 100%;
  }
}
.article.lightbg {
  background: #141414;
}
.black-theme .article {
  background: #000000;
}
.actualitat .masonry-list h2 {
  margin: 0 0 20px 0;
}
.actualitat.actualitat-detall .article-blog-right .blog-content .social-icons {
  padding: 25px 0;
}
.actualitat.actualitat-detall .article-blog-right .blog-content .social-icons ul {
  margin: 0;
  padding: 0;
}
.actualitat.actualitat-detall .article-blog-right .blog-content .social-icons ul li {
  padding: 0;
}
.sitgeslivetv .masonry-list h2 {
  margin: 0 0 20px 0;
}
.sitgeslivetv .tab-section ul {
  /*padding: 9px 15px;*/
  margin: 0 0 10px 0;
}
.sitgeslivetv .Grid {
  padding: 0;
}
.fitxapeli .masonry-list {
  padding: 30px 0 70px 0;
}
@media only screen and (max-width: 767px) {
  .fitxapeli .masonry-list {
    padding: 25px 0;
  }
}
.fitxapeli .article-blog-right .slider .slick-dots {
  bottom: 30px;
}
.fitxapeli .slider-bottom .slider-bottom-right > ul.responsive-view li.toogle-show {
  top: 40px;
}
.nav-buttons {
  margin-bottom: 20px;
}
.nav-buttons .previous a {
  letter-spacing: 1.5px;
}
.nav-buttons .previous a .fa-angle-double-left {
  margin-right: 8px;
}
.nav-buttons .next a {
  letter-spacing: 1.5px;
}
.nav-buttons .next a .fa-angle-double-right {
  margin-left: 8px;
}
.video-section {
  margin-bottom: 15px;
}
.video-section ul {
  margin: 0;
  padding: 0;
}
.video-section ul li {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
  background: #ffffff;
}
.video-section ul li .video-left-section {
  float: left;
  width: 46%;
}
@media only screen and (max-width: 567px) {
  .video-section ul li .video-left-section img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .video-section ul li .video-left-section {
    width: 25%;
  }
}
@media only screen and (max-width: 567px) {
  .video-section ul li .video-left-section {
    width: 100%;
  }
}
.video-section ul li .video-right-section {
  float: left;
  width: 54%;
  padding: 5px 0 9px 10px;
}
.video-section ul li .video-right-section .date-left p {
  font-size: 10px;
}
.video-section ul li .video-right-section .date-right {
  padding: 5px 10px;
  margin-left: 24px;
}
.video-section ul li .video-right-section .date-right h6 {
  font-size: 10px;
}
@media only screen and (max-width: 1023px) {
  .video-section ul li .video-right-section .date-right {
    margin: 0;
  }
}
.video-section ul li .video-right-section .blog-title {
  padding-right: 20px;
}
.video-section ul li .video-right-section .blog-title h6 {
  margin: 3px 0 0 0;
}
.video-section ul li .video-right-section .blog-title h6 a {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.video-section ul li .video-right-section .blog-title h6 a:hover {
  color: #ff0042;
}
@media only screen and (max-width: 1023px) {
  .video-section ul li .video-right-section .blog-title {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section ul li .video-right-section {
    width: 75%;
  }
}
@media only screen and (max-width: 567px) {
  .video-section ul li .video-right-section {
    width: 100%;
  }
}
.video-section ul li:first-child {
  margin: 0;
}
.breadcrumb {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 20px;
  }
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 10px;
  color: #ffffff;
}
.breadcrumb ul li a {
  display: block;
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
  line-height: normal;
}
.breadcrumb ul li i {
  font-size: 12px;
  margin: 0 5px;
}
.breadcrumb ul li.active a {
  color: #ff0042;
  text-decoration: none;
}
.actualitat-detall .breadcrumb {
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .actualitat-detall .breadcrumb {
    margin-bottom: 15px;
  }
}
.fitxapeli .breadcrumb {
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .fitxapeli .breadcrumb {
    margin-bottom: 15px;
  }
}
/*==================================================================== ACTUALITAT page css End =============================================================*/
/*==================================================================== Arxius page css start =============================================================*/
.edition-section {
  background: #000000;
  padding: 25px 0 40px 0;
}
.edition-section.programa {
  padding-bottom: 0;
}
.edition-section.programa .event-section {
  margin: 0;
  padding-bottom: 0;
  background: #1c1c1c;
}
@media only screen and (max-width: 767px) {
  .edition-section {
    padding: 25px 0;
  }
}
.edition-list ul {
  margin: 0;
  padding: 0;
}
.edition-list ul li {
  margin: 0;
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff;
}
.edition-list ul li a {
  display: table;
  width: 100%;
}
.edition-list ul li a .edition-list-left {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.edition-list ul li a .edition-list-left p {
  margin: 0;
  color: #ffffff;
}
.edition-list ul li a .edition-list-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: right;
}
.edition-list ul li a .edition-list-right em {
  font-size: 10px;
  color: #ff0042;
  font-style: normal;
  margin-right: 6px;
}
.edition-list ul li a .edition-list-right span {
  background: #ff0042;
  border-radius: 100%;
  padding: 7px;
  font-size: 10px;
  color: #ffffff;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.edition-list ul li:first-child {
  padding-top: 0;
}
.edition-list ul li:hover a p {
  color: #ff0042;
}
.edition-list ul li:hover .edition-list-right span {
  background: #cb0236;
}
.edition-list ul li.active a p {
  color: #ff0042;
}
.edition-list ul li.active .edition-list-right span {
  background: #cb0236;
}
.edition-list.festival-leftbar ul li {
  padding: 25px 0 6px 0;
  border-bottom: 1px solid #ffffff;
  border-top: none;
  display: table;
  width: 100%;
}
.edition-list.festival-leftbar ul li:first-child {
  padding-top: 0;
}
.edition-list.festival-leftbar ul li > a {
  display: table-cell;
  width: 66%;
  vertical-align: top;
}
.edition-list.festival-leftbar ul li > a h5 {
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-right: 10px;
}
.edition-list.festival-leftbar ul li > a h5:hover {
  color: #ff0042;
}
.edition-list.festival-leftbar ul li .title-link {
  display: table-cell;
  width: 34%;
  text-align: right;
  vertical-align: bottom;
}
.edition-list.festival-leftbar ul li .title-link a {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0px;
}
.edition-list.festival-leftbar ul li .title-link a:hover {
  color: #ff0042;
}
.edition-list.festival-leftbar ul li.active a h5 {
  font-weight: 700;
  color: #ff0042;
}
.edition-list.festival-leftbar ul li.active .title-link {
  display: none;
}
.edition-category {
  background: #ffffff;
  padding: 35px 30px 80px;
}
.edition-category ul {
  margin: 0 0 0 -17px;
  padding: 0;
}
.edition-category ul li {
  list-style: none;
  margin: 11px 0 11px 17px;
  padding: 0;
  display: inline-block;
}
.edition-category ul li img {
  max-width: 212px;
}
@media only screen and (max-width: 767px) {
  .edition-category ul li img {
    max-width: 209px;
  }
}
@media only screen and (max-width: 735px) {
  .edition-category ul li img {
    max-width: 186px;
  }
}
@media only screen and (max-width: 666px) {
  .edition-category ul li img {
    max-width: 153px;
  }
}
@media only screen and (max-width: 567px) {
  .edition-category ul li img {
    max-width: 193px;
  }
}
@media only screen and (max-width: 479px) {
  .edition-category ul li img {
    max-width: 212px;
  }
}
@media only screen and (max-width: 767px) {
  .edition-category ul li {
    margin: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .edition-category ul li {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .edition-category ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .edition-category ul {
    margin: 0 0 0 -10px;
  }
}
@media only screen and (max-width: 479px) {
  .edition-category ul {
    margin: 0;
    /*text-align: center;*/
  }
}
.edition-category .edition-topside {
  margin-bottom: 40px;
}
.edition-category .edition-topside .select-box {
  border: 1px solid #c8c8c8;
}
.edition-category .edition-topside .select-box .select-icon {
  padding: 9px;
  background: #c2c2c2;
  width: 15%;
  text-align: center;
  height: 36px;
}
.edition-category .edition-topside .select-box .select-icon i {
  color: #828282;
}
.edition-category .edition-topside .select-box .select-wrapper span.caret {
  background: none;
  width: auto;
}
.edition-category .edition-topside .select-box .select-box-inner {
  width: 85%;
}
.edition-category .edition-topside .select-box .select-box-inner input[type=text] {
  padding: 0 20px;
  width: 100%;
  border: none;
  background: none;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .edition-category .edition-topside .select-box .select-box-inner input[type=text] {
    padding: 0 25px 0 10px;
  }
}
.edition-category .edition-topside .select-box .select-box-inner.calendar-select input[type=text] {
  color: #ff0042;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .edition-category .edition-topside .select-box {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .edition-category .edition-topside {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .edition-category {
    padding: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .edition-category {
    padding: 15px;
  }
}
.edition-content h6 {
  color: #ff0042;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.edition-content ul {
  margin: 0;
  padding: 0;
}
.edition-content ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}
.edition-content ul li p {
  margin: 0;
  font-weight: bold;
  line-height: normal;
}
.edition-content ul li span {
  font-size: 14px;
}
.edition-content ul li:first-child {
  padding-top: 0;
  border: none;
}
.edition-image {
  margin-bottom: 35px;
}
.edition-image h2 {
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
}
.edition-image h6 {
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.edition-image .edition-inner-image {
  position: relative;
}
.edition-image .edition-inner-image span.number {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f3ba40;
  transform: rotate(15deg);
  left: 65%;
  margin: -50px 0 0 -50px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  top: 20%;
  line-height: 100px;
}
@media only screen and (max-width: 666px) {
  .edition-image .edition-inner-image span.number {
    left: 74%;
    top: 16%;
  }
}
.accordion .accordion-title {
  background: #e8e8e8;
  margin-bottom: 3px;
  display: table;
  cursor: pointer;
}
.accordion .accordion-title h6,
.accordion .accordion-title h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0 15px 45px;
  display: table-cell;
  vertical-align: middle;
  width: 91%;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-title h6,
  .accordion .accordion-title h2 {
    padding: 15px 0 15px 20px;
  }
}
.accordion .accordion-title .accordion-icon {
  padding: 5px;
  text-align: center;
  width: 87px;
  background: #c2c2c2;
  display: table-cell;
  vertical-align: middle;
  height: 47px;
}
@media only screen and (max-width: 666px) {
  .accordion .accordion-title .accordion-icon {
    width: 60px;
  }
}
.accordion .accordion-title:focus {
  outline: none;
}
.accordion .accordion-content {
  background: #f0f0f0;
  padding: 35px 45px;
  margin-bottom: 3px;
}
.accordion .accordion-content .edition-content h6 {
  margin: 10px 0;
}
@media only screen and (max-width: 479px) {
  .accordion .accordion-content .edition-content ul {
    text-align: left;
  }
}
.accordion .accordion-content .edition-content ul li {
  border: none;
}
.accordion .accordion-content .alphalist {
  width: 40px;
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .accordion .accordion-content .alphalist {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-content .alphalist {
    width: 100%;
    margin: 0;
  }
}
.accordion .accordion-content .alphalist ul {
  margin: 0;
}
.accordion .accordion-content .alphalist ul li {
  display: block;
  list-style: none;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-content .alphalist ul li {
    display: inline-block;
  }
}
.accordion .accordion-content .alphalist ul li a {
  text-transform: uppercase;
  padding: 5px;
  width: 40px;
  height: 33px;
  background: #454545;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}
.accordion .accordion-content .alphalist-content {
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-content .alphalist-content {
    width: 100%;
  }
}
.accordion .accordion-content .alphalist-content h2 {
  color: #454545;
  text-transform: uppercase;
  font-size: 48px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.accordion .accordion-content .alphalist-content ul {
  margin: 0;
}
.accordion .accordion-content .alphalist-content ul li {
  display: block;
  list-style: none;
  margin: 0 0 5px 0;
  font-weight: bold;
}
.accordion .accordion-content.festival-content {
  padding: 22px 14px;
}
.accordion .accordion-content.festival-content .author-image {
  border-radius: 50%;
  overflow: hidden;
  width: 175px;
  height: 175px;
  margin-right: 68px;
}
@media only screen and (max-width: 1023px) {
  .accordion .accordion-content.festival-content .author-image {
    width: 155px;
    height: 155px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .accordion .accordion-content.festival-content .author-image {
    margin: 0 auto 10px;
    float: none;
  }
}
.accordion .accordion-content.festival-content .author-content p {
  margin-bottom: 12px;
  font-weight: 700;
  line-height: normal;
}
.accordion .accordion-content.festival-content .author-content a {
  color: #ff0042;
  text-decoration: underline;
  font-weight: 700;
}
.accordion .accordion-content.festival-content .author-content .social-icons {
  margin-top: 20px;
}
.accordion .accordion-content.festival-content .author-content .social-icons ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.accordion .accordion-content.festival-content .author-content .social-icons ul li a {
  width: 36px;
  height: 36px;
  background: #000000;
  border-radius: 50%;
  display: table;
  text-decoration: none;
}
.accordion .accordion-content.festival-content .author-content .social-icons ul li a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.accordion .accordion-content.festival-content .author-content .social-icons ul li a:hover {
  background: #ff0042;
}
@media only screen and (max-width: 479px) {
  .accordion .accordion-content.festival-content .author-content .social-icons ul {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .accordion .accordion-content.festival-content .author-content {
    width: 100%;
    text-align: center;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .accordion .accordion-content.festival-content {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion .accordion-content {
    padding: 20px;
  }
}
.accordion.festival-rightbar .accordion-title h6 {
  padding: 15px 0 15px 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .accordion.festival-rightbar .accordion-title h6 {
    font-size: 13px;
    padding: 10px;
  }
}
.accordion.festival-rightbar .accordion-title .accordion-icon {
  position: relative;
}
.accordion.festival-rightbar .accordion-title .accordion-icon:before {
  content: "\f067";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 39px;
  color: #ff0042;
}
@media only screen and (max-width: 479px) {
  .accordion.festival-rightbar .accordion-title .accordion-icon:before {
    line-height: 47px;
  }
}
@media only screen and (max-width: 479px) {
  .accordion.festival-rightbar .accordion-title .accordion-icon {
    width: 52px;
    height: 52px;
  }
}
.accordion.festival-rightbar .accordion-title.ui-state-active .accordion-icon {
  position: relative;
}
.accordion.festival-rightbar .accordion-title.ui-state-active .accordion-icon:before {
  content: "\f068";
}
.edition-banners {
  margin-top: 60px;
}
.edition-banners h2 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}
.edition-banners .edition-banners-image {
  height: 183px;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.edition-banners .edition-banners-image a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.edition-banners .edition-banners-image a img {
  max-height: 183px;
}
@media only screen and (max-width: 767px) {
  .edition-banners .edition-banners-image {
    margin-bottom: 15px;
  }
}
/*==================================================================== Arxius page css End =============================================================*/
.event-section {
  background: #000000;
  padding: 17px 0 27px 0;
  margin-bottom: 40px;
}
.event-section a {
  display: block;
}
.event-section a .event {
  border-radius: 7px;
  background: #000000;
  display: table;
  width: 100%;
  height: 45px;
}
.event-section a .event .event-left {
  padding: 10px;
  text-align: center;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
}
.event-section a .event .event-left h6 {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.event-section a .event .event-left h6 span {
  font-weight: normal;
}
.event-section a .event .event-right {
  padding: 5px;
  text-align: center;
  width: 20%;
  background: #c2c2c2;
  border-radius: 0 7px 7px 0;
  display: table-cell;
  vertical-align: middle;
}
.event-section a .event .event-right i {
  color: #000000;
  font-size: 20px;
}
.event-section a .event.dark-green {
  background: #00aeef;
}
.event-section a .event.dark-green .event-right {
  background: #007ead;
}
@media only screen and (max-width: 1023px) {
  .event-section a .event {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .event-section {
    margin-bottom: 30px;
    padding: 20px 0 5px 0;
  }
}
.event-category {
  margin-bottom: 20px;
}
.event-category ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
.event-category ul li {
  padding: 0;
  margin: 0 0 10px 10px;
  list-style: none;
  display: inline-block;
  width: 17%;
}
.event-category ul li .event-title {
  background: #c2c2c2;
  padding: 6px;
  border-radius: 35px;
  text-align: center;
}
.event-category ul li .event-title a {
  display: block;
}
.event-category ul li .event-title a h6 {
  margin: 0;
}
.event-category ul li .event-title a h6 span {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .event-category ul li {
    width: 22%;
  }
}
@media only screen and (max-width: 567px) {
  .event-category ul li {
    width: 30%;
  }
}
@media only screen and (max-width: 479px) {
  .event-category ul li {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .event-category {
    margin-bottom: 10px;
  }
}
.event-content a {
  color: #ff0042;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
}
@media only screen and (max-width: 735px) {
  .event-content a {
    margin-bottom: 15px;
  }
}
.event-content h6 {
  margin: 0;
  font-weight: 900;
  font-size: 14px;
}
.event-content h6 i {
  margin-right: 5px;
  color: #cfcfcf;
  font-size: 16px;
}
.event-content p a {
  margin: 0;
  text-decoration: underline;
}
.zombie-section {
  background: #ffffff;
}
.zombie-section .col-sm-5 a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .zombie-section .col-sm-5 a {
    text-align: center;
  }
}
.zombie-section .zombie-content {
  padding: 45px 70px 45px 15px;
}
.zombie-section .zombie-content h5 {
  text-transform: uppercase;
  font-weight: 700;
}
.zombie-section .zombie-content .route-button {
  padding-top: 25px;
}
.zombie-section .zombie-content .route-button a {
  display: block;
  margin: 0;
}
.zombie-section .zombie-content .route-button a .event {
  background: #00aeef;
  display: table;
  width: 100%;
  height: 45px;
}
.zombie-section .zombie-content .route-button a .event .event-left {
  padding: 10px 10px 10px 35px;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
}
.zombie-section .zombie-content .route-button a .event .event-left h6 {
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
}
.zombie-section .zombie-content .route-button a .event .event-right {
  padding: 5px;
  text-align: center;
  width: 20%;
  background: #a9a9a9;
  display: table-cell;
  vertical-align: middle;
}
.zombie-section .zombie-content .route-button a .event .event-right i {
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .zombie-section .zombie-content .route-button a .event {
    margin: 5px 0;
  }
}
.zombie-section .zombie-content.sitges-content .route-button .row {
  margin-right: -7px;
  margin-left: -7px;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 {
  padding-left: 7px;
  padding-right: 7px;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 a {
  display: block;
  margin: 0;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 a .event {
  background: #000000;
  display: table;
  width: 100%;
  height: 45px;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 a .event .event-left {
  padding: 0 10px;
  width: 70%;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 a .event .event-left h6 {
  text-transform: none;
}
.zombie-section .zombie-content.sitges-content .route-button .row .col-md-3 a .event .event-right {
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .zombie-section .zombie-content {
    padding: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .zombie-section .zombie-content {
    padding: 20px;
    text-align: left;
  }
}
.youtube-section {
  background: #141414;
  padding: 30px 0;
}
.youtube-section h2 {
  color: #ffffff;
  letter-spacing: 2px;
}
.youtube-section a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .youtube-section {
    padding: 25px 0;
  }
}
.map-section {
  background: #000000;
  padding-top: 35px;
}
.map-section h2 {
  color: #ffffff;
  letter-spacing: 2px;
}
.map-section a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .map-section {
    padding-top: 25px;
  }
}
.sitges-section h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sitges-section .sitges-detail {
  background: #ffffff;
  margin-bottom: 18px;
}
.sitges-section .sitges-detail .sitges-title {
  display: table;
  width: 100%;
}
.sitges-section .sitges-detail .sitges-title .sitges-title-left {
  display: table-cell;
  vertical-align: middle;
  width: 67%;
  background: #dbdbdb;
  padding: 15px 30px;
}
.sitges-section .sitges-detail .sitges-title .sitges-title-left h5 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 666px) {
  .sitges-section .sitges-detail .sitges-title .sitges-title-left h5 {
    font-size: 14px;
  }
}
.sitges-section .sitges-detail .sitges-title .sitges-title-left p {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .sitges-section .sitges-detail .sitges-title .sitges-title-left {
    padding: 9px 15px;
    width: 50%;
  }
}
.sitges-section .sitges-detail .sitges-title .sitges-title-right {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .sitges-section .sitges-detail .sitges-title .sitges-title-right {
    width: 40%;
  }
}
.sitges-section .sitges-detail .sitges-bottom-content {
  padding: 20px 35px;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul {
  margin: 0;
  padding: 0;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul li {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul li a {
  display: block;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul li a i {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #ff0042;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul li a i img {
  margin-top: -3px;
}
.sitges-section .sitges-detail .sitges-bottom-content .contect ul li a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #ff0042;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .sitges-section .sitges-detail .sitges-bottom-content .contect ul li a span {
    width: 88%;
  }
}
@media only screen and (max-width: 1023px) {
  .sitges-section .sitges-detail .sitges-bottom-content .contect ul li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sitges-section .sitges-detail .sitges-bottom-content {
    padding: 20px;
  }
}
.address-section {
  background: #000000;
  padding: 30px 0 15px 0;
}
.address-section h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.address-section .address-inner {
  background: #ffffff;
  margin-bottom: 28px;
}
.address-section .address-inner .address-content {
  padding: 30px 60px 15px 0;
}
.address-section .address-inner .address-content .address-topside {
  border-bottom: 1px solid #c2c2c2;
}
.address-section .address-inner .address-content .address-topside p a {
  color: #ff0042;
  font-weight: 700;
  text-transform: uppercase;
}
.address-section .address-inner .address-content .address-bottom {
  margin-top: 20px;
}
.address-section .address-inner .address-content .address-bottom ul {
  margin: 0;
  padding: 0;
}
.address-section .address-inner .address-content .address-bottom ul li {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.address-section .address-inner .address-content .address-bottom .address-main ul {
  margin: 0;
  padding: 0;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #dbdbdb;
  color: #000000;
  text-align: center;
  line-height: 33px;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li i img {
  width: auto;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li i.fa-clock-o {
  vertical-align: top;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #000000;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .address-section .address-inner .address-content .address-bottom .address-main ul li span {
    width: 84%;
  }
}
.address-section .address-inner .address-content .address-bottom .address-main ul li a span {
  color: #ff0042;
}
.address-section .address-inner .address-content .address-bottom .address-main ul li.tell a span {
  color: #000000;
}
@media only screen and (max-width: 1365px) {
  .address-section .address-inner .address-content {
    padding: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 1365px) {
  .address-section .address-inner .address-content {
    padding: 20px;
  }
}
.establiments {
  background: #141414;
  padding: 35px 0 5px 0;
}
.establiments h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.establiments .establiments-image {
  display: table;
  height: 180px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.establiments .establiments-image a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.establiments .establiments-image span:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #424242;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.establiments .establiments-image span.icon-button {
  width: 40px;
  height: 40px;
  text-align: right;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.establiments .establiments-image span i {
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin: 23px 7px 0 0;
  font-size: 12px;
  z-index: 5;
}
.establiments .establiments-image .establiments-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #424242;
  padding: 20px 15px;
  display: none;
  z-index: 10;
}
.establiments .establiments-image .establiments-detail h6 {
  color: #ff0042;
  margin: 0 0 10px 0;
}
.establiments .establiments-image .establiments-detail span {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .establiments .establiments-image {
    margin-bottom: 20px;
  }
}
.establiments.village {
  background: #000000;
}
.establiments.village .establiments-image .establiments-detail {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .establiments {
    padding: 20px 0 5px 0;
  }
}
@media only screen and (max-width: 567px) {
  .establiments .col-xs-6 {
    width: 100%;
  }
}
.programa-form {
  background: #ffffff;
  padding: 0px 47px;
  margin-top: 25px;
}
.programa-form .edition-category {
  padding-bottom: 0;
}
.programa-form .edition-category .selection-option .checkbox-section input[type="checkbox"] {
  vertical-align: middle;
}
.programa-form .edition-category .selection-option .checkbox-section label {
  margin: 0 30px 0 10px;
  font-size: 12px;
}
@media only screen and (max-width: 1023px) {
  .programa-form .edition-category .selection-option .checkbox-section label {
    margin: 0 12px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .programa-form .edition-category .selection-option .checkbox-section label {
    margin: 6px;
  }
}
.programa-form .edition-category .edition-topside {
  margin: 25px 0;
}
.programa-form .edition-category .edition-topside .select-box .select-icon {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .programa-form .edition-category .edition-topside .select-box .select-icon {
    width: 15%;
  }
}
.programa-form .edition-category .edition-topside .select-box .select-box-inner {
  width: 75%;
}
.programa-form .edition-category .edition-topside .select-box .select-box-inner input[type=text] {
  padding: 0 0 0 15px;
}
.programa-form .edition-category .edition-topside .select-box .select-box-inner ul {
  margin: 0;
}
.programa-form .edition-category .edition-topside .select-box .select-box-inner ul li {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .programa-form .edition-category .edition-topside .select-box .select-box-inner {
    width: 85%;
  }
}
@media only screen and (max-width: 1023px) {
  .programa-form .edition-category .edition-topside .select-box input.button-lg {
    max-width: 100%;
  }
}
.programa-form .edition-category .edition-topside .col-md-3 .select-box .select-icon {
  width: 15%;
}
@media only screen and (max-width: 1200px) {
  .programa-form .edition-category {
    padding: 15px 15px 0px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .programa-form {
    padding: 0;
  }
}
.program-title table {
  width: 100%;
}
.program-title table thead tr th {
  background: #dbdbdb;
  padding: 10px 0;
  font-weight: 400;
}
.program-title table thead tr th.blank-space80 {
  width: 80px;
}
.program-title table thead tr th.blank-space75 {
  width: 80px;
}
.program-title table tr {
  margin: 0;
  cursor: pointer;
}
.program-title table tr td {
  padding: 15px 0 20px 0;
}
.program-title table tr td i {
  margin-right: 10px;
  color: #c5c5c5;
}
.program-title table tr td i.fa-ticket {
  color: #ff0042;
  font-size: 24px;
}
.program-title table tr td i.fa-bell-o {
  color: #e96d22;
  font-size: 18px;
}
.program-title table tr td a {
  color: #ff0042;
  font-weight: 700;
}
.program-title table tr:nth-child(even) {
  background: #dbdbdb;
}
.program-title table tr:hover {
  background: #1a1a1a;
}
.program-title table tr:hover td {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1200px) {
}
.sitges-slider {
  background: #141414;
  padding: 25px 0;
}
.sitges-slider #achievement-imagenav {
  position: relative;
}
.sitges-slider #achievement-imagenav:after {
  background: #ff0042;
  height: 6px;
  position: absolute;
  content: "";
  bottom: 37px;
  left: 0;
  right: 0;
}
.sitges-slider #achievement-imagenav .flex-viewport {
  width: 100%;
  margin: auto;
  z-index: 5;
}
.sitges-slider #achievement-imagenav .flex-viewport .slides {
  margin-left: 0;
  padding: 0;
}
.sitges-slider #achievement-imagenav .flex-viewport .slides li {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ff0042;
  padding-bottom: 30px;
  cursor: pointer;
}
.sitges-slider #achievement-imagenav .flex-viewport .slides li:hover {
  color: #ffffff;
}
.sitges-slider #achievement-imagenav .flex-viewport .slides li.flex-active-slide {
  color: #ffffff;
}
.sitges-slider #achievement-imagenav .flex-direction-nav {
  margin: 0;
  padding: 0;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li {
  list-style: none;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a {
  background: #ff0042;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: -15px 0 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  top: 50%;
  z-index: 10;
  text-indent: 0px;
  font-size: 0px;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a:hover {
  background: #cb0236;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a:before {
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  position: absolute;
  top: 0;
  line-height: 28px;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a.flex-prev {
  left: -1px;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a.flex-prev:before {
  content: "\f104";
  left: -1px;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a.flex-next {
  right: -1px;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a.flex-next:before {
  content: "\f105";
  right: -1px;
}
.sitges-slider #achievement-imagenav .flex-direction-nav li a:focus {
  outline: none;
  border: 0;
}
.sitges-slider #achievement-image .flex-direction-nav {
  display: none;
}
.sitges-slider #achievement-image .flexslider .flex-direction-nav {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sitges-slider #achievement-image .flex-viewport {
    clear: both;
  }
}
.sitges-slider #achievement-image ul {
  margin: 0;
  padding: 0;
}
.sitges-slider #achievement-image ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitges-slider #achievement-image .sitges-slider-content {
  background: #ffffff;
  position: relative;
}
.sitges-slider #achievement-image .sitges-slider-content .slider-image {
  width: 470px;
  float: left;
  position: relative;
}
.sitges-slider #achievement-image .sitges-slider-content .slider-image .sitges-slider-left li img {
  max-width: 470px;
}
@media only screen and (max-width: 1200px) {
  .sitges-slider #achievement-image .sitges-slider-content .slider-image .sitges-slider-left li img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .sitges-slider #achievement-image .sitges-slider-content .slider-image {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sitges-slider #achievement-image .sitges-slider-content .slider-image {
    width: 100%;
    text-align: center;
  }
}
.sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent {
  padding: 55px;
  float: right;
  width: 700px;
}
.sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent .achievement-inner-image {
  margin-bottom: 20px;
}
.sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent .achievement-inner-image a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent .achievement-inner-image {
    text-align: center;
  }
}
.sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent h5 {
  font-weight: 700;
}
.sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent p span {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent {
    width: 50%;
    padding: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sitges-slider #achievement-image .sitges-slider-content .achievement-yearcontent {
    padding: 13px;
    width: 100%;
    float: none;
    clear: both;
  }
}
.sitges-slider #achievement-image .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  z-index: 8;
  padding: 0;
  left: 50%;
  margin-left: -51px;
}
.sitges-slider #achievement-image .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.sitges-slider #achievement-image .flex-control-nav li a {
  width: 17px;
  height: 17px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  border: 2px solid #ff0042;
}
.sitges-slider #achievement-image .flex-control-nav li a.flex-active {
  background: #ff0042;
}
@media only screen and (max-width: 767px) {
  .sitges-slider #achievement-image .flex-control-nav {
    left: 0;
    margin: 0;
  }
}
#program-table .col-md-1 {
  width: 8.33333333% !important;
}
#program-table .col-md-2 {
  width: 16.66666667% !important;
}
#program-table .col-md-3 {
  width: 25% !important;
}
.slider-box {
  background: #ffffff;
}
.slider-box .slider {
  width: 470px;
}
@media only screen and (max-width: 1200px) {
  .slider-box .slider img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-box .slider {
    width: 100%;
  }
}
.slider-box .slider-content {
  width: 300px;
  padding: 30px 35px;
}
.slider-box .slider-content .date {
  margin-bottom: 25px;
}
.slider-box .slider-content h5 {
  font-weight: 900;
}
.slider-box .slider-content .slider-btn a {
  padding: 0 10px;
  text-align: center;
  background: #b5b5b5;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #000000;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 1200px) {
  .slider-box .slider-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-box .slider-content {
    padding: 15px;
  }
}
.border-title {
  margin-top: 24px;
}
.border-title a {
  display: block;
}
.border-title a h5 {
  border: 6px solid #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  color: #ffffff;
  line-height: 30px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 14px;
}
.latest-blog-section {
  margin-top: 35px;
}
.latest-blog-section .latest-blog {
  background: #ffffff;
  padding: 13px 0;
}
.latest-blog-section .latest-blog .date {
  margin-bottom: 10px;
  text-align: center;
}
.latest-blog-section .latest-blog .date .date-left p {
  font-size: 14px;
}
.latest-blog-section .latest-blog .latest-blog-img {
  margin-bottom: 16px;
}
@media only screen and (max-width: 567px) {
  .latest-blog-section .latest-blog .latest-blog-img img {
    width: 100%;
  }
}
.latest-blog-section .latest-blog .latest-blog-content {
  padding: 0 22px;
}
.latest-blog-section .latest-blog .latest-blog-content h5 {
  margin: 0;
}
.latest-blog-section .latest-blog .latest-blog-content h5 a {
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
}
.latest-blog-section .latest-blog .latest-blog-content h5 a:hover {
  color: #ff0042;
}
@media only screen and (max-width: 767px) {
  .latest-blog-section .latest-blog .latest-blog-content {
    padding: 0 10px;
  }
}
.latest-blog-section .blog-section {
  padding: 0;
}
.latest-blog-section .blog-section .blog {
  padding: 0;
  margin: 0;
}
.latest-blog-section .blog-section .blog ul li {
  padding: 23px 25px;
  border-top: 1px solid #000000;
}
.latest-blog-section .blog-section .blog ul li h5 {
  margin: 15px 0 20px 0;
}
.latest-blog-section .blog-section .blog ul li h5 a {
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .latest-blog-section .blog-section .blog ul li {
    padding: 21px 15px;
  }
}
@media only screen and (max-width: 567px) {
  .latest-blog-section .col-md-9 .row .col-xs-4 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.latest-blog-banner {
  margin-top: 35px;
}
.latest-blog-banner .blog-banner-image {
  display: table;
  width: 100%;
  height: 136px;
}
.latest-blog-banner .blog-banner-image a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .latest-blog-banner .blog-banner-image {
    margin: 10px 0;
  }
}
.advertise-section {
  margin-top: 45px;
}
.advertise-section .advertise-section-inner {
  background: url(../images/pattern.jpg) repeat top left;
  display: inline-block;
  width: 100%;
}
.advertise-section .advertise-section-inner .advertise-section-left {
  padding: 17px 25px;
  width: 430px;
}
.advertise-section .advertise-section-inner .advertise-section-left h2 {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
}
.advertise-section .advertise-section-inner .advertise-section-left h2 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-left h2 span {
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  .advertise-section .advertise-section-inner .advertise-section-left h2 {
    font-size: 26px;
  }
}
.advertise-section .advertise-section-inner .advertise-section-left .advertise-section-left-img {
  margin: 17px 0;
}
.advertise-section .advertise-section-inner .advertise-section-left .border-button {
  height: 41px;
  width: 320px;
}
.advertise-section .advertise-section-inner .advertise-section-left .border-button a {
  border: 3px solid #5dd821;
  padding: 5px 15px;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #5dd821;
}
.advertise-section .advertise-section-inner .advertise-section-left .border-button a i {
  background: url(../images/button-arrow.png) no-repeat 0 0;
  width: 178px;
  height: 25px;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 1200px) {
  .advertise-section .advertise-section-inner .advertise-section-left .border-button a i {
    width: 120px;
    background-size: 120px 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .advertise-section .advertise-section-inner .advertise-section-left .border-button {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-left .border-button {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .advertise-section .advertise-section-inner .advertise-section-left {
    width: 307px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-left {
    width: 100%;
    text-align: center;
  }
}
.advertise-section .advertise-section-inner .advertise-section-right {
  background: #ffffff;
  padding: 11px 50px 11px 25px;
  position: relative;
  width: 440px;
}
.advertise-section .advertise-section-inner .advertise-section-right ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.advertise-section .advertise-section-inner .advertise-section-right ul li {
  display: inline-block;
  margin: 4px 8px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-right ul li {
    width: 16%;
    margin: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-right ul {
    text-align: center;
  }
}
.advertise-section .advertise-section-inner .advertise-section-right:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 150px 0;
  border-color: transparent #ffffff transparent;
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-right:before {
    border: 0;
  }
}
.advertise-section .advertise-section-inner .advertise-section-right:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 150px 60px;
  border-color: transparent transparent #ffffff ;
  content: "";
  position: absolute;
  bottom: 0;
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-right:after {
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .advertise-section .advertise-section-inner .advertise-section-right {
    padding: 11px;
    width: 390px;
  }
}
@media only screen and (max-width: 1023px) {
  .advertise-section .advertise-section-inner .advertise-section-right {
    width: 413px;
  }
}
@media only screen and (max-width: 767px) {
  .advertise-section .advertise-section-inner .advertise-section-right {
    width: 100%;
  }
}
.advertise-section .advertise-left {
  background: #00ffd8;
  padding: 12px 15px;
}
@media only screen and (max-width: 1023px) {
  .advertise-section .advertise-left {
    text-align: center;
  }
}
@media only screen and (max-width: 667px) {
  .advertise-section {
    margin-top: 25px;
  }
}
.home-nofest .video-section {
  margin: 0;
}
.home-nofest .video-section .video-right-section {
  float: left;
  width: 54%;
  padding: 5px 0 10px 10px;
}
.home-nofest .video-section .video-right-section .date-left p {
  font-size: 12px;
}
@media only screen and (max-width: 567px) {
  .home-nofest .video-section .video-right-section {
    width: 100%;
  }
}
.home-nofest .main {
  margin-top: 319px;
}
@media only screen and (max-width: 1023px) {
  .home-nofest .main {
    margin-top: 291px;
  }
}
@media only screen and (max-width: 767px) {
  .home-nofest .main {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 567px) {
  .home-nofest .main {
    margin-top: 205px;
  }
}
.home-nofest .slider-section .slider-box .slick-dots {
  bottom: 30px;
}
.resp-tab-content {
  clear: both;
}
.resp-tab-content .Grid {
  padding: 0;
}
.masonry-list .category .right-banner-bottom h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 20px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
.masonry-list .category .right-banner-bottom h3 a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 20px;
}
.masonry-list .category .right-banner-bottom h3 a:hover {
  color: #ff0042;
  text-decoration: none;
}
.masonry-list .category .right-banner-bottom h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 20px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}
.masonry-list .category .right-banner-bottom h2 a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 20px;
}
.masonry-list .category .right-banner-bottom h2 a:hover {
  color: #ff0042;
  text-decoration: none;
}
.masonry-list .category .right-banner-bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0px;
}
footer {
  padding: 50px 0 10px 0;
  background: #010101;
}
footer .footer-inner {
  padding: 0 135px;
}
footer .footer-inner h2 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
}
@media only screen and (max-width: 479px) {
  footer .footer-inner h2 {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 970px) {
  footer .footer-inner {
    padding: 0;
  }
}
footer.light-bg {
  background: #141414;
}
@media only screen and (max-width: 1023px) {
  footer {
    padding: 20px 0 10px 0;
  }
}
.black-theme footer.light-bg {
  background: #141414;
}
.footer-info {
  margin-top: 40px;
}
.footer-info .info {
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-info .info {
    margin-bottom: 10px;
  }
}
.footer-info .info .info-left {
  width: 40%;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-info .info .info-left {
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    background: #cb0236;
    position: relative;
    cursor: pointer;
  }
  .footer-info .info .info-left::after {
    content: "\f067";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .footer-info .info .info-left.active-footer-accordian::after {
    content: "\f068";
  }
}
@media only screen and (max-width: 767px) {
  .footer-info .info .info-left p {
    text-transform: uppercase;
  }
}
.footer-info .info .info-right {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .footer-info .info .info-right {
    width: 100%;
    display: none;
    padding: 10px 15px;
  }
}
.footer-info .info .info-right ul {
  padding: 0;
  margin: 0;
}
.footer-info .info .info-right ul li {
  list-style: none;
  margin: 0;
  color: #ffffff;
}
.footer-info .info .info-right ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.footer-info .info .info-right ul li a:hover {
  color: #ff0042;
}
.footer-info p {
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 567px) {
  .footer-info .col-xs-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-info {
    margin: 10px 0;
  }
}
.newsletter p {
  color: #ffffff;
}
.newsletter form {
  display: inline-block;
}
.newsletter form input[type=text] {
  width: 500px;
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  float: left;
  height: 36px;
  border: 1px solid;
  border-right: 0px;
}
@media only screen and (max-width: 666px) {
  .newsletter form input[type=text] {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter form input[type=text] {
    width: 260px;
  }
}
@media only screen and (max-width: 374px) {
  .newsletter form input[type=text] {
    width: 220px;
  }
}
.newsletter form input[type=submit] {
  color: #000000;
  display: inline-block;
  padding: 9px;
  width: 70px;
  float: left;
  height: 36px;
  font-size: 14px;
  line-height: 14px;
}
.newsletter form .verification {
  padding-top: 10px;
}
.newsletter form .verification input[type="checkbox"] {
  vertical-align: middle;
}
.newsletter form .verification .filled-in[type="checkbox"]:not(:checked) + label::after {
  background: #ffffff;
  width: 13px;
  height: 13px;
  margin: 3px 0 0 10px;
}
.newsletter form .verification .filled-in[type="checkbox"]:checked + label::after {
  background: #ffffff;
  width: 13px;
  height: 13px;
  margin: 3px 0 0 10px;
}
.newsletter form .verification .filled-in[type="checkbox"]:checked + label::before {
  left: 10px;
  width: 6px;
  height: 9px;
  top: 3px;
}
.newsletter form .verification label {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}
.newsletter form .verification label a {
  text-decoration: underline;
  font-size: 12px;
}
.newsletter form .verification label a:hover {
  color: #ff0042;
}
.footer-brand {
  margin: 50px 0 60px 0;
}
.footer-brand ul {
  margin: 0;
  padding: 0;
}
.footer-brand ul li {
  display: inline-block;
  list-style: none;
  width: 32%;
  text-align: center;
  margin: 0;
}
.footer-brand ul li a {
  display: block;
}
@media only screen and (max-width: 666px) {
  .footer-brand ul li {
    width: 32%;
  }
}
@media only screen and (max-width: 567px) {
  .footer-brand ul li {
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 567px) {
  .footer-brand {
    margin: 25px 0;
  }
}
.copyright h6 {
  color: #8f8f8f;
  margin-bottom: 8px;
}
.copyright a {
  color: #ff0042;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.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: 768px) {
  .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: 992px) {
  .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%;
  }
}
/*!
 *  Font Awesome 4.7.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.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-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 {
  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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Slick-Slider css start*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*========================================================SLICK THEME CSS ======================================================================================*/
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    height: 20px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.6;
}
.slick-next:before {
  /* font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;*/
  /*background: #000000;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  border-left: medium none;
  border-top: medium none;
  border-color: #ff0042;
}
@media only screen and (max-width: 767px) {
  .slick-next:before {
    height: 15px;
    width: 15px;
  }
}
.slick-prev:before {
  /*background: #000000;*/
  border: 2px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
  border-right: medium none;
  border-bottom: medium none;
  border-color: #ff0042;
}
@media only screen and (max-width: 767px) {
  .slick-prev:before {
    height: 15px;
    width: 15px;
  }
}
.slick-prev {
  left: 40px;
}
@media only screen and (max-width: 1023px) {
  .slick-prev {
    left: 10px;
  }
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: 'â†';
}
[dir='rtl'] .slick-prev:before {
  content: 'â†’';
}
.slick-next {
  right: 40px;
}
@media only screen and (max-width: 1023px) {
  .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .slick-next {
    right: 5px;
  }
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: 'â†’';
}
[dir='rtl'] .slick-next:before {
  content: 'â†';
}
/* Dots */
/*.slick-dotted.slick-slider*/
/*{*/
/*    margin-bottom: 30px;*/
/*}*/
.slick-dots {
  position: absolute;
  bottom: 100px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  /*position: relative;*/
  display: inline-block;
  padding: 0;
  height: 17px;
  margin: 0 5px !important;
  cursor: pointer;
}
.slick-dots li button {
  width: 17px;
  height: 17px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  position: relative;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slick-dots li.slick-active button {
  background: #ff0042;
}
/* ================Slick-Slider css end===============================*/
/* ================responsive tabmenu css start===============================*/
h2.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-tab-content-active {
  display: block;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
/* ================responsive tabmenu css end===============================*/
div.selector {
  border: none;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 100%;
  width: 100% !important;
}
div.selector span {
  background: url(../images/select-uniform-bg.png) no-repeat 91% center;
  cursor: pointer;
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 20px;
  width: 100% !important;
  font-size: 14px;
  color: #696969;
}
div.selector select {
  background: #ffffff;
  border: none;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: none;
  padding: 0;
}
div.selector select option {
  background: #ffffff;
  padding: 2px 3px;
  font-size: 14px;
}
div.selector select option {
  font-weight: normal;
  padding: 2px 5px;
}
/*!
 * Materialize v0.98.1 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  border: 1px solid #d9d9d9;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 36px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  margin: 0;
}
.edition-category .dropdown-content {
  margin: 0;
}
.edition-category .dropdown-content li {
  margin: 0;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
  color: #000000;
  display: block;
  line-height: 22px;
  padding: 7px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s;
  color: #767676;
}
input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(95.5%);
}
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: 0.2s ease-out;
}
.input-field label:not(.label-icon).active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(97%);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(97%);
  }
}
/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(96%);
}
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + label {
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}
/* Autocomplete */
.autocomplete-content {
  margin-top: -20px;
  display: block;
  opacity: 1;
  position: static;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
}
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}
form p:last-child {
  margin-bottom: 0;
}
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  line-height: 19px;
  font-size: 1rem;
  color: #000000;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #3eda58;
  border-bottom: 2px solid #3eda58;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}
/* Select Field
   ========================================================================== */
select {
  display: none;
}
select.browser-default {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 14px;
  padding: 0;
  display: block;
  color: #767676;
}
.select-wrapper span.caret {
  color: #ff0042;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
  background: url(../images/sort_desc.png) no-repeat 0 0;
  text-indent: -9999px;
  width: 11px;
  height: 6px;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(97%);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
/* File Input
   ========================================================================== */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Range
   ========================================================================== */
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
/***************
    Nav List
***************/
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ee6e73;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ee6e73;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.festival p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.festival_patronat p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.festival_equip p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.section_festival_image h2,
.section_festival_sponsors h2,
.section_festival_history h2,
.festival_palmares h2,
.festival_bases h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.section_festival_image p,
.section_festival_sponsors p,
.section_festival_history p,
.festival_palmares p,
.festival_bases p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.festival_sections p,
.festival_prizes p,
.festival_jury p,
.section_editorial p,
.item_festival_espaces p,
.festival_xifres p,
.festival_book_item p,
.section_content_jurat p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.festival_sections h1,
.festival_prizes h1,
.festival_jury h1,
.section_editorial h1,
.item_festival_espaces h1,
.festival_xifres h1,
.festival_book_item h1,
.section_content_jurat h1,
.festival_sections h2,
.festival_prizes h2,
.festival_jury h2,
.section_editorial h2,
.item_festival_espaces h2,
.festival_xifres h2,
.festival_book_item h2,
.section_content_jurat h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}
.item_tributes h3 {
  color: #ff0042;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.section_content_jurat h1,
.item_activity h1,
.item_publication h1,
.item_news h1,
.section_content_jurat h2,
.item_activity h2,
.item_publication h2,
.item_news h2,
.section_content_jurat h3,
.item_activity h3,
.item_publication h3,
.item_news h3 {
  color: #ff0042;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.section_content_jurat a,
.item_activity a,
.item_publication a,
.item_news a {
  color: #ff0042;
}
.item_news {
  margin-bottom: 20px;
}
.section-contractacions h1,
.section-contractacions h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-contractacions a {
  color: #ff0042;
}
.section-contractacions ul li {
  display: block;
}
.section-contractacions .item_contractacio {
  margin-bottom: 20px;
}
.premsa h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}
.premsa a {
  color: #ff0042;
}
.premsa_registre a {
  color: #ff0042;
}
.section_contact_form {
  background-color: #ffffff;
}
.slider_news .slick-slider .slick-slide img {
  max-height: 477px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .slider_news .slick-slider .slick-slide img {
    max-height: 230px;
  }
}
.slider_news .slick-next,
.slider_news .slick-prev {
  top: 40%;
  width: 60px;
  height: 80px;
}
.slider_news .slick-dots {
  top: 66%;
}
.slider_news .slider-bottom .slider_zone_title {
  text-align: center;
}
.slider_news .slider-bottom .slider_zone_title h5 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}
.slider_news .slider-bottom .slider_zone_info {
  background: #eeebeb;
  padding: 0px 5px;
  vertical-align: middle;
}
.slider_news .slider-bottom .slider_zone_info ul {
  vertical-align: middle;
}
.slider_news .slider-bottom .slider_zone_info ul li {
  font-size: 16px;
}
.slider_news .slider-bottom .slider_zone_info ul li i {
  margin-right: 5px;
}
.slider_news .slider-bottom .slider_zone_info .slider-bottom-right {
  width: 100% !important;
}
.slider_news .slider-bottom .slider_zone_info .slider-bottom-right .responsive-view {
  width: 100% !important;
}
.slider_news .slider-bottom .slider_zone_buyticket {
  background: #e2dddd;
  border-left: 1px solid #fff;
  text-align: center;
}
.slider_news .slider-bottom .slider_zone_buyticket i {
  font-size: 30px;
}
.slider_news .slider-bottom .slider_zone_buyticket p {
  font-size: 14px;
  color: black;
}
.slider_news .slider-bottom .slider_zone_buyticket p span {
  font-weight: bold;
}
.social-icons-addthis {
  padding: 20px 10px;
  text-align: center;
}
/*
 |--------------------------------------------------------------------------
 | Importar bootstrap
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Importar Font-awesome
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Importar variables
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Fuentes de Google Fonts
 |--------------------------------------------------------------------------
 |
 |
 */
/*
 |--------------------------------------------------------------------------
 | Variables y mixins a utilizar en el proyecto
 |--------------------------------------------------------------------------
 |
 |
 */
/*
 |--------------------------------------------------------------------------
 | Importar plugins
 |--------------------------------------------------------------------------
 |
 */
.player_flv {
  padding-top: 5px;
  text-align: center;
}
#samplecontent {
  margin: 15px 0 10px;
}
#samplecontent h4 {
  margin-bottom: 10px;
}
#samplecontent li {
  list-style: none;
}
#samplecontent p {
  font-weight: bold;
}
.hdflv_screenshot {
  overflow: visible;
  list-style: none;
}
.hdflv_screenshot li div {
  display: none;
  width: 622px;
  height: 351px;
}
.hdflv_screenshot li .thumb {
  width: 101px;
  height: 57px;
}
.hdflv_screenshot li {
  position: relative;
  text-align: center;
  float: left;
  margin: 0 10px;
  width: 101px;
  padding: 2px;
  -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  -moz-box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  box-shadow: 0 0 6px rgba(132, 132, 132, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hdflv_screenshot li:hover div {
  display: block;
  bottom: 70px;
  position: absolute;
  padding: 2px;
  -webkit-box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  box-shadow: 0 0 6px #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}
.hdflv_screenshot li div.screen_2 {
  left: -124px;
}
.hdflv_screenshot li div.screen_3 {
  left: -194px;
}
.hdflv_screenshot li div.screen_4 {
  left: -319px;
}
.hdflv_screenshot li div.screen_5 {
  left: -396px;
}
.hdflv_screenshot li div.screen_6 {
  left: -583px;
  width: 684px;
  height: 388px;
}
.hdflv_screenshot li div::after {
  content: "";
  width: 0;
  height: 0;
  bottom: -8px;
  position: absolute;
  border-left: 8px solid #DFDFDF;
  border-right: 8px solid #DFDFDF;
  border-top: 8px solid #FFF;
}
.hdflv_screenshot li div.screen_1::after {
  left: 44px;
}
.hdflv_screenshot li div.screen_2::after {
  left: 171px;
}
.hdflv_screenshot li div.screen_3::after {
  left: 242px;
}
.hdflv_screenshot li div.screen_4::after {
  left: 364px;
}
.hdflv_screenshot li div.screen_5::after {
  left: 444px;
}
.hdflv_screenshot li div.screen_6::after {
  left: 630px;
}
.easyhtml5video {
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
.easyhtml5video .eh5v_script {
  display: none;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(/images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(/images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(/images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/images/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, FF, endColorstr=#00FFFFFF, FF);
}
/*
 |--------------------------------------------------------------------------
 | Importar elementos de secciones
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Estilos generales de la aplicación
 |--------------------------------------------------------------------------
 |
 */
.footer_anfibic {
  padding-top: 10px;
}
.footer_anfibic img {
  margin-left: 5px;
}
.footer_anfibic a {
  color: #ef414f;
  font-size: 12px;
}
/*
 |--------------------------------------------------------------------------
 | Importar medias
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Importar un media para cada resolución
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Medias para Large desktops and laptops
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Medias para Portrait tablets and medium desktops
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Medias para Portrait tablets and small desktops
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Medias para Large desktops and laptops
 |--------------------------------------------------------------------------
 |
 */
/*
 |--------------------------------------------------------------------------
 | Medias para Landscape phones and smaller
 |--------------------------------------------------------------------------
 |
 */
.dropdown-menu {
  min-width: 120px;
  width: auto;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-menu li a {
  width: 100%;
}
.title-box .title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #ff0042;
  text-transform: uppercase;
  width: auto;
  display: block;
  position: absolute;
  z-index: 999;
  background: black;
  padding-right: 15px;
  top: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-box .title h1 {
    position: relative;
    top: 0px;
    margin-bottom: 10px;
  }
}
.title-box .title h1 span {
  font-weight: 300;
}
.article-blog .article-blog-right .right-banner-bottom {
  font-size: 12px;
  line-height: 16px;
}
.article-blog .article-blog-right .right-banner-bottom h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.article-blog .article-blog-right .right-banner-bottom h2 a {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.article-blog .article-blog-right .right-banner-bottom h2 a:hover {
  color: #ff0042;
}
.article-blog .article-blog-right .right-banner-bottom p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.article-blog .article-blog-right .right-banner-bottom a {
  color: #ff0042;
}
.article-blog .article-blog-right .blog-content.fullwidth .right-banner-bottom {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.article-blog .article-blog-right .blog-content.fullwidth .right-banner-bottom h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.article-blog .article-blog-right .blog-content.fullwidth .right-banner-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin-bottom: 25px;
}
.article-blog .article-blog-right .blog-content.fullwidth .right-banner-bottom a {
  font-size: 14px;
}
.edition-list a:hover {
  text-decoration: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.list_items_editions {
  background: white;
  padding: 35px 30px 80px 30px;
}
.list_items_editions .item_lists_edition {
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBD;
  margin-bottom: 30px;
}
.list_items_editions .item_lists_edition .item_newspaper {
  max-height: 300px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 200px;
    max-height: 200px;
  }
}
@media (min-width: 480px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 300px;
  }
}
@media (min-width: 393px) and (max-width: 450px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 232px;
    max-height: 232px;
  }
}
@media (min-width: 450px) and (max-width: 480px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 250px;
    max-height: 250px;
  }
}
@media (min-width: 556px) and (max-width: 624px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 345px;
    max-height: 345px;
  }
}
@media (min-width: 625px) and (max-width: 767px) {
  .list_items_editions .item_lists_edition .item_newspaper {
    min-height: 460px;
    max-height: 460px;
  }
}
.list_items_editions .item_lists_edition .item_newspaper img {
  width: 100%;
}
.list_items_editions .item_lists_edition:last-child {
  border: none;
}
.section_contact_form {
  padding: 55px 55px;
}
.section_contact_form h2 {
  text-transform: uppercase;
}
.section_contact_form form p {
  margin-bottom: 30px;
}
.section_contact_form form .verification label {
  font-size: 12px;
  font-weight: 400;
}
.section_contact_form form .verification label a {
  font-size: 12px;
  color: black;
}
.form_contact label {
  font-size: 12px;
}
.form_contact .form-group {
  margin-bottom: 5px;
}
.form_contact .form-control {
  font-size: 14px;
  border: 1px solid #ff0042;
  padding-left: 10px;
  padding-right: 10px;
  height: 42px;
  color: black;
}
.form_contact textarea {
  min-height: 150px;
}
.form_contact .select-wrapper {
  margin-bottom: 20px;
}
.form_contact .select-wrapper span.caret {
  color: white;
  width: 20px;
  height: 20px;
}
.form_contact .select-wrapper input.select-dropdown {
  color: black;
  height: 42px;
  font-size: 14px;
  border: 1px solid #ff0042;
  padding-left: 10px;
  padding-right: 10px;
}
.form_contact .select-wrapper .dropdown-content {
  list-style: none;
  padding: 0px;
}
.form_contact .btn-submit,
.form_contact .btn-submit:hover,
.form_contact .btn-submit:focus {
  margin-top: 20px;
  width: 100%;
  background: #ff0042;
  color: white;
  font-weight: bold;
  height: 42px;
}
.form_contact .field_mandatory {
  font-size: 16px;
  color: red;
}
.form_contact .section_radio_buttons {
  margin-top: 5px;
}
.form_contact .section_radio_buttons p {
  margin-bottom: 5px;
}
.form_contact .section_radio_buttons p label {
  font-size: 12px;
  font-weight: normal;
}
.form_contact .section_radio_buttons [type=radio]:checked + label:after {
  background-color: #ff0042;
  border: 2px solid #ff0042;
}
.form_contact .section_checks_buttons {
  margin-top: 5px;
}
.form_contact .section_checks_buttons p {
  margin-bottom: 8px;
}
.form_contact .section_checks_buttons p label {
  font-size: 12px;
  font-weight: normal;
}
.form_contact .section_checks_buttons [type=checkbox]:checked + label:before {
  border-right: 2px solid #ff0042;
  border-bottom: 2px solid #ff0042;
}
.form_contact .info_field {
  font-size: 12px;
  margin-bottom: 10px;
}
#map {
  width: 100%;
  height: 350px;
}
.legal-content h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
  font-weight: bold;
}
.legal-content h5 {
  color: #ff0042;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.legal-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.masonry_filters .select-wrapper span.caret {
  color: #ff0042;
  width: 9px;
  height: 5px;
  background: none;
}
.masonry_filters .select-wrapper .dropdown-content {
  list-style: none;
  padding: 0;
}
.masonry_filters .select-wrapper input.select-dropdown {
  color: #FFF;
  font-size: 14px;
  border: 1px solid #ff0042;
  padding-left: 10px;
  padding-right: 10px;
}
.masonry_filters .category .date-right {
  padding: 7px 23px;
}
.player_film {
  color: #FFF;
}
.player_film h2 {
  color: #FFF;
}
.sitges-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.sitges-bottom-content a {
  color: #ff0042;
}
.sitges-detail a {
  color: #ff0042;
}
.content_sitges_port {
  margin-top: -60px;
}
.content_sitges_port h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 24px;
}
.content_sitges_port h1 span {
  font-weight: 300;
}
.content_sitges_port .address-section .address-inner .address-content {
  padding: 30px 60px 0px 0;
}
.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.masonry_withfilter h6 {
  font-size: 14px;
  font-weight: bold;
}
.fitxapeli-content .title_director_section h1 {
  font-weight: 700;
  color: #0b142b;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.fitxapeli-content .title_director_section p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}
.fitxapeli-content .title_director_section p span {
  text-transform: uppercase;
}
.fitxapeli-content .title_director_section p span a {
  color: black !important;
  font-weight: 400 !important;
}
.fitxapeli-content .title_director_section p span a:hover {
  color: #ff0042 !important;
}
.fitxapeli-content .title_director_section p a {
  color: black;
  font-weight: 400;
}
.fitxapeli-content h2 {
  color: #ff0042;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.fitxapeli-content p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
}
.fitxapeli-content .section_trailers h2,
.fitxapeli-content .section_sinopsi h2,
.fitxapeli-content .section_director h2 {
  color: #ff0042 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.fitxapeli-content .section_trailers p,
.fitxapeli-content .section_sinopsi p,
.fitxapeli-content .section_director p {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 20px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}
.fitxapeli-content .section_trailers .player_film,
.fitxapeli-content .section_sinopsi .player_film,
.fitxapeli-content .section_director .player_film {
  margin-bottom: 20px;
}
.fitxapeli-content .section_trailers h3,
.fitxapeli-content .section_sinopsi h3,
.fitxapeli-content .section_director h3 {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.fitxapeli-content .section_fitxa_artistica h2 {
  color: #ff0042 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.fitxapeli-content .section_fitxa_artistica p:first-of-type {
  font-size: 14px !important;
  color: #000 !important;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
}
.fitxapeli-content .section_fitxa_artistica p {
  font-weight: 400;
  font-size: 12px;
}
.fitxapeli-content .section_fitxa_artistica p strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.fitxapeli-content .section_director img {
  margin-bottom: 20px;
}
.content_direction_stand_village {
  margin-bottom: 20px;
  color: white;
  font-size: 12px;
}
.content_direction_stand_village p {
  color: white;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}
.content_direction_stand_village a {
  font-size: 12px;
  font-weight: 400;
}
.ajs-modal.ajs-error .ajs-header {
  background-color: #ff0042 !important;
  color: #ffffff;
}
.ajs-modal.ajs-success .ajs-header {
  background-color: #000000 !important;
  color: #ffffff;
}
.ajs-modal.ajs-legal .ajs-body {
  min-height: 500px !important;
}
.ajs-modal.ajs-legal .ajs-header {
  background-color: #ff0042 !important;
  color: #ffffff;
}
.zombie-section .zombie-content .event-content iframe {
  max-width: 100%;
}
.zombie-section .zombie-content .event-content h5,
.zombie-section .zombie-content .event-content h2 {
  text-transform: uppercase;
  font-size: 16px;
}
.zombie-section .zombie-content .event-content .cero {
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .item_arxiu_lt {
    text-align: center;
    width: 100%;
  }
}
.second_title {
  margin-bottom: 15px;
}
.editorial_alone h1,
.premsa_registre h1 {
  color: #ff0042;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.premsa_forms h2 {
  font-size: 18px;
}
.logos_patrocinadors a {
  padding: 35px;
}
.logos_patrocinadors a img {
  max-height: 100px !important;
}
.standard_list {
  list-style: circle !important;
}
.standard_list li {
  display: list-item !important;
  list-style: circle !important;
  margin-left: 34px !important;
}
.maxh500 {
  max-height: 500px;
}
.ajs-popup_newsletter .ajs-dialog {
  min-height: 390px !important;
}
.ajs-popup_newsletter .ajs-dialog .ajs-header {
  text-transform: uppercase;
  background-color: #BDBEC0;
  color: black;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content h2 {
  text-transform: uppercase;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox .radio input[type="radio"],
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox .radio-inline input[type="radio"],
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox .checkbox input[type="checkbox"],
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 0px !important;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:checked,
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:not(:checked) {
  left: 0px;
  opacity: 1;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content a {
  color: black;
  font-size: 12px;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:checked,
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:not(:checked) {
  margin-left: 0px;
}
.ajs-popup_newsletter .ajs-dialog .ajs-footer {
  display: none;
}
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:checked,
.ajs-popup_newsletter .ajs-dialog .ajs-body .ajs-content .checkbox [type=checkbox]:not(:checked) {
  margin-left: 0px;
}
.edition-category p a {
  color: black;
}
.edition-category p a:hover {
  color: #ff0042;
}
.list-images li {
  vertical-align: middle;
}
.list-images li img {
  max-height: 150px;
}
.item-image {
  margin-bottom: 10px;
}
.btn-submit,
.btn-submit:hover,
.btn-submit:focus {
  margin-top: 20px;
  width: 100%;
  background: #ff0042;
  color: white;
  font-weight: bold;
  height: 42px;
}
a.btn-submit {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.establiments .establiments-image a img {
  max-height: 180px;
}
header.headerstyle1 + div.main {
  margin-top: 319px;
}
@media only screen and (max-width: 1023px) {
  header.headerstyle1 + div.main {
    margin-top: 291px;
  }
}
@media only screen and (max-width: 767px) {
  header.headerstyle1 + div.main {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 567px) {
  header.headerstyle1 + div.main {
    margin-top: 205px;
  }
}
.download_colorbox {
  position: absolute;
  background-color: white;
  color: black;
  bottom: 24px;
  font-size: 22px;
  right: 0px;
  padding: 5px;
}
