/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 0 0 1em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.38;
  text-transform: uppercase; }

h1 {
  font-size: 22px;
  padding: 0 0 30px; }

h2 {
  font-size: 14px; }

h3 {
  font-size: 14px; }

h4, h5, h6 {
  font-size: 14px; }

p, ul, ol {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 0 1.5em 0; }

ul, ol {
  line-height: 1.8; }

a {
  color: white;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:focus {
    outline: none; }

blockquote p {
  font-size: 18px; }

.clearboth {
  clear: both; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

html, body {
  height: 100%; }

body {
  background: black;
  color: white;
  overflow: hidden; }

.fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#sidenav {
  position: fixed;
  z-index: 2000;
  width: 280px;
  height: 100%;
  background: black;
  top: 0;
  bottom: 0;
  right: -280px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #sidenav li {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 0; }
  #sidenav a {
    text-decoration: none; }

#sidenav.show {
  right: 0; }

/* toggle nav */
#toggle-nav {
  width: 28px;
  height: 26px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2001;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  display: none; }

#toggle-nav span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#toggle-nav span:nth-child(1) {
  top: 0px; }

#toggle-nav span:nth-child(2),
#toggle-nav span:nth-child(3) {
  top: 11px; }

#toggle-nav span:nth-child(4) {
  top: 22px; }

#toggle-nav.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

#toggle-nav.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#toggle-nav.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#toggle-nav.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

#inner {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 45px;
  width: calc(100% - 90px);
  height: calc(100% - 90px);
  font-size: 0; }

.home #inner {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.home #inner.show {
  opacity: 1; }

#inner .edge {
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }

#inner .edge.edge-top {
  height: 30px;
  padding: 0 30px; }

#inner .edge.edge-left {
  display: table;
  position: absolute;
  top: 30px;
  left: 0;
  width: 30px;
  height: calc(100% - 60px); }

#inner .edge.edge-right {
  display: table;
  position: absolute;
  top: 30px;
  right: 0;
  width: 30px;
  height: calc(100% - 60px); }

#inner .edge.edge-bottom {
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%; }

#inner a {
  color: white;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-decoration: none; }

#inner a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background: rgba(4, 69, 167, 0);
  padding: 0 25px; }

/*#inner a.active span,
#inner a span:hover {
  background: rgba(4, 69, 167, 0.6);
  color: white; }*/

/*.home #inner a.home,
.about #inner a.about,
.live #inner a.live,
.watch #inner a.watch,
.instagram #inner a.instagram,
.listen #inner a.listen {
  background: rgba(4, 69, 167, 0.9);
  color: white; }*/

#logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent url(../img/jonas-blue-logo-hires.png) left top no-repeat;
  opacity: 1;
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 120px;
  width: 250px;
  height: 80px;
  background-size: 100% auto;
  cursor: pointer; }

/*.home #logo {
  width: 198px;
  height: 163px; }*/

.ie8 #logo {
  background: transparent url(../img/jonas-blue-logo.png) left top no-repeat; }

.home-content {
  position: absolute;
  z-index: 1;
  left: 120px;
  right: 120px;
  bottom: 120px; }

#cta {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 360px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

#cta.show {
  opacity: 1; }

.cta-left {
  max-width: 200px;
  float: left; }
  .cta-left img {
    width: 100%;
    height: auto;
    display: block; }

.cta-right {
  position: absolute;
  left: 230px;
  bottom: 0; }
  .cta-right ul {
    padding: 0; }
  .cta-right li {
    padding: 0 0 2px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .cta-right a {
    text-decoration: none;
    color: white;
    display: inline-block; }
  .cta-right .fa {
    font-size: 9px;
    margin-right: 5px; }

#spotify-player {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.38);
  padding: 5px 5px 3px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

#spotify-player.show {
  opacity: 1; }

#behind {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

#behind.show {
  opacity: 1; }

.tile {
  height: 100%;
  /*background: url(../img/internal-page-bg-tile.png) 0 0 repeat;*/ }

#behind,
.slides,
.slide {
  height: 100%;
  overflow: hidden; }

.slick-slider,
.slick-list,
.slick-track {
  height: 100%; }

.slide {
  background-size: cover !important; 
  background-position:center !important;    
}

.slide-spacer {
  width: 100%;
  height: auto;
  display: block; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }

#content {
  position: absolute;
  z-index: 1;
  left: 118px;
  right: 118px;
  top: 90px;
  bottom: 90px; }

