html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 767px) {
    .wrapper {
      width: 750px;
      margin: 0 auto;
      padding: 0; } }
  @media screen and (min-width: 1023px) {
    .wrapper {
      width: 960px; } }
  @media screen and (min-width: 1279px) {
    .wrapper {
      width: 1140px; } }

/* -----------------------------------------------------------------
    RESET - NORMALIZE.CSS (v3.0.0)
------------------------------------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------
    RESET ELEMENTS - HTML5 BOILERPLATE (4.3.0)
------------------------------------------------------------------*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.628571429; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

address {
  font-style: normal; }

span.skype_pnh_container {
  display: none !important; }

span.skype_pnh_print_container {
  display: inline !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .large.button {
    padding: 15px 25px;
    font-size: 16px; }
  .small.button {
    padding: 5px 10px;
    font-size: 12px; }

.left {
  float: left; }

.right {
  float: right; }

.five {
  width: 5%; }

.ten {
  width: 10%; }

.fifteen {
  width: 15%; }

.twenty {
  width: 20%; }

.twentyfive {
  width: 25%; }

.thirty {
  width: 30%; }

.thirtyfive {
  width: 35%; }

.fourty {
  width: 40%; }

.fourtyfive {
  width: 45%; }

.fifty {
  width: 50%; }

.fiftyfive {
  width: 55%; }

.sixty {
  width: 60%; }

.sixtyfive {
  width: 65%; }

.seventy {
  width: 70%; }

.seventyfive {
  width: 75%; }

.eighty {
  width: 80%; }

.eightyfive {
  width: 85%; }

.ninety {
  width: 90%; }

.ninetyfive {
  width: 95%; }

.onehundred {
  width: 100%; }

#browserAlert {
  display: none;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
  background: #941111;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 18px; }

#browserAlert a {
  color: #faabab;
  font-weight: bold; }

#browserAlert a:hover {
  color: #fff; }

.lt-ie9 #browserAlert {
  display: block; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: block; }
  @media screen and (min-width: 1023px) {
    .visible-mobile {
      display: none; } }

.visible-desktop {
  display: none; }
  @media screen and (min-width: 1023px) {
    .visible-desktop {
      display: block; } }

/* -----------------------------------------------------------------
	TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/
a {
  color: #1076a9;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #0c4c6c; }

.text-error {
  color: #c82727; }

.text-success {
  color: #62b51f; }

.text-warning {
  color: #e4be4c; }

.text-info {
  color: #5bc0de; }

::-moz-selection {
  background: #1076a9;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #1076a9;
  color: #fff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0c4c6c; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: gray; }

h1, h2, h3 {
  margin-top: 30px;
  margin-bottom: 30px; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1 small {
  font-size: 24px; }

h2 small {
  font-size: 18px; }

h3 small, h4 small {
  font-size: 14px; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

hr {
  margin: 2em 0;
  border-color: #e5e5e5; }

/* -----------------------------------------------------------------
	FORM ELEMENTS
------------------------------------------------------------------*/
label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #e6e6e6;
  font-family: "Roboto", sans-serif;
  color: #31424a;
  font-size: 16px;
  background: #fff;
  margin: 0 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  input:focus,
  textarea:focus {
    background: #f2f2f2; }
  input.error,
  textarea.error {
    border: 1px solid #c82727; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #e6e6e6; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #e6e6e6; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #e6e6e6; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #e6e6e6; }

input[type="text"], input[type="password"], input[type="file"], textarea {
  outline: none; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

.radio label,
.checkbox label {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 0;
  margin-right: 20px; }

.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

.errormsg,
.successmsg {
  margin: 20px 0 0;
  font-size: 14px; }
  .errormsg span,
  .successmsg span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 10px 0 0; }

.errormsg span {
  background: #c82727; }

.successmsg span {
  background: #62b51f; }

/* -----------------------------------------------------------------
REUSABLE ELEMENTS & CLASSES
------------------------------------------------------------------*/
img,
iframe {
  display: block;
  max-width: 100%;
}

.content-left img {
  height: auto !important; }

.button {
  padding: 20px 15px;
  background: #1076a9;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }
  .button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff; }
  .button.green {
    background: #06cc7a; }
  .button.blue {
    background: #0c4c6c; }
  .button.small {
    padding: 10px; }
  .button.large {
    font-size: 20px;
    padding: 10px 20px; }

.alignleft,
.alignright,
.aligncenter {
  margin: 20px auto;
  display: block;
  padding: 5px;
  border: 1px solid gray;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media screen and (min-width: 767px) {
  .alignleft {
    float: left;
    margin: 0 30px 10px 0; } }

@media screen and (min-width: 767px) {
  .alignright {
    float: right;
    margin: 0 0 10px 30px; } }

a .alignleft:hover,
a .alignright:hover,
a .aligncenter:hover {
  border-color: #bfbfbf; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #fff; }

body {
  font-size: 16px;
  color: #31424a;
  font-family: "Roboto", sans-serif;
  background: #fff; }

p {
  margin: 2em 0; }

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child {
  margin-top: 0; }

p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child {
  margin-bottom: 0; }

/* -----------------------------------------------------------------
	ACCESSIBILITY ELEMENTS
------------------------------------------------------------------*/
/* -----------------------------------------------------------------
	HEADER ELEMENTS
------------------------------------------------------------------*/
#header {
  padding: 30px 0;
  margin-bottom: 50px;
  position: relative;
  background: url(../images/header.jpg) no-repeat center center/cover; }
  @media screen and (min-width: 767px) {
    #header .header-right {
      float: right; } }
  @media screen and (min-width: 1023px) {
    #header .header-right {
      margin-top: 22px; } }
  @media screen and (min-width: 1279px) {
    #header .header-right {
      margin-top: 32px; } }
  #header .search-wrap {
    border: 1px solid #fff; }
    #header .search-wrap::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 767px) {
      #header .search-wrap {
        width: 260px; } }
    @media screen and (min-width: 1023px) {
      #header .search-wrap {
        float: left; } }
    #header .search-wrap .input-wrap {
      margin-right: 54px; }
    #header .search-wrap input {
      padding: 17px 20px;
      margin: 0;
      background: 0;
      border: 0;
      color: #fff;
      line-height: 1.3; }
      #header .search-wrap input:focus {
        background: rgba(255, 255, 255, 0.05); }
    #header .search-wrap .button {
      float: right;
      font-size: 25px;
      border-radius: 0;
      background: 0;
      width: 54px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      padding: 0; }
      #header .search-wrap .button:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6; }
  #header .all {
    position: relative;
    font-size: 15px;
    padding: 6px 65px 6px 15px;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-weight: 400; }
    @media screen and (min-width: 1023px) {
      #header .all {
        padding: 16px 65px 16px 15px;
        float: left;
        width: auto;
        margin: 0 0 0 15px; } }
    #header .all i {
      position: absolute;
      top: 0;
      right: 15px;
      font-size: 24px;
      line-height: 36px; }
      @media screen and (min-width: 1023px) {
        #header .all i {
          line-height: 56px; } }

