.image-responsive, img, .image-full, .overlay .overlay-container img {
  height: auto; }

.image-full, .overlay .overlay-container img {
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clear-fix, dl.data-list, .row, form.form-core, .control-group, form.form-core .controls, form.form-core .controls ul.inline, form.form-core .controls ul.flex-control-nav, .flexslider .slides, .flexslider .slides-nested {
  *zoom: 1; }
  .clear-fix:before, dl.data-list:before, .row:before, form.form-core:before, .control-group:before, form.form-core .controls:before, form.form-core .controls ul.inline:before, form.form-core .controls ul.flex-control-nav:before, .flexslider .slides:before, .flexslider .slides-nested:before, .clear-fix:after, dl.data-list:after, .row:after, form.form-core:after, .control-group:after, form.form-core .controls:after, form.form-core .controls ul.inline:after, form.form-core .controls ul.flex-control-nav:after, .flexslider .slides:after, .flexslider .slides-nested:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline; }
  .clear-fix:after, dl.data-list:after, .row:after, form.form-core:after, .control-group:after, form.form-core .controls:after, form.form-core .controls ul.inline:after, form.form-core .controls ul.flex-control-nav:after, .flexslider .slides:after, .flexslider .slides-nested:after {
    clear: both; }

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

figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0; }

form, fieldset, label, legend, button, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, q, s, small, strike, strong, sub, sup, tt, var, samp, dd, dl, dt, li, ol, ul, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  line-height: 1; }

.flex-direction-nav a, .flex-control-nav a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

body {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 28px ;
  font-size: 2rem ; }

h2, .h2 {
  font-size: 23px ;
  font-size: 1.7rem ; }

h3, .h3 {
  font-size: 21px ;
  font-size: 1.5rem ; }

h4, .h4 {
  font-size: 18px ;
  font-size: 1.3rem ; }

h5, .h5 {
  font-size: 16px ;
  font-size: 1.2rem ; }

h6, .h6 {
  font-size: 14px ;
  font-size: 1rem ; }

p {
  font-family: "Open Sans", sans-serif;
  line-height: inherit;
  margin-bottom: 28px ;
  margin-bottom: 2rem ; }

strong {
  font-style: inherit; }

ul, ol {
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  margin-left: 2em; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  line-height: 1.3; }

small {
  font-size: .8em; }

dl {
  margin-bottom: 28px ;
  margin-bottom: 2rem ; }
  dl dt, dl dd {
    line-height: 1.3; }
  dl dd {
    line-height: 1.3; }

em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit; }