.content-wrapper {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  top: 118px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .content-wrapper h1 {
    color: white;
    text-align: center; }

.content-wrapper.show {
  opacity: 1; }

.container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 14px;
  box-sizing: border-box; }

.scrollpane {
  height: 400px;
  overflow: hidden;
  text-align: left; }

.watch .scrollpane {
  text-align: center; }

.mCSB_scrollTools {
  width: 8px !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 20px !important; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0 !important; }

.col-left {
  width: 77%;
  max-width: 680px;
  float: left; }

.col-right {
  width: 18%;
  max-width: 160px;
  float: right; }

.supporting img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box; }

.video-thumb {
  width: 31.33%;
  margin: 1%;
  float: left;
  box-sizing: border-box; }
  .video-thumb img {
    width: 100%;
    height: auto;
    display: block; }

#overlay {
  position: absolute;
  z-index: 3000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: black;
  overflow: hidden; }
  #overlay .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #overlay .close:hover {
      transform: rotate(90deg); }
    #overlay .close img {
      width: 100%;
      height: auto;
      display: block; }

.video-wrapper {
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear; }

.video-wrapper.show {
  opacity: 1; }

.overlay-padding {
  max-width: 1024px;
  padding: 20px;
  margin: 0 auto; }

.grid-image {
  width: 25%;
  border: transparent 10px solid;
  float: left;
  box-sizing: border-box; }

.fancybox-opened .fancybox-skin {
  box-shadow: none !important; }

.fancybox-skin {
  border-radius: 0;
  background: rgba(103, 122, 152, 0.5);
  background: white;
  color: black; }

.fancybox-title {
  visibility: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-title-inside-wrap {
  padding: 20px 0; }

.fancybox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../img/close-white.png) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 8040;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .fancybox-close:hover {
    transform: rotate(90deg); }

.fancybox-nav span {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible !important; }

.fancybox-next span {
  right: -45px; }

.fancybox-prev span {
  left: -45px; }

.fancybox-next span,
.fancybox-prev span {
  background-image: none;
  text-align: center; }

.fancybox-next span:before {
  content: "\f054"; }

.fancybox-prev span:before {
  content: "\f053";
  vertical-align: middle; }

#listen-detail {
  max-width: 530px;
  margin: 0 auto 30px; }

#listen-detail.hide {
  opacity: 0; }

.listen-left {
  width: 49.2%;
  float: left;
  max-width: 250px; }
  .listen-left img {
    width: 100%;
    height: auto;
    display: block; }

.listen-right {
  width: 49.2%;
  float: right;
  max-width: 250px; }
  .listen-right li {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold; }
    .listen-right li a {
      text-decoration: none; }

.carousel {
  max-width: 640px;
  margin: 0 auto; }
  .carousel .item {
    margin: 10px;
    cursor: pointer; }
    .carousel .item img {
      width: 100%;
      height: auto;
      display: block; }
    .carousel .item .meta {
      display: none; }
      .carousel .item .meta li {
        font-size: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: bold; }
        .carousel .item .meta li a {
          text-decoration: none; }
    .carousel .item:focus {
      outline: none; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  line-height: 1; }

.slick-prev:before {
  content: '\f053'; }

.slick-next:before {
  content: '\f054'; }

.btn {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: white;
  padding: 10px;
  border: white 2px solid;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none; }
  .btn:hover {
    background: #0445a7;
    border: #0445a7 2px solid; }

.lyrics-wrapper {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px; }

.listen .container {
  text-transform: uppercase; }
  .listen .container p {
    font-size: 11px; }

.listen #overlay {
  background: #0445a7; }

#content.listen-custom #listen-detail {
  display: none; }
#content.listen-custom .carousel-wrapper {
  position: static; }
#content.listen-custom .carousel-container {
  max-width: 540px;
  margin: 0 auto; }
#content.listen-custom .carousel {
  overflow: hidden;
  height: 400px;
  max-width: 480px; }
  #content.listen-custom .carousel .item {
    margin: 0 0 30px; }
    #content.listen-custom .carousel .item .meta {
      display: block; }
#content.listen-custom .img-wrapper {
  float: left;
  width: 47%; }
#content.listen-custom .meta {
  float: right;
  width: 48%; }