#logo {
  margin: 0 auto 30px; }
  @media screen and (min-width: 767px) {
    #logo {
      float: left;
      margin: 0;
      width: 460px; } }
  @media screen and (min-width: 1279px) {
    #logo {
      width: auto; } }

.listing-item {
  display: block;
  margin: 0 auto 4%;
  width: 48%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2; }
  .listing-item:nth-of-type(2n) {
    float: right; }
  .listing-item:hover .price {
    background: #0c4c6c; }
  @media screen and (min-width: 767px) {
    .listing-item {
      margin: 0 4% 4% 0;
      width: 22%; }
      .listing-item:nth-of-type(2n) {
        float: left; }
      .listing-item:nth-of-type(4n) {
        margin-right: 0; } }
  .listing-item .inner {
    max-width: 246px;
    border: 1px solid #e5e5e5;
    padding: 6px;
    margin: 0 auto;
    position: relative; }
  .listing-item .price {
    background: #1076a9;
    color: #fff;
    font-size: 14px;
    padding: 14px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .listing-item .price strong {
      display: block; }
      @media screen and (min-width: 1023px) {
        .listing-item .price strong {
          display: inline-block; } }
  .listing-item .deadline {
    background: rgba(6, 204, 122, 0.8);
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    padding: 10px; }
   #shows_listing + .more {
    margin: 20px 0; }
    @media screen and (min-width: 767px) {
      #shows_listing + .more {
        margin: 0 0 4%; } }
    .button.full {
      width: 100%; }

.ad {
  clear: both;
  text-align: center;
  margin: 20px 0; }
  @media screen and (min-width: 767px) {
    .ad {
      margin: 4% 0; } }
  .ad img {
    display: inline-block; }