abbr {
  font-size: .9em;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

code {
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

.hr {
  margin: 0;
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  border: 0;
  border-bottom: 1px solid #CCC; }

span.hr {
  display: block; }

.hr-dotted {
  border-bottom-style: dashed; }

.bold, strong, dl dt {
  font-weight: 600; }

ul.unstyled, ul.grid-block, ul.tabs, .flexslider ul.slides, .flexslider ul.slides-nested, ul.flex-direction-nav, ul.flex-control-nav, ol.unstyled, ol.grid-block, ol.tabs, .flexslider ol.slides, .flexslider ol.slides-nested, ol.flex-direction-nav, ol.flex-control-nav {
  list-style: none;
  margin-left: 0; }

ul.inline li, ul.flex-control-nav li, ol.inline li, ol.flex-control-nav li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }

.strike-out {
  text-decoration: line-through; }

.text-align-right {
  text-align: right; }

dl.data-list {
  margin-bottom: 0; }
  dl.data-list dt {
    float: left; }
  dl.data-list dd {
    overflow: hidden;
    text-align: right; }

.arrow {
  background: #efefef;
  width: 300px;
  height: 50px;
  margin-bottom: 4rem;
  position: relative; }
  .arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black; }

form.form-core input,
form.form-core textarea,
form.form-core select, .btn-block, *, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.offset-bottom-10 {
  margin-bottom: 100px !important; }

.offset-bottom-9 {
  margin-bottom: 90px !important; }

.offset-bottom-8 {
  margin-bottom: 80px !important; }

.offset-bottom-7 {
  margin-bottom: 70px !important; }

.offset-bottom-6 {
  margin-bottom: 60px !important; }

.offset-bottom-5 {
  margin-bottom: 50px !important; }

.offset-bottom-4 {
  margin-bottom: 40px !important; }

.offset-bottom-3 {
  margin-bottom: 30px !important; }

.offset-bottom-2 {
  margin-bottom: 20px !important; }

.offset-bottom-1 {
  margin-bottom: 10px !important; }

.offset-bottom-0 {
  margin-bottom: 0px !important; }

.offset-bottom {
  margin-bottom: 28px !important;
  margin-bottom: 2rem !important; }

.offset-bottom-none {
  margin-bottom: 0 !important; }

.offset-bottom-half {
  margin-bottom: 14px ;
  margin-bottom: 1rem ; }

.relate-to-this {
  position: relative; }

.row {
  width: 100%; }

html, body {
  font-size: 14px;
  color: #444444;
  line-height: 1.3; }

i.icon {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  line-height: 1; }

i.glyph-icon {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px;
  background-image: url("/_ui/media/std/components/glyph-icons/glyph-icon-sprite.png");
  background-repeat: no-repeat; }

.image-responsive, img {
  max-width: 100%; }

.image-full, .overlay .overlay-container img {
  display: block; }

.image-content {
  display: block;
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  margin-right: 28px ;
  margin-right: 2rem ;
  margin-left: 28px ;
  margin-left: 2rem ; }
  .image-content.pull-left {
    margin-left: 0; }

[class*=content-col-] {
  margin-left: 4.4%;
  float: left; }
  [class*=content-col-]:first-child {
    margin-left: 0; }
  [class*=content-col-]:last-child {
    float: right; }

.content-col-1 {
  width: 4.3%; }

.content-col-2 {
  width: 13%; }

.content-col-3 {
  width: 21.679%; }

.content-col-4 {
  width: 30.37%; }

.content-col-5 {
  width: 39.1%; }

.content-col-6 {
  width: 47.8%; }

.content-col-7 {
  width: 56.5%; }

.content-col-8 {
  width: 65.2%; }

.content-col-9 {
  width: 73.9%; }

.content-col-10 {
  width: 82.6%; }

.content-col-11 {
  width: 91.3%; }

.content-col-12 {
  width: 100%; }

.grid-block {
  display: block;
  overflow: hidden; }
  .grid-block > li {
    display: block;
    height: auto;
    float: left;
    margin-bottom: 28px ;
    margin-bottom: 2rem ; }
  .grid-block.two-blocks {
    margin-left: -4%; }
    .grid-block.two-blocks > li {
      margin-left: 4%;
      width: 46%; }
  .grid-block.three-blocks {
    margin-left: -2%; }
    .grid-block.three-blocks > li {
      margin-left: 2%;
      width: 31.3%; }
  .grid-block.four-blocks {
    margin-left: -2%; }
    .grid-block.four-blocks > li {
      margin-left: 2%;
      width: 23%; }
  .grid-block.five-blocks {
    margin-left: -1.5%; }
    .grid-block.five-blocks > li {
      margin-left: 1.5%;
      width: 18.5%; }

.form-horizontal .control-label {
  width: 200px; }

form.form-core {
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  font-size: 14px ;
  font-size: 1rem ; }

.form-filters.form-horizontal {
  margin-bottom: 0; }
  .form-filters.form-horizontal .control-label {
    width: auto; }
  .form-filters.form-horizontal .inline li, .form-filters.form-horizontal .flex-control-nav li {
    float: left;
    margin-right: 1em; }

.control-group {
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  position: relative; }
  .control-group:last-child {
    margin-bottom: 0; }

.control-label {
  display: block;
  font-size: 1rem;
  padding: .5em;
  padding-left: 0; }
  .form-horizontal .control-label {
    float: left;
    margin-bottom: 0;
    padding: .8em;
    padding-left: 0;
    padding-bottom: 0; }

form.form-core.form-horizontal .btn {
  margin-top: .18em; }
form.form-core.form-horizontal .controls {
  overflow: hidden;
  padding: .18em; }
  form.form-core.form-horizontal .controls ul li > label:first-child {
    margin-top: 0.5em; }
form.form-core .controls {
  position: relative; }
  form.form-core .controls .control-wrap {
    position: relative; }
  form.form-core .controls ul {
    list-style: none;
    margin: 0; }
    form.form-core .controls ul li {
      position: relative;
      margin-bottom: 4px; }
      form.form-core .controls ul li label.control-label {
        margin-left: .5em;
        margin-top: .5em;
        width: 90px;
        display: block;
        float: left; }
        form.form-core .controls ul li label.control-label.middle-label {
          width: auto; }
    form.form-core .controls ul.inline li, form.form-core .controls ul.flex-control-nav li {
      float: left;
      display: block;
      margin-right: 1em; }

form.form-core fieldset {
  margin-bottom: 28px ;
  margin-bottom: 2rem ; }
  form.form-core fieldset legend {
    display: block;
    font-size: 2em;
    line-height: 1.3;
    padding-bottom: 0.5em; }

form.form-core label {
  margin-bottom: .5em;
  line-height: 1.3;
  color: inherit; }

form.form-core label,
form.form-core input,
form.form-core select,
form.form-core textarea,
form.form-core .uploader,
form.form-core .selector {
  font-size: 1em; }
form.form-core input[type=checkbox],
form.form-core input[type=radio] {
  cursor: pointer; }
form.form-core input,
form.form-core textarea,
form.form-core select,
form.form-core .uneditable-input {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }
form.form-core input[type="text"], form.form-core input[type="password"], form.form-core input[type="number"],
form.form-core textarea,
form.form-core select,
form.form-core .uneditable-input,
form.form-core .uploader,
form.form-core .selector,
form.form-core .add-on {
  padding: .5em;
  line-height: normal;
  border: 1px solid #CCC;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
form.form-core input,
form.form-core textarea,
form.form-core .uploader,
form.form-core .selector {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
form.form-core input,
form.form-core textarea,
form.form-core select {
  width: 100%;
  *width: 90%; }
form.form-core input[type=checkbox],
form.form-core input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none; }
form.form-core input[type=button],
form.form-core input[type=reset],
form.form-core input[type=submit] {
  width: auto;
  height: auto; }

form.form-core input:focus,
form.form-core textarea:focus,
form.form-core select:focus,
form.form-core .uploader.focus,
form.form-core .selector.focus {
  outline: 0;
  border-color: #666; }
form.form-core input[type=file]:focus,
form.form-core input[type=submit]:focus,
form.form-core input[type=button]:focus {
  outline: 1px dotted #666; }

form.form-core .uneditable-input,
form.form-core .uploader.disabled,
form.form-core .selector.disabled,
form.form-core input[disabled],
form.form-core select[disabled],
form.form-core textarea[disabled],
form.form-core input[readonly],
form.form-core select[readonly],
form.form-core textarea[readonly] {
  background-color: #FFF;
  display: block;
  cursor: not-allowed; }
form.form-core input[type="submit"][disabled],
form.form-core input[type="button"][disabled] {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }

form.form-core select[multiple] {
  height: inherit; }
form.form-core .selector {
  line-height: normal;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("/_ui/media/std/components/uniform-form/selector-icon.png");
  padding-right: 20px;
  *margin-top: 1px; }
  form.form-core .selector select {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  form.form-core .selector span {
    display: block;
    width: auto;
    white-space: nowrap;
    overflow: hidden; }

form.form-core .uploader {
  display: block;
  position: relative;
  cursor: pointer; }
  form.form-core .uploader input[type=file] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  form.form-core .uploader span.filename {
    display: block;
    width: auto;
    padding-right: 150px;
    line-height: normal;
    overflow: hidden; }
  form.form-core .uploader span.action {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .7em 0;
    font-size: .85em;
    border-left: 1px solid #CCC;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #FFF; }

form.form-core .radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }
  form.form-core .radio.hover span.checked {
    background-position: -64px -9px; }
  form.form-core .radio.focus span {
    background-position: -28px -9px; }
  form.form-core .radio.disabled span {
    background-position: -46px -9px; }
  form.form-core .radio.hover span.checked, form.form-core .radio.focus span.checked {
    background-position: -64px -9px; }
  form.form-core .radio span.checked {
    background-position: -64px -9px; }
  form.form-core .radio input[type=radio] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: none; }
  form.form-core .radio span {
    background-image: url("/_ui/media/std/components/uniform-form/sprite.png");
    background-position: left top;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 18px;
    height: 18px;
    background-position: -10px -9px; }

form.form-core .checker {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }
  form.form-core .checker.hover span {
    background-position: -28px -33px; }
  form.form-core .checker.focus span {
    background-position: -28px -33px; }
  form.form-core .checker.disabled span {
    background-position: -46px -33px; }
  form.form-core .checker span.checked {
    background-position: -64px -33px; }
  form.form-core .checker input[type=checkbox] {
    border: initial;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: none; }
  form.form-core .checker span {
    background-image: url("/_ui/media/std/components/uniform-form/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    width: 18px;
    height: 18px;
    background-position: -10px -33px; }

form.form-core textarea {
  min-height: 130px;
  resize: vertical; }

form.form-core .input-prepend .add-on,
form.form-core .input-append .add-on {
  background: #f5f5f5;
  display: table-cell;
  *display: none;
  padding: .5em;
  line-height: normal;
  color: #bbb;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
form.form-core .input-prepend {
  display: table;
  width: 100%; }
  form.form-core .input-prepend .add-on {
    border-right: 0; }
  form.form-core .input-prepend input, form.form-core .input-prepend .selector, form.form-core .input-prepend .uploader {
    display: table-cell; }
form.form-core .input-append {
  display: table;
  width: 100%; }
  form.form-core .input-append .add-on {
    border-left: 0; }
  form.form-core .input-append input, form.form-core .input-append .selector, form.form-core .input-append .uploader {
    display: table-cell; }

form.form-core p.error-text {
  margin-top: .5em;
  margin-bottom: 0;
  color: #b94a48; }
  form.form-core p.error-text .label {
    margin-right: 1em; }
form.form-core .help-block {
  display: block;
  margin: 5px 0; }
form.form-core .help-inline,
form.form-core .help-block {
  font-size: .9em;
  line-height: 1.3;
  color: #BFBFBF; }
form.form-core .help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */ }
form.form-core div.control-group.error > label,
form.form-core div.control-group.error span.help-inline,
form.form-core div.control-group.error span.help-block {
  color: #b94a48; }
form.form-core div.control-group.error input,
form.form-core div.control-group.error textarea {
  border-color: #eed3d3; }
  form.form-core div.control-group.error input:focus,
  form.form-core div.control-group.error textarea:focus {
    border-color: #eed3d3; }
form.form-core div.control-group.error .input-prepend span.add-on,
form.form-core div.control-group.error .input-append span.add-on {
  background: #f2dede;
  border-color: #eed3d3;
  color: #b94a48; }
form.form-core div.control-group.success > label,
form.form-core div.control-group.success span.help-inline,
form.form-core div.control-group.success span.help-block {
  color: #468847; }
form.form-core div.control-group.success input,
form.form-core div.control-group.success textarea {
  border-color: #d0e9c6; }
  form.form-core div.control-group.success input:focus,
  form.form-core div.control-group.success textarea:focus {
    border-color: #d0e9c6; }
form.form-core div.control-group.success .input-prepend span.add-on,
form.form-core div.control-group.success .input-append span.add-on {
  background: #dff0d8;
  border-color: #d0e9c6;
  color: #dff0d8; }

a.btn {
  text-decoration: none; }

.btn, .ui-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  padding: .5em 1em;
  background-color: #FFF;
  color: #333;
  font-size: 14px ;
  font-size: 1rem ;
  line-height: normal !important;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .btn.active, .btn:hover, .btn:active, .ui-button.active, .ui-button:hover, .ui-button:active {
    border-color: #000; }
  .btn:focus, .ui-button:focus {
    outline: 1px dotted #666;
    border-color: #000; }
  .btn.disabled, .btn[disabled], .ui-button.disabled, .ui-button[disabled] {
    cursor: default;
    opacity: .6; }

.btn-large {
  font-size: 16px ;
  font-size: 1.2rem ; }

.btn-small {
  font-size: 11px ;
  font-size: 0.85rem ; }

.btn-block {
  display: block;
  text-align: center;
  width: 100%; }
  .ie7 .btn-block {
    width: 90%; }

.btn-primary {
  color: #FFF;
  background-color: black;
  border-color: black; }
  .btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #FFF;
    border-color: black; }

.btn-secondary {
  color: #FFF;
  background-color: #666666;
  border-color: #666666; }
  .btn-secondary.active, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    color: #FFF;
    border-color: #4d4d4d; }

.btn-error {
  color: #FFF;
  background-color: #c73f38;
  border-color: #c73f38; }
  .btn-error.active, .btn-error:hover, .btn-error:active, .btn-error:focus {
    color: #FFF;
    border-color: #9f322d; }

.btn-warning {
  color: #FFF;
  background-color: #f9a021;
  border-color: #f9a021; }
  .btn-warning.active, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #FFF;
    border-color: #e18706; }

.btn-success {
  color: #FFF;
  background-color: #7ec09c;
  border-color: #7ec09c; }
  .btn-success.active, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #FFF;
    border-color: #5caf82; }

.badge, form.form-core p.error-text .label {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  color: inherit;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: .18em .4em .18em;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: .9em;
  border-radius: 3px; }

i.glyph-icon.contrast.glass {
  background-position: -368px -16px; }
i.glyph-icon.contrast.music {
  background-position: -384px -16px; }
i.glyph-icon.contrast.search {
  background-position: -400px -16px; }
i.glyph-icon.contrast.envelope {
  background-position: -416px -16px; }
i.glyph-icon.contrast.heart {
  background-position: -432px -16px; }
i.glyph-icon.contrast.star {
  background-position: -448px -16px; }
i.glyph-icon.contrast.star-empty {
  background-position: -464px -16px; }
i.glyph-icon.contrast.user {
  background-position: -480px -16px; }
i.glyph-icon.contrast.film {
  background-position: -496px -16px; }
i.glyph-icon.contrast.thumbs-big {
  background-position: -512px -16px; }
i.glyph-icon.contrast.thumbs-small {
  background-position: -528px -16px; }
i.glyph-icon.contrast.thumbs-list {
  background-position: -544px -16px; }
i.glyph-icon.contrast.ok {
  background-position: -560px -16px; }
i.glyph-icon.contrast.remove {
  background-position: -576px -16px; }
i.glyph-icon.contrast.zoom {
  background-position: -592px -16px; }
i.glyph-icon.contrast.zoom-out {
  background-position: -608px -16px; }
i.glyph-icon.contrast.off {
  background-position: -624px -16px; }
i.glyph-icon.contrast.signal {
  background-position: -640px -16px; }
i.glyph-icon.contrast.cogwheel {
  background-position: -656px -16px; }
i.glyph-icon.contrast.bin {
  background-position: -672px -16px; }
i.glyph-icon.contrast.home {
  background-position: -368px -32px; }
i.glyph-icon.contrast.file {
  background-position: -384px -32px; }
i.glyph-icon.contrast.time {
  background-position: -400px -32px; }
i.glyph-icon.contrast.road {
  background-position: -416px -32px; }
i.glyph-icon.contrast.download {
  background-position: -432px -32px; }
i.glyph-icon.contrast.download-round {
  background-position: -448px -32px; }
i.glyph-icon.contrast.upload-round {
  background-position: -464px -32px; }
i.glyph-icon.contrast.inbox {
  background-position: -480px -32px; }
i.glyph-icon.contrast.circle-play {
  background-position: -496px -32px; }
i.glyph-icon.contrast.repeat {
  background-position: -512px -32px; }
i.glyph-icon.contrast.refresh {
  background-position: -528px -32px; }
i.glyph-icon.contrast.list {
  background-position: -544px -32px; }
i.glyph-icon.contrast.lock {
  background-position: -560px -32px; }
i.glyph-icon.contrast.flag {
  background-position: -576px -32px; }
i.glyph-icon.contrast.headphones {
  background-position: -592px -32px; }
i.glyph-icon.contrast.volume-off {
  background-position: -608px -32px; }
i.glyph-icon.contrast.volume-down {
  background-position: -624px -32px; }
i.glyph-icon.contrast.volume-up {
  background-position: -640px -32px; }
i.glyph-icon.contrast.qrcode {
  background-position: -656px -32px; }
i.glyph-icon.contrast.barcode {
  background-position: -672px -32px; }
i.glyph-icon.contrast.tag {
  background-position: -368px -48px; }
i.glyph-icon.contrast.tags {
  background-position: -384px -48px; }
i.glyph-icon.contrast.book {
  background-position: -400px -48px; }
i.glyph-icon.contrast.bookmark {
  background-position: -416px -48px; }
i.glyph-icon.contrast.print {
  background-position: -432px -48px; }
i.glyph-icon.contrast.camera {
  background-position: -448px -48px; }
i.glyph-icon.contrast.font {
  background-position: -464px -48px; }
i.glyph-icon.contrast.font-bold {
  background-position: -480px -48px; }
i.glyph-icon.contrast.font-italic {
  background-position: -496px -48px; }
i.glyph-icon.contrast.text-height {
  background-position: -512px -48px; }
i.glyph-icon.contrast.text-width {
  background-position: -528px -48px; }
i.glyph-icon.contrast.align-left {
  background-position: -544px -48px; }
i.glyph-icon.contrast.align-center {
  background-position: -560px -48px; }
i.glyph-icon.contrast.align-right {
  background-position: -576px -48px; }
i.glyph-icon.contrast.justify {
  background-position: -592px -48px; }
i.glyph-icon.contrast.list {
  background-position: -608px -48px; }
i.glyph-icon.contrast.left-indent {
  background-position: -624px -48px; }
i.glyph-icon.contrast.right-indent {
  background-position: -640px -48px; }
i.glyph-icon.contrast.facetime {
  background-position: -656px -48px; }
i.glyph-icon.contrast.image {
  background-position: -672px -48px; }
i.glyph-icon.contrast.pencil {
  background-position: -368px -64px; }
i.glyph-icon.contrast.map-marker {
  background-position: -384px -64px; }
i.glyph-icon.contrast.adjust {
  background-position: -400px -64px; }
i.glyph-icon.contrast.tint {
  background-position: -416px -64px; }
i.glyph-icon.contrast.edit {
  background-position: -432px -64px; }
i.glyph-icon.contrast.share {
  background-position: -448px -64px; }
i.glyph-icon.contrast.check {
  background-position: -464px -64px; }
i.glyph-icon.contrast.move {
  background-position: -480px -64px; }
i.glyph-icon.contrast.step-backward {
  background-position: -496px -64px; }
i.glyph-icon.contrast.fast-backward {
  background-position: -512px -64px; }
i.glyph-icon.contrast.backward {
  background-position: -528px -64px; }
i.glyph-icon.contrast.play {
  background-position: -544px -64px; }
i.glyph-icon.contrast.pause {
  background-position: -560px -64px; }
i.glyph-icon.contrast.stop {
  background-position: -576px -64px; }
i.glyph-icon.contrast.forward {
  background-position: -592px -64px; }
i.glyph-icon.contrast.fast-forward {
  background-position: -608px -64px; }
i.glyph-icon.contrast.step-forward {
  background-position: -624px -64px; }
i.glyph-icon.contrast.eject {
  background-position: -640px -64px; }
i.glyph-icon.contrast.thin-left-arrow {
  background-position: -656px -64px; }
i.glyph-icon.contrast.thin-right-arrow {
  background-position: -672px -64px; }
i.glyph-icon.contrast.circle-plus {
  background-position: -368px -80px; }
i.glyph-icon.contrast.circle-minus {
  background-position: -384px -80px; }
i.glyph-icon.contrast.circle-remove {
  background-position: -400px -80px; }
i.glyph-icon.contrast.circle-ok {
  background-position: -416px -80px; }
i.glyph-icon.contrast.circle-question {
  background-position: -432px -80px; }
i.glyph-icon.contrast.circle-info {
  background-position: -448px -80px; }
i.glyph-icon.contrast.screenshot {
  background-position: -464px -80px; }
i.glyph-icon.contrast.remove-empty {
  background-position: -480px -80px; }
i.glyph-icon.contrast.ok-empty {
  background-position: -496px -80px; }
i.glyph-icon.contrast.ban {
  background-position: -512px -80px; }
i.glyph-icon.contrast.left-arrow {
  background-position: -528px -80px; }
i.glyph-icon.contrast.right-arrow {
  background-position: -544px -80px; }
i.glyph-icon.contrast.up-arrow {
  background-position: -560px -80px; }
i.glyph-icon.contrast.down-arrow {
  background-position: -576px -80px; }
i.glyph-icon.contrast.share-big {
  background-position: -592px -80px; }
i.glyph-icon.contrast.resize-full {
  background-position: -608px -80px; }
i.glyph-icon.contrast.resize-small {
  background-position: -624px -80px; }
i.glyph-icon.contrast.plus {
  background-position: -640px -80px; }
i.glyph-icon.contrast.minus {
  background-position: -656px -80px; }
i.glyph-icon.contrast.asterix {
  background-position: -672px -80px; }
i.glyph-icon.contrast.circle-exc {
  background-position: -368px -96px; }
i.glyph-icon.contrast.gift {
  background-position: -384px -96px; }
i.glyph-icon.contrast.leaf {
  background-position: -400px -96px; }
i.glyph-icon.contrast.fire {
  background-position: -416px -96px; }
i.glyph-icon.contrast.eye-open {
  background-position: -432px -96px; }
i.glyph-icon.contrast.eye-close {
  background-position: -448px -96px; }
i.glyph-icon.contrast.warning-sign {
  background-position: -464px -96px; }
i.glyph-icon.contrast.plane {
  background-position: -480px -96px; }
i.glyph-icon.contrast.calendar {
  background-position: -496px -96px; }
i.glyph-icon.contrast.random {
  background-position: -512px -96px; }
i.glyph-icon.contrast.comments {
  background-position: -528px -96px; }
i.glyph-icon.contrast.magnet {
  background-position: -544px -96px; }
i.glyph-icon.contrast.thin-up-arrow {
  background-position: -560px -96px; }
i.glyph-icon.contrast.thin-down-arrow {
  background-position: -576px -96px; }
i.glyph-icon.contrast.retweet {
  background-position: -592px -96px; }
i.glyph-icon.contrast.shopping-cart {
  background-position: -608px -96px; }
i.glyph-icon.contrast.folder {
  background-position: -624px -96px; }
i.glyph-icon.contrast.folder-open {
  background-position: -640px -96px; }
i.glyph-icon.contrast.resize-vert {
  background-position: -656px -96px; }
i.glyph-icon.contrast.resize-hor {
  background-position: -672px -96px; }
i.glyph-icon.contrast.phone {
  background-position: -368px -112px; }
i.glyph-icon.contrast.mobile {
  background-position: -384px -112px; }
i.glyph-icon.glass {
  background-position: -16px -16px; }
i.glyph-icon.music {
  background-position: -32px -16px; }
i.glyph-icon.search {
  background-position: -48px -16px; }
i.glyph-icon.envelope {
  background-position: -64px -16px; }
i.glyph-icon.heart {
  background-position: -80px -16px; }
i.glyph-icon.star {
  background-position: -96px -16px; }
i.glyph-icon.star-empty {
  background-position: -112px -16px; }
i.glyph-icon.user {
  background-position: -128px -16px; }
i.glyph-icon.film {
  background-position: -144px -16px; }
i.glyph-icon.thumbs-big {
  background-position: -160px -16px; }
i.glyph-icon.thumbs-small {
  background-position: -176px -16px; }
i.glyph-icon.thumbs-list {
  background-position: -192px -16px; }
i.glyph-icon.ok {
  background-position: -208px -16px; }
i.glyph-icon.remove {
  background-position: -224px -16px; }
i.glyph-icon.zoom {
  background-position: -240px -16px; }
i.glyph-icon.zoom-out {
  background-position: -256px -16px; }
i.glyph-icon.off {
  background-position: -272px -16px; }
i.glyph-icon.signal {
  background-position: -288px -16px; }
i.glyph-icon.cogwheel {
  background-position: -304px -16px; }
i.glyph-icon.bin {
  background-position: -320px -16px; }
i.glyph-icon.home {
  background-position: -16px -32px; }
i.glyph-icon.file {
  background-position: -32px -32px; }
i.glyph-icon.time {
  background-position: -48px -32px; }
i.glyph-icon.road {
  background-position: -64px -32px; }
i.glyph-icon.download {
  background-position: -80px -32px; }
i.glyph-icon.download-round {
  background-position: -96px -32px; }
i.glyph-icon.upload-round {
  background-position: -112px -32px; }
i.glyph-icon.inbox {
  background-position: -128px -32px; }
i.glyph-icon.circle-play {
  background-position: -144px -32px; }
i.glyph-icon.repeat {
  background-position: -160px -32px; }
i.glyph-icon.refresh {
  background-position: -176px -32px; }
i.glyph-icon.list {
  background-position: -192px -32px; }
i.glyph-icon.lock {
  background-position: -208px -32px; }
i.glyph-icon.flag {
  background-position: -224px -32px; }
i.glyph-icon.headphones {
  background-position: -240px -32px; }
i.glyph-icon.volume-off {
  background-position: -256px -32px; }
i.glyph-icon.volume-down {
  background-position: -272px -32px; }
i.glyph-icon.volume-up {
  background-position: -288px -32px; }
i.glyph-icon.qrcode {
  background-position: -304px -32px; }
i.glyph-icon.barcode {
  background-position: -320px -32px; }
i.glyph-icon.tag {
  background-position: -16px -48px; }
i.glyph-icon.tags {
  background-position: -32px -48px; }
i.glyph-icon.book {
  background-position: -48px -48px; }
i.glyph-icon.bookmark {
  background-position: -64px -48px; }
i.glyph-icon.print {
  background-position: -80px -48px; }
i.glyph-icon.camera {
  background-position: -96px -48px; }
i.glyph-icon.font {
  background-position: -112px -48px; }
i.glyph-icon.font-bold {
  background-position: -128px -48px; }
i.glyph-icon.font-italic {
  background-position: -144px -48px; }
i.glyph-icon.text-height {
  background-position: -160px -48px; }
i.glyph-icon.text-width {
  background-position: -176px -48px; }
i.glyph-icon.align-left {
  background-position: -192px -48px; }
i.glyph-icon.align-center {
  background-position: -208px -48px; }
i.glyph-icon.align-right {
  background-position: -224px -48px; }
i.glyph-icon.justify {
  background-position: -240px -48px; }
i.glyph-icon.list {
  background-position: -256px -48px; }
i.glyph-icon.left-indent {
  background-position: -272px -48px; }
i.glyph-icon.right-indent {
  background-position: -288px -48px; }
i.glyph-icon.facetime {
  background-position: -304px -48px; }
i.glyph-icon.image {
  background-position: -320px -48px; }
i.glyph-icon.pencil {
  background-position: -16px -64px; }
i.glyph-icon.map-marker {
  background-position: -32px -64px; }
i.glyph-icon.adjust {
  background-position: -48px -64px; }
i.glyph-icon.tint {
  background-position: -64px -64px; }
i.glyph-icon.edit {
  background-position: -80px -64px; }
i.glyph-icon.share {
  background-position: -96px -64px; }
i.glyph-icon.check {
  background-position: -112px -64px; }
i.glyph-icon.move {
  background-position: -128px -64px; }
i.glyph-icon.step-backward {
  background-position: -144px -64px; }
i.glyph-icon.fast-backward {
  background-position: -160px -64px; }
i.glyph-icon.backward {
  background-position: -176px -64px; }
i.glyph-icon.play {
  background-position: -192px -64px; }
i.glyph-icon.pause {
  background-position: -208px -64px; }
i.glyph-icon.stop {
  background-position: -224px -64px; }
i.glyph-icon.forward {
  background-position: -240px -64px; }
i.glyph-icon.fast-forward {
  background-position: -256px -64px; }
i.glyph-icon.step-forward {
  background-position: -272px -64px; }
i.glyph-icon.eject {
  background-position: -288px -64px; }
i.glyph-icon.thin-left-arrow {
  background-position: -304px -64px; }
i.glyph-icon.thin-right-arrow {
  background-position: -320px -64px; }
i.glyph-icon.circle-plus {
  background-position: -16px -80px; }
i.glyph-icon.circle-minus {
  background-position: -32px -80px; }
i.glyph-icon.circle-remove {
  background-position: -48px -80px; }
i.glyph-icon.circle-ok {
  background-position: -64px -80px; }
i.glyph-icon.circle-question {
  background-position: -80px -80px; }
i.glyph-icon.circle-info {
  background-position: -96px -80px; }
i.glyph-icon.screenshot {
  background-position: -112px -80px; }
i.glyph-icon.remove-empty {
  background-position: -128px -80px; }
i.glyph-icon.ok-empty {
  background-position: -144px -80px; }
i.glyph-icon.ban {
  background-position: -160px -80px; }
i.glyph-icon.left-arrow {
  background-position: -176px -80px; }
i.glyph-icon.right-arrow {
  background-position: -192px -80px; }
i.glyph-icon.up-arrow {
  background-position: -208px -80px; }
i.glyph-icon.down-arrow {
  background-position: -224px -80px; }
i.glyph-icon.share-big {
  background-position: -240px -80px; }
i.glyph-icon.resize-full {
  background-position: -256px -80px; }
i.glyph-icon.resize-small {
  background-position: -272px -80px; }
i.glyph-icon.plus {
  background-position: -288px -80px; }
i.glyph-icon.minus {
  background-position: -304px -80px; }
i.glyph-icon.asterix {
  background-position: -320px -80px; }
i.glyph-icon.circle-exc {
  background-position: -16px -96px; }
i.glyph-icon.gift {
  background-position: -32px -96px; }
i.glyph-icon.leaf {
  background-position: -48px -96px; }
i.glyph-icon.fire {
  background-position: -64px -96px; }
i.glyph-icon.eye-open {
  background-position: -80px -96px; }
i.glyph-icon.eye-close {
  background-position: -96px -96px; }
i.glyph-icon.warning-sign {
  background-position: -112px -96px; }
i.glyph-icon.plane {
  background-position: -128px -96px; }
i.glyph-icon.calendar {
  background-position: -144px -96px; }
i.glyph-icon.random {
  background-position: -160px -96px; }
i.glyph-icon.comments {
  background-position: -176px -96px; }
i.glyph-icon.magnet {
  background-position: -192px -96px; }
i.glyph-icon.thin-up-arrow {
  background-position: -208px -96px; }
i.glyph-icon.thin-down-arrow {
  background-position: -224px -96px; }
i.glyph-icon.retweet {
  background-position: -240px -96px; }
i.glyph-icon.shopping-cart {
  background-position: -256px -96px; }
i.glyph-icon.folder {
  background-position: -272px -96px; }
i.glyph-icon.folder-open {
  background-position: -288px -96px; }
i.glyph-icon.resize-vert {
  background-position: -304px -96px; }
i.glyph-icon.resize-hor {
  background-position: -320px -96px; }
i.glyph-icon.phone {
  background-position: -16px -112px; }
i.glyph-icon.mobile {
  background-position: -32px -112px; }

.pagination {
  margin-bottom: 28px ;
  margin-bottom: 2rem ; }

.pagination ul {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0; }

.pagination.pagination-rounded ul {
  border-radius: 3px; }

.pagination li {
  display: inline; }

.pagination a {
  float: left;
  padding: .5em 1em;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0; }

.pagination .active a {
  background-color: #f5f5f5; }

.pagination .active a {
  cursor: default; }

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination a.disabled,
.pagination a.disabled:hover {
  cursor: default;
  opacity: .5; }

.pagination li:first-child a {
  border-left-width: 1px; }

.pagination.pagination-rounded li:first-child a {
  border-radius: 3px 0 0 3px; }

.pagination.pagination-rounded li:last-child a {
  border-radius: 0 3px 3px 0; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.breadcrumbs {
  margin-bottom: 28px ;
  margin-bottom: 2rem ;
  margin-left: 0;
  list-style: none; }
  .breadcrumbs li {
    display: inline; }
  .breadcrumbs .divider {
    padding: 0 5px; }

.breadcrumbs-rounded {
  border-radius: 3px; }

.tabs {
  border-bottom: 1px solid #CCC; }
  .tabs a {
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    margin-bottom: -1px; }
  .tabs .active a, .tabs a.active {
    border: 1px solid #CCC;
    border-bottom-color: #FFF; }
  @media (min-width: 820px) {
    .tabs li {
      float: left; } }

.tabs-rounded .active a {
  border-radius: 3px 3px 0 0; }

.tabs-centered {
  text-align: center; }

.tabs-right {
  text-align: right; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  font-family: inherit;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

input[type=checkbox],
input[type=radio] {
  cursor: pointer; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

audio,
canvas,
video {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }

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

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

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

a:focus {
  outline: thin dotted; }

a {
  color: black; }

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

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

html, body {
  padding: 0;
  margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

@font-face {
  font-family: 'HelveticaThin';
  src: url("../../fonts/helvetica_neue_ce_35_thin-webfont.eot");
  src: url("../../fonts/helvetica_neue_ce_35_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica_neue_ce_35_thin-webfont.woff") format("woff"), url("../../fonts/helvetica_neue_ce_35_thin-webfont.ttf") format("truetype"), url("../../fonts/helvetica_neue_ce_35_thin-webfont.svg#helvetica_ce_35_thinregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaThinItalic';
  src: url("../../fonts/helvetica_neue_ce_36_thin_italic-webfont.eot");
  src: url("../../fonts/helvetica_neue_ce_36_thin_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/helvetica_neue_ce_36_thin_italic-webfont.woff") format("woff"), url("../../fonts/helvetica_neue_ce_36_thin_italic-webfont.ttf") format("truetype"), url("../../fonts/helvetica_neue_ce_36_thin_italic-webfont.svg#helvetica_ce_35_thinitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaLight';
  src: url("../../fonts/helveticalight.eot");
  src: url("../../fonts/helveticalight.eot") format("embedded-opentype"), url("../../fonts/helveticalight.woff") format("woff"), url("../../fonts/helveticalight.ttf") format("truetype"), url("../../fonts/helveticalight.svg#HelveticaLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaLightItalic';
  src: url("../../fonts/helveticalightitalic.eot");
  src: url("../../fonts/helveticalightitalic.eot") format("embedded-opentype"), url("../../fonts/helveticalightitalic.woff") format("woff"), url("../../fonts/helveticalightitalic.ttf") format("truetype"), url("../../fonts/helveticalightitalic.svg#HelveticaLightOblique") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaRegular';
  src: url("../../fonts/helvetica-neue-reguar.eot");
  src: url("../../fonts/helvetica-neue-reguar.eot") format("embedded-opentype"), url("../../fonts/helvetica-neue-reguar.woff") format("woff"), url("../../fonts/helvetica-neue-reguar.ttf") format("truetype"), url("../../fonts/helvetica-neue-reguar.svg#HelveticaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.ie9 *, .ie8 *, .ie7 * {
  font-weight: normal !important; }

[class*="col-"] {
  float: left; }

.col-100, .w-100 {
  width: 100%; }

.offset-100 {
  margin-left: 100%; }

.col-99, .w-99 {
  width: 99%; }

.offset-99 {
  margin-left: 99%; }

.col-98, .w-98 {
  width: 98%; }

.offset-98 {
  margin-left: 98%; }

.col-97, .w-97 {
  width: 97%; }

.offset-97 {
  margin-left: 97%; }

.col-96, .w-96 {
  width: 96%; }

.offset-96 {
  margin-left: 96%; }

.col-95, .w-95 {
  width: 95%; }

.offset-95 {
  margin-left: 95%; }

.col-94, .w-94 {
  width: 94%; }

.offset-94 {
  margin-left: 94%; }

.col-93, .w-93 {
  width: 93%; }

.offset-93 {
  margin-left: 93%; }

.col-92, .w-92 {
  width: 92%; }

.offset-92 {
  margin-left: 92%; }

.col-91, .w-91 {
  width: 91%; }

.offset-91 {
  margin-left: 91%; }

.col-90, .w-90 {
  width: 90%; }

.offset-90 {
  margin-left: 90%; }

.col-89, .w-89 {
  width: 89%; }

.offset-89 {
  margin-left: 89%; }

.col-88, .w-88 {
  width: 88%; }

.offset-88 {
  margin-left: 88%; }

.col-87, .w-87 {
  width: 87%; }

.offset-87 {
  margin-left: 87%; }

.col-86, .w-86 {
  width: 86%; }

.offset-86 {
  margin-left: 86%; }

.col-85, .w-85 {
  width: 85%; }

.offset-85 {
  margin-left: 85%; }

.col-84, .w-84 {
  width: 84%; }

.offset-84 {
  margin-left: 84%; }

.col-83, .w-83 {
  width: 83%; }

.offset-83 {
  margin-left: 83%; }

.col-82, .w-82 {
  width: 82%; }

.offset-82 {
  margin-left: 82%; }

.col-81, .w-81 {
  width: 81%; }

.offset-81 {
  margin-left: 81%; }

.col-80, .w-80 {
  width: 80%; }

.offset-80 {
  margin-left: 80%; }

.col-79, .w-79 {
  width: 79%; }

.offset-79 {
  margin-left: 79%; }

.col-78, .w-78 {
  width: 78%; }

.offset-78 {
  margin-left: 78%; }

.col-77, .w-77 {
  width: 77%; }

.offset-77 {
  margin-left: 77%; }

.col-76, .w-76 {
  width: 76%; }

.offset-76 {
  margin-left: 76%; }

.col-75, .w-75 {
  width: 75%; }

.offset-75 {
  margin-left: 75%; }

.col-74, .w-74 {
  width: 74%; }

.offset-74 {
  margin-left: 74%; }

.col-73, .w-73 {
  width: 73%; }

.offset-73 {
  margin-left: 73%; }

.col-72, .w-72 {
  width: 72%; }

.offset-72 {
  margin-left: 72%; }

.col-71, .w-71 {
  width: 71%; }

.offset-71 {
  margin-left: 71%; }

.col-70, .w-70 {
  width: 70%; }

.offset-70 {
  margin-left: 70%; }

.col-69, .w-69 {
  width: 69%; }

.offset-69 {
  margin-left: 69%; }

.col-68, .w-68 {
  width: 68%; }

.offset-68 {
  margin-left: 68%; }

.col-67, .w-67 {
  width: 67%; }

.offset-67 {
  margin-left: 67%; }

.col-66, .w-66 {
  width: 66%; }

.offset-66 {
  margin-left: 66%; }

.col-65, .w-65 {
  width: 65%; }

.offset-65 {
  margin-left: 65%; }

.col-64, .w-64 {
  width: 64%; }

.offset-64 {
  margin-left: 64%; }

.col-63, .w-63 {
  width: 63%; }

.offset-63 {
  margin-left: 63%; }

.col-62, .w-62 {
  width: 62%; }

.offset-62 {
  margin-left: 62%; }

.col-61, .w-61 {
  width: 61%; }

.offset-61 {
  margin-left: 61%; }

.col-60, .w-60 {
  width: 60%; }

.offset-60 {
  margin-left: 60%; }

.col-59, .w-59 {
  width: 59%; }

.offset-59 {
  margin-left: 59%; }

.col-58, .w-58 {
  width: 58%; }

.offset-58 {
  margin-left: 58%; }

.col-57, .w-57 {
  width: 57%; }

.offset-57 {
  margin-left: 57%; }

.col-56, .w-56 {
  width: 56%; }

.offset-56 {
  margin-left: 56%; }

.col-55, .w-55 {
  width: 55%; }

.offset-55 {
  margin-left: 55%; }

.col-54, .w-54 {
  width: 54%; }

.offset-54 {
  margin-left: 54%; }

.col-53, .w-53 {
  width: 53%; }

.offset-53 {
  margin-left: 53%; }

.col-52, .w-52 {
  width: 52%; }

.offset-52 {
  margin-left: 52%; }

.col-51, .w-51 {
  width: 51%; }

.offset-51 {
  margin-left: 51%; }

.col-50, .w-50 {
  width: 50%; }

.offset-50 {
  margin-left: 50%; }

.col-49, .w-49 {
  width: 49%; }

.offset-49 {
  margin-left: 49%; }

.col-48, .w-48 {
  width: 48%; }

.offset-48 {
  margin-left: 48%; }

.col-47, .w-47 {
  width: 47%; }

.offset-47 {
  margin-left: 47%; }

.col-46, .w-46 {
  width: 46%; }

.offset-46 {
  margin-left: 46%; }

.col-45, .w-45 {
  width: 45%; }

.offset-45 {
  margin-left: 45%; }

.col-44, .w-44 {
  width: 44%; }

.offset-44 {
  margin-left: 44%; }

.col-43, .w-43 {
  width: 43%; }

.offset-43 {
  margin-left: 43%; }

.col-42, .w-42 {
  width: 42%; }

.offset-42 {
  margin-left: 42%; }

.col-41, .w-41 {
  width: 41%; }

.offset-41 {
  margin-left: 41%; }

.col-40, .w-40 {
  width: 40%; }

.offset-40 {
  margin-left: 40%; }

.col-39, .w-39 {
  width: 39%; }

.offset-39 {
  margin-left: 39%; }

.col-38, .w-38 {
  width: 38%; }

.offset-38 {
  margin-left: 38%; }

.col-37, .w-37 {
  width: 37%; }

.offset-37 {
  margin-left: 37%; }

.col-36, .w-36 {
  width: 36%; }

.offset-36 {
  margin-left: 36%; }

.col-35, .w-35 {
  width: 35%; }

.offset-35 {
  margin-left: 35%; }

.col-34, .w-34 {
  width: 34%; }

.offset-34 {
  margin-left: 34%; }

.col-33, .w-33 {
  width: 33%; }

.offset-33 {
  margin-left: 33%; }

.col-32, .w-32 {
  width: 32%; }

.offset-32 {
  margin-left: 32%; }

.col-31, .w-31 {
  width: 31%; }

.offset-31 {
  margin-left: 31%; }

.col-30, .w-30 {
  width: 30%; }

.offset-30 {
  margin-left: 30%; }

.col-29, .w-29 {
  width: 29%; }

.offset-29 {
  margin-left: 29%; }

.col-28, .w-28 {
  width: 28%; }

.offset-28 {
  margin-left: 28%; }

.col-27, .w-27 {
  width: 27%; }

.offset-27 {
  margin-left: 27%; }

.col-26, .w-26 {
  width: 26%; }

.offset-26 {
  margin-left: 26%; }

.col-25, .w-25 {
  width: 25%; }

.offset-25 {
  margin-left: 25%; }

.col-24, .w-24 {
  width: 24%; }

.offset-24 {
  margin-left: 24%; }

.col-23, .w-23 {
  width: 23%; }

.offset-23 {
  margin-left: 23%; }

.col-22, .w-22 {
  width: 22%; }

.offset-22 {
  margin-left: 22%; }

.col-21, .w-21 {
  width: 21%; }

.offset-21 {
  margin-left: 21%; }

.col-20, .w-20 {
  width: 20%; }

.offset-20 {
  margin-left: 20%; }

.col-19, .w-19 {
  width: 19%; }

.offset-19 {
  margin-left: 19%; }

.col-18, .w-18 {
  width: 18%; }

.offset-18 {
  margin-left: 18%; }

.col-17, .w-17 {
  width: 17%; }

.offset-17 {
  margin-left: 17%; }

.col-16, .w-16 {
  width: 16%; }

.offset-16 {
  margin-left: 16%; }

.col-15, .w-15 {
  width: 15%; }

.offset-15 {
  margin-left: 15%; }

.col-14, .w-14 {
  width: 14%; }

.offset-14 {
  margin-left: 14%; }

.col-13, .w-13 {
  width: 13%; }

.offset-13 {
  margin-left: 13%; }

.col-12, .w-12 {
  width: 12%; }

.offset-12 {
  margin-left: 12%; }

.col-11, .w-11 {
  width: 11%; }

.offset-11 {
  margin-left: 11%; }

.col-10, .w-10 {
  width: 10%; }

.offset-10 {
  margin-left: 10%; }

.col-9, .w-9 {
  width: 9%; }

.offset-9 {
  margin-left: 9%; }

.col-8, .w-8 {
  width: 8%; }

.offset-8 {
  margin-left: 8%; }

.col-7, .w-7 {
  width: 7%; }

.offset-7 {
  margin-left: 7%; }

.col-6, .w-6 {
  width: 6%; }

.offset-6 {
  margin-left: 6%; }

.col-5, .w-5 {
  width: 5%; }

.offset-5 {
  margin-left: 5%; }

.col-4, .w-4 {
  width: 4%; }

.offset-4 {
  margin-left: 4%; }

.col-3, .w-3 {
  width: 3%; }

.offset-3 {
  margin-left: 3%; }

.col-2, .w-2 {
  width: 2%; }

.offset-2 {
  margin-left: 2%; }

.col-1, .w-1 {
  width: 1%; }

.offset-1 {
  margin-left: 1%; }

.container {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .container {
      width: 100%; } }

.btn {
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-family: HelveticaThin, Helvetica, sans-serif;
  font-weight: normal; }
  .btn:hover {
    border-color: #fff;
    color: #fff; }
  .btn.btn-primary {
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.5); }
    .btn.btn-primary:hover {
      background-color: rgba(0, 0, 0, 0.7); }
  .btn.btn-secondary {
    background: #dfc54c;
    color: #25247b; }
  .btn.btn-default {
    background: #6b6b6c; }
  .btn.btn-tertiary {
    background: #ed1c24; }
  .btn.btn-custom {
    font-size: 18px;
    color: #fff;
    border: none;
    border: 2px solid;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0.5em 0.9em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .btn.btn-custom.btn-primary {
      background-color: black;
      background-repeat: repeat-x;
      background-image: -khtml-gradient(linear, left top, left bottom, from(#25247b), to(black));
      background-image: -moz-linear-gradient(top, #25247b, black);
      background-image: -ms-linear-gradient(top, #25247b, black);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25247b), color-stop(100%, black));
      background-image: -webkit-linear-gradient(top, #25247b, black);
      background-image: -o-linear-gradient(top, #25247b, black);
      background-image: linear-gradient(top, #25247b, black);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", #25247b, black;
      border-color: #b1b0b3; }
  .btn.btn-large {
    padding: 13px 60px;
    font-size: 18px; }

i.icon {
  background-image: url("../../media/sprite.png");
  background-repeat: no-repeat; }
  i.icon.size-48 {
    width: 48px;
    height: 48px; }
    i.icon.size-48.fb-icon {
      background-position: 0 -124px; }
    i.icon.size-48.tw-icon {
      background-position: -48px -124px; }

form.form-core .control-group {
  margin-bottom: 10px; }
form.form-core input[type="text"], form.form-core input[type="password"], form.form-core textarea {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  padding: 10px;
  color: #666;
  font-family: HelveticaThin, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px; }
  form.form-core input[type="text"]:focus, form.form-core input[type="password"]:focus, form.form-core textarea:focus {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.8); }

* html .slides, html .slides-nested {
  height: 1%; }

.flexslider {
  position: relative; }
  .flexslider .slides, .flexslider .slides-nested {
    zoom: 1; }
    .flexslider .slides > li, .flexslider .slides-nested > li {
      position: relative;
      display: none; }
    .flexslider .slides img, .flexslider .slides-nested img {
      width: 100%;
      height: auto;
      display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flex-direction-nav {
  margin-bottom: 0; }
  .flex-direction-nav a {
    position: absolute;
    display: block;
    top: 50.5%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-image: url("/_ui/media/std/components/i3-flexslider/navigation.png");
    background-repeat: no-repeat; }
  .flex-direction-nav .flex-next {
    right: 0;
    background-position: center -42px; }
  .flex-direction-nav .flex-prev {
    left: 0;
    background-position: center 0; }
  .flex-direction-nav .flex-disabled {
    opacity: 0.1;
    filter: alpha(opacity=10); }

.flexslider-nav-nested .flex-direction-nav .flex-next {
  right: 0; }
.flexslider-nav-nested .flex-direction-nav .flex-prev {
  left: 0; }

.flexslider-nav-on-hover .flex-direction-nav {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0); }

.flex-slider-synched-nav ul.slides li {
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #CCC; }
  .flex-slider-synched-nav ul.slides li img {
    display: block; }
  .flex-slider-synched-nav ul.slides li.flex-active-slide {
    border-color: #333; }

.flexslider:hover.flexslider-nav-on-hover .flex-direction-nav {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-control-nav {
  text-align: center;
  display: block; }
  .flex-control-nav li:first-child a {
    margin-left: 0; }
  .flex-control-nav li:last-child a {
    margin-right: 0; }
  .flex-control-nav a {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 .5em; }
    .flex-control-nav a.flex-active {
      opacity: 0.5;
      filter: alpha(opacity=50); }

.switching-slider .flex-control-nav {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  margin-left: -153px;
  min-width: 305px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10px;
  border-radius: 0 0 5px 5px; }
  .switching-slider .flex-control-nav a {
    background-color: #8d9091; }
    .switching-slider .flex-control-nav a.flex-active {
      background-color: #9ba952;
      opacity: 1;
      filter: alpha(opacity=100); }
.switching-slider ul.slides {
  margin-bottom: 0; }
@media (min-width: 820px) {
  .switching-slider {
    margin-bottom: 50px; }
    .switching-slider .flex-control-nav {
      padding: 15px 15px 20px; } }

.section-container.section-9 .video-list .video h3 {
  font-size: 13px !important; }

.videos-section .video-list .video img {
  border: 2px solid #FFF; }

.videos-section .video-list .video h3 {
  font-size: 17px !important;
  font-weight: normal !important; }

i.icon.size-48.yt-icon {
  background-position: -96px -124px; }

.section-container.section-7 .gallery-info {
  top: 36%; }

.section-container.section-3 .triangle {
  margin-left: -460px; }

.contact-section .contact-form h3 {
  font-size: 30px; }

.contact-section .contact-form .btn {
  font-size: 17px; }

form.form-core input[type="text"], form.form-core input[type="password"], form.form-core textarea {
  font-size: 17px; }

.contact-section .contact-form p {
  font-size: 17px; }

.contact-section .contact-form {
  margin-top: 62px; }

.tq {
  font-size: 28px;
  font-family: HelveticaThin, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  margin: 0px;
  width: 450px;
  margin-top: 90px;
  margin-bottom: 150px; }

.error {
  color: red !important; }

.contact-section .big-triangle {
  border-width: 0 1050px 1200px; }

@media only screen and (min-width: 1600px) {
  .contact-section .map {
    background: url("ui/media/map-large.jpg") fixed 0 0 repeat; } }
.controls-2 {
  width: 49%;
  float: left; }

.navactive {
  color: #c3179e !important; }

.header {
  background: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  .header .nav-trigger {
    display: none;
    float: right;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    font-family: HelveticaLight, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 15px; }
    .header .nav-trigger:hover {
      color: #c3179e; }
  @media (max-width: 600px) {
    .header .nav-trigger {
      display: block; }
    .header.show .primary-nav {
      display: block; } }

.logo {
  float: left;
  margin: 10px 0;
  max-width: 300px; }
  @media (max-width: 600px) {
    .logo {
      margin-top: 14px;
      margin-left: 10px;
      max-width: 170px; } }

.primary-nav {
  float: right; }
  .primary-nav ul {
    margin: 0; }
    .primary-nav ul li {
      float: left;
      margin-right: 1px; }
      .primary-nav ul li a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #999;
        font-size: 16px;
        font-family: HelveticaLight, Helvetica, sans-serif;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .primary-nav ul li a:hover {
          color: #c3179e; }
      .primary-nav ul li.active a {
        color: #c3179e; }
  @media (max-width: 600px) {
    .primary-nav {
      float: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      display: none;
      background: rgba(0, 0, 0, 0.8);
      border-top: 1px solid #333; }
      .primary-nav ul li {
        float: none;
        display: block;
        margin: 0;
        border-bottom: 1px solid #333; }
        .primary-nav ul li a {
          padding: 10px; } }

.section {
  position: relative;
  background-image: none; }
  .section .home-slider {
    z-index: 11; }
    .section .home-slider .slides {
      margin: 0; }
  .section .img-centered {
    width: 505px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -252px;
    z-index: 12; }
  .section .section-foot-note {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
    z-index: 13; }
    .section .section-foot-note h2 {
      font-size: 28px;
      color: #fff;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      margin: 0; }
    .section .section-foot-note .img-right-aligned {
      float: right;
      margin-top: -25px; }
    .section .section-foot-note .slider-nav ul {
      margin: 0; }
      .section .section-foot-note .slider-nav ul > li {
        float: left;
        position: relative;
        width: 20px;
        height: 15px;
        margin-right: 3px;
        cursor: pointer; }
        .section .section-foot-note .slider-nav ul > li span {
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          left: 0; }
        .section .section-foot-note .slider-nav ul > li:nth-child(odd) span {
          border-top: 20px solid #999;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent; }
          .section .section-foot-note .slider-nav ul > li:nth-child(odd) span:hover {
            border-top-color: #fff; }
        .section .section-foot-note .slider-nav ul > li:nth-child(even) span {
          border-bottom: 20px solid #999;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent; }
          .section .section-foot-note .slider-nav ul > li:nth-child(even) span:hover {
            border-bottom-color: #fff; }
        .section .section-foot-note .slider-nav ul > li.flex-active:nth-child(odd) span {
          border-top-color: #c3179e; }
        .section .section-foot-note .slider-nav ul > li.flex-active:nth-child(even) span {
          border-bottom-color: #c3179e; }
  @media (max-width: 600px) {
    .section .img-centered {
      width: auto;
      height: auto;
      max-width: 200px;
      top: 5%;
      left: 20%;
      right: 20%;
      margin: 0 auto; }
    .section .section-foot-note {
      padding: 5px 0;
      text-align: left;
      bottom: 0; }
      .section .section-foot-note h2 {
        font-size: 14px;
        margin-left: 10px; }
      .section .section-foot-note .img-right-aligned {
        margin-top: -12px;
        margin-right: 10px; }
      .section .section-foot-note .slider-nav ul > li {
        width: 10px;
        height: 5px;
        margin-right: 1px; }
        .section .section-foot-note .slider-nav ul > li:nth-child(odd) span {
          border-top-width: 10px;
          border-left-width: 5px;
          border-right-width: 5px; }
        .section .section-foot-note .slider-nav ul > li:nth-child(even) span {
          border-bottom-width: 10px;
          border-left-width: 5px;
          border-right-width: 5px; } }

.ie8 .section .slider-nav ul > li span {
  display: block;
  background: #fff;
  width: 10px;
  height: 10px; }

.section-container {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .section-container.section-2 {
    background-image: url(../../media/section-2.jpg); }
    .section-container.section-2 .big-triangle {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 950px 950px;
      border-color: transparent #c3179e transparent transparent;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 11; }
    .section-container.section-2 .about-info {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      padding: 60px 40px;
      width: 720px;
      height: 480px;
      top: 50%;
      margin-top: -240px;
      left: 50%;
      margin-left: -360px;
      z-index: 12;
      text-align: center; }
      .section-container.section-2 .about-info div.section-line {
        position: absolute;
        background-color: #c3179e;
        z-index: 13; }
        .section-container.section-2 .about-info div.section-line.top-line {
          top: 20px;
          left: 20px;
          right: 500px;
          height: 1px; }
        .section-container.section-2 .about-info div.section-line.left-line {
          top: 20px;
          left: 20px;
          width: 1px;
          bottom: 20px; }
        .section-container.section-2 .about-info div.section-line.bottom-line {
          bottom: 20px;
          left: 20px;
          height: 1px;
          right: 200px; }
      .section-container.section-2 .about-info h2 {
        font-size: 60px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
        text-transform: uppercase; }
      .section-container.section-2 .about-info p {
        color: #fff;
        font-size: 18px;
        margin: 0 30px;
        margin-bottom: 20px;
        font-family: HelveticaLight, Helvetica, sans-serif; }
        .section-container.section-2 .about-info p span {
          display: block;
          font-size: 22px;
          font-family: HelveticaLight, Helvetica, sans-serif; }
      .section-container.section-2 .about-info .btn.btn-primary {
        background: #c3179e; }
  .section-container.section-3 {
    background-image: url(../../media/section-3.jpg); }
    .section-container.section-3 .triangle {
      width: 0;
      height: 0;
      position: absolute;
      border-bottom-color: #c1179e;
      border-bottom: 650px solid rgba(193, 23, 158, 0.7);
      border-left: 460px solid transparent;
      border-right: 460px solid transparent;
      left: 50%;
      margin-left: -480px;
      top: 50%;
      margin-top: -330px; }
    .section-container.section-3 .brand-content {
      position: absolute;
      top: 50%;
      margin-top: -50px;
      left: 50%;
      margin-left: -450px;
      width: 900px;
      text-align: center; }
      .section-container.section-3 .brand-content h2 {
        font-size: 60px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        font-weight: normal;
        color: #deff00;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: -1px; }
      .section-container.section-3 .brand-content h4 {
        font-size: 38px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        font-weight: normal;
        color: #fff;
        margin-bottom: 20px;
        margin-right: 100px;
        margin-left: 100px; }
      .section-container.section-3 .brand-content p {
        font-size: 18px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        color: #fff;
        line-height: 1.3;
        margin-right: 120px;
        margin-left: 120px; }
  .section-container.section-4 {
    background-image: url(../../media/section-4.jpg); }
    .section-container.section-4 .big-triangle {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 1200px 1200px;
      border-color: transparent transparent transparent #00fffc;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 11; }
    .section-container.section-4 .wedo-info {
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      padding: 60px 40px;
      position: absolute;
      width: 720px;
      height: 480px;
      top: 50%;
      margin-top: -210px;
      left: 50%;
      margin-left: -360px;
      z-index: 12;
      text-align: center; }
      .section-container.section-4 .wedo-info div.section-line {
        position: absolute;
        background-color: #00c2e9;
        z-index: 13; }
        .section-container.section-4 .wedo-info div.section-line.top-line {
          top: 20px;
          left: 20px;
          right: 500px;
          height: 1px; }
        .section-container.section-4 .wedo-info div.section-line.left-line {
          top: 20px;
          left: 20px;
          width: 1px;
          bottom: 20px; }
        .section-container.section-4 .wedo-info div.section-line.bottom-line {
          bottom: 20px;
          left: 20px;
          height: 1px;
          right: 200px; }
      .section-container.section-4 .wedo-info h2 {
        font-size: 60px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        color: #fff;
        margin-bottom: 20px;
        font-weight: normal;
        text-transform: uppercase; }
      .section-container.section-4 .wedo-info h4 {
        font-size: 38px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        color: #fff;
        margin-bottom: 30px;
        font-weight: normal; }
      .section-container.section-4 .wedo-info ul {
        margin: 0; }
        .section-container.section-4 .wedo-info ul li {
          font-size: 20px;
          color: #fff;
          font-family: HelveticaThin, Helvetica, sans-serif;
          margin-bottom: 5px; }
          .section-container.section-4 .wedo-info ul li span {
            color: #00fffc; }
  .section-container.section-5 .events-text {
    position: absolute;
    width: 850px;
    left: 50%;
    margin-left: -425px;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    z-index: 15; }
    .section-container.section-5 .events-text h2 {
      font-size: 60px;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      color: #ccff00;
      margin-bottom: 15px;
      letter-spacing: -1px;
      text-transform: uppercase; }
    .section-container.section-5 .events-text h3 {
      font-size: 40px;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      color: #ccff00;
      margin: 0;
      line-height: 1.4; }
    .section-container.section-5 .events-text h4 {
      font-size: 30px;
      font-family: HelveticaLight, Helvetica, sans-serif;
      font-weight: normal;
      color: #fff;
      margin-bottom: 15px;
      letter-spacing: -1px; }
  .section-container.section-7 {
    background-image: url(../../media/section-7.jpg); }
    .section-container.section-7 .big-triangle {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 950px 950px;
      border-color: transparent transparent transparent #7706ce;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 11; }
    .section-container.section-7 .triangle {
      width: 0;
      height: 0;
      border-bottom-color: #7706ce;
      border-bottom: 500px solid rgba(119, 6, 206, 0.4);
      border-left: 350px solid transparent;
      border-right: 350px solid transparent;
      position: absolute;
      left: 50%;
      margin-left: -350px;
      top: 50%;
      margin-top: -230px;
      z-index: 12; }
    .section-container.section-7 .gallery-info {
      position: absolute;
      width: 800px;
      left: 50%;
      margin-left: -400px;
      top: 45%;
      margin-top: 0;
      z-index: 13;
      text-align: center; }
      .section-container.section-7 .gallery-info h2 {
        font-size: 60px;
        color: #fff;
        margin-bottom: 20px;
        font-family: HelveticaThin, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase; }
      .section-container.section-7 .gallery-info .btn-group {
        margin-left: -20px; }
        .section-container.section-7 .gallery-info .btn-group .btn {
          margin: 0 5px;
          padding: 15px 30px;
          font-size: 30px; }
  @media (max-width: 600px) {
    .section-container {
      height: auto !important;
      min-height: 500px; }
      .section-container.section-2 .big-triangle {
        border-width: 0 300px 300px; }
      .section-container.section-2 .about-info {
        padding: 15px 10px;
        width: auto;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        top: 10%;
        left: 10%;
        right: 10%; }
        .section-container.section-2 .about-info div.section-line.top-line {
          top: 5px;
          left: 5px;
          right: 50%; }
        .section-container.section-2 .about-info div.section-line.left-line {
          top: 5px;
          left: 5px;
          bottom: 5px; }
        .section-container.section-2 .about-info div.section-line.bottom-line {
          bottom: 5px;
          left: 5px;
          right: 30%; }
        .section-container.section-2 .about-info h2 {
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .section-container.section-2 .about-info p {
          font-size: 13px; }
          .section-container.section-2 .about-info p span {
            font-size: 15px; }
        .section-container.section-2 .about-info .btn {
          font-size: 12px; }
      .section-container.section-3 .triangle {
        border-bottom-width: 250px;
        border-left-width: 160px;
        border-right-width: 160px;
        left: 50%;
        margin-left: -160px;
        top: 10%;
        margin-top: 0; }
      .section-container.section-3 .brand-content {
        width: auto;
        top: 20%;
        margin-top: 0;
        left: 10%;
        right: 10%;
        margin-left: 0; }
        .section-container.section-3 .brand-content h2 {
          font-size: 28px;
          margin-bottom: 10px; }
        .section-container.section-3 .brand-content h4 {
          font-size: 18px;
          margin: 0 0 10px; }
        .section-container.section-3 .brand-content p {
          font-size: 13px;
          margin: 0; }
      .section-container.section-4 .big-triangle {
        border-width: 0 300px 300px; }
      .section-container.section-4 .wedo-info {
        padding: 15px 10px;
        width: auto;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        top: 10%;
        left: 10%;
        right: 10%; }
        .section-container.section-4 .wedo-info div.section-line.top-line {
          top: 5px;
          left: 5px;
          right: 50%; }
        .section-container.section-4 .wedo-info div.section-line.left-line {
          top: 5px;
          left: 5px;
          bottom: 5px; }
        .section-container.section-4 .wedo-info div.section-line.bottom-line {
          bottom: 5px;
          left: 5px;
          right: 30%; }
        .section-container.section-4 .wedo-info h2 {
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .section-container.section-4 .wedo-info h4 {
          font-size: 16px; }
        .section-container.section-4 .wedo-info ul li {
          font-size: 13px; }
      .section-container.section-5 .events-text {
        width: auto;
        left: 10%;
        right: 10%;
        margin-left: 0;
        top: 10%;
        margin-top: 0; }
        .section-container.section-5 .events-text h2 {
          font-size: 34px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .section-container.section-5 .events-text h4 {
          font-size: 20px; }
        .section-container.section-5 .events-text h3 {
          font-size: 24px; }
      .section-container.section-7 .big-triangle {
        border-width: 0 300px 300px; }
      .section-container.section-7 .triangle {
        border-bottom-width: 250px;
        border-left-width: 160px;
        border-right-width: 160px;
        left: 50%;
        margin-left: -160px;
        top: 10%;
        margin-top: 0; }
      .section-container.section-7 .gallery-info {
        position: absolute;
        width: auto;
        left: 10%;
        margin-left: 0;
        top: 20%;
        right: 10%; }
        .section-container.section-7 .gallery-info h2 {
          font-size: 24px; }
        .section-container.section-7 .gallery-info .btn-group {
          margin-left: 0; }
          .section-container.section-7 .gallery-info .btn-group .btn {
            font-size: 18px;
            padding: 10px;
            margin: 0 0 5px;
            display: block; } }

.quote {
  padding: 90px 0;
  text-align: center;
  position: relative; }
  .quote.blue {
    background: #3366ff; }
    .quote.blue .triangle {
      background: #3366ff;
      position: absolute;
      top: 10px;
      right: 190px;
      width: 300px;
      height: 220px; }
      .quote.blue .triangle:before, .quote.blue .triangle:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-bottom: 0; }
      .quote.blue .triangle:before {
        bottom: -21px;
        left: 18px;
        border-top-color: #c3179e;
        border-width: 202px; }
      .quote.blue .triangle:after {
        bottom: -20px;
        left: 20px;
        border-top-color: #3366ff;
        border-width: 200px; }
  .quote.green {
    background: #79d71d; }
    .quote.green .triangle {
      background: #79d71d;
      position: absolute;
      top: 30px;
      left: 190px;
      width: 300px;
      height: 220px; }
      .quote.green .triangle:before, .quote.green .triangle:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-top: 0; }
      .quote.green .triangle:before {
        bottom: -21px;
        left: 18px;
        border-bottom-color: #5b9028;
        border-width: 202px; }
      .quote.green .triangle:after {
        bottom: -20px;
        left: 20px;
        border-bottom-color: #79d71d;
        border-width: 200px; }
  .quote.orange {
    background: #ff9c00; }
    .quote.orange .triangle {
      background: #ff9c00;
      position: absolute;
      top: 50px;
      right: 190px;
      width: 300px;
      height: 220px; }
      .quote.orange .triangle:before, .quote.orange .triangle:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-bottom: 0; }
      .quote.orange .triangle:before {
        bottom: -21px;
        left: 18px;
        border-top-color: #9b6511;
        border-width: 202px; }
      .quote.orange .triangle:after {
        bottom: -20px;
        left: 20px;
        border-top-color: #ff9c00;
        border-width: 200px; }
  .quote.pink {
    background: #c3179e; }
    .quote.pink .triangle {
      background: #c3179e;
      position: absolute;
      top: 80px;
      left: 50%;
      margin-left: -230px;
      width: 300px;
      height: 220px; }
      .quote.pink .triangle:before, .quote.pink .triangle:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-bottom: 0; }
      .quote.pink .triangle:before {
        bottom: -21px;
        left: 18px;
        border-top-color: #82256e;
        border-width: 202px; }
      .quote.pink .triangle:after {
        bottom: -20px;
        left: 20px;
        border-top-color: #c3179e;
        border-width: 200px; }
  .quote blockquote {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: HelveticaThin, Helvetica, sans-serif;
    position: relative;
    z-index: 11;
    padding: 0 180px; }
    .quote blockquote span {
      font-family: HelveticaThinItalic, Helvetica, sans-serif;
      display: block;
      font-size: 26px;
      letter-spacing: 0;
      margin-top: 20px; }
    .quote blockquote:before, .quote blockquote:after {
      content: '';
      position: absolute;
      background-image: url("../../media/sprite.png");
      background-repeat: no-repeat;
      width: 156px;
      height: 124px;
      z-index: 12; }
    .quote blockquote:before {
      top: -30px;
      left: 0;
      background-position: 0 0; }
    .quote blockquote:after {
      right: 0;
      bottom: -30px;
      background-position: -156px 0; }
  @media (max-width: 600px) {
    .quote {
      padding: 30px 0; }
      .quote.blue .triangle {
        top: 10px;
        right: 20px;
        width: 110px;
        height: 40px; }
        .quote.blue .triangle:before {
          border-width: 52px; }
        .quote.blue .triangle:after {
          border-width: 50px; }
      .quote.green .triangle {
        top: 10px;
        left: 20px;
        width: 110px;
        height: 40px; }
        .quote.green .triangle:before {
          border-width: 52px; }
        .quote.green .triangle:after {
          border-width: 50px; }
      .quote.orange .triangle {
        top: 10px;
        right: 20px;
        width: 110px;
        height: 40px; }
        .quote.orange .triangle:before {
          border-width: 52px; }
        .quote.orange .triangle:after {
          border-width: 50px; }
      .quote.pink .triangle {
        top: 10px;
        width: 110px;
        height: 40px;
        margin-left: -55px; }
        .quote.pink .triangle:before {
          border-width: 52px; }
        .quote.pink .triangle:after {
          border-width: 50px; }
      .quote blockquote {
        font-size: 20px;
        padding: 0; }
        .quote blockquote:before, .quote blockquote:after {
          background: none; }
        .quote blockquote span {
          font-size: 14px;
          margin-top: 5px; } }

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .overlay .overlay-container {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 10px;
    padding-right: 10px;
    bottom: 20px;
    overflow: auto;
    text-align: right; }
    .overlay .overlay-container .close-overlay {
      display: inline-block;
      background: #fff;
      color: #666;
      font-size: 14px;
      text-decoration: none;
      padding: 2px 5px;
      margin-bottom: 10px; }
    .overlay .overlay-container .grid-block > li {
      margin-bottom: 15px; }
    @media (min-width: 600px) {
      .overlay .overlay-container {
        top: 50px;
        bottom: 50px;
        left: 200px;
        right: 200px; }
        .overlay .overlay-container .grid-block {
          margin-left: -2%; }
          .overlay .overlay-container .grid-block > li {
            margin-left: 2%;
            width: 23%; } }

.client-section {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #f1f1f1;
  background-image: url(../../media/pixel-overlay.png); }
  .client-section .big-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 1200px 1200px;
    border-color: transparent transparent transparent #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11; }
  .client-section .client-info {
    width: 960px;
    text-align: center;
    margin: 0 auto; }
    .client-section .client-info h2 {
      font-size: 60px;
      color: #ff9c00;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      margin-top: 80px;
      margin-bottom: 15px;
      text-transform: uppercase;
      position: relative;
      z-index: 13; }
    .client-section .client-info p {
      font-size: 24px;
      color: #666;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      margin-bottom: 30px;
      position: relative;
      z-index: 13; }
    .client-section .client-info .grid-block {
      position: relative;
      z-index: 13;
      margin-bottom: 50px; }
      .client-section .client-info .grid-block > li {
        margin-bottom: 1.5%; }
    .client-section .client-info .client-item {
      background: #fff;
      border: 1px solid #ccc;
      padding: 10px;
      text-align: center;
      height: 120px; }
      .client-section .client-info .client-item img {
        display: block; }
  @media (max-width: 600px) {
    .client-section .big-triangle {
      border-width: 0 300px 300px; }
    .client-section .client-info {
      top: 10%;
      bottom: 10%;
      width: auto;
      left: 10%;
      margin-left: 0;
      right: 10%; }
      .client-section .client-info h2 {
        font-size: 24px; }
      .client-section .client-info p {
        font-size: 15px; }
      .client-section .client-info .grid-block {
        top: 140px;
        margin-left: -4%; }
        .client-section .client-info .grid-block > li {
          margin-left: 4%;
          width: 46%; }
          .client-section .client-info .grid-block > li .client-item {
            height: 90px; }
            .client-section .client-info .grid-block > li .client-item img {
              width: 100%;
              display: block; } }

.videos-section {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-image: url(../../media/section-9.jpg); }
  .videos-section .video-list {
    width: 960px;
    position: relative;
    margin: 120px auto 150px;
    z-index: 13;
    text-align: center; }
    .videos-section .video-list h2 {
      font-size: 60px;
      color: #fff;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .videos-section .video-list .grid-block {
      overflow: auto;
      margin: 0; }
      .videos-section .video-list .grid-block > li {
        margin-bottom: 3%; }
    .videos-section .video-list .video {
      text-align: center; }
      .videos-section .video-list .video a {
        text-decoration: none; }
      .videos-section .video-list .video img {
        display: block;
        margin-bottom: 10px; }
      .videos-section .video-list .video h3 {
        font-size: 16px;
        color: #fff;
        font-family: HelveticaThin, Helvetica, sans-serif;
        margin-bottom: 0;
        height: 38px;
        overflow: hidden; }
  @media (max-width: 600px) {
    .videos-section .video-list {
      top: 10%;
      bottom: 10%;
      width: auto;
      left: 10%;
      margin-left: 0;
      right: 10%; }
      .videos-section .video-list h2 {
        font-size: 24px; }
      .videos-section .video-list .grid-block {
        top: 50px;
        margin-left: -4%; }
        .videos-section .video-list .grid-block > li {
          margin-left: 4%;
          width: 46%; } }

.contact-section {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #fff; }
  .contact-section .big-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 1200px 1200px;
    border-color: transparent transparent transparent #fff02a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12; pointer-events: none; }
  .contact-section .map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    /*background: url(../../media/map.jpg) fixed 0 0 repeat;*/ }
  .contact-section .contact-form {
    position: relative;
    width: 500px;
    z-index: 13;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px; }
    .contact-section .contact-form h3 {
      font-size: 48px;
      color: #666;
      margin-bottom: 10px;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }
    .contact-section .contact-form p {
      color: #666;
      line-height: 1.4;
      font-size: 20px;
      margin-bottom: 20px;
      font-family: HelveticaThin, Helvetica, sans-serif;
      font-weight: normal;
      letter-spacing: 1px; }
      .contact-section .contact-form p a {
        color: #666;
        text-decoration: none; }
        .contact-section .contact-form p a:hover {
          text-decoration: underline; }
    .contact-section .contact-form form.form-core {
      margin-bottom: 20px; }
    .contact-section .contact-form .btn {
      font-size: 24px;
      padding: 10px 30px; }
    .contact-section .contact-form .copy-text ul {
      margin-bottom: 5px; }
    .contact-section .contact-form .copy-text p {
      font-size: 14px;
      line-height: 1.3;
      font-family: HelveticaLight, Helvetica, sans-serif; }
  @media (max-width: 600px) {
    .contact-section .big-triangle {
      border-width: 0 300px 300px; }
    .contact-section .contact-form {
      width: auto;
      top: 10%;
      bottom: 10%;
      left: 10%;
      right: 10%;
      margin: 0;
      -webkit-overflow-scrolling: touch; }
      .contact-section .contact-form h3 {
        font-size: 20px; }
      .contact-section .contact-form p {
        font-size: 14px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#ef-evnts-list {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  height: 100%;
  width: 100%;
  height: 100% !important;
  z-index: 14; }

@media only screen and (max-width: 768px) {
  #ef-evnts-list {
    width: 400%; } }
@media only screen and (max-width: 992px) {
  #ef-evnts-list {
    width: 200%; } }
#ef-evnts-list .item {
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  opacity: 0.3;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

#ef-evnts-list .item.w1 {
  width: 12.5%; }

#ef-evnts-list .item.w2 {
  width: 25%; }

#ef-evnts-list .item.w3 {
  width: 37.5%; }

#ef-evnts-list .item.h1 {
  height: 25%; }

#ef-evnts-list .item.h2 {
  height: 50%; }

#ef-evnts-list .item.t0 {
  top: 0; }

#ef-evnts-list .item.t1 {
  top: 25%; }

#ef-evnts-list .item.t2 {
  top: 50%; }

#ef-evnts-list .item.t3 {
  top: 75%; }

#ef-evnts-list .item.t4 {
  top: 100%; }

#ef-evnts-list .item.t5 {
  top: 125%; }

#ef-evnts-list .item.l0 {
  left: 0; }

#ef-evnts-list .item.l1 {
  left: 12.5%; }

#ef-evnts-list .item.l2 {
  left: 25%; }

#ef-evnts-list .item.l3 {
  left: 37.5%; }

#ef-evnts-list .item.l4 {
  left: 50%; }

#ef-evnts-list .item.l5 {
  left: 62.5%; }

#ef-evnts-list .item.l6 {
  left: 75%; }

#ef-evnts-list .item.l7 {
  left: 87.5%; }

.line {
  position: absolute;
  width: 16%;
  height: 1px;
  background: #fff;
  z-index: 20; }
  .line.right {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .line.left {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .line.line-1 {
    right: 10%;
    top: -10px; }
  .line.line-2 {
    left: 10%;
    bottom: 0px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    width: 20%; }
  .line.line-3 {
    right: 35%;
    top: 120px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
    width: 20%; }
  .line.line-4 {
    left: 20%;
    bottom: 20px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-5 {
    left: 20%;
    top: 30px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    width: 20%;
    display: none; }
  .line.line-6 {
    left: 30%;
    bottom: 30px;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    width: 20%;
    display: none; }
  .line.line-7 {
    right: 25%;
    bottom: 20px;
    width: 20%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-8 {
    right: 20%;
    top: 20px;
    width: 20%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-9 {
    left: 20%;
    bottom: 20px;
    width: 20%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-10 {
    right: 20%;
    bottom: 20px;
    width: 20%;
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    transform: rotate(55deg);
    display: none; }
  .line.line-11 {
    left: 20%;
    top: -30px;
    width: 20%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-12 {
    right: 20%;
    bottom: -30px;
    width: 20%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg); }
  .line.line-13 {
    left: 22%;
    bottom: 10px;
    width: 20%; }