#page-footer {
  position: absolute;
  left: 45px;
  bottom: 17px; }
  #page-footer ul {
    padding: 0;
    font-size: 0; }
  #page-footer li {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 8px 0 7px;
    border-right: white 1px solid;
    line-height: 1; }
    #page-footer li.last {
      border: none; }
	  
	  #page-footer ul.menu li:last-child {
		  border:0 !important;
	  }
	  
	  
  #page-footer a {
    text-decoration: none; }

ul#socials {
  position: absolute;
  z-index: 1;
  top: 47px;
  left: 0;
  margin-left: -45px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

ul#socials.show {
  margin-left: 0; }

ul#socials li {
    list-style: none;
    position: relative;
    text-align: center;
    /* width: 45px; */
    /* padding: 0 0 5px; */
    color: #fff;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    /* padding-top: 8px; */
    margin-bottom: 10px;
  }

ul#socials li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 1); 
  padding-top:5px; 
    
}

ul#socials li a.icon {
  display: block;
  font-size: 22px; }

.img-icon {
  opacity: 0.62; }
  .img-icon img {
    width: 100%;
    max-width: 16px;
    height: auto; }
  .img-icon:hover {
    opacity: 1; }

ul#socials li a.signup-link {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none; }

ul#socials li a:hover {
  color: white; }

ul#socials li.signup {
  display: table;
  overflow: hidden;
  width: 45px;
  height: 120px; }

ul#socials li.signup .link-outer {
  display: table-cell;
  vertical-align: middle; }

ul#socials li.signup .link-outer .link-inner {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 45px; }

ul#socials-sidenav {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  padding: 0; }
  ul#socials-sidenav li {
    display: inline-block;
    padding: 5px 10px 5px 0; }
  ul#socials-sidenav a {
    opacity: 1; }

.umg_live_table {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-collapse: collapse; }
  .umg_live_table td {
    padding: 0 5px 12px; }

.umg_live_tickets {
  text-align: right; }

.ae-modal iframe {
  border-radius: 0 !important;
  box-shadow: none !important; }

@media only screen and (max-width: 1024px) {
  #logo,
  .home #logo {
    width: 150px;
    height: 50px; }

  .home #logo {
    width: 150px;
    height: 50px; }

  #inner a {
    font-size: 14px; }

  #inner a span {
    padding: 0 15px; }

  .content-wrapper {
    top: 93px; } }
@media only screen and (max-width: 900px) {
  .cta-left {
    float: none;
    margin-bottom: 10px; }

  .cta-right {
    position: static; } }
@media only screen and (max-width: 800px) {
  #toggle-nav {
    display: block; }

 .edge {
    display: none !important; }

  #logo,
  .home #logo {
    left: 30px;
    top: 30px; }

  .content-wrapper {
    top: 3px; }

  #content {
    left: 30px;
    right: 30px; }

  #page-footer {
    right: 30px;
    left: 30px;
    text-align: left; }

  .home-content {
    z-index: 1;
    left: 30px;
    right: 30px;
    bottom: 120px; } }
@media only screen and (max-width: 720px) {
  .grid-image {
    width: 33.33%;
    border: transparent 8px solid;
    float: left;
    box-sizing: border-box; } }
@media only screen and (max-width: 640px) {
  #logo,
  .home #logo {
    top: 20px;
    left: 20px;
    width: 85px;
    height: 70px; }

  .container {
    padding: 20px; }

  #page-footer li {
    border: none;
    line-height: 1.6; }

  .listen-left,
  .listen-right {
    width: 48%; }

  .carousel-wrapper {
    bottom: 120px;
    left: 15px;
    right: 15px; }

  .carousel .item {
    margin: 5px; }

  .slick-next,
  .slick-prev {
    display: none !important; }

  .video-thumb {
    width: 50%; }

  .fancybox-title {
    display: none; }

  .fancybox-skin {
    padding: 10px !important; }

  .fancybox-next {
    right: 15px !important; }

  .fancybox-prev {
    left: 15px !important; } }
