/* ----------------------------------- libs ------------------------------------- */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4d053fdb99a2cb392c8e)
 * Config saved to config.json and https://gist.github.com/4d053fdb99a2cb392c8e
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*!
 * Fotorama 4.6.2 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;box-shadow:inset 0 0 5px 5px #222}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/* ----------------------------------- variables ------------------------------------- */
/* ----------------------------------- main ------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'ff-enzo-web', sans-serif;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  overflow: auto;
}
.alignleft {
  margin: 0 15px 5px 0;
  float: left;
}
.alignright {
  margin: 0 0 5px 15px;
  float: right;
}
.aligncenter {
  margin: 0 auto 5px;
  display: block;
  text-align: center;
}
/* ----------------------------------- components ------------------------------------- */
#sidr {
  display: none;
}
#sidr-button {
  display: none;
}
@media only screen and (max-width: 1090px) {
  #sidr-button {
    display: block;
    float: right;
    padding: 27px 10px;
  }
}
body {
  padding-top: 112px;
}
@media only screen and (max-width: 1090px) {
  body {
    padding-top: 80px;
  }
}
.header {
  background: #000;
  height: 112px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1090px) {
  .header {
    height: 80px;
  }
}
.header .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.header .wrapper:before,
.header .wrapper:after {
  content: '';
  display: table;
}
.header .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .header .wrapper {
    padding: 0 20px;
  }
}
.header .wrapper .header-logo {
  float: left;
  margin: 20px 0 0;
}
@media only screen and (max-width: 1090px) {
  .header .wrapper .header-logo {
    margin: 10px 0 0;
  }
}
.header .wrapper .header-logo a img {
  width: 166px;
  height: 72px;
}
@media only screen and (max-width: 1090px) {
  .header .wrapper .header-logo a img {
    width: 140px;
    height: 60px;
  }
}
.header .wrapper .header-phone {
  float: right;
  margin: 22px 0 0 0;
}
@media only screen and (max-width: 1160px) {
  .header .wrapper .header-phone {
    margin: 22px 0 0;
  }
}
@media only screen and (max-width: 1090px) {
  .header .wrapper .header-phone {
    display: none;
  }
}
.header .wrapper .header-phone a {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.025em;
  font-weight: normal;
}
.header .wrapper .header-nav {
  clear: right;
  float: right;
  margin: 7px 0 0 0;
}
@media only screen and (max-width: 1160px) {
  .header .wrapper .header-nav {
    margin: 7px 0 0 0;
  }
}
@media only screen and (max-width: 1090px) {
  .header .wrapper .header-nav {
    display: none;
  }
}
.header .wrapper .header-nav ul li {
  float: left;
}
.header .wrapper .header-nav ul li a {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 16px;
  line-height: 33px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1160px) {
  .header .wrapper .header-nav ul li a {
    padding: 11px 13px;
  }
}
.header .wrapper .header-nav ul li:hover > a,
.header .wrapper .header-nav ul li.current-menu-item > a {
  color: #e42c2c;
}
.header .wrapper .header-nav ul li:last-child > a {
  background: -webkit-linear-gradient(bottom, #a51c1c 0%, #e42c2c 100%);
  background: -moz-linear-gradient(bottom, #a51c1c 0%, #e42c2c 100%);
  background: -o-linear-gradient(bottom, #a51c1c 0%, #e42c2c 100%);
  background: -ms-linear-gradient(bottom, #a51c1c 0%, #e42c2c 100%);
  background: linear-gradient(to top, #a51c1c 0%, #e42c2c 100%);
  color: #fff;
  padding-right: 63px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.header .wrapper .header-nav ul li:last-child > a:hover {
  background: -webkit-linear-gradient(bottom, #e42c2c 0%, #e42c2c 100%);
  background: -moz-linear-gradient(bottom, #e42c2c 0%, #e42c2c 100%);
  background: -o-linear-gradient(bottom, #e42c2c 0%, #e42c2c 100%);
  background: -ms-linear-gradient(bottom, #e42c2c 0%, #e42c2c 100%);
  background: linear-gradient(to top, #e42c2c 0%, #e42c2c 100%);
}
.header .wrapper .header-nav ul li:last-child > a:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background: url("../img/search.png") center center no-repeat;
  -webkit-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  background-size: 22px 22px;
  top: 15px;
  right: 26px;
}
.search-drop {
  top: -100px;
  position: fixed;
  z-index: 9;
  background-color: #ededed;
  width: 100%;
  border-bottom: 1px solid #fff;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  padding: 20px 0;
}
@media only screen and (max-width: 1160px) {
  .search-drop {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1090px) {
  .search-drop {
    display: none;
  }
}
.search-drop .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
.search-drop .wrapper:before,
.search-drop .wrapper:after {
  content: '';
  display: table;
}
.search-drop .wrapper:after {
  clear: both;
}
.search-drop .wrapper:before,
.search-drop .wrapper:after {
  content: '';
  display: table;
}
.search-drop .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .search-drop .wrapper {
    padding: 0 20px;
  }
}
.search-drop .wrapper input[type=text] {
  border: none;
  color: #747474;
  background: transparent;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 72px;
  float: left;
  width: 50%;
}
.search-drop .wrapper input[type=submit],
.search-drop .wrapper label {
  display: none;
}
.search-drop .wrapper ::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-drop .wrapper :-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-drop .wrapper ::-moz-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-drop .wrapper :-ms-input-placeholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.search-drop .wrapper a.search-close {
  float: right;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin: 18px 0 0;
}
.search-drop .wrapper a.search-close img {
  width: 38px;
  height: 38px;
}
.search-drop .wrapper a.search-close:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.search-drop.active {
  top: 112px;
}
.call-to-action {
  background: #e42c2c;
}
.call-to-action .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 30px 0;
  *zoom: 1;
}
.call-to-action .wrapper:before,
.call-to-action .wrapper:after {
  content: '';
  display: table;
}
.call-to-action .wrapper:after {
  clear: both;
}
.call-to-action .wrapper:before,
.call-to-action .wrapper:after {
  content: '';
  display: table;
}
.call-to-action .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .call-to-action .wrapper {
    padding: 30px 20px;
  }
}
.call-to-action .wrapper .icon {
  width: 6.607142857%;
  float: left;
  margin: 0 1.785714286% 0 0;
}
@media only screen and (max-width: 767px) {
  .call-to-action .wrapper .icon {
    float: none;
    width: 70px;
    margin: 0 0 10px;
  }
}
.call-to-action .wrapper .title {
  float: left;
  width: 40.535714286%;
}
@media only screen and (max-width: 767px) {
  .call-to-action .wrapper .title {
    width: 100%;
    margin: 0 0 20px;
  }
}
.call-to-action .wrapper .title h3,
.call-to-action .wrapper .title h4 {
  font-size: 80px;
  line-height: 1.125;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .call-to-action .wrapper .title h3,
  .call-to-action .wrapper .title h4 {
    font-size: 50px;
  }
}
.call-to-action .wrapper .title h3 strong,
.call-to-action .wrapper .title h4 strong {
  color: #fff;
}
.call-to-action .wrapper .title h4 {
  font-size: 50px;
}
.call-to-action .wrapper .title p {
  color: #fff;
  font-size: 16px;
  margin: 10px 0 0;
}
.call-to-action .wrapper .title p i {
  font-style: italic;
}
.call-to-action .wrapper .content {
  float: right;
  width: 57.589285714%;
}
@media only screen and (max-width: 767px) {
  .call-to-action .wrapper .content {
    width: 100%;
  }
}
.call-to-action .wrapper .content h6 {
  color: #000;
  font-size: 18px;
  line-height: 1.333333333;
  margin: 0 0 15px;
}
.call-to-action .wrapper .content p,
.call-to-action .wrapper .content ul li {
  font-size: 14px;
  line-height: 1.428571429;
  color: #fff;
}
.call-to-action .wrapper .content p {
  margin: 0 0 12px;
}
.call-to-action .wrapper .content ul {
  margin: 0 0 12px;
}
.call-to-action .wrapper .content ul li {
  border-top: 1px solid #a23728;
  padding: 6px 0 6px 16px;
  position: relative;
}
.call-to-action .wrapper .content ul li:first-child {
  border-top: none;
}
.call-to-action .wrapper .content ul li:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  width: 8px;
  height: 12px;
  background: url("../img/call-to-action-bullet.png");
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
}
.call-to-action .wrapper .content--option {
  width: 40.625%;
}
@media only screen and (max-width: 767px) {
  .call-to-action .wrapper .content--option {
    width: 100%;
  }
}
.call-to-action .wrapper .content--option ul li {
  border: none;
  font-weight: 300;
}
.call-to-action .wrapper .content--option ul li strong {
  font-weight: 600;
}
.call-to-action .wrapper .content--option ul li i {
  font-style: italic;
}
.call-to-action .wrapper .content--option ul li:after {
  background: url("../img/call-to-action-bullet-white.png");
  -webkit-background-size: 8px 12px;
  -moz-background-size: 8px 12px;
  background-size: 8px 12px;
}
.footer {
  background: #000;
}
.footer .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 0 20px;
}
.footer .wrapper:before,
.footer .wrapper:after {
  content: '';
  display: table;
}
.footer .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .footer .wrapper {
    padding: 20px;
  }
}
.footer .wrapper .footer-cols {
  *zoom: 1;
  border-bottom: 1px solid #232323;
  margin: 0 0 20px;
  padding: 0 0 44px;
}
.footer .wrapper .footer-cols:before,
.footer .wrapper .footer-cols:after {
  content: '';
  display: table;
}
.footer .wrapper .footer-cols:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .footer .wrapper .footer-cols {
    padding: 0 0 20px;
  }
}
.footer .wrapper .footer-cols h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin: 10px 0 18px;
}
.footer .wrapper .footer-cols h4 img {
  width: 26px;
  height: 18px;
  margin: 0 6px 0 0;
}
.footer .wrapper .footer-cols .footer-info {
  float: left;
  width: 23.571428571%;
  margin: 0 11.071428571% 0 0;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-cols .footer-info {
    width: 100%;
    margin: 0 0 20px;
  }
}
.footer .wrapper .footer-cols .footer-info img {
  width: 132px;
  height: 57px;
  margin: 0 0 10px;
}
.footer .wrapper .footer-cols .footer-info p {
  font-size: 12px;
  line-height: 1.333333333;
  color: #fff;
  letter-spacing: 0.025em;
}
.footer .wrapper .footer-cols .footer-contact {
  float: left;
  width: 30.535714286%;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-cols .footer-contact {
    width: 100%;
    margin: 0 0 20px;
  }
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper {
  position: relative;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .gform_ajax_spinner,
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .validation_error {
  display: none;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .validation_message {
  color: #e42c2c;
  font-size: 12px;
  margin: 2px 0 0;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li {
  margin: 0 0 9px;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li input[type=text],
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li textarea {
  width: 100%;
  border: 1px solid #b3b3b3;
  background: transparent;
  margin: 0;
  padding: 7px 10px 8px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li textarea {
  height: 80px;
  resize: none;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li.left {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li.left {
    width: 100%;
  }
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li.right {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-cols .footer-contact .gform_wrapper ul li.right {
    width: 100%;
  }
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  bottom: 1px;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .gform_footer input[type=submit] {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  border: none;
  background: #fff;
  text-transform: uppercase;
  outline: none;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .wrapper .footer-cols .footer-contact .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #e42c2c;
  color: #fff;
}
.footer .wrapper .footer-cols .footer-news {
  float: right;
  width: 25.446428571%;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-cols .footer-news {
    width: 100%;
  }
}
.footer .wrapper .footer-cols .footer-news a.view {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  margin: 10px 0 0;
}
.footer .wrapper .footer-cols .footer-news a.view:hover {
  color: #e42c2c;
}
.footer .wrapper .footer-cols .footer-news .item {
  background: #3b3b3b;
  margin: 0 0 10px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.footer .wrapper .footer-cols .footer-news .item a {
  display: block;
  *zoom: 1;
}
.footer .wrapper .footer-cols .footer-news .item a:before,
.footer .wrapper .footer-cols .footer-news .item a:after {
  content: '';
  display: table;
}
.footer .wrapper .footer-cols .footer-news .item a:after {
  clear: both;
}
.footer .wrapper .footer-cols .footer-news .item a .date {
  background: #c0c0c0;
  float: left;
  padding: 6px 5px;
  margin: 0 10px 0 0;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.footer .wrapper .footer-cols .footer-news .item a .date h5 {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 1px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer .wrapper .footer-cols .footer-news .item a .date h6 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer .wrapper .footer-cols .footer-news .item a p {
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 1.166666667;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.footer .wrapper .footer-cols .footer-news .item:hover {
  background: #fff;
}
.footer .wrapper .footer-cols .footer-news .item:hover a .date {
  background: #e42c2c;
}
.footer .wrapper .footer-cols .footer-news .item:hover a .date h5,
.footer .wrapper .footer-cols .footer-news .item:hover a .date h6 {
  color: #fff;
}
.footer .wrapper .footer-cols .footer-news .item:hover a p {
  color: #e42c2c;
}
.footer .wrapper .footer-copyright {
  float: left;
}
.footer .wrapper .footer-copyright p {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}
.footer .wrapper .footer-design {
  float: right;
}
@media only screen and (max-width: 767px) {
  .footer .wrapper .footer-design {
    clear: left;
    float: none;
    padding: 10px 0 0;
  }
}
.footer .wrapper .footer-design p {
  font-weight: 300;
  color: #fff;
  font-size: 13px;
}
.footer .wrapper .footer-design p a {
  position: relative;
  top: 1px;
  margin: 0 0 0 3px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.footer .wrapper .footer-design p a img {
  width: 40px;
  height: 13px;
}
.footer .wrapper .footer-design p a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.hero {
  background: #000;
}
.hero .fotorama div .text {
  text-align: right;
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 65px 0 0;
}
.hero .fotorama div .text:before,
.hero .fotorama div .text:after {
  content: '';
  display: table;
}
.hero .fotorama div .text:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .hero .fotorama div .text {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .hero .fotorama div .text {
    padding: 20px;
  }
}
@media only screen and (max-width: 340px) {
  .hero .fotorama div .text {
    padding: 10px 20px;
  }
}
.hero .fotorama div .text h2,
.hero .fotorama div .text p {
  color: #fff;
  font-size: 120px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media only screen and (max-width: 1440px) {
  .hero .fotorama div .text h2,
  .hero .fotorama div .text p {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero .fotorama div .text h2,
  .hero .fotorama div .text p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .fotorama div .text h2,
  .hero .fotorama div .text p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 520px) {
  .hero .fotorama div .text h2,
  .hero .fotorama div .text p {
    font-size: 24px;
  }
}
.hero .fotorama div .text p {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .hero .fotorama div .text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .hero .fotorama div .text p {
    font-size: 14px;
  }
}
.features .features-inner {
  *zoom: 1;
  width: auto;
  max-width: 930px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.features .features-inner:before,
.features .features-inner:after {
  content: '';
  display: table;
}
.features .features-inner:after {
  clear: both;
}
.features .features-inner .features-holder {
  position: absolute;
  width: 100%;
  top: -130px;
}
@media only screen and (max-width: 1660px) {
  .features .features-inner .features-holder {
    top: -50px;
  }
}
@media only screen and (max-width: 1380px) {
  .features .features-inner .features-holder {
    top: -20px;
  }
}
@media only screen and (max-width: 1000px) {
  .features .features-inner .features-holder {
    top: 0px;
    position: relative;
    padding: 20px;
  }
}
.features .features-inner .features-holder .feature {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.666666666666664%;
  margin-left: 0%;
  margin-right: 1%;
  height: 184px;
  position: relative;
}
.features .features-inner .features-holder .feature:before,
.features .features-inner .features-holder .feature:after {
  content: '';
  display: table;
}
.features .features-inner .features-holder .feature:after {
  clear: both;
}
.features .features-inner .features-holder .feature:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .features .features-inner .features-holder .feature {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 10px;
  }
  .features .features-inner .features-holder .feature:first-child {
    margin-left: auto;
  }
  .features .features-inner .features-holder .feature:last-child {
    margin-right: auto;
  }
}
.features .features-inner .features-holder .feature .img {
  height: 130px;
  width: 100%;
  background: #00f;
}
.features .features-inner .features-holder .feature p {
  line-height: 54px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 0 20px;
  background: -webkit-linear-gradient(top, #2d2d2d, #191819);
  background: -moz-linear-gradient(top, #2d2d2d, #191819);
  background: -o-linear-gradient(top, #2d2d2d, #191819);
  background: -ms-linear-gradient(top, #2d2d2d, #191819);
  background: linear-gradient(to bottom, #2d2d2d, #191819);
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.features .features-inner .features-holder .feature p span {
  display: inline-block;
  float: right;
  width: 51px;
  height: 54px;
  background: url("../img/call-to-action-bullet-white.png") center center no-repeat;
  -webkit-background-size: 11px 17px;
  -moz-background-size: 11px 17px;
  background-size: 11px 17px;
}
.features .features-inner .features-holder .feature:hover p {
  color: #e42c2c;
}
.features .features-inner .features-holder .feature--option {
  padding: 20px;
  background: -webkit-linear-gradient(top, #dd2d34, #a01e23);
  background: -moz-linear-gradient(top, #dd2d34, #a01e23);
  background: -o-linear-gradient(top, #dd2d34, #a01e23);
  background: -ms-linear-gradient(top, #dd2d34, #a01e23);
  background: linear-gradient(to bottom, #dd2d34, #a01e23);
}
.features .features-inner .features-holder .feature--option h5,
.features .features-inner .features-holder .feature--option h6 {
  color: #000;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.features .features-inner .features-holder .feature--option h6 {
  color: #fff;
  font-size: 30px;
  margin: 15px 0 0;
}
.features .features-inner .features-holder .feature--option span {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 61px;
  height: 184px;
  background: url("../img/double-arrow.png") center center no-repeat;
  -webkit-background-size: 61px 59px;
  -moz-background-size: 61px 59px;
  background-size: 61px 59px;
}
.features .features-inner .features-holder .feature--option:hover h5 {
  color: #fff;
}
.blurb {
  background: #fff;
}
.blurb .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 970px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 105px 0 55px;
  text-align: center;
}
.blurb .wrapper:before,
.blurb .wrapper:after {
  content: '';
  display: table;
}
.blurb .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1660px) {
  .blurb .wrapper {
    padding: 185px 0 55px;
  }
}
@media only screen and (max-width: 1380px) {
  .blurb .wrapper {
    padding: 215px 0 55px;
  }
}
@media only screen and (max-width: 1000px) {
  .blurb .wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blurb .wrapper {
    padding: 20px;
  }
}
.blurb .wrapper h3 {
  color: #e42c2c;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
.blurb .wrapper p {
  color: #747474;
  font-size: 18px;
  line-height: 1.333333333;
}
.title-in-line {
  text-align: center;
  position: relative;
}
.title-in-line h1,
.title-in-line h3,
.title-in-line h4 {
  color: #e42c2c;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  background: #efefef;
  display: inline-block;
  position: relative;
  padding: 0 18px;
}
.title-in-line h1,
.title-in-line h4 {
  background: #fff;
}
.title-in-line h1:before,
.title-in-line h1:after,
.title-in-line h3:before,
.title-in-line h3:after,
.title-in-line h4:before,
.title-in-line h4:after {
  position: absolute;
  content: '';
  top: 11px;
  left: -20px;
  width: 20px;
  height: 1px;
  background: #e42c2c;
}
.title-in-line h1:after,
.title-in-line h3:after,
.title-in-line h4:after {
  left: auto;
  right: -20px;
}
.title-in-line:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
}
.home {
  background: #efefef;
}
.home .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 65px 0 90px;
}
.home .wrapper:before,
.home .wrapper:after {
  content: '';
  display: table;
}
.home .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .home .wrapper {
    padding: 40px 20px;
  }
}
.home .wrapper .items {
  margin: 40px 0 120px;
  *zoom: 1;
}
.home .wrapper .items:before,
.home .wrapper .items:after {
  content: '';
  display: table;
}
.home .wrapper .items:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .home .wrapper .items {
    margin: 30px 0;
  }
}
.home .wrapper .items .item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.666666666666664%;
  margin-left: 0%;
  margin-right: 1%;
  background: #ddd;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.home .wrapper .items .item:before,
.home .wrapper .items .item:after {
  content: '';
  display: table;
}
.home .wrapper .items .item:after {
  clear: both;
}
.home .wrapper .items .item:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .home .wrapper .items .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 10px;
  }
  .home .wrapper .items .item:first-child {
    margin-left: auto;
  }
  .home .wrapper .items .item:last-child {
    margin-right: auto;
  }
}
.home .wrapper .items .item .img {
  height: 178px;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: #808080;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
@media only screen and (max-width: 767px) {
  .home .wrapper .items .item .img {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .home .wrapper .items .item .img {
    height: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .home .wrapper .items .item .img {
    height: 178px;
  }
}
.home .wrapper .items .item .text {
  padding: 10px 50px 10px 10px;
  background: url("../img/call-to-action-bullet-red.png") right 20px top 13px no-repeat;
  -webkit-background-size: 16px 25px;
  -moz-background-size: 16px 25px;
  background-size: 16px 25px;
}
.home .wrapper .items .item .text h5 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.home .wrapper .items .item .text p {
  color: #747474;
  font-size: 14px;
}
.home .wrapper .items .item .text p strong {
  font-weight: 700;
}
.home .wrapper .items .item.hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.home .wrapper .pair {
  padding: 65px 0 0;
}
@media only screen and (max-width: 767px) {
  .home .wrapper .pair {
    padding: 20px 0 0;
  }
}
.home .wrapper .pair .left,
.home .wrapper .pair .right {
  float: left;
  width: 50%;
  padding: 0 94px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 1160px) {
  .home .wrapper .pair .left,
  .home .wrapper .pair .right {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home .wrapper .pair .left,
  .home .wrapper .pair .right {
    width: 100%;
    border: none;
    padding: 0;
  }
}
.home .wrapper .pair .left img,
.home .wrapper .pair .right img {
  min-width: 100%;
  margin: 0 0 30px;
}
.home .wrapper .pair .left h3,
.home .wrapper .pair .right h3 {
  color: #e42c2c;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 18px;
}
.home .wrapper .pair .left p,
.home .wrapper .pair .right p,
.home .wrapper .pair .left table tr th,
.home .wrapper .pair .right table tr th,
.home .wrapper .pair .left table tr td,
.home .wrapper .pair .right table tr td {
  font-weight: 300;
  color: #232323;
  font-size: 14px;
  line-height: 1.428571429;
}
.home .wrapper .pair .left table,
.home .wrapper .pair .right table {
  margin: 15px 0 30px;
  width: 100%;
}
.home .wrapper .pair .left table tr,
.home .wrapper .pair .right table tr {
  border-top: 1px solid #ccc;
}
.home .wrapper .pair .left table tr th,
.home .wrapper .pair .right table tr th,
.home .wrapper .pair .left table tr td,
.home .wrapper .pair .right table tr td {
  width: 50%;
  text-align: left;
  padding: 2px 0;
}
.home .wrapper .pair .left table tr td,
.home .wrapper .pair .right table tr td {
  font-weight: 700;
}
.home .wrapper .pair .left table tr:first-child,
.home .wrapper .pair .right table tr:first-child {
  border: none;
}
.home .wrapper .pair .left .button,
.home .wrapper .pair .right .button {
  background: -webkit-linear-gradient(top, #ec6165, #de2f35);
  background: -moz-linear-gradient(top, #ec6165, #de2f35);
  background: -o-linear-gradient(top, #ec6165, #de2f35);
  background: -ms-linear-gradient(top, #ec6165, #de2f35);
  background: linear-gradient(to bottom, #ec6165, #de2f35);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 70px;
  display: inline-block;
  margin: 0 0 30px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .home .wrapper .pair .left .button,
  .home .wrapper .pair .right .button {
    display: block;
    text-align: center;
    padding: 18px 0;
  }
}
.home .wrapper .pair .left .button:hover,
.home .wrapper .pair .right .button:hover {
  background: -webkit-linear-gradient(top, #de2f35, #de2f35);
  background: -moz-linear-gradient(top, #de2f35, #de2f35);
  background: -o-linear-gradient(top, #de2f35, #de2f35);
  background: -ms-linear-gradient(top, #de2f35, #de2f35);
  background: linear-gradient(to bottom, #de2f35, #de2f35);
}
.home .wrapper .pair .right {
  border: none;
}
.home--part {
  background: none;
}
.home--part .wrapper {
  padding: 0 20px;
}
.home--part .wrapper .title-in-line h3 {
  background: #fff;
}
.generic {
  background: #fff;
}
.generic .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 0 90px;
}
.generic .wrapper:before,
.generic .wrapper:after {
  content: '';
  display: table;
}
.generic .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .generic .wrapper {
    padding: 40px 20px 90px;
  }
}
@media only screen and (max-width: 978px) {
  .generic .wrapper {
    padding: 30px 20px;
  }
}
.generic .tagline {
  text-align: center;
  padding: 50px 0 35px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 40px;
}
@media only screen and (max-width: 978px) {
  .generic .tagline {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
.generic .tagline h2 {
  font-size: 24px;
  font-weight: 700;
}
.generic .cols {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
  margin: 0 0 40px;
  *zoom: 1;
}
.generic .cols:before,
.generic .cols:after {
  content: '';
  display: table;
}
.generic .cols:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .generic .cols {
    margin: 0 0 30px;
    padding: 0 0 10px;
  }
}
.generic .cols .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
}
.generic .cols .col:before,
.generic .cols .col:after {
  content: '';
  display: table;
}
.generic .cols .col:after {
  clear: both;
}
.generic .cols .col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 767px) {
  .generic .cols .col {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .generic .cols .col:first-child {
    margin-left: auto;
  }
  .generic .cols .col:last-child {
    margin-right: auto;
  }
}
.generic .cols .col p {
  color: #747474;
  font-size: 14px;
  line-height: 1.142857143;
  margin: 0 0 20px;
}
.generic .cols .col p strong {
  font-weight: 700;
}
.generic--thin .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 40px 0 50px;
}
.generic--thin .wrapper:before,
.generic--thin .wrapper:after {
  content: '';
  display: table;
}
.generic--thin .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .generic--thin .wrapper {
    padding: 40px 20px 50px;
  }
}
@media only screen and (max-width: 978px) {
  .generic--thin .wrapper {
    padding: 30px 20px;
  }
}
.links .link {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 47.5%;
  margin-left: 0%;
  margin-right: 5%;
  *zoom: 1;
  padding: 35px 20px;
}
.links .link:before,
.links .link:after {
  content: '';
  display: table;
}
.links .link:after {
  clear: both;
}
.links .link:last-child {
  margin-right: 0%;
}
.links .link:before,
.links .link:after {
  content: '';
  display: table;
}
.links .link:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .links .link {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0 0;
    padding: 25px 20px;
  }
  .links .link:first-child {
    margin-left: auto;
  }
  .links .link:last-child {
    margin-right: auto;
  }
}
.links .link p {
  float: left;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media only screen and (max-width: 978px) {
  .links .link p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .links .link p {
    font-size: 24px;
  }
}
.links .link img {
  float: right;
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 978px) {
  .links .link img {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .links .link img {
    height: 24px;
  }
}
.links .link:hover p {
  color: #e42c2c;
}
.download {
  background: #e42c2c url("../img/download.jpg") 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
@media only screen and (max-width: 978px) {
  .download {
    padding: 30px 0;
  }
}
.download h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 978px) {
  .download h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .download h2 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}
.download h2 strong {
  color: #fff;
  font-weight: 400;
}
.download a {
  display: inline-block;
  background: #fff;
  color: #000;
  font-weight: 700;
  padding: 18px 60px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: padding 0.2s linear;
  -moz-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  -ms-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.download a:hover {
  padding: 18px 70px;
}
.listing .wrapper {
  *zoom: 1;
  width: auto;
  max-width: 1120px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 30px 0 160px;
}
.listing .wrapper:before,
.listing .wrapper:after {
  content: '';
  display: table;
}
.listing .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper {
    padding: 30px 20px;
  }
}
.listing .wrapper .sidebar {
  float: left;
  width: 20.089285714%;
  margin: 60px 0 0;
  background: #f6f6f6;
  border-top: 3px solid #e42c2c;
  padding: 20px;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .sidebar {
    width: 24%;
  }
}
@media only screen and (max-width: 920px) {
  .listing .wrapper .sidebar {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar {
    margin: 30px 0 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .listing .wrapper .sidebar {
    width: 100%;
    float: none;
  }
}
.listing .wrapper .sidebar input[type=submit] {
  border: none;
  background: #e42c2c;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar input[type=submit] {
    margin: 30px 0 0;
  }
}
.listing .wrapper .sidebar h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #e42c2c;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.listing .wrapper .sidebar h3 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar h3 {
    display: none;
  }
}
.listing .wrapper .sidebar .filter-remove {
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  background: url("../img/filter-remove.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar .filter-remove {
    display: none;
  }
}
.listing .wrapper .sidebar .author {
  margin: 10px 0 60px 20px;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar .author {
    margin: 10px 0 20px;
  }
}
.listing .wrapper .sidebar .author p {
  color: #747474;
  font-size: 14px;
}
.listing .wrapper .sidebar .author p strong {
  font-weight: 700;
}
.listing .wrapper .sidebar .select-slider {
  margin: 20px 0 0;
}
.listing .wrapper .sidebar .select-styled {
  display: none;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar .select-styled {
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
    background: #e9e9e9 url("../img/call-to-action-bullet-down.png") right 10px center no-repeat;
    -webkit-background-size: 10px 7px;
    -moz-background-size: 10px 7px;
    background-size: 10px 7px;
    margin: 0 0 10px;
  }
}
.listing .wrapper .sidebar .select-styled select {
  background: transparent;
  width: 110%;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  outline: none;
}
.listing .wrapper .sidebar .select-styled.active {
  background: #e42c2c;
}
.listing .wrapper .sidebar .select-styled.active select {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar ul {
    display: none;
  }
}
.listing .wrapper .sidebar ul li {
  position: relative;
}
.listing .wrapper .sidebar ul li a.remove {
  position: absolute;
  right: 0px;
  color: #f00;
}
.listing .wrapper .sidebar ul li a {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 0 20px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.listing .wrapper .sidebar ul li a strong {
  font-weight: 700;
  font-size: 18px;
}
.listing .wrapper .sidebar ul li a:hover,
.listing .wrapper .sidebar ul li a.active {
  color: #e42c2c;
}
.listing .wrapper .sidebar ul li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("../img/call-to-action-bullet-red-small.png") left center no-repeat;
  -webkit-background-size: 7px 13px;
  -moz-background-size: 7px 13px;
  background-size: 7px 13px;
  width: 7px;
  height: 24px;
}
.listing .wrapper .sidebar ul.parts li {
  margin: 0 0 5px;
}
.listing .wrapper .sidebar ul.parts li h5 {
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
}
.listing .wrapper .sidebar ul.parts li a {
  display: block;
}
.listing .wrapper .sidebar hr {
  border: none;
  border-top: 1px solid #e1e1e1;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .sidebar hr {
    display: none;
  }
}
.listing .wrapper .sidebar a.back {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.listing .wrapper .list {
  float: right;
  width: 74.553571429%;
  margin: 60px 0 0;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .list {
    width: 75%;
  }
}
@media only screen and (max-width: 920px) {
  .listing .wrapper .list {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .listing .wrapper .list {
    width: 100%;
    float: none;
  }
}
.listing .wrapper .list .part {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.999999999999996%;
  margin-left: 0%;
  margin-right: 2%;
  border-bottom: 1px solid #e42c2c;
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  *zoom: 1;
}
.listing .wrapper .list .part:before,
.listing .wrapper .list .part:after {
  content: '';
  display: table;
}
.listing .wrapper .list .part:after {
  clear: both;
}
.listing .wrapper .list .part:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.listing .wrapper .list .part:nth-child(3n+1) {
  clear: both;
}
.listing .wrapper .list .part:before,
.listing .wrapper .list .part:after {
  content: '';
  display: table;
}
.listing .wrapper .list .part:after {
  clear: both;
}
@media only screen and (max-width: 978px) {
  .listing .wrapper .list .part {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
  }
  .listing .wrapper .list .part:before,
  .listing .wrapper .list .part:after {
    content: '';
    display: table;
  }
  .listing .wrapper .list .part:after {
    clear: both;
  }
  .listing .wrapper .list .part:nth-child(3n) {
    margin-right: 2%;
    float: left;
  }
  .listing .wrapper .list .part:nth-child(3n+1) {
    clear: none;
  }
  .listing .wrapper .list .part:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .listing .wrapper .list .part:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .listing .wrapper .list .part {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .listing .wrapper .list .part:first-child {
    margin-left: auto;
  }
  .listing .wrapper .list .part:last-child {
    margin-right: auto;
  }
}
.listing .wrapper .list .part img {
  width: 100%;
  margin: 0 0 10px;
}
.listing .wrapper .list .part .text {
  float: left;
  width: 63%;
  border-right: 1px solid #ccc;
  -webkit-transition: border-right 0.2s linear;
  -moz-transition: border-right 0.2s linear;
  -o-transition: border-right 0.2s linear;
  -ms-transition: border-right 0.2s linear;
  transition: border-right 0.2s linear;
}
.listing .wrapper .list .part .text h5,
.listing .wrapper .list .part .text p {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin: 0 5px 5px 5px;
  height: 12px;
  overflow: hidden;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.listing .wrapper .list .part .text p {
  font-weight: 400;
  font-size: 11px;
  height: 13px;
}
.listing .wrapper .list .part .price {
  float: right;
  width: 36%;
  text-align: right;
  position: relative;
}
.listing .wrapper .list .part .price h6 {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0 5px 0 0;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .list .part .price h6 {
    font-size: 14px;
  }
}
.listing .wrapper .list .part.featured:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 101px;
  height: 77px;
  background: url("../img/featured.png");
}
.listing .wrapper .list .part:hover {
  background: #f2f2f2;
}
.listing .wrapper .list .part:hover .text {
  border-right: 1px solid #e42c2c;
}
.listing .wrapper .list .part:hover .text h5,
.listing .wrapper .list .part:hover .text p {
  color: #e42c2c;
}
.listing .wrapper .list .part:hover .price h6 {
  color: #e42c2c;
}
.listing .wrapper .list .single h1 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}
.listing .wrapper .list .single p,
.listing .wrapper .list .single ul li {
  margin: 0 0 15px;
  font-size: 14px;
  color: #747474;
  line-height: 1.285714286;
}
.listing .wrapper .list .single p strong,
.listing .wrapper .list .single ul li strong {
  font-weight: 700;
}
.listing .wrapper .list .single p a,
.listing .wrapper .list .single ul li a {
  color: #e42c2c;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.listing .wrapper .list .single p a:hover,
.listing .wrapper .list .single ul li a:hover {
  color: #000;
}
.listing .wrapper .list .single ul {
  list-style: disc;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.listing .wrapper .list .single ul li {
  margin: 0;
}
.listing .wrapper .list .news {
  border: 1px solid #e5e5e5;
  margin: 0 0 32px;
  padding: 0 0 0 2.339181287%;
  *zoom: 1;
}
.listing .wrapper .list .news:before,
.listing .wrapper .list .news:after {
  content: '';
  display: table;
}
.listing .wrapper .list .news:after {
  clear: both;
}
.listing .wrapper .list .news .news-date {
  float: left;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 26px 2.339181287% 0 0;
  text-align: center;
  border: 1px solid #747474;
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .news .news-date {
    margin: 10px;
  }
}
.listing .wrapper .list .news .news-date p {
  font-size: 18px;
  color: #747474;
  text-transform: uppercase;
  padding: 12px 0 0;
}
.listing .wrapper .list .news .news-date h6 {
  color: #747474;
  font-weight: 700;
  font-size: 18px;
}
.listing .wrapper .list .news .news-text {
  float: left;
  width: 64.32748538%;
  padding: 15px 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list .news .news-text {
    width: 80%;
    float: right;
    padding: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .news .news-text {
    width: 100%;
  }
}
.listing .wrapper .list .news .news-text h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px;
  overflow: hidden;
  height: 18px;
}
@media only screen and (max-width: 968px) {
  .listing .wrapper .list .news .news-text h3 {
    height: auto;
  }
}
.listing .wrapper .list .news .news-text p {
  color: #747474;
  font-size: 14px;
  line-height: 18px;
}
.listing .wrapper .list .news .news-text p span {
  color: #e42c2c;
  font-weight: 700;
  text-transform: uppercase;
}
.listing .wrapper .list .news .news-text hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 10px 10px 13px;
}
.listing .wrapper .list .news .news-text h5 {
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.listing .wrapper .list .news .news-text h6 {
  float: right;
  font-size: 14px;
  color: #e42c2c;
  font-style: italic;
}
.listing .wrapper .list .news .news-text h6 a {
  color: #747474;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.listing .wrapper .list .news .news-text h6 a:hover {
  color: #e42c2c;
}
.listing .wrapper .list .news .news-text h6 span {
  font-weight: 700;
  color: #e42c2c;
}
.listing .wrapper .list .news .news-image {
  float: right;
  width: 19.883040936%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list .news .news-image {
    display: none;
  }
}
.listing .wrapper .list .news .news-image .arrow {
  top: 50%;
  right: 0px;
  position: absolute;
  background: rgba(228,44,44,0.85) url("../img/call-to-action-bullet-white.png") center center no-repeat;
  -webkit-background-size: 19px 35px;
  -moz-background-size: 19px 35px;
  background-size: 19px 35px;
  width: 50px;
  height: 60px;
  margin-top: -30px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.listing .wrapper .list .news .news-image img {
  display: block;
}
.listing .wrapper .list .news .news-image:hover .arrow {
  background: #e42c2c url("../img/call-to-action-bullet-white.png") center center no-repeat;
  -webkit-background-size: 19px 35px;
  -moz-background-size: 19px 35px;
  background-size: 19px 35px;
}
.listing .wrapper .list .news--option {
  background: #f6f6f6;
}
.listing .wrapper .list .item {
  border-top: 1px solid #e42c2c;
  margin: 0 0 32px;
  padding: 0 0 15px;
  *zoom: 1;
}
.listing .wrapper .list .item:before,
.listing .wrapper .list .item:after {
  content: '';
  display: table;
}
.listing .wrapper .list .item:after {
  clear: both;
}
.listing .wrapper .list .item h3 {
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .item h3 {
    margin: 0;
  }
}
.listing .wrapper .list .item .left {
  float: left;
  width: 74.730538922%;
  border-right: 1px solid #c5c5c5;
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .list .item .left {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list .item .left {
    width: 100%;
    float: none;
    border: none;
    margin: 0 0 10px;
    padding: 0;
  }
}
.listing .wrapper .list .item .left .images {
  float: left;
  position: relative;
  width: 347px;
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .item .left .images {
    width: 100%;
  }
}
.listing .wrapper .list .item .left .images img.large {
  float: left;
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .item .left .images img.large {
    width: 100%;
  }
}
.listing .wrapper .list .item .left .images .thumbs {
  float: right;
  width: 75px;
}
@media only screen and (max-width: 420px) {
  .listing .wrapper .list .item .left .images .thumbs {
    display: none;
  }
}
.listing .wrapper .list .item .left .images .thumbs img {
  margin: 0 0 6px;
}
.listing .wrapper .list .item .left ul {
  float: right;
  width: 32.727272727%;
  margin: 15px 0 0;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .list .item .left ul {
    width: 20%;
  }
}
@media only screen and (max-width: 920px) {
  .listing .wrapper .list .item .left ul {
    width: 100%;
    float: none;
    clear: both;
    padding: 10px 20px 0;
  }
}
.listing .wrapper .list .item .left ul li {
  color: #747474;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 920px) {
  .listing .wrapper .list .item .left ul li {
    margin: 0 0 10px;
  }
}
.listing .wrapper .list .item .left ul li:after {
  position: absolute;
  content: '';
  top: -5px;
  left: 0;
  background: url("../img/call-to-action-bullet-red-small.png") left center no-repeat;
  -webkit-background-size: 7px 13px;
  -moz-background-size: 7px 13px;
  background-size: 7px 13px;
  width: 7px;
  height: 24px;
}
.listing .wrapper .list .item .left p {
  clear: both;
  padding: 15px 20px 0;
  font-size: 12px;
  line-height: 1.333333333;
}
@media only screen and (max-width: 920px) {
  .listing .wrapper .list .item .left p {
    padding: 0 20px;
  }
}
.listing .wrapper .list .item .right {
  float: right;
  width: 20.359281437%;
  position: relative;
}
@media only screen and (max-width: 1160px) {
  .listing .wrapper .list .item .right {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list .item .right {
    width: 100%;
    float: none;
    padding: 10px 0 0 20px;
    border-top: 1px solid #c5c5c5;
  }
}
.listing .wrapper .list .item .right h5 {
  font-weight: 700;
  font-size: 24px;
}
.listing .wrapper .list .item .right p {
  font-size: 12px;
  line-height: 1.5;
}
.listing .wrapper .list .item .right h6 {
  margin: 20px 0 0;
  background: #e9e9e9;
  padding: 10px 15px;
  font-size: 12px;
  color: #747474;
  font-weight: 700;
}
.listing .wrapper .list .item .right a {
  position: absolute;
  bottom: 0px;
  background: #e42c2c url("../img/call-to-action-bullet-white.png") right 10px center no-repeat;
  -webkit-background-size: 9px 16px;
  -moz-background-size: 9px 16px;
  background-size: 9px 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: 14px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .listing .wrapper .list .item .right a {
    position: relative;
    margin: 10px 0 0;
  }
}
.listing .wrapper .list .item .right a:hover {
  background: #000 url("../img/call-to-action-bullet-white.png") right 10px center no-repeat;
  -webkit-background-size: 9px 16px;
  -moz-background-size: 9px 16px;
  background-size: 9px 16px;
}
.listing .wrapper .list .item.featured {
  border-top: 1px solid #000;
  background: #f6f6f6;
}
.listing .wrapper .list .item.featured h3 {
  color: #fff;
  background: #e42c2c;
}
.listing .wrapper .list .item.featured .images:before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 101px;
  height: 77px;
  background: url("../img/featured.png");
}
.listing .wrapper .list .pagination {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 0;
  position: relative;
  text-align: center;
}
.listing .wrapper .list .pagination a,
.listing .wrapper .list .pagination span {
  color: #747474;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
  border: none;
  padding: 0px;
}
.listing .wrapper .list .pagination a.prev,
.listing .wrapper .list .pagination a.previouspostslink,
.listing .wrapper .list .pagination a[rel=prev] {
  position: absolute;
  left: 0px;
  color: #e42c2c;
}
.listing .wrapper .list .pagination a.next,
.listing .wrapper .list .pagination a.nextpostslink,
.listing .wrapper .list .pagination a[rel=next] {
  position: absolute;
  right: 0px;
  top: 12px;
  color: #e42c2c;
}
.listing .wrapper .list .pagination a.active,
.listing .wrapper .list .pagination span.current {
  color: #e42c2c;
}
.listing .wrapper .list .pagination a:hover {
  color: #000;
}
.select-slider {
  margin: 10px 0 0;
  padding: 0 0 5px;
}
.select-slider .values {
  *zoom: 1;
}
.select-slider .values:before,
.select-slider .values:after {
  content: '';
  display: table;
}
.select-slider .values:after {
  clear: both;
}
.select-slider .values .low,
.select-slider .values .high {
  margin: 0 0 10px;
  float: left;
}
.select-slider .values .low p,
.select-slider .values .high p {
  font-size: 14px;
  font-weight: 600;
}
.select-slider .values .high {
  float: right;
}
.ui-widget-content {
  border: none;
  height: 4px;
  background: #b8b8b8;
}
.ui-widget-header {
  background: #e42c2c;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #b8b8b8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #a0a0a0;
  height: 16px;
  width: 16px;
  -webkit-box-shadow: inset -1px 1px rgba(255,255,255,0.5), inset 1px -1px rgba(0,0,0,0.2);
  box-shadow: inset -1px 1px rgba(255,255,255,0.5), inset 1px -1px rgba(0,0,0,0.2);
}
.map iframe {
  width: 100%;
  height: 390px;
}
@media only screen and (max-width: 767px) {
  .map iframe {
    height: 200px;
  }
}
.contact-form {
  float: left;
  width: 66.071428571%;
}
@media only screen and (max-width: 830px) {
  .contact-form {
    width: 100%;
    float: none;
  }
}
.contact-form ul li {
  margin: 0 0 20px;
}
@media only screen and (max-width: 830px) {
  .contact-form ul li {
    margin: 0 0 10px;
  }
}
.contact-form ul li input[type=text],
.contact-form ul li textarea {
  background: #f2f2f2;
  border: none;
  width: 100%;
  padding: 18px;
  font-size: 14px;
  margin: 0;
  outline: none;
}
.contact-form ul li textarea {
  resize: none;
  height: 156px;
}
.contact-form ul li.left {
  float: left;
  clear: both;
  width: 48.5%;
}
@media only screen and (max-width: 480px) {
  .contact-form ul li.left {
    width: 100%;
  }
}
.contact-form ul li.right {
  float: right;
  width: 48.5%;
}
@media only screen and (max-width: 480px) {
  .contact-form ul li.right {
    width: 100%;
  }
}
.contact-form input[type=submit] {
  background: -webkit-linear-gradient(top, #ec6165, #de2e35);
  background: -moz-linear-gradient(top, #ec6165, #de2e35);
  background: -o-linear-gradient(top, #ec6165, #de2e35);
  background: -ms-linear-gradient(top, #ec6165, #de2e35);
  background: linear-gradient(to bottom, #ec6165, #de2e35);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 50px;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.contact-form input[type=submit]:hover {
  background: #000;
}
.contact-form .gform_ajax_spinner,
.contact-form .validation_error {
  display: none;
}
.contact-form .validation_message {
  color: #f00;
  font-size: 14px;
  margin: 5px 0 0;
}
.contact-info {
  float: right;
  width: 32.142857143%;
}
@media only screen and (max-width: 830px) {
  .contact-info {
    width: 100%;
    float: none;
    margin: 40px 0 0;
  }
}
.contact-info p {
  font-size: 18px;
  color: #747474;
  font-weight: 600;
  margin: 0 0 15px;
}
.contact-info a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.contact-info a h4 {
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
}
.contact-info a h4 img {
  position: relative;
  top: -3px;
  margin: 0 10px 0 0;
}
.contact-info hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.ssba {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .ssba {
    margin: 0 0 10px;
  }
}
.ssba a {
  margin: 0 5px 0 0;
}
.part-single {
  *zoom: 1;
}
.part-single:before,
.part-single:after {
  content: '';
  display: table;
}
.part-single:after {
  clear: both;
}
.part-single .back {
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  color: #000;
  padding: 10px 0px;
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
  margin: 10px 0 25px;
  max-width: 120px;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.part-single .back:hover {
  background: #ddd;
}
.part-single .left {
  float: left;
  width: 36.964285714%;
}
@media only screen and (max-width: 640px) {
  .part-single .left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.part-single .left .fotorama__nav {
  margin-top: 10px;
}
.part-single .left .fotorama__nav .fotorama__nav__frame {
  margin-right: 10px;
}
.part-single .left .fotorama__nav .fotorama__thumb-border {
  display: none;
}
.part-single .left .fotorama__arr {
  background: url("../img/part-images-left.png") center center no-repeat;
  width: 31px;
  height: 98px;
  margin-top: -49px;
  left: 10px;
}
@media only screen and (max-width: 968px) {
  .part-single .left .fotorama__arr {
    display: none;
  }
}
.part-single .left .fotorama__arr--next {
  background: url("../img/part-images-right.png") center center no-repeat;
  left: auto;
  right: 10px;
}
.part-single .right {
  float: right;
  width: 57.589285714%;
}
@media only screen and (max-width: 640px) {
  .part-single .right {
    width: 100%;
  }
}
.part-single .right h1 {
  font-size: 24px;
  color: #e42c2c;
  font-weight: 700;
  margin: 0 0 30px;
}
.part-single .right p,
.part-single .right ul li {
  font-size: 14px;
  color: #747474;
  line-height: 1.571428571;
}
.part-single .right h2 {
  margin: 30px 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #747474;
}
.part-single .right ul {
  *zoom: 1;
  padding: 0 0 20px;
}
.part-single .right ul:before,
.part-single .right ul:after {
  content: '';
  display: table;
}
.part-single .right ul:after {
  clear: both;
}
.part-single .right ul li {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 0 10px 20px;
a
}
@media only screen and (max-width: 968px) {
  .part-single .right ul li {
    width: 100%;
  }
}
.part-single .right ul li:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("../img/call-to-action-bullet-red-small.png") left center no-repeat;
  -webkit-background-size: 7px 13px;
  -moz-background-size: 7px 13px;
  background-size: 7px 13px;
  width: 7px;
  height: 24px;
}
.part-single .right hr {
  border: none;
  border-top: 1px solid #ccc;
}
.part-single .right h3 {
  font-size: 36px;
  color: #000;
  margin: 30px 0;
}
@media only screen and (max-width: 968px) {
  .part-single .right h3 {
    font-size: 30px;
  }
}
.part-single .right .button {
  display: block;
  background: -webkit-linear-gradient(top, #2e83c5, #1e5197);
  background: -moz-linear-gradient(top, #2e83c5, #1e5197);
  background: -o-linear-gradient(top, #2e83c5, #1e5197);
  background: -ms-linear-gradient(top, #2e83c5, #1e5197);
  background: linear-gradient(to bottom, #2e83c5, #1e5197);
  margin: 0 0 12px;
  padding: 16px 0;
  max-width: 222px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #2560af;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.part-single .right .button:hover {
  background: -webkit-linear-gradient(top, #1e5197, #1e5197);
  background: -moz-linear-gradient(top, #1e5197, #1e5197);
  background: -o-linear-gradient(top, #1e5197, #1e5197);
  background: -ms-linear-gradient(top, #1e5197, #1e5197);
  background: linear-gradient(to bottom, #1e5197, #1e5197);
}
.part-single .right .button.red {
  background: -webkit-linear-gradient(top, #ec6165, #de2e35);
  background: -moz-linear-gradient(top, #ec6165, #de2e35);
  background: -o-linear-gradient(top, #ec6165, #de2e35);
  background: -ms-linear-gradient(top, #ec6165, #de2e35);
  background: linear-gradient(to bottom, #ec6165, #de2e35);
  border: 1px solid #ea4e30;
}
.part-single .right .button.red:hover {
  background: -webkit-linear-gradient(top, #de2e35, #de2e35);
  background: -moz-linear-gradient(top, #de2e35, #de2e35);
  background: -o-linear-gradient(top, #de2e35, #de2e35);
  background: -ms-linear-gradient(top, #de2e35, #de2e35);
  background: linear-gradient(to bottom, #de2e35, #de2e35);
}
.truck_body-single .back {
  display: block;
  background: #f2f2f2;
  font-size: 16px;
  color: #000;
  padding: 10px 0px;
  -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
  margin: 10px 0 25px;
  max-width: 120px;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.truck_body-single .back:hover {
  background: #ddd;
}
.truck_body-single .fotorama__nav {
  margin-top: 10px;
}
.truck_body-single .fotorama__nav .fotorama__nav__frame {
  margin-right: 10px;
}
.truck_body-single .fotorama__nav .fotorama__thumb-border {
  display: none;
}
.truck_body-single .fotorama__arr {
  background: url("../img/part-images-left.png") center center no-repeat;
  width: 31px;
  height: 98px;
  margin-top: -49px;
  left: 10px;
}
@media only screen and (max-width: 968px) {
  .truck_body-single .fotorama__arr {
    display: none;
  }
}
.truck_body-single .fotorama__arr--next {
  background: url("../img/part-images-right.png") center center no-repeat;
  left: auto;
  right: 10px;
}
.truck_body-single h1 {
  color: #e42c2c;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 20px;
}
.truck_body-single .data {
  float: left;
  width: 74.464285714%;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .data {
    width: 100%;
    float: none;
  }
}
.truck_body-single .data ul {
  *zoom: 1;
}
.truck_body-single .data ul:before,
.truck_body-single .data ul:after {
  content: '';
  display: table;
}
.truck_body-single .data ul:after {
  clear: both;
}
.truck_body-single .data ul li {
  float: left;
  width: 50%;
  padding: 4px 20px;
  max-width: 380px;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .data ul li {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #f2f2f2;
  }
}
.truck_body-single .data ul li label,
.truck_body-single .data ul li p {
  display: inline-block;
  width: 40%;
  float: left;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .truck_body-single .data ul li label,
  .truck_body-single .data ul li p {
    width: 100%;
  }
}
.truck_body-single .data ul li p {
  width: 60%;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .truck_body-single .data ul li p {
    width: 100%;
    margin: 5px 0 0;
  }
}
.truck_body-single .data ul li.row {
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .data ul li.row {
    background: #fff;
  }
}
.truck_body-single .data ul li.last {
  float: right;
}
.truck_body-single .button {
  float: right;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .button {
    width: 100%;
    float: none;
  }
}
.truck_body-single .button a {
  display: block;
  text-align: center;
  height: 132px;
  background: #008000;
  line-height: 132px;
  color: #fff;
  background: -webkit-linear-gradient(top, #ec6165, #de2e35);
  background: -moz-linear-gradient(top, #ec6165, #de2e35);
  background: -o-linear-gradient(top, #ec6165, #de2e35);
  background: -ms-linear-gradient(top, #ec6165, #de2e35);
  background: linear-gradient(to bottom, #ec6165, #de2e35);
  border: 1px solid #ea4e30;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .button a {
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px;
  }
}
.truck_body-single .button a:hover {
  background: -webkit-linear-gradient(top, #de2e35, #de2e35);
  background: -moz-linear-gradient(top, #de2e35, #de2e35);
  background: -o-linear-gradient(top, #de2e35, #de2e35);
  background: -ms-linear-gradient(top, #de2e35, #de2e35);
  background: linear-gradient(to bottom, #de2e35, #de2e35);
}
.truck_body-single .info {
  *zoom: 1;
}
.truck_body-single .info:before,
.truck_body-single .info:after {
  content: '';
  display: table;
}
.truck_body-single .info:after {
  clear: both;
}
.truck_body-single .info .left {
  float: left;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .info .left {
    float: none;
  }
}
.truck_body-single .info .left p {
  font-size: 14px;
  color: #747474;
  line-height: 1.4;
}
.truck_body-single .info .left p strong {
  color: #e42c2c;
  font-weight: 700;
}
.truck_body-single .info .right {
  float: right;
  text-align: right;
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .info .right {
    float: none;
    text-align: left;
  }
}
.truck_body-single .info .right p {
  font-size: 28px;
}
@media only screen and (max-width: 1160px) {
  .truck_body-single .info .right p {
    font-size: 18px;
    margin: 5px 0 0;
  }
}
.truck_body-single .info .right p strong {
  color: #747474;
}
.truck_body-single .info .right p span {
  padding: 0 5px;
}
.truck_body-single .specifications {
  float: left;
  clear: both;
  width: 66.071428571%;
  background: #f2f2f2;
  -webkit-box-shadow: 1px -1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px -1px 2px rgba(0,0,0,0.2);
  padding: 15px 25px 40px 25px;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .specifications {
    width: 100%;
    margin: 0 0 20px;
  }
}
.truck_body-single .specifications h2 {
  font-size: 18px;
  font-weight: 700;
}
.truck_body-single .specifications hr {
  border: none;
  border-top: 1px solid #c2c2c2;
}
.truck_body-single .specifications p,
.truck_body-single .specifications h4,
.truck_body-single .specifications ul li,
.truck_body-single .specifications ol li {
  font-weight: 700;
  color: #747474;
  font-size: 14px;
  margin: 20px 0 0;
  line-height: 1.428571429;
}
.truck_body-single .specifications p strong,
.truck_body-single .specifications h4 strong,
.truck_body-single .specifications ul li strong,
.truck_body-single .specifications ol li strong {
  color: #e42c2c;
  font-weight: 700;
}
.truck_body-single .specifications p,
.truck_body-single .specifications ul li,
.truck_body-single .specifications ol li {
  font-weight: 400;
  margin: 0;
}
.truck_body-single .specifications ul li,
.truck_body-single .specifications ol li {
  padding: 0 0 0 10px;
  position: relative;
}
.truck_body-single .specifications ul li:before,
.truck_body-single .specifications ol li:before {
  position: absolute;
  content: '-';
  left: 0px;
}
.truck_body-single .specifications ol li:before {
  content: 'o';
}
.truck_body-single .links {
  float: right;
  width: 32.142857143%;
}
@media only screen and (max-width: 767px) {
  .truck_body-single .links {
    width: 100%;
  }
}
.modal {
  margin-top: 150px;
}
@media only screen and (max-width: 978px) {
  .modal {
    margin-top: 90px;
  }
}
.modal .modal-dialog {
  width: 720px;
}
@media only screen and (max-width: 760px) {
  .modal .modal-dialog {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  background: transparent;
}
.modal .modal-dialog .modal-content h2 {
  color: #e42c2c;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.modal .modal-dialog .modal-content hr {
  border: none;
  border-top: 1px solid #575757;
  margin: 10px 0;
}
.modal .modal-dialog .modal-content h3 {
  font-size: 34px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 20px 0 0;
  font-family: 'Oswald', sans-serif;
}
.modal .modal-dialog .modal-content h6 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.modal .modal-dialog .modal-content .gform_wrapper {
  position: relative;
  padding: 15px 0 0;
}
.modal .modal-dialog .modal-content .gform_wrapper .gform_ajax_spinner,
.modal .modal-dialog .modal-content .gform_wrapper .validation_error {
  display: none;
}
.modal .modal-dialog .modal-content .gform_wrapper .validation_message {
  color: #fff;
  font-size: 12px;
  margin: 5px 0 0;
}
.modal .modal-dialog .modal-content .gform_wrapper ul li {
  margin: 0 0 15px;
}
.modal .modal-dialog .modal-content .gform_wrapper ul li input[type=text],
.modal .modal-dialog .modal-content .gform_wrapper ul li textarea {
  width: 100%;
  border: none;
  background: #f2f2f2;
  margin: 0;
  padding: 18px;
  font-weight: 300;
  color: #000;
  outline: none;
  font-size: 14px;
}
.modal .modal-dialog .modal-content .gform_wrapper ul li textarea {
  height: 156px;
  resize: none;
}
.modal .modal-dialog .modal-content .gform_wrapper ul li.left {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .gform_wrapper ul li.left {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .gform_wrapper ul li.right {
  float: right;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .gform_wrapper ul li.right {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .gform_wrapper .gform_footer input[type=submit] {
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: #fff;
  outline: none;
  padding: 15px 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: -webkit-linear-gradient(top, #ec6165, #de2e35);
  background: -moz-linear-gradient(top, #ec6165, #de2e35);
  background: -o-linear-gradient(top, #ec6165, #de2e35);
  background: -ms-linear-gradient(top, #ec6165, #de2e35);
  background: linear-gradient(to bottom, #ec6165, #de2e35);
  border: 1px solid #ea4e30;
  color: #fff;
}
.modal .modal-dialog .modal-content .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #e42c2c;
  background: -webkit-linear-gradient(top, #de2e35, #de2e35);
  background: -moz-linear-gradient(top, #de2e35, #de2e35);
  background: -o-linear-gradient(top, #de2e35, #de2e35);
  background: -ms-linear-gradient(top, #de2e35, #de2e35);
  background: linear-gradient(to bottom, #de2e35, #de2e35);
}
.modal .modal-dialog .modal-content .gform_confirmation_message {
  color: #fff;
  padding: 15px 0 0;
}
.modal-backdrop.in {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
a.video {
  display: inline-block;
  max-width: 100%;
  position: relative;
  margin: 0 0 18px;
}
a.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5) url("../img/video-overlay.png") center center no-repeat;
  z-index: 2;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
a.video:hover .overlay {
  background: rgba(0,0,0,0) url("../img/video-overlay.png") center center no-repeat;
}
a.download-button {
  text-align: left;
  background: #efefef;
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 15px 130px;
  border: 2px solid #e2e2e2;
  position: relative;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media only screen and (max-width: 968px) {
  a.download-button {
    padding: 15px;
  }
}
a.download-button strong {
  color: #e42c2c;
}
a.download-button:after {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -14px;
  background: url("../img/download-button.png");
  width: 297px;
  height: 110px;
}
@media only screen and (max-width: 968px) {
  a.download-button:after {
    display: none;
  }
}
a.download-button:hover {
  background: #fff;
}
.search-result {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  display: block;
}
.search-result h3 {
  font-size: 24px;
  color: #e42c2c;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.search-result p {
  font-size: 14px;
  color: #747474;
  line-height: 1.57143;
}
.search-result:hover h3 {
  color: #000;
}