.detail-left {
  margin-bottom: 40px; }
  .detail-left::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1023px) {
    .detail-left {
      margin: 0;
      width: 74%;
      float: left; } }
  .detail-left .photo-col {
    margin-bottom: 40px; }
    @media screen and (min-width: 767px) {
      .detail-left .photo-col {
        width: 36%;
        max-width: 300px;
        float: left; } }
    .detail-left .photo-col .photo-contain {
      border: 1px solid #e5e5e5;
      padding: 5px;
      max-width: 295px;
      margin: 0 auto 20px;}
    .detail-left .photo-col .photo-contain img {
        width: 100%;
        max-width: 285px;
    }
    .detail-left .photo-col .button {
      width: 100%;
      margin-bottom: 30px; }
    .detail-left .photo-col .share {
      text-transform: uppercase;
      margin-bottom: 30px; }
      .detail-left .photo-col .share br {
        display: block; }
        @media screen and (min-width: 1279px) {
          .detail-left .photo-col .share br {
            display: none; } }
      .detail-left .photo-col .share span {
        font-size: 14px;
        font-weight: bold;
        color: #838b8f;
        margin-right: 10px; }
      .detail-left .photo-col .share a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0;
        margin-right: 10px;
        background: #68a9c9;
        font-size: 18px;
        display: inline-block;
        color: #fff; }
        .detail-left .photo-col .share a:hover {
          background: #1076a9; }
  .detail-left .copy-col {
    margin-bottom: 40px; }
    @media screen and (min-width: 767px) {
      .detail-left .copy-col {
        width: 60%;
        float: right; } }
    .detail-left .copy-col .info-block .row {
      margin-bottom: 30px;
      position: relative;
      padding-left: 40px; }
      .detail-left .copy-col .info-block .row i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 25px;
        line-height: 1;
        color: #1076a9; }
    .detail-left .copy-col .info-block .info strong {
      text-transform: uppercase; }

.detail-right {
  font-size: 14px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1023px) {
    .detail-right {
      width: 22%;
      float: right; } }
  .detail-right .discount-block {
    background: #06cc7a;
    color: #fff;
    text-transform: uppercase;
    padding: 20px;
    position: relative; }
    .detail-right .discount-block:before {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-top: 38px solid #fff;
      border-left: 38px solid transparent; }
    .detail-right .discount-block:after {
      position: absolute;
      top: 0;
      right: 0;
      color: #06cc7a;
      content: "\f24e";
      font-family: "Ionicons";
      font-size: 18px;
      line-height: 1; }
    .detail-right .discount-block .price {
      font-size: 55px;
      font-weight: bold;
      line-height: 1; }
      .detail-right .discount-block .price sup {
        font-size: 30px; }
  .detail-right .details {
    background: #e9ebed;
    padding: 15px; }
    .detail-right .details p, .detail-right .details ul {
      margin: 0.5em 0; }
      .detail-right .details p:first-child, .detail-right .details ul:first-child {
        margin-top: 0; }
      .detail-right .details p:last-child, .detail-right .details ul:last-child {
        margin-bottom: 0; }
    .detail-right .details hr {
      margin: 20px 0;
      border-color: #babcbe; }
  .detail-right .promo-code {
    margin-bottom: 15px;
    border: 1px solid #06cc7a;
    padding: 10px 15px;
    background: #fff;
    color: #06cc7a;
    text-transform: uppercase; }
    .detail-right .promo-code strong {
      font-weight: bold; }
  .detail-right .button {
    width: 100%;
    margin-bottom: 15px; }
  .detail-right .bulk {
    margin-bottom: 15px;
    background: #fcaf17;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2; }
  .detail-right .block {
    margin-bottom: 15px; }

/* -----------------------------------------------------------------
	CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#content .lead {
  font-size: 120%; }

.home-content {
  padding: 40px 0;
  background: #e9ebed; }

.content-left {
  margin-bottom: 40px; }
  @media screen and (min-width: 1023px) {
    .content-left {
      margin: 0;
      width: 69%;
      float: left; } }

@media screen and (min-width: 1023px) {
  .sidebar {
    width: 26.33333%;
    float: right; } }

.sidebar img {
  margin: 0 auto; }

.split-content {
  margin: 2em 0; }
  .split-content::after {
    clear: both;
    content: "";
    display: block; }
  .split-content .left, .split-content .right {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .split-content .left, .split-content .right {
        width: 48%; } }
  .split-content .right {
    margin-top: 2em; }
    @media screen and (min-width: 767px) {
      .split-content .right {
        margin: 0; } }

.thumb-contain {
  margin: 2em 0; }
  .thumb-contain::after {
    clear: both;
    content: "";
    display: block; }
  .thumb-contain img {
    margin: 0 auto; }
  .thumb-contain.left, .thumb-contain.right {
    float: none; }
  @media screen and (min-width: 767px) {
    .thumb-contain.left img {
      float: left; }
    .thumb-contain.left .info {
      margin-left: 120px; }
    .thumb-contain.right img {
      float: right; }
    .thumb-contain.right .info {
      margin-right: 120px; } }

/* -----------------------------------------------------------------
	FOOTER ELEMENTS
------------------------------------------------------------------*/
#footer {
  background: #0c4c6c;
  padding: 40px 0;
  color: #fff;
  font-size: 15px; }
  #footer .footer-left {
    margin-bottom: 20px; }
    @media screen and (min-width: 1023px) {
      #footer .footer-left {
        float: left;
        margin: 0; } }
    #footer .footer-left a {
      color: #06cc7a; }
      #footer .footer-left a:hover {
        color: #1076a9; }
  #footer .footer-right {
    text-transform: uppercase;
    font-weight: bold; }
    @media screen and (min-width: 1023px) {
      #footer .footer-right {
        float: right; } }
    @media screen and (min-width: 767px) {
      #footer .footer-right br {
        display: none; } }
    #footer .footer-right a {
      color: #fff;
      margin-right: 20px; }
      #footer .footer-right a:hover {
        color: #1076a9; }
      @media screen and (min-width: 1023px) {
        #footer .footer-right a {
          margin-left: 30px; } }

/* -----------------------------------------------------------------
	IE FIXES
------------------------------------------------------------------*/