@media only screen and (max-width: 480px) {
  #toggle-nav {
    right: 20px;
    top: 20px; }

  #logo,
  .home #logo {
    width: 150px;
    height: 50px; }

  .home #logo {
    width: 150px;
    height: 50px; }

  #content {
    left: 20px;
    right: 20px; }

  .grid-image {
    width: 50%;
    border: transparent 8px solid;
    float: left;
    box-sizing: border-box; }

  .carousel-wrapper {
    bottom: 60px; }

  h1 {
    padding: 0 0 20px;
    font-size: 18px; }

  h2 {
    font-size: 12px;
    line-height: 1.2; }

  .listen-right li {
    line-height: 1.4; }

  .container {
    padding: 15px; }

  .home-content {
    left: 20px;
    right: 20px;
    bottom: 80px; }

  #cta,
  #spotify-player {
    position: static; }

  #cta {
    width: auto;
    margin: 0 0 20px; }

  #spotify-player {
    padding: 0;
    background: none; }

  #spotify-player iframe {
    width: 100%; }

  .cta-left {
    float: left;
    max-width: 120px;
    margin: 0; }

  .cta-right {
    float: left;
    margin-left: 10px; }

  table.umg_live_table {
    font-size: 12px !important; }

  table.umg_live_table td {
    padding: 2px !important; }

  table.umg_live_table tr {
    margin: 0 0 15px !important; }

  table.umg_live_table tr:after {
    display: none !important; } }
@media only screen and (max-width: 360px) {
  #logo {
    width: 61px;
    height: 50px; }

  #content {
    top: 70px; }

  h1 {
    padding: 0 0 15px; }

  .carousel-wrapper {
    position: static; }

  .video-thumb {
    width: 100%; } }
.evidon-banner {
  text-align: center !important; }
  
  
#inner .edge.edge-top a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: width 0.4s;
} 

#inner .edge.edge-top a:hover:after {
    width:100% !important;
}

#inner .edge.edge-top a {
    position:relative;
}


ul#socials.show {
    text-align: right;
    padding-top: 24px;
    padding: 7px 0 0 0;
    margin: 0;
    float: right;
    overflow: hidden;
    width: 70px !important;
    /* display: none; */
    position: fixed;
    left: 0;
    z-index: 999;
    background: #000 !important;
    text-align: center;
    padding: 20px 0 10px !important;
    top: 50%;
    transform:translateY(-50%);
}

.footerrightlogo {
    position: absolute;
    bottom: -1px;
    right: 45px;
}


.footerrightlogo img {
    height: 40px;
}  

#sidenav li.current-menu-item a, footer ul.menu li.current-menu-item a {
	color:#9a9a9a;
}

.form_group input{
		/*width: 100%; background: none; border:none; color: #fff; font-size: 21px; font-weight:400; line-height:38px;
		padding-left: 0; padding-right:10px; border-bottom:1px solid #42ABC1;*/ 
		width: 100%;
		background: none;
		border: none;
		color: #000;
		font-size: 17px;
		font-weight: 400;
		line-height: 38px;
		/* padding-left: 0; */
		/* padding-right: 10px; */
		/* border-bottom: 1px solid #42ABC1; */
		background: #fff !important;
		border: 1px solid #fff !important;
		padding: 2px 10px;
		box-sizing:border-box;
	}
	
	.form_group.btnwrappersubmit {
		margin-top: 10px;
		text-align:center;
}

form.mc4wp-form input[type="submit"] {
	background: #fff !important;
    width: 215px !important;
    padding: 8px 5px;
    text-transform: uppercase;
    line-height: 30px;
    color: #000 !important;
    font-weight: 700;
    font-size: 18px;
    border: 0 !important;
    letter-spacing: 1px;
    border: 1px solid #fff !important;
    margin: 0 auto;
    width: 45%;
    margin-top: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 5px;
}

@media only screen and (min-width:641px) {
	form.mc4wp-form .form_group {
		width:49% !important;
		margin-right:2% !important;
		float:left;
		padding: 0 0 15px;
	}
	
	form.mc4wp-form .form_group:nth-child(even){
		margin-right:0 !important;
	}
	
	.violet_bg form {
		width:90% !important;
	}
	
	.violet_bg form:after {
		clear:both;
		content:'';
		display:block;
	}
	
	form.mc4wp-form .form_group.btnwrappersubmit {
		width:100% !important;
		margin-right:0 !important;
	}
	
	.form_group input[type="submit"] {
		margin-top:0 !important;
	}
}


@media only screen and (max-width: 640px) {
    .footerrightlogo {
        position: absolute;
        bottom: 68px;
        right: 45px;
        left: 45px;
        text-align: center;
    }
    
    #page-footer {
        text-align:center;
    }
	
	form.mc4wp-form .form_group {
		padding-bottom:15px !important;
	}
}


@media only screen and (max-width: 480px) {
	#page-footer {
		bottom:5px !important;
	}
	
	.footerrightlogo {
		bottom:38px;
	}
}




body.home .slide {
    box-shadow:none !important;
}







  
