/* Minification failed. Returning unminified contents.
(181,123548): run-time error CSS1031: Expected selector, found '20'
 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

html{font-family:'Roboto',sans-serif}html p{font-family:'Roboto',sans-serif}/*! normalize.css v3.0.2 | 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,menu,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-color: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:.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:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-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:'ProximaNova-Bold';font-size:20px;line-height:28px;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;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,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;width:100%;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:28px;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:560px;margin-bottom:560px;border:0;border-top:1px solid #eee}.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}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:560px;margin-bottom:280px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:280px;margin-bottom:280px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:52px}h2,.h2{font-size:43px}h3,.h3{font-size:34px}h4,.h4{font-size:25px}h5,.h5{font-size:20px}h6,.h6{font-size:17px}p{margin:0 0 280px}.lead{margin-bottom:560px;font-size:23px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:30px}}small,.small{font-size:65%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-Uppercase{text-transform:capitalize}.text-Uppercase{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:279px;margin:1120px 0 560px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:280px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:560px}dt,dd{line-height:28px}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:capitalize}blockquote{padding:280px 560px;margin:0 0 560px;font-size:25px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:28px;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:560px;font-style:normal;line-height:28px}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:279.5px;margin:0 0 280px;font-size:19px;line-height:28px;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}@media (min-width:768px){.container{width:740px}}@media (min-width:992px){.container{width:960px}}@media (min-width:1200px){.container{width:1160px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.row{margin-left:-10px;margin-right:-10px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:560px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:28px;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:420px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:560px;font-size:30px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:20px;line-height:28px;color:#555}.form-control{display:block;width:100%;height:574px;padding:6px 12px;font-size:20px;line-height:28px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-moz-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-ms-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){.form-control::-webkit-input-placeholder{font-size:13px}}@media (max-width:1200px){.form-control::-webkit-input-placeholder{font-size:13px}}@media (max-width:992px){.form-control::-webkit-input-placeholder{font-size:13px}}@media (max-width:768px){.form-control::-webkit-input-placeholder{font-size:13px}}@media (max-width:480px){.form-control::-webkit-input-placeholder{font-size:13px}}.form-control:-moz-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){.form-control:-moz-placeholder{font-size:13px}}@media (max-width:1200px){.form-control:-moz-placeholder{font-size:13px}}@media (max-width:992px){.form-control:-moz-placeholder{font-size:13px}}@media (max-width:768px){.form-control:-moz-placeholder{font-size:13px}}@media (max-width:480px){.form-control:-moz-placeholder{font-size:13px}}.form-control::-moz-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){.form-control::-moz-placeholder{font-size:13px}}@media (max-width:1200px){.form-control::-moz-placeholder{font-size:13px}}@media (max-width:992px){.form-control::-moz-placeholder{font-size:13px}}@media (max-width:768px){.form-control::-moz-placeholder{font-size:13px}}@media (max-width:480px){.form-control::-moz-placeholder{font-size:13px}}.form-control:-ms-input-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){.form-control:-ms-input-placeholder{font-size:13px}}@media (max-width:1200px){.form-control:-ms-input-placeholder{font-size:13px}}@media (max-width:992px){.form-control:-ms-input-placeholder{font-size:13px}}@media (max-width:768px){.form-control:-ms-input-placeholder{font-size:13px}}@media (max-width:480px){.form-control:-ms-input-placeholder{font-size:13px}}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:574px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:246px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:918px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:560px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:580px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:246px;padding:5px 10px;font-size:13px;line-height:18px;border-radius:3px}select.input-sm{height:246px;line-height:246px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:246px;padding:5px 10px;font-size:13px;line-height:18px;border-radius:3px}select.form-group-sm .form-control{height:246px;line-height:246px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:246px;padding:5px 10px;font-size:13px;line-height:18px;min-height:573px}.input-lg{height:918px;padding:10px 16px;font-size:28px;line-height:32px;border-radius:6px}select.input-lg{height:918px;line-height:918px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:918px;padding:10px 16px;font-size:28px;line-height:32px;border-radius:6px}select.form-group-lg .form-control{height:918px;line-height:918px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:918px;padding:10px 16px;font-size:28px;line-height:32px;min-height:588px}.has-feedback{position:relative}.has-feedback .form-control{padding-right:717.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:574px;height:574px;line-height:574px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:918px;height:918px;line-height:918px}.input-sm+.form-control-feedback{width:246px;height:246px;line-height:246px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:565px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:567px}.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:10px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:321px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:20px;line-height:28px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:28px;line-height:32px;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:13px;line-height:18px;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:18px;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-ms-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:20px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:279px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:28px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:13px;line-height:28px;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:918px;padding:10px 16px;font-size:28px;line-height:32px;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:918px;line-height:918px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:246px;padding:5px 10px;font-size:13px;line-height:18px;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:246px;line-height:246px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:20px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:13px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:28px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:279px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:28px;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:560px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:10px;padding-left:10px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-10px;margin-left:-10px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:-255px 10px;font-size:28px;line-height:560px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-10px}}.navbar-toggle{position:relative;float:right;margin-right:10px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:-127.5px -10px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:560px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:560px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:-255px;padding-bottom:-255px}}.navbar-form{margin-left:-10px;margin-right:-10px;padding:10px 10px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:-262px;margin-bottom:-262px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:-262px;margin-bottom:-262px}.navbar-btn.btn-sm{margin-top:-98px;margin-bottom:-98px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:-255px;margin-bottom:-255px}@media (min-width:768px){.navbar-text{float:left;margin-left:10px;margin-right:10px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-10px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.pagination{display:inline-block;margin:560px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:28px;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:28px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:13px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:560px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:13px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:30px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:90px}}.thumbnail{display:block;padding:4px;margin-bottom:560px;line-height:28px;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-moz-transition:border .2s ease-in-out;-ms-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:560px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:560px;margin-bottom:560px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:13px;line-height:560px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-ms-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-o-animation:progress-bar-stripes 2s linear infinite;-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:560px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:23px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:560px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:30px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.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:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-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:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-dialog .button{text-transform:uppercase !important}.modal-content{position:relative;background-color:#fff;border:1px solid #999;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:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:43px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:28px}.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}}.tooltip{position:absolute;z-index:1070;display:block;font-family:'ProximaNova-Bold';font-size:13px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:'ProximaNova-Bold';font-size:20px;font-weight:normal;line-height:28px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:20px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-ms-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body: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}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}body{color:#666666;font-family:'ProximaNova-Bold';background-color:transparent;line-height:normal !important}a{font-weight:normal;color:#666666}a:hover,a:focus,a:active{text-decoration:none}a:hover{opacity:.7;filter:alpha(opacity=70)}p{color:#666666;padding:0;margin:0;font-size:20px;line-height:28px;font-family:'Roboto',sans-serif}p a{text-decoration:underline}p a:hover,p a:focus,p a:active{text-decoration:underline}p a span{color:#fff}@media (max-width:768px){p{font-size:18px;line-height:22px}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;font-weight:normal}h1,h2{font-size:47px;font-family:'Roboto',sans-serif}@media (max-width:479px){h1,h2{font-size:38px;line-height:44px}}h3{font-size:32px;line-height:32px}@media (max-width:768px){h3{font-size:28px}}h4{text-transform:uppercase;color:#fff;background-color:transparent;font-size:18px;line-height:28px}small{color:#fff !important}hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #eeeeee}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}html,body{overflow-x:hidden;width:100%}a,a img{outline:0 !important;border:0;border-style:none}ul,ol{list-style:none !important;padding:0;margin:0}input{border:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:active,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px white inset !important}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type="number"]{-moz-appearance:textfield}input[type="radio"]{-webkit-appearance:radio}@-ms-viewport{width:auto !important}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none !important}h1,h2,h3,h4,h5.h6{display:block;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0}table{margin:0 0 0 0 !important;padding:0 0 0 0}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],20 input[type="color"]{font-size:20px !important}@-moz-document url-prefix(){fieldset{display:table-cell}}.nosidepadding{padding-left:0 !important;padding-right:0 !important}.inline{display:inline}.height100P{height:100% !important}.visible-xss{display:none}@media (max-width:768px){.visible-xss{display:inline-block !important}}.position-relative{position:relative !important}.inline-block{display:inline-block}.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12{min-height:1px;padding-left:15px;padding-right:15px;position:relative}@media (max-width:480px){.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11{float:left}.col-xxs-1{width:8.33333333%}.col-xxs-2{width:16.66666667%}.col-xxs-3{width:25%}.col-xxs-4{width:33.33333333%}.col-xxs-5{width:41.66666667%}.col-xxs-6{width:50%}.col-xxs-7{width:58.33333333%}.col-xxs-8{width:66.66666667%}.col-xxs-9{width:75%}.col-xxs-10{width:83.33333333%}.col-xxs-11{width:91.66666667%}.col-xxs-12{width:100%}.col-xxs-push-1{left:8.33333333%}.col-xxs-push-2{left:16.66666667%}.col-xxs-push-3{left:25%}.col-xss-push-4{left:33.33333333%}.col-xxs-push-5{left:41.66666667%}.col-xxs-push-6{left:50%}.col-xxs-push-7{left:58.33333333%}.col-xxs-push-8{left:66.66666667%}.col-xxs-push-9{left:75%}.col-xxs-push-10{left:83.33333333%}.col-xxs-push-11{left:91.66666667%}.col-xxs-pull-1{right:8.33333333%}.col-xxs-pull-2{right:16.66666667%}.col-xxs-pull-3{right:25%}.col-xxs-pull-4{right:33.33333333%}.col-xxs-pull-5{right:41.66666667%}.col-xxs-pull-6{right:50%}.col-xxs-pull-7{right:58.33333333%}.col-xxs-pull-8{right:66.66666667%}.col-xxs-pull-9{right:75%}.col-xxs-pull-10{right:83.33333333%}.col-xxs-pull-11{right:91.66666667%}.col-xxs-offset-1{margin-left:8.33333333%}.col-xxs-offset-2{margin-left:16.66666667%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-4{margin-left:33.33333333%}.col-xxs-offset-5{margin-left:41.66666667%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-7{margin-left:58.33333333%}.col-xxs-offset-8{margin-left:66.66666667%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-10{margin-left:83.33333333%}.col-xxs-offset-11{margin-left:91.66666667%}}.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths{position:relative;min-height:1px;padding-right:20px;padding-left:20px}.col-xs-5ths{width:20%;float:left}@media (min-width:768px){.col-sm-5ths{width:20%;float:left}}@media (min-width:992px){.col-md-5ths{width:20%;float:left}}@media (min-width:1200px){.col-lg-5ths{width:20%;float:left}}.col-xs-4ths,.col-sm-4ths,.col-md-4ths,.col-lg-4ths{position:relative;min-height:1px;padding-right:20px;padding-left:20px}.col-xs-4ths{width:25%;float:left}@media (min-width:768px){.col-sm-4ths{width:25%;float:left}}@media (min-width:992px){.col-md-4ths{width:25%;float:left}}@media (min-width:1200px){.col-lg-4ths{width:25%;float:left}}.checkout-container .no-checkout{display:none !important}.margin-top-70px{margin-top:70px}.margin-right-70px{margin-right:70px}.margin-bottom-70px{margin-bottom:70px}.margin-left-70px{margin-left:70px}.margin-70px{margin:70px !important}.margin-top-65px{margin-top:65px}.margin-right-65px{margin-right:65px}.margin-bottom-65px{margin-bottom:65px}.margin-left-65px{margin-left:65px}.margin-65px{margin:65px !important}.margin-top-60px{margin-top:60px}.margin-right-60px{margin-right:60px}.margin-bottom-60px{margin-bottom:60px}.margin-left-60px{margin-left:60px}.margin-60px{margin:60px !important}.margin-top-55px{margin-top:55px}.margin-right-55px{margin-right:55px}.margin-bottom-55px{margin-bottom:55px}.margin-left-55px{margin-left:55px}.margin-55px{margin:55px !important}.margin-top-50px{margin-top:50px}.margin-right-50px{margin-right:50px}.margin-bottom-50px{margin-bottom:50px}.margin-left-50px{margin-left:50px}.margin-50px{margin:50px !important}.margin-top-45px{margin-top:45px}.margin-right-45px{margin-right:45px}.margin-bottom-45px{margin-bottom:45px}.margin-left-45px{margin-left:45px}.margin-45px{margin:45px !important}.margin-top-40px{margin-top:40px}.margin-right-40px{margin-right:40px}.margin-bottom-40px{margin-bottom:40px}.margin-left-40px{margin-left:40px}.margin-40px{margin:40px !important}.margin-top-35px{margin-top:35px}.margin-right-35px{margin-right:35px}.margin-bottom-35px{margin-bottom:35px}.margin-left-35px{margin-left:35px}.margin-35px{margin:35px !important}.margin-top-30px{margin-top:30px}.margin-right-30px{margin-right:30px}.margin-bottom-30px{margin-bottom:30px}.margin-left-30px{margin-left:30px}.margin-30px{margin:30px !important}.margin-top-25px{margin-top:25px}.margin-right-25px{margin-right:25px}.margin-bottom-25px{margin-bottom:25px}.margin-left-25px{margin-left:25px}.margin-25px{margin:25px !important}.margin-top-20px{margin-top:20px}.margin-right-20px{margin-right:20px}.margin-bottom-20px{margin-bottom:20px}.margin-left-20px{margin-left:20px}.margin-20px{margin:20px !important}.margin-top-15px{margin-top:15px}.margin-right-15px{margin-right:15px}.margin-bottom-15px{margin-bottom:15px}.margin-left-15px{margin-left:15px}.margin-15px{margin:15px !important}.margin-top-10px{margin-top:10px}.margin-right-10px{margin-right:10px}.margin-bottom-10px{margin-bottom:10px}.margin-left-10px{margin-left:10px}.margin-10px{margin:10px !important}.margin-top-5px{margin-top:5px}.margin-right-5px{margin-right:5px}.margin-bottom-5px{margin-bottom:5px}.margin-left-5px{margin-left:5px}.margin-5px{margin:5px !important}.margin-top-0{margin-top:0}.margin-right-0{margin-right:0}.margin-bottom-0{margin-bottom:0}.margin-left-0{margin-left:0}.margin-0{margin:0 !important}.margin-none{margin:0}.padding-top-70px{padding-top:70px !important}.padding-right-70px{padding-right:70px !important}.padding-bottom-70px{padding-bottom:70px !important}.padding-left-70px{padding-left:70px !important}.padding-70px{padding:70px !important}.padding-top-65px{padding-top:65px !important}.padding-right-65px{padding-right:65px !important}.padding-bottom-65px{padding-bottom:65px !important}.padding-left-65px{padding-left:65px !important}.padding-65px{padding:65px !important}.padding-top-60px{padding-top:60px !important}.padding-right-60px{padding-right:60px !important}.padding-bottom-60px{padding-bottom:60px !important}.padding-left-60px{padding-left:60px !important}.padding-60px{padding:60px !important}.padding-top-55px{padding-top:55px !important}.padding-right-55px{padding-right:55px !important}.padding-bottom-55px{padding-bottom:55px !important}.padding-left-55px{padding-left:55px !important}.padding-55px{padding:55px !important}.padding-top-50px{padding-top:50px !important}.padding-right-50px{padding-right:50px !important}.padding-bottom-50px{padding-bottom:50px !important}.padding-left-50px{padding-left:50px !important}.padding-50px{padding:50px !important}.padding-top-45px{padding-top:45px !important}.padding-right-45px{padding-right:45px !important}.padding-bottom-45px{padding-bottom:45px !important}.padding-left-45px{padding-left:45px !important}.padding-45px{padding:45px !important}.padding-top-40px{padding-top:40px !important}.padding-right-40px{padding-right:40px !important}.padding-bottom-40px{padding-bottom:40px !important}.padding-left-40px{padding-left:40px !important}.padding-40px{padding:40px !important}.padding-top-35px{padding-top:35px !important}.padding-right-35px{padding-right:35px !important}.padding-bottom-35px{padding-bottom:35px !important}.padding-left-35px{padding-left:35px !important}.padding-35px{padding:35px !important}.padding-top-30px{padding-top:30px !important}.padding-right-30px{padding-right:30px !important}.padding-bottom-30px{padding-bottom:30px !important}.padding-left-30px{padding-left:30px !important}.padding-30px{padding:30px !important}.padding-top-25px{padding-top:25px !important}.padding-right-25px{padding-right:25px !important}.padding-bottom-25px{padding-bottom:25px !important}.padding-left-25px{padding-left:25px !important}.padding-25px{padding:25px !important}.padding-top-20px{padding-top:20px !important}.padding-right-20px{padding-right:20px !important}.padding-bottom-20px{padding-bottom:20px !important}.padding-left-20px{padding-left:20px !important}.padding-20px{padding:20px !important}.padding-top-15px{padding-top:15px !important}.padding-right-15px{padding-right:15px !important}.padding-bottom-15px{padding-bottom:15px !important}.padding-left-15px{padding-left:15px !important}.padding-15px{padding:15px !important}.padding-top-10px{padding-top:10px !important}.padding-right-10px{padding-right:10px !important}.padding-bottom-10px{padding-bottom:10px !important}.padding-left-10px{padding-left:10px !important}.padding-10px{padding:10px !important}.padding-top-5px{padding-top:5px !important}.padding-right-5px{padding-right:5px !important}.padding-bottom-5px{padding-bottom:5px !important}.padding-left-5px{padding-left:5px !important}.padding-5px{padding:5px !important}.padding-top-0{padding-top:0 !important}.padding-right-0{padding-right:0 !important}.padding-bottom-0{padding-bottom:0 !important}.padding-left-0{padding-left:0 !important}.padding-0{padding:0 !important}.padding-none{padding:0}@media (max-width:1200px){.padding-edges{padding-left:10px;padding-right:10px}}.small-print{font-size:12px;font-style:italic}.is-disabled{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none none none none;-moz-box-shadow:none none none none;box-shadow:none none none none}.no-scroll{overflow:hidden !important}.display-block{display:block}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.static{position:static}.dashed-line{width:100%;margin:10px 0 30px 0;padding:0;border-bottom:1px dashed #333;height:1px}.separator{width:100%;display:block;border-bottom:1px solid #333;margin:20px 0}.mobile{display:none}@media (max-width:767px){.mobile{display:block}}.bold{font-weight:bold}.regular{font-weight:normal}.italic{font-style:italic}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.break-word{word-wrap:break-word}.no-wrap{white-space:nowrap}.text-uppercase{text-transform:uppercase}.blured{-webkit-filter:blur(4px);-moz-filter:blur(4px);-o-filter:blur(4px);-ms-filter:blur(4px);filter:blur(4px);opacity:.4}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{width:100%;max-width:100%}::-moz-placeholder{color:#999;opacity:1}:-ms-input-placeholder{color:#999}::-webkit-input-placeholder{color:#999}::-webkit-input-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){::-webkit-input-placeholder{font-size:13px}}@media (max-width:1200px){::-webkit-input-placeholder{font-size:13px}}@media (max-width:992px){::-webkit-input-placeholder{font-size:13px}}@media (max-width:768px){::-webkit-input-placeholder{font-size:13px}}@media (max-width:480px){::-webkit-input-placeholder{font-size:13px}}:-moz-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){:-moz-placeholder{font-size:13px}}@media (max-width:1200px){:-moz-placeholder{font-size:13px}}@media (max-width:992px){:-moz-placeholder{font-size:13px}}@media (max-width:768px){:-moz-placeholder{font-size:13px}}@media (max-width:480px){:-moz-placeholder{font-size:13px}}::-moz-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){::-moz-placeholder{font-size:13px}}@media (max-width:1200px){::-moz-placeholder{font-size:13px}}@media (max-width:992px){::-moz-placeholder{font-size:13px}}@media (max-width:768px){::-moz-placeholder{font-size:13px}}@media (max-width:480px){::-moz-placeholder{font-size:13px}}:-ms-input-placeholder{color:#999 !important;opacity:1;font-family:'ProximaNova-Bold';text-transform:uppercase;line-height:24px;letter-spacing:1px}@media (min-width:1200px){:-ms-input-placeholder{font-size:13px}}@media (max-width:1200px){:-ms-input-placeholder{font-size:13px}}@media (max-width:992px){:-ms-input-placeholder{font-size:13px}}@media (max-width:768px){:-ms-input-placeholder{font-size:13px}}@media (max-width:480px){:-ms-input-placeholder{font-size:13px}}.error-msg{display:block !important}.contactform{background:#fff;z-index:1}.contactform .buttonClassic.hideBtn{display:none}.contactform #contactform{background:#00a3c7;-webkit-transition:ease height 1.2s;-moz-transition:ease height 1.2s;-ms-transition:ease height 1.2s;-o-transition:ease height 1.2s;transition:ease height 1.2s}.contactform #contactform.collapse,.contactform #contactform.collapsing{-webkit-transition:ease height 1.2s;-moz-transition:ease height 1.2s;-ms-transition:ease height 1.2s;-o-transition:ease height 1.2s;transition:ease height 1.2s}.contactform #contactform.show{display:inline-block !important;width:100%}.contactform #contactform .form-holder{max-width:625px;margin:0 auto;padding:50px 0;width:100%;display:inline-block}.contactform #contactform .form-holder form .form-group{margin-bottom:20px}@media only screen and (max-width:480px){.contactform #contactform .form-holder form .form-group{width:100%}}.contactform #contactform .form-holder form .form-group .form-control{border-radius:0;border:0;height:46px;padding:10px !important;letter-spacing:1.5px;font-size:15px !important}.contactform #contactform .form-holder form .form-group .form-control:focus{border-color:#666666;outline:0;-webkit-box-shadow:none;box-shadow:none}.contactform #contactform .form-holder form .form-group textarea{min-height:90px}.contactform #contactform .form-holder h2,.contactform #contactform .form-holder p{margin-bottom:30px !important}.contactform #contactform .form-holder p a{color:#fff;font-weight:bold;text-decoration:none}.contactform #contactform .form-holder .button{margin-top:10px}#delarations-error{max-width:430px;display:block}.error-msg{position:relative;display:table;width:100%}.error-msg span{background-color:#d9534f;color:#FFF;font-size:13px;text-align:left;padding:5px 7px;clear:both;letter-spacing:0 !important;text-transform:none;z-index:5000;display:block;margin-top:0;position:relative}.alert{padding:5px 10px 5px 10px !important;letter-spacing:0 !important;font-size:20px !important;width:100%;margin-top:10px;float:left;text-transform:none !important;text-align:left !important}.alert li{list-style-type:none}.alert li a,.alert li span{list-style-type:none}.alert-danger{padding:5px 10px 5px 10px !important;color:#d9534f;width:100%;margin-top:10px;float:left;text-transform:none !important;text-align:left !important}.alert-danger li{list-style-type:none;color:#d9534f}.alert-danger li a,.alert-danger li span{list-style-type:none;color:#d9534f}.alert-success{padding:5px 10px 5px 10px !important;letter-spacing:0 !important;color:#5cb85c;width:100%;margin-top:10px;float:left;text-transform:none !important;text-align:left !important}#save-msg{margin:10px 0 10px 0}.footer .field-validation-error{height:28px;margin-top:30px;display:block;width:100%}.footer .field-validation-error #error-msg span{width:100%;height:28px;margin-top:30px}.footer .field-validation-error #error-msg span::before{position:absolute !important;top:19px !important}@media (max-width:992px){.footer .form-group.email-box{position:relative}.footer .field-validation-error{position:relative;width:calc(100% + 29px);display:block}.footer .field-validation-error #Email-error{width:100%}.footer .error-msg span{margin:0 auto;width:calc(100% + 7px)}}.unsubscribe .error-msg span{margin-top:1px}.checkout-contact-details .subscribe input{margin-bottom:0 !important}.checkout-contact-details .subscribe .error-msg span{margin-top:1px}.checkout-contact-details .input-group-btn{margin-top:20px !important}.signin-form .error-msg span{margin-top:0;width:calc(100% - 18px)}.signin-form .form-inline .form-group:nth-of-type(2) .error-msg span{margin-left:18px}button{border:0;background:none;outline:none !important}.button{border:0;background:none}.button:hover{opacity:.7;filter:alpha(opacity=70);cursor:pointer}.button.buttonClassic{color:#fff;background:#329be5;display:inline-block;font-size:15px;padding:16px 33px;border-radius:50px}.button.buttonClassicLg{font-size:20px;padding:13px 31px}html,body{font-family:'Roboto',sans-serif}body::before{content:"";background-image:url("/Content/images/layout-sample-uploads.jpg");background-size:cover;opacity:.6;top:0;left:0;bottom:0;right:0;position:absolute;z-index:99;height:300vh;display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}p{color:#666666;font-size:15px;line-height:19px}p.pLarge{padding:0;margin:0;font-size:21px;line-height:28px}@media (max-width:991px){p.pLarge{font-size:18px;line-height:24px}}.height-600px{height:600px}.maxWidth1450{display:block;max-width:1450px;margin:0 auto}.maxWidth1390{display:block;max-width:1370px;margin:0 auto;padding-left:20px;padding-right:20px}.bgBlue{background-color:#329be5}.color-blue{color:#329be5}.paddingLeft0{padding-left:0}.paddingRight0{padding-right:0}.noSidePadding{padding-left:0 !important;padding-right:0 !important}.prices-text{clear:both;padding:10px 0 0 0}.prices-text p{font-size:12px;padding-top:5px}span.blue-text{color:#329be5}.about p{line-height:30px}@media (max-width:767px){.about .container-fluid:nth-of-type(1){padding-top:80px}}@media (max-width:600px){.products tbody .darker-shade-1{background-color:white !important}}@media (min-width:601px){.products .darker-shade-1{background-color:#f5f5f5 !important}}@media (max-width:600px){.products tbody .darker-shade-2{background-color:white !important}}@media (min-width:601px){.products .darker-shade-2{background-color:#f0f0f0 !important}}.products #zoom-trigger{position:absolute;bottom:0;right:10px}.products .container-fluid:nth-of-type(1){padding:56px 20px 0 20px}.products .container-fluid:nth-of-type(1) .product-desc h2,.products .container-fluid:nth-of-type(1) .product-desc h1{margin-top:-5px;margin-bottom:24px}.products .container-fluid:nth-of-type(1) .product-desc p{margin-top:18px}.products .container-fluid:nth-of-type(1) .product-desc ul{margin-top:27px}.products .container-fluid:nth-of-type(1) .product-desc ul li{font-size:13px;font-weight:200;font-style:italic;position:relative;padding-left:20px;margin-bottom:9px}.products .container-fluid:nth-of-type(1) .product-desc ul li:before{content:"";background:url(/Content/images/icons/list-s-type-circle.png) no-repeat;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);height:10px;width:10px}.products .container-fluid:nth-of-type(1) .product-desc .downloads{border-top:2px solid #eeeeee;border-bottom:2px solid #eeeeee;margin-top:42px;height:65px;padding-top:10px;padding-bottom:10px;vertical-align:baseline;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center}.products .container-fluid:nth-of-type(1) .product-desc .downloads a{font-size:13px;letter-spacing:1px;text-transform:uppercase;position:relative}.products .container-fluid:nth-of-type(1) .product-desc .downloads a:nth-of-type(1){padding-left:48px;margin-left:5px;padding-right:18px;margin-right:-5px;display:inline-block}.products .container-fluid:nth-of-type(1) .product-desc .downloads a:nth-of-type(1)::after{content:"";position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);height:40px;background:#eeeeee;width:1px}.products .container-fluid:nth-of-type(1) .product-desc .downloads a:nth-of-type(2){padding-left:80px}.products .container-fluid:nth-of-type(1) .product-desc .downloads a:nth-of-type(2)::before{background:url(/Content/images/icons/popup-icon.png) no-repeat}.products .container-fluid:nth-of-type(1) .product-desc .downloads a:nth-of-type(2)::before{left:31px}.products .container-fluid:nth-of-type(1) .product-desc .downloads a::before{content:"";background:url(/Content/images/icons/download-icon.png) no-repeat;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);height:50px;width:40px}.products .container-fluid:nth-of-type(1) .product-desc .buttonClassic{margin-top:30px;padding:16px 26px}.products .container-fluid:nth-of-type(1) .product-image{height:inherit;position:relative}.products .container-fluid:nth-of-type(1) .product-image .tiles{position:absolute;top:0;left:0;width:100%;height:100%}.products .container-fluid:nth-of-type(1) .product-image .zoomImage{position:relative;float:left;width:100%;height:100%;overflow:hidden}.products .container-fluid:nth-of-type(1) .product-image .photo{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;-webkit-transition:transform .5s ease-out;-moz-transition:transform .5s ease-out;-ms-transition:transform .5s ease-out;-o-transition:transform .5s ease-out;transition:transform .5s ease-out}.products .container-fluid.images-accross{padding:22px 20px 40px 20px}.products .container-fluid.images-accross img:hover{cursor:pointer}.products .container-fluid.print-sizes{padding:0 20px 40px 20px}.products .container-fluid.print-sizes .header{background:url('/content/images/icons/table-bg.png') 0 0 repeat !important;border-bottom:1px solid #fff;padding:22px 20px}@media (max-height:768px){.products .container-fluid.print-sizes .header{padding:10px 12px}}.products .container-fluid.print-sizes .header .vat-price{display:inline-block;position:absolute;right:37px;top:19px}.products .container-fluid.print-sizes .header .vat-price span{font-size:14px;line-height:26px}.products .container-fluid.print-sizes .header .vat-price span:first-child{text-transform:uppercase;letter-spacing:1px;margin-right:9px}@media (max-width:768px){.products .container-fluid.print-sizes .header .vat-price span{font-size:12px}}.products .container-fluid.print-sizes .header [type="radio"]:checked,.products .container-fluid.print-sizes .header [type="radio"]:not(:checked){position:absolute;left:-9999px}.products .container-fluid.print-sizes .header [type="radio"]:checked+label,.products .container-fluid.print-sizes .header [type="radio"]:not(:checked)+label{position:relative;padding-left:30px;padding-right:10px;cursor:pointer;line-height:20px;display:inline-block;color:#666}.products .container-fluid.print-sizes .header [type="radio"]:checked+label:before,.products .container-fluid.print-sizes .header [type="radio"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:-2px;width:24px;height:24px;border-radius:100%}.products .container-fluid.print-sizes .header [type="radio"]:checked+label:before{background:#fff;border:3px solid #329be5}.products .container-fluid.print-sizes .header [type="radio"]:checked+label:after,.products .container-fluid.print-sizes .header [type="radio"]:not(:checked)+label:after{content:'';width:12px;height:12px;position:absolute;top:4px;left:6px;border-radius:100%;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.products .container-fluid.print-sizes .header [type="radio"]:not(:checked)+label:after{background:white;border:1px solid #666666}.products .container-fluid.print-sizes .header [type="radio"]:checked+label:after{background:#329be5;opacity:1}.products .container-fluid.print-sizes .table-sizes{border-top:1px solid #f3f3f3;text-align:center !important}.products .container-fluid.print-sizes .table-sizes thead .main-header th{border-bottom:0;text-transform:capitalize !important;color:white !important;font-size:15px;text-align:center !important;line-height:34px !important;background:#329be5}.products .container-fluid.print-sizes .table-sizes thead .main-header th:nth-of-type(even){background:#2f93d9}.products .container-fluid.print-sizes .table-sizes tr.header-two th{font-size:13px;letter-spacing:2px;text-align:center !important;line-height:20px !important;background:#f6f6f6;width:300px}.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(2),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(4),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(8){background-color:#f0f0f0}@media (max-width:600px){.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(2),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(4),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tr.header-two .dark :nth-of-type(8){background-color:white}}@media (min-width:992px){.products .container-fluid.print-sizes .table-sizes tbody tr:nth-of-type(even){background:#fafafa}}.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(3),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(8),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(10){background-color:#f5f5f5}@media (max-width:600px){.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(3),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(8),.products .container-fluid.print-sizes .table-sizes tbody .light :nth-of-type(10){background-color:white}}.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(3),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(8),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(10){background-color:#f0f0f0}@media (max-width:600px){.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(3),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(6),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(8),.products .container-fluid.print-sizes .table-sizes tbody .dark :nth-of-type(10){background-color:white}}@media (min-width:600px){.products .container-fluid.print-sizes .table-sizes th:nth-of-type(1){padding-left:20px;text-align:center}}.products .container-fluid.print-sizes .table-sizes th,.products .container-fluid.print-sizes .table-sizes td{font-size:13px;font-weight:normal;line-height:15px}@media (min-width:600px){.products .container-fluid.print-sizes .table-sizes th,.products .container-fluid.print-sizes .table-sizes td{text-align:center}}.products .container-fluid.print-sizes .table-sizes th.price,.products .container-fluid.print-sizes .table-sizes td.price{color:#329be5}.products .container-fluid.print-sizes .table-sizes th .price,.products .container-fluid.print-sizes .table-sizes td .price{color:#329be5}.products .container-fluid.print-sizes .table-sizes thead th{text-transform:uppercase}@media (min-width:601px){.products .container-fluid .head-title{display:none}.products .container-fluid .framing .table-sizes td:nth-of-type(2){padding-left:20px}.products .container-fluid .empty-mobile-row{display:none}}@media (max-width:767px){.products .container-fluid:nth-of-type(1){padding-top:80px}.products .container-fluid .downloads{margin-bottom:42px}.products .container-fluid.print-sizes .vat-price{position:relative !important;right:0 !important;top:0 !important;margin-top:14px}.products .container-fluid.images-accross img{padding:4px}}@media (max-width:600px){.products .container-fluid .table-sizes th:not(.table-show-600){display:none}.products .container-fluid .table-sizes .table-show-600 span{display:none}.products .container-fluid .table-sizes tr{border-bottom:1px solid #dadada;border-left-style:solid;border-left-color:#329be5 !important;border-left-width:5px;border-right:1px solid #dadada}.products .container-fluid .table-sizes td{position:relative;display:block;line-height:0 !important;white-space:nowrap;vertical-align:middle;padding:15px;padding-left:65% !important}.products .container-fluid .table-sizes td::before{position:absolute;top:20px;left:6px;padding-left:15px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600}.products .container-fluid .table-sizes td::after{position:absolute;left:6px;padding-left:15px;white-space:nowrap;float:left}.products .container-fluid .table-sizes td.head-title{background-color:#f0f0f0 !important;padding:20px;letter-spacing:0;font-weight:600;font-size:15px}.products .container-fluid .table-sizes td:nth-of-type(1):after{content:"Print Sizes"}.products .container-fluid .table-sizes td:nth-of-type(2):after{content:"Inches"}.products .container-fluid .table-sizes td:nth-of-type(3):after{content:"mm's"}.products .container-fluid .table-sizes td:nth-of-type(4):after{content:"Prices"}.products .container-fluid .table-sizes td:nth-of-type(5):after{content:"1 to 4";color:#666666}.products .container-fluid .table-sizes td:nth-of-type(6):after{content:"5 to 19";color:#666666}.products .container-fluid .table-sizes td:nth-of-type(7):after{content:"20 to 49";color:#666666}.products .container-fluid .table-sizes td:nth-of-type(8):after{content:"50 to 99";color:#666666}.products .container-fluid .table-sizes td:nth-of-type(9):after{content:"100 to 249";color:#666666}.products .container-fluid .table-sizes td:nth-of-type(10):after{content:"250+"}.products .container-fluid .table-sizes.canvas td:nth-of-type(2):after{content:"Inches"}.products .container-fluid .table-sizes.canvas td:nth-of-type(3):after{content:"mm's"}.products .container-fluid .table-sizes.canvas td:nth-of-type(5):after{content:"1 to 4";color:#666666}.products .container-fluid .table-sizes.canvas td:nth-of-type(6):after{content:"5+";color:#666666}.products .container-fluid .table-sizes.canvas td:nth-of-type(7):after{content:"25+";color:#666666}.products .container-fluid .table-sizes.foam-board td:nth-of-type(2):after{content:"Inches"}.products .container-fluid .table-sizes.foam-board td:nth-of-type(3):after{content:"mm's"}.products .container-fluid .table-sizes.foam-board td:nth-of-type(4):after{content:"Price"}.products .container-fluid .table-sizes.foam-board td:nth-of-type(5):after{content:"Mounting"}.products .container-fluid .table-sizes.foam-board td:nth-of-type(6):after{content:"Print"}.products .container-fluid .table-sizes.foam-board td:nth-of-type(7):after{content:"Total";font-weight:bold}.products .container-fluid .table-sizes.dibond td:nth-of-type(4):after{content:"Price"}.products .container-fluid .table-sizes.dibond td:nth-of-type(5):after{content:"Print Price";color:#666666}.products .container-fluid .table-sizes.acrylics td:nth-of-type(5):after{content:"5mm Panels";color:#666666}.products .container-fluid .table-sizes.acrylics td:nth-of-type(6):after{content:"10mm Panels";color:#666666}.products .container-fluid .table-sizes.com-graphics .up-to-size td:nth-of-type(2):after{content:"Size"}.products .container-fluid .table-sizes.com-graphics .up-to-size td:nth-of-type(3){display:none}.products .container-fluid .table-sizes.com-graphics .up-to-size td:nth-of-type(4){display:none}.products .container-fluid .table-sizes.com-graphics .up-to-size td:nth-of-type(5):after{content:"Price (Not inc VAT per sq/m)"}.products .container-fluid .table-sizes.com-graphics td:nth-of-type(2):after{content:"Inches"}.products .container-fluid .table-sizes.com-graphics td:nth-of-type(3):after{content:"mm's"}.products .container-fluid .table-sizes.com-graphics td:nth-of-type(4):after{content:"Price"}.products .container-fluid .table-sizes.com-graphics td:nth-of-type(5):after{content:"Print Price"}.products .container-fluid .table-sizes .empty-mobile-row{height:25px;background-color:white !important;color:white !important;z-index:-1;border-left:white;border-right:white}.products .container-fluid .table-sizes .framing .table-sizes td::before{content:""}.products .container-fluid .table-sizes .framing .table-sizes td::after{position:absolute;left:6px;padding-left:15px;white-space:nowrap;float:left}.products .container-fluid .table-sizes .framing .table-sizes td.head-title{background-color:#f0f0f0;padding:20px;letter-spacing:0;font-weight:600;font-size:15px}.products .container-fluid .table-sizes .framing .table-sizes td:nth-of-type(1):after{content:"Print Sizes"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(2):after{content:"Inches"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(3):after{content:"mm's"}.products .container-fluid .table-sizes .framing .table-sizes td:nth-of-type(4):after{content:"Standard Mount Size"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(5):after{content:"Inches"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(6):after{content:"mm's"}.products .container-fluid .table-sizes .framing .table-sizes td:nth-of-type(7):after{content:"Visible Window Mount"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(8):after{content:"Inches"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(9):after{content:"mm's"}.products .container-fluid .table-sizes .framing .table-sizes td:nth-of-type(10):after{content:"Frame Prices (inc Mount)"}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(11):after{content:"Band 1";color:#666666}.products .container-fluid .table-sizes .framing .table-sizes td:not(.noSudo):nth-of-type(12):after{content:"Band 2";color:#666666}}@media (max-width:600px) and (max-width:479px){.products .container-fluid{padding-left:15px !important;padding-right:15px !important}.products .container-fluid.print-sizes .vat-price span{display:inline-block}.products .container-fluid .downloads a{font-size:10px !important}}@media (max-width:600px) and (min-width:768px) and (max-width:900px){.products .container-fluid .downloads a{font-size:10px !important}}.products .container-fluid #frame-options .noSidePadding{width:100%}.products .container-fluid #frame-options .inline-block{z-index:9}.products .container-fluid #frame-options .header.no-menu a.button:hover{cursor:pointer}.products .container-fluid .slider .owl-carousel .owl-stage-outer{width:100%}.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo{width:100% !important}.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .col-sm-3{width:200px !important;padding:0 !important;margin-top:50px !important}@media (max-width:767px){.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .col-sm-3{display:inline !important}}.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .certified-logo{width:40% !important;margin-top:0 !important;margin-left:70px !important}@media (max-width:1180px){.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .certified-logo{margin-left:30px !important}}@media (max-width:1100px){.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .certified-logo{margin-left:0 !important}}@media (max-width:540px){.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .certified-logo{margin-left:0 !important;display:block !important;padding:50px 0 30px 0 !important}}@media (max-width:330px){.products .container-fluid .noSidePadding .product-desc .col-sm-6.price-logo .certified-logo img{width:280px !important}}@media (max-width:991px){.products .container-fluid .product-image{margin-top:20px}}#price-table-holder table.active{display:table !important}@media (max-width:1250px){.contact .container-fluid .contact-info-holder{padding-right:4% !important;padding-top:30px !important}}@media (max-width:479px){.contact .container-fluid{padding-left:0 !important;padding-right:0 !important}}@media (max-width:767px){.contact .container-fluid:nth-of-type(1) .map-holder #map-canvas{height:400px;margin-top:50px}.contact .container-fluid:nth-of-type(1) .contact-info-holder{padding-bottom:20px;padding-right:0;height:auto !important}.contact .container-fluid:nth-of-type(2){padding:30px 20px 40px 20px !important}.contact .container-fluid:nth-of-type(2) .before-visit{padding-top:0 !important}.contact .container-fluid:nth-of-type(3){padding:30px 20px 40px 20px !important}.contact .container-fluid:nth-of-type(3) .maxWidth1390{padding-left:0;padding-right:0}}@media (min-width:768px){.contact .container-fluid #map-canvas{height:700px}}@media (min-width:768px) and (max-width:1000px){.contact .container-fluid #map-canvas{height:900px}}.contact .container-fluid:nth-of-type(1){padding:0 0 0 0;background-color:#f9f9f9}.contact .container-fluid:nth-of-type(1) .map-holder{padding-right:0;padding-left:0}.contact .container-fluid:nth-of-type(1) .map-holder #map-canvas{width:100%}.contact .container-fluid:nth-of-type(1) .contact-info-holder{padding-top:60px;padding-left:25px;padding-right:10px;background-color:#f9f9f9;height:700px;-webkit-transition:padding-top ease .3s;-moz-transition:padding-top ease .3s;-ms-transition:padding-top ease .3s;-o-transition:padding-top ease .3s;transition:padding-top ease .3s}@media (min-width:768px) and (max-width:1000px){.contact .container-fluid:nth-of-type(1) .contact-info-holder{height:900px}}.contact .container-fluid:nth-of-type(1) .contact-info-holder .contact-links{padding-top:5px}.contact .container-fluid:nth-of-type(1) .contact-info-holder .contact-links li{display:inline;color:#666666;font-size:15px;line-height:19px;position:relative}.contact .container-fluid:nth-of-type(1) .contact-info-holder .contact-links li:nth-of-type(1){margin-right:13px}.contact .container-fluid:nth-of-type(1) .contact-info-holder .contact-links li:nth-of-type(1)::before{content:"|";position:absolute;right:-4px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.contact .container-fluid:nth-of-type(1) .contact-info-holder p:nth-of-type(4){margin-top:20px}.contact .container-fluid:nth-of-type(2){padding:36px 20px 40px 20px}.contact .container-fluid:nth-of-type(2) h2,.contact .container-fluid:nth-of-type(2) h1{margin-bottom:25px}.contact .container-fluid:nth-of-type(2) .before-visit{padding-left:0;padding-top:34px}.contact .container-fluid:nth-of-type(2) .before-visit p{margin-bottom:23px}.contact .container-fluid:nth-of-type(2) .before-visit-img{padding-right:0}.contact .container-fluid:nth-of-type(3){padding:40px 20px 69px 20px;background-color:#f9f9f9}.contact .container-fluid:nth-of-type(3) .print-while-wait{padding-left:26px;padding-top:20px;padding-right:0}.contact .container-fluid:nth-of-type(3) .print-while-wait h2,.contact .container-fluid:nth-of-type(3) .print-while-wait h1{margin-bottom:24px}.contact .container-fluid:nth-of-type(3) .print-while-wait-img{padding-top:10px;padding-right:25px;padding-left:0}.contact .container-fluid:nth-of-type(3) .print-while-wait-img img{width:100%}.uploads .uploads-header{background-color:white;padding:28px 20px 30px 20px}.uploads .uploads-header h1,.uploads .uploads-header h2{margin-top:25px}.uploads .uploads-header p{display:inline-block;max-width:680px}.uploads .uploads-header .button.buttonClassic{float:right;margin-right:10px;margin-top:-5px}.uploads .title{font-size:25px !important;font-weight:bold}.uploads .sub-bold-comment{margin-top:22px !important;font-weight:bold}.uploads .upload-info{background-color:#f9f9f9;padding-top:20px}.uploads .upload-info .process-states{padding-left:0}.uploads .upload-info p,.uploads .upload-info span{font-size:16px;line-height:20px;text-align:left;margin-bottom:10px;line-height:22px}.uploads .button.buttonClassic{font-size:21px;padding:11px 34px}@media (max-width:1060px){.uploads .uploads-header .button.buttonClassic{float:none;display:table;margin-top:30px}}@media (max-width:479px){.uploads .add-files-imgs .col-xs-6{width:100%}}@media (max-width:991px){.uploads .uploads-header{padding-top:80px}.uploads .uploads-header h1,.uploads .uploads-header h2{margin-top:0}.uploads .uploads-header .maxWidth1390{padding-left:0;padding-right:0}.uploads .add-files-imgs{width:100%}.uploads .process-states .button.buttonClassic{margin-bottom:30px}.uploads .process-state{height:110px !important}.uploads .bottom-panel p{text-align:left}}.uploads .bottom-panel{padding:70px 20px 65px 20px}.uploads .bottom-panel p{padding-left:80px;position:relative;max-width:1025px;margin:0 auto}.uploads .bottom-panel p::before{background:url(/Content/images/icons/icon-envelope.png) no-repeat;background-size:60px 60px;content:"";position:absolute;top:50%;left:0;height:60px;width:60px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.uploads .bottom-panel p a{color:#329be5}.page-not-found .header p a{color:#329be5}.page-not-found .not-found-content{display:inline-block;width:100%}.page-not-found .not-found-content [class*='col-']{padding-left:0}.page-not-found .not-found-content h3{margin-bottom:20px}@media (max-width:767px){.page-not-found{padding-top:80px !important}}.terms-conditions .header p a,.privacy-policy .header p a{color:#329be5}.terms-conditions p,.privacy-policy p{margin-top:10px}.terms-conditions p.no-margin-top,.privacy-policy p.no-margin-top{margin-top:0}.terms-conditions .terms-content .terms div,.privacy-policy .terms-content .terms div{margin-bottom:30px}.terms-conditions .terms-content .terms div h3,.privacy-policy .terms-content .terms div h3{margin-bottom:10px}.terms-conditions .terms-content .terms p a,.privacy-policy .terms-content .terms p a{color:#329be5}.terms-conditions .terms-content .terms ul,.privacy-policy .terms-content .terms ul{margin-top:10px}.terms-conditions .terms-content .terms ul li,.privacy-policy .terms-content .terms ul li{color:#666666;font-size:15px;line-height:19px;padding-left:20px;position:relative}.terms-conditions .terms-content .terms ul li:before,.privacy-policy .terms-content .terms ul li:before{content:"•";left:0;position:absolute}@media (max-width:767px){.terms-conditions,.privacy-policy{padding-top:80px !important}}.mainNavOverlay{top:0;right:0;bottom:0;left:0;position:fixed;background-color:#b2b2b2;z-index:1;display:none}.nav.nav-pills{width:100%;margin:20px 0 15px 0}@media (max-width:768px){.nav.nav-pills{margin:10px 0 0 0}}.nav.nav-pills .bottom-pills{width:32%}.nav.nav-pills li{background:#f0f0f0;border-radius:0 !important;margin-right:5px;margin-bottom:15px;cursor:pointer}@media (max-width:768px){.nav.nav-pills li{margin-right:1px;width:24%}.nav.nav-pills li :nth-of-type(4){float:left !important}}.nav.nav-pills li::before{content:""}.nav.nav-pills li a{background:#f0f0f0 !important;opacity:1 !important;font-size:15px;color:#666666;padding:10px 15px}@media (max-width:768px){.nav.nav-pills li a{padding:14px;text-align:center}}.nav.nav-pills li.active,.nav.nav-pills li:hover{background:#329be5 !important;color:#666666}@media (min-width:768px){.nav.nav-pills li.active::after,.nav.nav-pills li:hover::after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(106,193,187,0);border-top-color:#329be5;border-width:10px;margin-left:-10px}}.nav.nav-pills li.active a,.nav.nav-pills li:hover a{background:#329be5 !important;color:white}@media (max-width:768px){.hide-text-sm{display:none}}.col-sm-12.noSidePadding .header.noMenu h2{font-size:32px !important;line-height:32px !important;margin-bottom:0 !important}@media (max-width:768px){.col-sm-12.noSidePadding .header.noMenu h2{font-size:28px !important}}@media (min-width:1200px){.col-sm-12.noSidePadding .header.noMenu h2{max-width:70% !important}}@media (min-width:1100px) and (max-width:1199px){.col-sm-12.noSidePadding .header.noMenu h2{max-width:65% !important}}@media (min-width:900px) and (max-width:1099px){.col-sm-12.noSidePadding .header.noMenu h2{max-width:60% !important}}@media (min-width:768px) and (max-width:899px){.col-sm-12.noSidePadding .header.noMenu h2{max-width:50% !important}}.col-sm-12.noSidePadding .minimum-order{float:right !important;clear:both;font-size:15px}@media (max-width:768px){.col-sm-12.noSidePadding .minimum-order{margin-bottom:15px;margin-top:-5px}}@media (max-width:768px){.col-sm-12.noSidePadding .minimum-order{float:none !important;text-align:center;padding-top:5px}}body .syrox-web #frame-options .slider .owl-carousel.deluxe-frame-slide .owl-stage-outer{width:60%}@media (max-width:990px){body .syrox-web #frame-options .slider .owl-carousel.deluxe-frame-slide .owl-stage-outer{width:78%}}@media (max-width:767px){body .syrox-web #frame-options .slider .owl-carousel.deluxe-frame-slide .owl-stage-outer{width:100%}}body .cookie-policy-popup{display:flex;align-items:flex-end;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;height:100%;width:100%;background:rgba(0,0,0,0.7);transition:opacity .5s ease;opacity:1;z-index:999999999999}body .cookie-policy-popup .cookie-policy-popup-main{border-radius:5px !important;background-color:#000 !important;position:fixed !important;max-height:unset !important;max-width:900px !important;width:100% !important;margin:0 !important;left:auto !important;right:auto !important;padding:40px !important;text-align:center !important}@media (min-width:768px){body .cookie-policy-popup .cookie-policy-popup-main{top:40% !important}}@media (max-width:767px){body .cookie-policy-popup .cookie-policy-popup-main{top:unset !important;bottom:0 !important}}@media (max-width:420px){body .cookie-policy-popup .cookie-policy-popup-main{padding:40px 20px !important}}body .cookie-policy-popup .cookie-policy-popup-main h4{padding:0 !important;margin:auto !important;font-size:30px !important;line-height:34px !important;text-align:center !important;color:#fff !important;font-weight:bold !important}@media (max-width:767px){body .cookie-policy-popup .cookie-policy-popup-main h4{text-align:left !important}}body .cookie-policy-popup .cookie-policy-popup-main p{padding:20px 0 30px !important;margin:auto !important;font-size:20px !important;line-height:26px !important;text-align:center !important;color:#fff !important}@media (max-width:767px){body .cookie-policy-popup .cookie-policy-popup-main p{text-align:left !important}}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons{width:100% !important;clear:both !important;max-width:360px}@media (min-width:768px){body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons{display:inline-flex;flex-direction:row;justify-content:space-between}}@media (max-width:767px){body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons{margin:auto}}@media (max-width:400px){body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons{max-width:100% !important}}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a{display:inline-block !important;margin:auto !important;font-size:20px !important;line-height:26px !important;text-align:center !important;color:#fff !important;width:unset !important;clear:none !important;opacity:1 !important;text-transform:none !important}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a:hover{opacity:1 !important}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a.allow-all-btn{font-weight:bold !important;background:#fff !important;color:#000 !important;padding:10px 35px !important;border-radius:5px !important}@media (max-width:767px){body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a.allow-all-btn{width:100% !important}}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a.allow-all-btn:hover{background:#28a745 !important;color:#fff !important}body .cookie-policy-popup .cookie-policy-popup-main .cookie-policy-popup-buttons a.manage-btn{order:-1;padding:10px 0 5px !important;border-bottom:1px solid #fff !important;width:fit-content !important}body .cookie-policy-popup-CPmanager{display:flex;align-items:flex-end;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;height:100%;width:100%;background:rgba(0,0,0,0.7);transition:opacity .5s ease;opacity:1;z-index:999999999999}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage{border-radius:5px !important;background-color:#fff !important;position:fixed !important;max-height:unset !important;max-width:900px !important;width:100% !important;margin:0 !important;left:auto !important;right:auto !important;padding:0 !important;text-align:center !important;height:calc(100vh - 40px);bottom:20px !important;top:20px !important;overflow:hidden}@media (max-width:940px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage{width:calc(100% - 40px) !important;left:20px !important;right:20px !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .close-icon{position:absolute;right:20px;top:20px;width:32px;height:32px;opacity:1;cursor:pointer}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .close-icon:before,body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .close-icon:after{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .close-icon:before{transform:rotate(45deg)}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .close-icon:after{transform:rotate(-45deg)}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .scrollable-panel{width:100% !important;overflow-y:scroll !important;height:100% !important;padding-bottom:100px !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .scrollable-panel{padding-bottom:150px !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage h4{padding:20px !important;margin:auto !important;font-size:30px !important;line-height:34px !important;text-align:center !important;color:#000 !important;font-weight:bold !important;border-bottom:1px solid #ccc !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage h4{text-align:left !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons{width:100% !important;clear:both !important;max-width:260px;margin:auto}@media (max-width:420px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons{max-width:100% !important;margin:auto;padding:0 20px !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a{display:block !important;margin:20px auto !important;font-size:20px !important;line-height:26px !important;text-align:center !important;color:#fff !important;width:unset !important;clear:none !important;opacity:1 !important;text-transform:none !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a:hover{opacity:1 !important}@media (max-width:400px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a{font-size:18px !important;line-height:24px !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.allow-all-btn{font-weight:bold !important;background:#000 !important;color:#fff !important;padding:10px 35px !important;border-radius:5px !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.allow-all-btn{width:100% !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.allow-all-btn:hover{background:#28a745 !important;color:#fff !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.manage-btn{font-weight:bold !important;background:#fff !important;color:#000 !important;padding:10px 35px !important;border-radius:5px !important;border:1px solid #000 !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.manage-btn{width:100% !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .cookie-policy-popup-buttons a.manage-btn:hover{border:1px solid #28a745 !important;background:#28a745 !important;color:#fff !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage p{padding:0 20px 30px !important;margin:auto !important;font-size:20px !important;line-height:26px !important;text-align:left !important;color:#000 !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage p{text-align:left !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage p a{text-decoration:underline !important;opacity:1 !important;font-weight:bold !important;font-size:20px !important;line-height:26px !important;color:#000 !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios{width:100%;padding:20px !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios p{padding:0 !important;clear:both;margin:auto !important;font-size:16px !important;line-height:26px !important;text-align:left !important;color:#000 !important}@media (max-width:767px){body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios p{text-align:left !important}}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios p a{text-decoration:underline !important;opacity:1 !important;font-weight:bold !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input{display:none}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios label{cursor:pointer;padding-right:35px;position:relative;display:block;font-size:20px;padding:15px 0;width:100%;padding:0 !important;float:left;text-align:left !important;font-weight:bold !important;padding:0 0 0 70px !important;line-height:36px;color:#000 !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"],body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="radio"]{position:absolute;visibility:hidden !important}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]+label:before,body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]+label:after{content:'';position:absolute;top:0;margin-top:0;box-sizing:border-box}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]+label:before{width:60px;height:30px;left:0;background:#f6f6f6;border:1px solid #aaa;border-radius:30px}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]+label:after{width:26px;height:26px;left:2px;top:2px;background:#fff;border-radius:50%;transition:all 200ms ease-out;border:1px solid #aaa}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]:checked+label:before{background:#28a745;border:1px solid #28a745}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]:checked+label:after{left:32px;border:1px solid #aaa}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]:disabled+label{cursor:not-allowed}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]:disabled+label:before{background:#000;border:1px solid #000}body .cookie-policy-popup-CPmanager .cookie-policy-popup-manage .checkboxes-and-radios input[type="checkbox"]:disabled+label:after{left:32px;border:1px solid #aaa}body .products .read-more-less{position:relative;font-weight:normal;min-height:500px}body .products .read-more-less.the-height{height:500px;overflow:hidden}body .products .read-more-less.the-height.read-more-open{height:unset !important}body .products .read-more-less .panela .smallDesc{max-width:900px;margin:0 auto;text-align:left;padding-bottom:20px !important}body .products .read-more-less .btna{color:#329be5;padding:10px 0;text-decoration:none;margin:auto;left:0;font-weight:600 !important;position:absolute;z-index:100;text-align:left;bottom:-10px;cursor:pointer !important;font-size:14px !important}body .products .read-more-less .btna.vl{display:none}body .products .read-more-less .panela{position:relative;max-height:470px;overflow:hidden;transition:max-height .5s ease;margin:auto;max-width:1100px}body .products .read-more-less .fadea{background:linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 75%);height:60px;margin-top:-60px;position:relative}body .products .read-more-less.read-more-open .btna.vl{display:block}body .products .read-more-less.read-more-open .btna.vm{display:none}body .products .read-more-less.read-more-open .panela{max-height:2000px}body .products .read-more-less.read-more-open .panela .smallDesc{z-index:2;position:relative}body .products .read-more-less.read-more-open .fadea{margin-top:-40px !important;background:none !important}body .products .col-sm-12.case-studies div.col-sm-12{margin-bottom:30px !important}body .products .col-sm-12.case-studies div.col-sm-6.landing-image img{border:1px solid #dedede}body .products .col-sm-12.case-studies img{width:100% !important;height:auto !important}body .products .col-sm-12.case-studies div.col-sm-6{margin-bottom:20px !important}body .products .col-sm-12.case-studies div.col-sm-6 .text-area{border:1px solid #dedede;border-top:none;padding:0 30px;text-align:center;min-height:280px;display:flex;justify-content:center;align-items:center}@media (max-width:1070px){body .products .col-sm-12.case-studies div.col-sm-6 .text-area{min-height:320px}}@media (max-width:928px){body .products .col-sm-12.case-studies div.col-sm-6 .text-area{min-height:350px}}@media (max-width:767px){body .products .col-sm-12.case-studies div.col-sm-6 .text-area{min-height:unset;padding:30px 30px}}body .products .col-sm-12.case-studies div.col-sm-6 .text-area h2{font-size:35px !important;line-height:35px !important;margin-bottom:5px !important}body .products .col-sm-12.case-studies div.col-sm-6 .text-area h3{font-size:22px !important;line-height:22px !important;color:#666666 !important;margin-bottom:10px !important}body .products .col-sm-12.case-studies div.col-sm-6 .text-area p{margin-bottom:10px !important}body .products .col-sm-12.case-studies div.col-sm-6 .text-area .casestudy-btn{display:block;margin-top:25px !important}body .products .col-sm-12.case-studies div.col-sm-6 .text-area .casestudy-btn a{color:#fff !important;font-size:15px !important;line-height:15px;background:#329be5 !important;border-radius:25px !important;padding:10px 25px}body .products .col-sm-12.case-studies.artists{margin-bottom:20px !important}body .products .col-sm-12.case-studies.artists .casestudies-bk{margin:auto !important;margin-bottom:20px !important}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .casestudies-bk{margin-bottom:10px !important}}body .products .col-sm-12.case-studies.artists .casestudies-bk a{position:absolute;color:#329be5 !important;font-size:20px !important;line-height:20px !important;top:-25px !important}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .casestudies-bk a{position:unset}}@media (max-width:600px){body .products .col-sm-12.case-studies.artists .casestudies-bk a{font-size:18px !important;line-height:18px !important}}body .products .col-sm-12.case-studies.artists .artist-banner{display:flex;align-items:center;width:100%;margin-bottom:30px !important}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .artist-banner img{width:180% !important;margin-left:-25%}}body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner{text-align:center;position:absolute;top:auto;left:auto;right:auto;width:100% !important;display:block;padding:20px !important}body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h2{color:#fff !important;text-shadow:-2px 2px 3px rgba(0,0,0,0.5)}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h2{font-size:35px !important;line-height:35px !important}}@media (max-width:600px){body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h2{font-size:30px !important;line-height:30px !important}}body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h3{color:#fff !important;font-size:25px !important;line-height:25px !important;text-shadow:-2px 2px 3px rgba(0,0,0,0.6)}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h3{font-size:20px !important;line-height:20px !important}}@media (max-width:600px){body .products .col-sm-12.case-studies.artists .artist-banner .text-over-banner h3{font-size:16px !important;line-height:16px !important}}@media (min-width:768px){body .products .col-sm-12.case-studies.artists .art-slider{float:right !important}}@media (max-width:767px){body .products .col-sm-12.case-studies.artists .art-slider{margin-bottom:30px !important}}@media (min-width:768px){body .products .col-sm-12.case-studies.artists .art-text{float:left !important}}body .products .col-sm-12.case-studies.artists .artist-heading{margin:0 20px 30px 20px !important;text-align:center !important}body .products .col-sm-12.case-studies.artists .artist-heading h3{color:#666666 !important}body .products .col-sm-12.case-studies.artists div.col-sm-12{margin-bottom:30px !important}body .products .col-sm-12.case-studies.artists div.col-sm-12.testemonial{padding-top:20px}body .products .col-sm-12.case-studies.artists div.col-sm-12.testemonial p{text-align:center;font-size:22px !important;line-height:28px !important;max-width:80%;margin:auto}body .products .col-sm-12.case-studies.artists div.col-sm-12.testemonial p span{font-size:90px !important;line-height:20px;position:absolute;color:#329be5;margin-left:-45px}@media (max-width:600px){body .products .col-sm-12.case-studies.artists div.col-sm-12.testemonial p span{font-size:70px !important;line-height:30px;margin-left:-40px}}body .products .col-sm-12.case-studies.artists div.col-sm-12.testemonial p.author{font-size:15px !important;line-height:15px !important;margin-top:15px}body .products .col-sm-12.case-studies.artists div.col-sm-12.artist-text h3{text-align:left;max-width:95%;margin:auto;margin-bottom:10px}@media (max-width:767px){body .products .col-sm-12.case-studies.artists div.col-sm-12.artist-text h3{text-align:center !important}}body .products .col-sm-12.case-studies.artists div.col-sm-12.artist-text p{text-align:left;max-width:95%;margin:auto;font-size:15px;line-height:21px}@media (max-width:767px){body .products .col-sm-12.case-studies.artists div.col-sm-12.artist-text p{text-align:center !important}}body .products .col-sm-12.case-studies.artists div.col-sm-12.artist-text p.btm-padding{margin-bottom:10px !important}body .products .col-sm-12.case-studies.artists div.col-sm-12.social-btns{text-align:left !important;margin-left:13px !important}@media (max-width:767px){body .products .col-sm-12.case-studies.artists div.col-sm-12.social-btns{text-align:center !important;margin-left:0 !important;margin-bottom:45px !important}}body .products .col-sm-12.case-studies.artists div.col-sm-12.social-btns .social-btn{display:inline-block;margin:0 5px !important}@media (max-width:400px){body .products .col-sm-12.case-studies.artists div.col-sm-12.social-btns .social-btn{width:100% !important;display:block;margin:auto !important;height:50px}}body .products .col-sm-12.case-studies.artists div.col-sm-12.social-btns .social-btn a{color:#fff !important;font-size:15px !important;line-height:15px;background:#329be5 !important;border-radius:25px !important;padding:10px 25px}body .products .col-sm-12.case-studies.artists .col-sm-12.social-btns{margin-top:5px !important}body .artist-footer{background:#f9f9f9}body .artist-footer .header.noMenu{margin-bottom:20px !important}body .artist-footer .container-fluid .col-md-4{margin-top:10px !important;padding-left:20px !important;padding-right:20px !important;margin-bottom:40px !important}@media (min-width:768px){body .artist-footer .container-fluid .col-md-4{width:33.33333333%}}body .artist-footer .container-fluid .col-md-4 .inline h3{margin-top:15px !important;padding-bottom:15px !important}body .artist-footer .container-fluid .col-md-4 p{padding:15px 10px 30px 10px !important}body .artist-footer .row.home-services.container-fluid.maxWidth1390{padding:30px 20px 0 20px !important}@media (max-width:767px){.products .artist-footer .container-fluid:nth-of-type(1){padding-top:40px}}body footer{clear:both !important}body .case-studies.artists .owl-carousel .owl-dots .owl-dot span{background:#252424}body .home .new-offer{display:inline-block;width:100% !important;background:#329BE5;background:linear-gradient(150deg, #329be5 60%, #47a5e8 40%)}body .home .new-offer .new-offer-inner{max-width:1100px;margin:auto;padding:40px 0}@media (max-width:1340px){body .home .new-offer .new-offer-inner{padding:40px}}@media (max-width:930px){body .home .new-offer .new-offer-inner{padding:30px 20px}}body .home .new-offer .new-offer-inner .offer-text{display:inline-block}@media (max-width:820px){body .home .new-offer .new-offer-inner .offer-text{width:100%;text-align:center}}body .home .new-offer .new-offer-inner .offer-text h3{background:#ffffff;padding:10px 15px !important;color:#329be5 !important;font-weight:600;letter-spacing:1px;display:inline-block}@media (max-width:1100px){body .home .new-offer .new-offer-inner .offer-text h3{font-size:25px !important;line-height:24px}}@media (max-width:900px){body .home .new-offer .new-offer-inner .offer-text h3{font-size:22px !important;line-height:19px}}body .home .new-offer .new-offer-inner .offer-text p{color:#ffffff;margin-top:10px;letter-spacing:1px}body .home .new-offer .new-offer-inner .offer-text p a{color:#ffffff;font-weight:bold;text-decoration:underline}body .home .new-offer .new-offer-inner .offer-btn{float:right;display:inline-block;margin-top:17px}@media (max-width:820px){body .home .new-offer .new-offer-inner .offer-btn{width:100%;text-align:center;float:none;margin-top:20px !important}}body .home .new-offer .new-offer-inner .offer-btn a.button.buttonClassic{color:#fff;background:none;display:inline-block;font-size:15px;padding:16px 33px;border-radius:50px;border:2px solid #ffffff}body .home .new-offer.offer-landing{background:linear-gradient(140deg, #329be5 58%, #47a5e8 42%) !important}body .home .new-offer.offer-landing .new-offer-inner{padding:250px 0 !important}@media (max-width:950px){body .home .new-offer.offer-landing .new-offer-inner{padding:200px 0 !important}}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner{padding:150px 0 100px 0 !important}}body .home .new-offer.offer-landing .new-offer-inner .offer-text{width:100% !important;text-align:center !important}body .home .new-offer.offer-landing .new-offer-inner .offer-text h1{color:#ffffff;font-size:50px !important;line-height:50px !important}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h1{font-size:40px !important;line-height:40px !important}}@media (max-width:550px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h1{font-size:35px !important;line-height:35px !important}}body .home .new-offer.offer-landing .new-offer-inner .offer-text h3{font-size:60px !important;line-height:60px !important;max-width:830px !important;margin:50px 10px !important}@media (max-width:950px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h3{font-size:46px !important;line-height:50px !important;max-width:660px !important}}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h3{font-size:35px !important;line-height:40px !important;max-width:510px !important;margin:30px 10px !important}}@media (max-width:550px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h3{font-size:30px !important;line-height:35px !important;max-width:430px !important}}@media (max-width:450px){body .home .new-offer.offer-landing .new-offer-inner .offer-text h3{font-size:25px !important;line-height:30px !important;max-width:370px !important}}body .home .new-offer.offer-landing .new-offer-inner .offer-text p{font-size:25px !important;line-height:33px !important;max-width:600px !important;margin:auto !important}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner .offer-text p{font-size:20px !important;line-height:28px !important;max-width:510px !important}}@media (max-width:550px){body .home .new-offer.offer-landing .new-offer-inner .offer-text p{font-size:18px !important;line-height:26px !important;max-width:450px !important;padding:0 10px !important}}body .home .new-offer.offer-landing .new-offer-inner .offer-btn{float:none !important;text-align:center !important;display:block !important;width:100% !important;margin-top:50px !important}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner .offer-btn{margin-top:30px !important}}body .home .new-offer.offer-landing .new-offer-inner .offer-btn a{font-size:30px !important;line-height:32px !important}@media (max-width:767px){body .home .new-offer.offer-landing .new-offer-inner .offer-btn a{font-size:20px !important;line-height:24px !important}}@media (max-width:550px){body .home .new-offer.offer-landing .new-offer-inner .offer-btn a{font-size:18px !important;line-height:19px !important}}.cookie-policy{z-index:99999}.modal-products{z-index:5000}.ui-autocomplete{z-index:160}#back-top{z-index:999}.main-header{z-index:140}#mainNav-container{z-index:130;position:relative}#mainNav-menu{z-index:120;position:relative}#mainNav-toggle{z-index:110;position:relative}.mainNavOverlay{z-index:100}.my-account{position:relative;z-index:1}@font-face{font-family:"syrox-base-icons";src:url("/Content/fonts/syrox-font/fonts/syrox-base-icons.eot");src:url("/Content/fonts/syrox-font/fonts/syrox-base-icons.eot?#iefix") format("embedded-opentype"),url("/Content/fonts/syrox-font/fonts/syrox-base-icons.woff") format("woff"),url("/Content/fonts/syrox-font/fonts/syrox-base-icons.ttf") format("truetype"),url("/Content/fonts/syrox-font/fonts/syrox-base-icons.svg#syrox-base-icons") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova-Thin';src:url('/Content/fonts/ProximaNova/Thin/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/ProximaNova/Thin/ProximaNova-Thin.otf') format('opentype'),url('/Content/fonts/ProximaNova/Thin/ProximaNova-Thin.woff') format('woff'),url('/Content/fonts/ProximaNova/Thin/ProximaNova-Thin.ttf') format('truetype'),url('/Content/fonts/ProximaNova/Thin/ProximaNova-Thin.svg#ProximaNova-Thin') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova-Regular';src:url('/Content/fonts/ProximaNova/Regular/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/ProximaNova/Regular/ProximaNova-Regular.woff') format('woff'),url('/Content/fonts/ProximaNova/Regular/ProximaNova-Regular.ttf') format('truetype'),url('/Content/fonts/ProximaNova/Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova-Light';src:url('/Content/fonts/ProximaNova/Light/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/ProximaNova/Light/ProximaNova-Light.woff') format('woff'),url('/Content/fonts/ProximaNova/Light/ProximaNova-Light.ttf') format('truetype'),url('/Content/fonts/ProximaNova/Light/ProximaNova-Light.svg#ProximaNova-Light') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova-Bold';src:url('/Content/fonts/ProximaNova/Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/ProximaNova/Bold/ProximaNova-Bold.otf') format('opentype'),url('/Content/fonts/ProximaNova/Bold/ProximaNova-Bold.woff') format('woff'),url('/Content/fonts/ProximaNova/Bold/ProximaNova-Bold.ttf') format('truetype'),url('/Content/fonts/ProximaNova/Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'ProximaNova-Semibold';src:url('/Content/fonts/ProximaNova/semibold/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url('/Content/fonts/ProximaNova/semibold/ProximaNova-Semibold.woff') format('woff'),url('/Content/fonts/ProximaNova/semibold/ProximaNova-Semibold.ttf') format('truetype'),url('/Content/fonts/ProximaNova/semibold/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');font-weight:normal;font-style:normal}[data-icon]:before{font-family:"syrox-base-icons" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sx-icon:before,[class*="sx-icon-"]:before,.sx-icon:after,[class*="sx-icon-"]:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sx-icon-arrow-down:before{content:"\e005"}.sx-icon-arrow-left:before{content:"\e006"}.sx-icon-arrow-right:before{content:"\e007"}.sx-icon-arrow-up:before{content:"\e008"}.sx-icon-quotes-close:before{content:"\e00c"}.sx-icon-quotes-open:before{content:"\e00d"}.sx-icon-close:before{content:"\e00e"}.sx-icon-tools:before{content:"\e00f"}.sx-icon-plus-symbol-square:before{content:"\e010"}.sx-icon-search-thin:before{content:"\e011"}.sx-icon-search:before{content:"\e012"}.sx-icon-square-empty:before{content:"\e013"}.sx-icon-square-full:before{content:"\e014"}.sx-icon-whatsapp:before{content:"\e017"}.sx-icon-skype:before{content:"\e01a"}.sx-icon-sharethis:before{content:"\e01b"}.sx-icon-linkedin-square:before{content:"\e01c"}.sx-icon-linkedin:before{content:"\e01d"}.sx-icon-arrow-circle-left:before{content:"\e01e"}.sx-icon-arrow-circle-right:before{content:"\e01f"}.sx-icon-arrow-circle-up:before{content:"\e020"}.sx-icon-arrow-circle-down:before{content:"\e021"}.sx-icon-facebook-bg:before{content:"\e027"}.sx-icon-facebook:before{content:"\e028"}.sx-icon-facebook-bg-square:before{content:"\e029"}.sx-icon-pinterest-bg-square:before{content:"\e02c"}.sx-icon-pinterest:before{content:"\e02d"}.sx-icon-pinterest-bg-circle:before{content:"\e02e"}.sx-icon-youtube:before{content:"\e02f"}.sx-icon-youtube-play:before{content:"\e030"}.sx-icon-youtube-square:before{content:"\e031"}.sx-icon-vimeo:before{content:"\e032"}.sx-icon-vimeo-square:before{content:"\e033"}.sx-icon-twitter-square:before{content:"\e034"}.sx-icon-twitter:before{content:"\e035"}.sx-icon-thumbs-down:before{content:"\e036"}.sx-icon-thumbs-up:before{content:"\e037"}.sx-icon-google-plus-square:before{content:"\e038"}.sx-icon-google-plus:before{content:"\e039"}.sx-icon-instagram:before{content:"\e03b"}.sx-icon-card-visa:before{content:"\e000"}.sx-icon-card-paypal:before{content:"\e002"}.sx-icon-card-mastercard:before{content:"\e003"}.sx-icon-card-amex:before{content:"\e009"}.sx-icon-card-diners-club:before{content:"\e001"}.sx-icon-checkbox:before{content:"\e004"}.sx-icon-checkbox-blank:before{content:"\e00a"}.sx-icon-user:before{content:"\e00b"}.sx-icon-unlock-alt:before{content:"\e015"}.sx-icon-android-cart:before{content:"\e016"}.sx-icon-plus-circle-01:before{content:"\e018"}.sx-icon-check-mark-circle:before{content:"\e019"}.sx-icon-check-mark-circle-two:before{content:"\e022"}.sx-icon-check-square:before{content:"\e023"}.sx-icon-check-square-1:before{content:"\e024"}.sx-icon-minus-symbol:before{content:"\e025"}.sx-icon-zoom-out:before{content:"\e026"}.sx-icon-zoom-in:before{content:"\e02a"}.sx-icon-shopping-cart:before{content:"\e02b"}.sx-icon-plus-symbol:before{content:"\e03a"}.sx-icon-minus-symbol-square:before{content:"\e03c"}.sx-icon-link:before{content:"\e03d"}.sx-icon-external-link:before{content:"\e03e"}.sx-icon-checked:before{content:"\e03f"}.sx-icon-check-circle-outline:before{content:"\e040"}.sx-icon-circle-filled-outline:before{content:"\e041"}.sx-icon-check-circle-checked:before{content:"\e042"}.sx-icon-circle-filled:before{content:"\e043"}.sx-icon-blogger:before{content:"\e044"}.sx-icon-email-envelope:before{content:"\e045"}.sx-icon-arrow-swap:before{content:"\e046"}.gbp-flag:before{content:" ";background:url('../images/icons/british-flag.png') no-repeat 0 0;position:absolute}.eur-flag:before{content:" ";background:url('../images/icons/euro-flag.png') no-repeat 0 0;position:absolute}.usd-flag:before{content:" ";background:url('../images/icons/usa-flag-01.png') no-repeat 0 0;position:absolute}.chinese-flag:before{content:" ";background:url('../images/icons/chinese-flag.png');position:absolute}body .modal{padding:0 !important;z-index:9900}body .modal #modalContainer{z-index:9900}@media (max-width:767px){body .modal .modal-dialog{margin:25% 0 0 0 !important}body .modal.modal-basket .modal-dialog,body .modal#myModal-newsletter .modal-dialog{padding:10px !important}}body .modal-backdrop{z-index:9500}body.modal-open{margin-right:0 !important;margin-left:0 !important;padding-right:0 !important;padding-left:0 !important}body .close{width:35px;height:35px;display:inline;z-index:3200;position:absolute;top:8px;right:2px;cursor:pointer}.modal-window .closeLink{position:absolute;top:10px;right:10px;display:block;font-size:28px;font-weight:bold;line-height:1;text-shadow:0 1px 0 #fff;color:#999}.modal-window .closeLink:before{content:"\e00e"}.modal-window .closeLink:before,.modal-window .closeLink:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.modal-window.show{transform:translate(-50%, 0) scale(1, 1);opacity:1;visibility:visible;z-index:999999}.modal-window{visibility:hidden;position:absolute;top:50px;left:50%;box-shadow:0 0 25px rgba(0,0,0,0.8);transform:translate(-50%, 0) scale(0, 0);background:#FFF none repeat scroll 0 0;padding:20px;opacity:0;transition:transform 1s ease 0s,opacity 1s ease 0s;z-index:-1}.modal-content{border-radius:0 !important}@media (min-width:768px){.modal-product-image{padding-right:30px !important}}.modal-header h4{margin:0 0 10px 0;padding:5px 0 5px 0;font-size:29px;line-height:28px;letter-spacing:-0.06em;color:#3886bd;text-transform:none}.modal-body{background:white;padding:15px;float:left}.modal-body img{width:100%;max-width:100%}.modal-body ol.stepnumbers{margin:0;padding:0;font-size:12px}.modal-body ol.stepnumbers li{margin:0 0 0 0;padding:0 0 15px 73px;font-size:24px;color:#3886bd;font-weight:normal;list-style-type:none;background:url(/Content/images/home/Step-1.png) no-repeat;background-size:50px !important}.modal-body ol.stepnumbers li:nth-of-type(1){background:url(/Content/images/home/Step-6.png) no-repeat}.modal-body ol.stepnumbers li:nth-of-type(2){background:url(/Content/images/home/Step-1.png) no-repeat}.modal-body ol.stepnumbers li:nth-of-type(3){background:url(/Content/images/home/Step-2.png) no-repeat}.modal-body ol.stepnumbers li span.boldptext{font-weight:bold !important;color:#666 !important}.modal-body ol.stepnumbers li p{padding:0 0 8px 0 !important;margin:0 !important}.modal-dialog{margin-top:20%}@media (max-width:767px){.modal-dialog{margin-top:25%;padding-right:0}}@media (max-width:767px){.modal-header .close{margin-top:-10px !important}.modal-header .close span{font-size:40px}.modal-open{overflow-y:hidden !important;overflow-x:hidden !important}#myModal #modalContainer{position:relative;margin:0}}html.noscroll,body.noscroll{overflow:hidden}div#mainNav-container{position:relative;z-index:5000;box-sizing:border-box;margin:0 auto;padding:40px 0 20px 0;width:100%;-webkit-transition:background ease .3s,padding ease .3s;-moz-transition:background ease .3s,padding ease .3s;-o-transition:background ease .3s,padding ease .3s;transition:background ease .3s,padding ease .3s}@media (max-width:768px){div#mainNav-container{-webkit-transition:left .6s ease,right .6s ease;-moz-transition:left .6s ease,right .6s ease;-o-transition:left .6s ease,right .6s ease;transition:left .6s ease,right .6s ease}}@media (max-width:767px){div#mainNav-container{height:100%;width:80%;position:fixed;top:50px;overflow:auto;background:#333;opacity:0;overflow-y:auto}div#mainNav-container.mainNav-left{left:-80%;background-color:white !important;opacity:1}div#mainNav-container.mainNav-left.mainNav-open{left:0;border:0 !important}div#mainNav-container.mainNav-left #mainNav-menu{height:auto;border:0 !important;padding-left:0;padding-right:0}div#mainNav-container.mainNav-left #mainNav-menu li{border-top:1px solid #c2c2c2}div#mainNav-container.mainNav-left #mainNav-menu li:not(.mainNav-dropdown){padding:13px 10px 15px 10px !important}div#mainNav-container.mainNav-left #mainNav-menu li:not(.mainNav-dropdown):last-child{border-bottom:1px solid #c2c2c2}div#mainNav-container.mainNav-left #mainNav-menu li:not(.mainNav-dropdown).social-icons{background-color:#329be5}div#mainNav-container.mainNav-sticky .sticky-mainNav-container{height:100% !important}div#mainNav-container #mainNav-menu{overflow-y:hidden;overflow-x:hidden;margin-bottom:50px}div#mainNav-container #mainNav-menu li.break-desk-nav{-webkit-transition:margin-right .4s ease;-moz-transition:margin-right .4s ease;-ms-transition:margin-right .4s ease;-o-transition:margin-right .4s ease;transition:margin-right .4s ease}div#mainNav-container #mainNav-menu li.break-desk-nav span{display:none}div#mainNav-container #mainNav-menu li.break-desk-nav a span{display:inline}div#mainNav-container #mainNav-menu li:last-child a::before{top:initial !important}div#mainNav-container .mainNav-dropdown{padding:13px 10px 15px 0 !important}div#mainNav-container .mainNav-dropdown::after{content:"\e005";position:absolute;right:10px;top:17px;color:#666 !important;font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}div#mainNav-container .mainNav-dropdown::after:before{content:"\e005"}div#mainNav-container .mainNav-dropdown a::after,div#mainNav-container .mainNav-dropdown a::before{display:none}div#mainNav-container .mainNav-dropdown a.disableLink{padding-left:15px !important}div#mainNav-container .mainNav-dropdown .dropdown-content{display:none;position:relative !important}div#mainNav-container .mainNav-dropdown:focus{background-color:#fbfbfb !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open{padding:13px 0 0 0 !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open::after{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content{margin-top:15px;display:block !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul{display:block !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul li{background:#eeeeee !important;padding:13px 10px 15px 10px !important;text-align:left}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul li:hover li{background:#fbfbfb !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul li:hover li a{color:#666666 !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul li a{color:#666666 !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul li:last-child{border-bottom:none !important}div#mainNav-container .mainNav-dropdown.mainNav-dropdown-open .dropdown-content ul:hover li a{color:#666666 !important}}div#mainNav-container #mainNav-menu{width:100%;max-width:1370px;box-sizing:border-box;margin-left:auto;margin-right:auto;text-align:center}@media (max-width:767px){div#mainNav-container #mainNav-menu{background-color:none;display:block}}@media (max-width:1250px) and (min-width:961px){div#mainNav-container #mainNav-menu .break-desk-nav{margin-right:0 !important}}@media (max-width:1160px) and (min-width:991px){div#mainNav-container #mainNav-menu li.mainNav-dropdown{padding:11px 35px 10px 12px}div#mainNav-container #mainNav-menu li{line-height:21px !important}div#mainNav-container #mainNav-menu li:not(.mainNav-dropdown),div#mainNav-container #mainNav-menu li:not(.break-desk-nav){padding:11px 25px 10px 12px !important}div#mainNav-container #mainNav-menu li a{font-size:15px !important}div#mainNav-container #mainNav-menu li a::after{right:-25px}div#mainNav-container #mainNav-menu li:last-child a::before{top:0}div#mainNav-container #mainNav-menu li.break-desk-nav{padding:11px 26px 11px 45px !important}}@media (max-width:990px){div#mainNav-container #mainNav-menu li.mainNav-dropdown{padding:11px 10px 10px 10px}div#mainNav-container #mainNav-menu li{line-height:17px !important}div#mainNav-container #mainNav-menu li:not(.mainNav-dropdown){padding:11px 10px 10px 10px !important}div#mainNav-container #mainNav-menu li a{font-size:12px !important;line-height:20px !important}div#mainNav-container #mainNav-menu li a::after{right:-12px;top:-1px}div#mainNav-container #mainNav-menu li.break-desk-nav{padding:11px 10px 10px 45px !important}div#mainNav-container #mainNav-menu li.break-desk-nav a{line-height:23px !important}}@media (max-width:767px){div#mainNav-container #mainNav-menu li a{font-size:14px !important}}@media (max-width:1400px){div#mainNav-container #mainNav-menu li.break-desk-nav a span{display:none}}div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content{display:none}div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content ul{display:none}div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content ul li{float:none;width:100%}div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content ul li a{color:white;text-transform:uppercase}div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content ul li a::after,div#mainNav-container #mainNav-menu .mainNav-dropdown .dropdown-content ul li a::before{display:none}div#mainNav-container #mainNav-menu>li:not(.social-icons){box-sizing:border-box;white-space:nowrap;text-align:left}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover{cursor:pointer}div#mainNav-container #mainNav-menu>li:not(.social-icons) a{text-decoration:none;text-transform:uppercase;color:#fff;font-size:18px;letter-spacing:1px}@media (max-width:992px){div#mainNav-container #mainNav-menu>li:not(.social-icons) a{font-size:16px}}@media (max-width:860px){div#mainNav-container #mainNav-menu>li:not(.social-icons) a{font-size:15px}}@media (max-width:800px){div#mainNav-container #mainNav-menu>li:not(.social-icons) a{font-size:14px}}@media (max-width:767px){div#mainNav-container #mainNav-menu>li:not(.social-icons) a{padding-left:5px;color:#666666}}div#mainNav-container #mainNav-menu>li:not(.social-icons).general{background-color:#255bcf}div#mainNav-container #mainNav-menu>li:not(.social-icons) ul li{background-color:#fff;font-size:14px}div#mainNav-container #mainNav-menu>li:not(.social-icons) ul li a{text-transform:none}div#mainNav-container #mainNav-menu>li:not(.social-icons) ul li:hover{background-color:#606060}div#mainNav-container #mainNav-menu>li:not(.social-icons) ul li:hover a{color:#333}div#mainNav-container #mainNav-menu>li:not(.social-icons) ul li:after{border-left:8px solid #333}@media (max-width:767px){div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5){padding-left:60px !important;position:relative}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a::before{display:none}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a span{position:relative}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a span:hover,div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a span.active{opacity:1 !important}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a span:hover:before,div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) a span.active:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+5) img{margin-right:20px;position:absolute;left:18px;max-width:38px;top:14px}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+2) img{max-width:22px !important}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+3) img{max-width:22px !important;left:16px !important}div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+4) img{max-width:38px;left:12px;top:7px}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open{background-color:#ffffff}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open a{color:#333}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul{display:block;position:relative;top:10px;width:calc(100% + 40px);margin:0 -20px}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li{display:block;padding:10px 0 10px 40px;border-right:none transparent !important;border-bottom:1px solid #333}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li:first-of-type{border-top:1px solid #333}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li:last-of-type{border-bottom:none transparent}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li.mainNav-dropdown-open ul{display:block;position:relative;top:10px;width:calc(100% + 40px);margin:0 -40px}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li.mainNav-dropdown-open ul li{padding:10px 0 10px 60px;border-right:none transparent !important;border-bottom:1px solid #333}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li.mainNav-dropdown-open ul li:first-of-type{border-top:1px solid #333}div#mainNav-container #mainNav-menu>li:not(.social-icons).mainNav-dropdown-open>ul>li.mainNav-dropdown-open ul li:last-of-type{border-bottom:none transparent}}@media (min-width:768px){div#mainNav-container #mainNav-menu>li:not(.social-icons):nth-last-child(-n+3){display:none !important}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul{display:block;position:absolute;top:37px;width:100%;max-width:100%;margin-left:-20px;-webkit-box-shadow:3px 4px 24px -9px #6e6b6e;-moz-box-shadow:3px 4px 24px -9px #6e6b6e;box-shadow:3px 4px 24px -9px #6e6b6e}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul>li{display:block;padding:10px 20px;width:100%;max-width:100%;border-right:none transparent !important}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul>li:hover ul{display:block;position:absolute;height:36px !important;max-height:36px !important;left:100%;width:calc(100% + 40px);margin-top:-24px}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul>li:hover ul li{padding:10px 20px 9px;border-right:none transparent !important;border-bottom:1px solid #333;border-top:1px solid transparent}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul>li:hover ul li:first-of-type{border-top:1px solid transparent}div#mainNav-container #mainNav-menu>li:not(.social-icons):hover>ul>li:hover ul li:last-of-type{border-bottom:none transparent}}div#mainNav-container #mainNav-menu .social-icons{padding-left:15px !important}div#mainNav-container #mainNav-menu .social-icons a{margin-right:20px}@media (min-width:768px){div#mainNav-container #mainNav-menu.mainNav-horizontal:before,div#mainNav-container #mainNav-menu.mainNav-horizontal:after{content:" ";display:table}div#mainNav-container #mainNav-menu.mainNav-horizontal:after{clear:both}div#mainNav-container #mainNav-menu.mainNav-horizontal:before,div#mainNav-container #mainNav-menu.mainNav-horizontal:after{content:" ";display:table}div#mainNav-container #mainNav-menu.mainNav-horizontal:after{clear:both}div#mainNav-container #mainNav-menu.mainNav-horizontal:before,div#mainNav-container #mainNav-menu.mainNav-horizontal:after{content:" ";display:table}div#mainNav-container #mainNav-menu.mainNav-horizontal:after{clear:both}div#mainNav-container #mainNav-menu.mainNav-horizontal:before,div#mainNav-container #mainNav-menu.mainNav-horizontal:after{content:" ";display:table}div#mainNav-container #mainNav-menu.mainNav-horizontal:after{clear:both}div#mainNav-container #mainNav-menu.mainNav-horizontal li{float:left}div#mainNav-container #mainNav-menu.mainNav-horizontal.mainNav-justified>li{display:inline;text-align:center;float:none}div#mainNav-container #mainNav-menu.mainNav-horizontal .mainNav-dropdown .dropdown-content{margin-top:0;position:absolute;left:-30px;padding:10px 10px !important}div#mainNav-container #mainNav-menu.mainNav-horizontal .mainNav-dropdown:hover .dropdown-content{display:block !important}div#mainNav-container #mainNav-menu.mainNav-horizontal .mainNav-dropdown:hover .dropdown-content ul{background-color:#329be5;display:block !important;max-width:293px}div#mainNav-container #mainNav-menu.mainNav-horizontal .mainNav-dropdown:hover .dropdown-content ul li{background-color:#329be5;color:white;padding:11px 12px 11px 12px !important;background-color:#329be5 !important;opacity:.8 !important;text-align:left}div#mainNav-container #mainNav-menu.mainNav-horizontal .mainNav-dropdown:hover .dropdown-content ul li a{color:white !important;text-align:center}}div#mainNav-container #mainNav-menu ul{display:none}div#mainNav-container #mainNav-menu .mainNav-dropdown{position:relative}div#mainNav-container #mainNav-menu .mainNav-dropdown:hover{color:#333}div#mainNav-container #mainNav-menu .mainNav-dropdown.mainNav-dropdown-open .mainNav-dropdown{position:relative}@media (max-width:767px){.push-mainNav-container{transition:top .6s ease,left .6s ease,right .6s ease}.push-mainNav-container.mainNav-left{left:0}.push-mainNav-container.mainNav-left.push-mainNav-open{left:80%}.push-mainNav-container.mainNav-right{right:0}.push-mainNav-container.mainNav-right.push-mainNav-open{right:80%}}@media (min-width:768px){.mainNav-sticky #mainNav-container{width:100%;max-width:100%;top:0;margin:0;position:fixed;padding:10px 0 20px 0}.mainNav-sticky #mainNav-container #mainNav-menu{padding-top:0}.mainNav-sticky #mainNav-container #mainNav-menu>li{float:left}}@media (max-width:1150px){.mainNav-sticky .break-desk-nav a::before{top:-1px !important}}#mainNav-container{padding:0 !important;background-color:rgba(0,0,0,0.3) !important}@media (min-width:768px){#mainNav-container #mainNav-menu li{padding:11px 44px 11px 20px;float:left;line-height:22px;position:relative}#mainNav-container #mainNav-menu li.break-desk-nav{float:right;padding:11px 26px 11px 45px !important;background-color:#e6515c;margin-right:9px;height:46px}#mainNav-container #mainNav-menu li.break-desk-nav a::before{background:url(/Content/images/icons/file-icon.png) no-repeat;content:" ";position:absolute;left:-28px;width:20px;height:20px;top:2px}#mainNav-container #mainNav-menu li.break-desk-nav a::after{content:"";display:none}#mainNav-container #mainNav-menu li:nth-of-type(5) a::after{content:"";display:none}#mainNav-container #mainNav-menu li a{font-size:17px;line-height:23px !important;position:relative;text-decoration:none}#mainNav-container #mainNav-menu li a::after{content:"|";position:absolute;right:-37px}}.owl-carousel{position:relative}.owl-carousel.testimonials-slider .item{margin-top:43px}.owl-carousel.testimonials-slider .item p{color:white}.owl-carousel.testimonials-slider .item span{font-size:13px;color:white;display:block;text-transform:uppercase;margin-top:17px}.owl-carousel .owl-item{overflow:hidden}.owl-carousel .owl-nav{position:absolute;width:100%;top:56%;transform:translateY(-50%)}@media (max-width:767px){.owl-carousel .owl-nav{top:40%}}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{position:relative;font-size:36px !important;color:white !important;background:#329be5 !important;width:45px;height:45px}.owl-carousel .owl-nav .owl-prev:before,.owl-carousel .owl-nav .owl-next:before,.owl-carousel .owl-nav .owl-prev:after,.owl-carousel .owl-nav .owl-next:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover{opacity:.7;filter:alpha(opacity=70)}.owl-carousel .owl-nav .owl-prev{float:left}.owl-carousel .owl-nav .owl-prev:before{content:"\e006"}.owl-carousel .owl-nav .owl-prev:before{left:50%;top:50%;transform:translate(-50%, -50%);position:absolute}@media (max-width:1000px){.owl-carousel .owl-nav .owl-prev{margin-left:-20px}}.owl-carousel .owl-nav .owl-next{float:right}.owl-carousel .owl-nav .owl-next:before{content:"\e007"}.owl-carousel .owl-nav .owl-next:before{left:50%;top:50%;transform:translate(-40%, -50%);position:absolute}@media (max-width:1000px){.owl-carousel .owl-nav .owl-next{margin-right:-20px}}.owl-carousel .owl-dots{height:24px;text-align:center;position:absolute;bottom:-73px;left:0;right:0;max-width:200px;width:100%;margin:0 auto;-webkit-transition:bottom ease 1s;-moz-transition:bottom ease 1s;-ms-transition:bottom ease 1s;-o-transition:bottom ease 1s;transition:bottom ease 1s}.owl-carousel .owl-dots:before,.owl-carousel .owl-dots:after{content:" ";display:table}.owl-carousel .owl-dots:after{clear:both}.owl-carousel .owl-dots:before,.owl-carousel .owl-dots:after{content:" ";display:table}.owl-carousel .owl-dots:after{clear:both}.owl-carousel .owl-dots:before,.owl-carousel .owl-dots:after{content:" ";display:table}.owl-carousel .owl-dots:after{clear:both}.owl-carousel .owl-dots:before,.owl-carousel .owl-dots:after{content:" ";display:table}.owl-carousel .owl-dots:after{clear:both}.owl-carousel .owl-dots .owl-dot{display:inline-block;border:0;padding:5px;border-radius:50%;margin-right:5px;opacity:.5}.owl-carousel .owl-dots .owl-dot span{width:15px;height:15px;background:white;border-radius:50%;float:left}.owl-carousel .owl-dots .owl-dot.active{border:3px solid white;padding:2px;opacity:.8}.owl-carousel.productFrames{opacity:0;-webkit-transition:opacity ease 2.5s;-moz-transition:opacity ease 2.5s;-ms-transition:opacity ease 2.5s;-o-transition:opacity ease 2.5s;transition:opacity ease 2.5s}.owl-carousel.productFrames.carousel-visible{opacity:1}.owl-carousel.productFrames div{text-align:center}.owl-carousel.productFrames div p{text-transform:uppercase;font-size:14px;line-height:24px}.owl-carousel.productFrames div p:nth-of-type(1){margin-top:5px}.owl-carousel.productFrames div p:nth-of-type(2){letter-spacing:1px}.owl-carousel.productFrames .owl-dots{position:relative;bottom:-15px}.owl-carousel.productFrames .owl-dots .owl-dot span{background:#e2e2e2}.owl-carousel.productFrames .owl-dots .owl-dot.active{border:3px solid #329be5}.owl-carousel.productFrames .owl-dots .owl-dot.active span{background:#329be5}.flag{position:absolute;max-width:40px !important}.flag.flag-top-right{top:10px;right:30px}.flag.flag-top-left{top:10px;left:30px}.flag.flag-bottom-right{top:210px;right:30px}.flag.flag-bottom-left{top:210px;left:30px}.quantity-spinner .item-quantity{width:106px;max-width:100%;height:35px;position:relative;padding:4px 0}@media (max-width:767px){.quantity-spinner .item-quantity{margin-left:0}}.quantity-spinner .item-quantity button,.quantity-spinner .item-quantity input{float:left}.quantity-spinner .item-quantity button:last-child{float:right}.quantity-spinner .item-quantity input{height:35px;width:40px;background:#e5e5e5;max-width:100%;border:none;position:absolute;color:#333;top:0;left:1px;z-index:1;font-size:16px;text-align:center;margin:0 0 0 32px}.quantity-spinner .item-quantity .item-quantity-down,.quantity-spinner .item-quantity .item-quantity-up{width:35px;height:35px;border:medium none;border-radius:3%;background-color:#ccc;color:#fff;text-align:center;padding:0}.quantity-spinner .item-quantity .item-quantity-down:hover,.quantity-spinner .item-quantity .item-quantity-up:hover{color:#999}.quantity-spinner .item-quantity .item-quantity-down span,.quantity-spinner .item-quantity .item-quantity-up span{line-height:.5em;text-align:center;display:block;width:100%}.quantity-spinner .item-quantity .item-quantity-up{font-size:20px;position:absolute;top:0;right:0;z-index:2}.quantity-spinner .item-quantity .item-quantity-up span{padding-bottom:1px;padding-left:1px;font-weight:bold}.quantity-spinner .item-quantity .item-quantity-down{font-size:28px;position:absolute;top:0;left:0;z-index:2}.quantity-spinner .item-quantity .item-quantity-down span{padding-bottom:5px;padding-left:1px}.quantity-spinner.quantity-spinner-small{width:95px;height:100%}.quantity-spinner.quantity-spinner-small .item-quantity{width:95px;height:30px;position:relative}.quantity-spinner.quantity-spinner-small .item-quantity .item-quantity-down,.quantity-spinner.quantity-spinner-small .item-quantity .item-quantity-up{width:30px;height:30px}.quantity-spinner.quantity-spinner-small .item-quantity input{height:30px;font-size:12px;padding-top:2px;left:0;margin:0 0 0 28px;color:#999 !important}#back-top{display:none;position:fixed;bottom:40px;right:40px;width:50px}@media (max-width:480px){#back-top{right:10px}}#back-top a{background:rgba(0,0,0,0.7);border-radius:50%;width:47px;height:47px;display:block;font-size:28px;padding-top:7px;text-align:center;text-decoration:none;color:transparent !important}#back-top a:before,#back-top a:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#back-top a:before{content:"\e008"}#back-top a:before{color:#fff}#back-top a:hover{opacity:.7;filter:alpha(opacity=70)}@media (max-width:768px){#back-top a{width:40px;height:40px;font-size:24px}}.cookie-policy{display:none;position:fixed;right:0;bottom:0;left:0;background:rgba(0,0,0,0.8) none repeat scroll 0 0;padding:10px}.cookie-policy h4{color:#fff;text-transform:capitalize}.cookie-policy p{font-size:14px;color:#e5e5e5}.cookie-policy a{color:#fff;float:right;margin-left:10px}.custom-checkout-checkbox input{display:none}.custom-checkout-checkbox input+label{height:30px;font-weight:normal;color:#333}.custom-checkout-checkbox input+label:before{content:"\e03f"}.custom-checkout-checkbox input+label::before{font-family:"syrox-base-icons";display:inline-block;border:0;width:35px;height:35px;line-height:35px;padding:0 9px;position:relative;font-size:17px;margin-right:5px;color:#ccc;background-color:#ccc}.custom-checkout-checkbox input+label:hover{cursor:pointer}.custom-checkout-checkbox input+label span{position:relative;top:-3px;font-family:'ProximaNova-Bold'}.custom-checkout-checkbox input:checked~label{color:#333}.custom-checkout-checkbox input:checked~label:before{content:"\e03f"}.custom-checkout-checkbox input:checked~label::before{width:35px;height:35px;display:inline-block;padding:0 9px;color:#666666}.custom-checkout-checkbox label{color:#333;font-family:Georgia,"Times New Roman",Times,serif}.custom-checkout-checkbox label::before{color:#666666}.custom-checkout-radio input{display:none}.custom-checkout-radio input+label{height:35px;font-weight:normal;width:100%;color:rgba(51,51,51,0.5);background-color:#e5e5e5;font-size:11px;text-transform:capitalize !important;position:relative;overflow:hidden}.custom-checkout-radio input+label:before{content:"\e00a"}.custom-checkout-radio input+label::before{font-family:"syrox-base-icons";display:inline-block;line-height:35px;border:0;width:35px;height:35px;padding:0 9px;position:relative;font-size:17px;margin-right:5px;color:#666666;background-color:#999}.custom-checkout-radio input+label::before:before,.custom-checkout-radio input+label::before:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-checkout-radio input+label:hover{cursor:pointer}.custom-checkout-radio input+label span{position:relative;top:-3px;font-family:'ProximaNova-Bold';line-height:34px;white-space:nowrap}.custom-checkout-radio input+label span:first-of-type{position:absolute;left:40px;top:0}.custom-checkout-radio input+label span:last-of-type{position:absolute;right:0;padding-right:10px;padding-left:30px;line-height:34px;top:0;background:-moz-linear-gradient(left, rgba(229,229,229,0) 0, #e5e5e5 31%, #e5e5e5 100%);background:-webkit-linear-gradient(left, rgba(229,229,229,0) 0, #e5e5e5 31%, #e5e5e5 100%);background:linear-gradient(to right, rgba(229,229,229,0) 0, #e5e5e5 31%, #e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#e5e5e5', GradientType=1)}.custom-checkout-radio input:checked~label{color:#333}.custom-checkout-radio input:checked~label:before{content:"\e004"}.custom-checkout-radio input:checked~label::before{width:35px;height:35px;display:inline-block;padding:0 9px;color:#666666}.custom-checkout-radio input:checked~label::before:before,.custom-checkout-radio input:checked~label::before:after{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-checkout-radio label{color:#333;font-family:Georgia,"Times New Roman",Times,serif}.custom-checkout-radio label::before{color:#666666}.custom-select{background:#e6e6e6 url("/content/images/layout/forms/select-arrow.jpg") no-repeat right top !important;border:0;overflow:hidden;width:100%;height:35px}.custom-select select{padding:6px 12px;width:100%;border:none;box-shadow:none;background:transparent;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select select:focus{border:0;box-shadow:none !important}.custom-select select option{width:100%}.newsletter{position:relative;max-width:320px}@media (max-width:767px){}.newsletter button{line-height:10px;position:absolute;right:0;top:0;font-size:13px;text-transform:capitalize}.newsletter input{background-color:#dddddd !important;border:none !important;line-height:15px}.newsletter button,.newsletter input{float:left;height:30px}.breadcrumb{float:left;height:70px;background-color:transparent}.breadcrumb li{float:left;display:inline-block;font-size:18px;line-height:22px;padding:20px 0;color:#666666}.breadcrumb li a{color:#333;margin-right:5px}.breadcrumb li a:after{content:"/";padding-left:5px;color:#999}.breadcrumb li a:hover{opacity:.7}@media (max-width:1200px){.breadcrumb{padding-left:10px}}@media (max-width:767px){.breadcrumb{display:none}}#load{width:100%;height:100%;position:fixed;z-index:9999;background:#f9f9f9;text-align:center}#load .loader{background:url("/Content/images/Eclipse-blue.svg") no-repeat center center;width:200px;height:200px;position:fixed;left:50%;top:50%;margin:0 auto;transform:translate(-50%, -50%)}#load .loader img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.loading{width:100%;height:100%;position:fixed !important;z-index:9998;display:none;top:0;left:0;background:rgba(0,0,0,0.2) none repeat scroll 0 0}#circularG{position:relative;width:40px;height:40px;top:calc(50% - 20px);left:calc(50% - 20px)}.circularG{position:absolute;background-color:#333;width:9px;height:9px;-moz-border-radius:6px;-moz-animation-name:bounce_circularG;-moz-animation-duration:1.04s;-moz-animation-iteration-count:infinite;-moz-animation-direction:normal;-webkit-border-radius:6px;-webkit-animation-name:bounce_circularG;-webkit-animation-duration:1.04s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:normal;-ms-border-radius:6px;-ms-animation-name:bounce_circularG;-ms-animation-duration:1.04s;-ms-animation-iteration-count:infinite;-ms-animation-direction:normal;-o-border-radius:6px;-o-animation-name:bounce_circularG;-o-animation-duration:1.04s;-o-animation-iteration-count:infinite;-o-animation-direction:normal;border-radius:6px;animation-name:bounce_circularG;animation-duration:1.04s;animation-iteration-count:infinite;animation-direction:normal}#circularG_1{left:0;top:16px;-moz-animation-delay:0s;-webkit-animation-delay:0s;-ms-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}#circularG_2{left:4px;top:4px;-moz-animation-delay:.13s;-webkit-animation-delay:.13s;-ms-animation-delay:.13s;-o-animation-delay:.13s;animation-delay:.13s}#circularG_3{top:0;left:16px;-moz-animation-delay:.26s;-webkit-animation-delay:.26s;-ms-animation-delay:.26s;-o-animation-delay:.26s;animation-delay:.26s}#circularG_4{right:4px;top:4px;-moz-animation-delay:.39s;-webkit-animation-delay:.39s;-ms-animation-delay:.39s;-o-animation-delay:.39s;animation-delay:.39s}#circularG_5{right:0;top:16px;-moz-animation-delay:.52s;-webkit-animation-delay:.52s;-ms-animation-delay:.52s;-o-animation-delay:.52s;animation-delay:.52s}#circularG_6{right:4px;bottom:4px;-moz-animation-delay:.65s;-webkit-animation-delay:.65s;-ms-animation-delay:.65s;-o-animation-delay:.65s;animation-delay:.65s}#circularG_7{left:16px;bottom:0;-moz-animation-delay:.78s;-webkit-animation-delay:.78s;-ms-animation-delay:.78s;-o-animation-delay:.78s;animation-delay:.78s}#circularG_8{left:4px;bottom:4px;-moz-animation-delay:.91s;-webkit-animation-delay:.91s;-ms-animation-delay:.91s;-o-animation-delay:.91s;animation-delay:.91s}@-moz-keyframes bounce_circularG{0%{-moz-transform:scale(1)}100%{-moz-transform:scale(.3)}}@-webkit-keyframes bounce_circularG{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(.3)}}@-ms-keyframes bounce_circularG{0%{-ms-transform:scale(1)}100%{-ms-transform:scale(.3)}}@-o-keyframes bounce_circularG{0%{-o-transform:scale(1)}100%{-o-transform:scale(.3)}}@keyframes bounce_circularG{0%{transform:scale(1)}100%{transform:scale(.3)}}body .home{margin-bottom:20px}body .home .home-banner{display:inline-block;width:100%;height:auto;background:url(/Content/images/home/home-banner-sample.jpg) no-repeat;background-size:cover;background-position:center center;position:relative}body .home .home-banner .sd-new{position:absolute;top:10%;left:40px;width:15%}@media (max-width:900px){body .home .home-banner .sd-new{top:0;left:20px;width:15%}}body .home .home-banner.home-banner-to-much-text img.hsc{max-width:150px}@media (max-width:1400px){body .home .home-banner.home-banner-to-much-text img.hsc{display:none !important}}body .home .home-banner .pLarge{width:100%}@media (max-width:767px){body .home .home-banner .pLarge{display:none}}body .home .home-banner h1,body .home .home-banner h2{color:white;margin-bottom:16px;text-shadow:2px 1px 5px #000000}@media (max-width:1290px){body .home .home-banner h1,body .home .home-banner h2{width:700px !important}}@media (max-width:1000px){body .home .home-banner h1,body .home .home-banner h2{width:600px !important}}@media (max-width:850px){body .home .home-banner h1,body .home .home-banner h2{width:450px !important}}@media (max-width:767px){body .home .home-banner h1,body .home .home-banner h2{width:600px !important}}@media (max-width:530px){body .home .home-banner h1,body .home .home-banner h2{width:450px !important;font-size:38px;line-height:44px}}@media (max-width:430px){body .home .home-banner h1,body .home .home-banner h2{width:350px !important}}body .home .home-banner p{color:white;margin-bottom:22px;text-shadow:2px 1px 5px #000000}body .home .home-banner div.maxWidth1390{margin-top:66px;padding-left:20%;padding-bottom:40px !important;-webkit-transition:padding ease .3s,margin ease .3s;-moz-transition:padding ease .3s,margin ease .3s;-o-transition:padding ease .3s,margin ease .3s;transition:padding ease .3s,margin ease .3s;position:relative}@media (min-width:1400px){body .home .home-banner div.maxWidth1390{padding-left:300px !important}}@media (max-width:767px){body .home .home-banner div.maxWidth1390{margin-top:106px}}@media (max-width:767px){body .home .home-banner div.maxWidth1390 h1.header-h1{font-size:26px !important;line-height:30px !important}}body .home .home-banner .subheading{opacity:0}body .home .home-banner .subheading-transition{opacity:100 !important;transition:opacity 1.2s ease}body .home .steps-icons h4{color:#329be5 !important;margin-top:10px;font-size:22px;text-transform:none;letter-spacing:1px}@media (max-width:992px){body .home .steps-icons h4{min-height:55px}}@media (max-width:768px){body .home .steps-icons h4{min-height:0}}body .home .services-content{opacity:0;margin-top:30%;transition:opacity 1.8s ease,margin-top 1.8s ease}body .home .services-content.services-content-transition{opacity:100 !important;margin-top:0 !important}body .home .services-content .header.header-transition{transform:scale(1.1);transition:transform ease .5s}@media (min-width:768px){}body .home .bg-grey{background-color:#f9f9f9}.sd{position:absolute;right:0;bottom:0}@media (max-width:360px){.sd{width:200px !important}}.hsc{position:absolute;right:10px;top:10px;box-shadow:-1px 1px 15px -2px}@media (max-width:768px){.hsc{left:10px;bottom:10px;top:unset;width:290px}}@media (max-width:430px){.hsc{width:190px !important}}.product-image .sd{top:0 !important}@media (min-width:768px){.product-image .sd{right:10px !important}}.sd-box{float:right;padding:10px 14px;text-align:center;font-size:15px;background:#e6515c;color:#fff}@media (max-width:767px){.sd-box{padding:14px;width:100%;float:left;margin-bottom:10px}}.content-div{padding:0 !important;padding-top:28px !important}.container-fluid,.content-div{padding:28px 20px 53px 20px}@media (max-width:767px){.container-fluid,.content-div{padding-left:15px;padding-right:15px}.container-fluid [class*="col-"],.content-div [class*="col-"]{padding-left:0 !important;padding-right:0 !important}.container-fluid .row,.content-div .row{margin-left:0;margin-right:0}}@media (max-width:479px){.container-fluid .button.buttonClassicLg,.content-div .button.buttonClassicLg{margin-top:0 !important}}.container-fluid h1,.content-div h1,.container-fluid h2,.content-div h2{color:#329be5;margin-bottom:15px}.container-fluid h1,.content-div h1,.container-fluid h2,.content-div h2,.container-fluid h3,.content-div h3{color:#329be5}.container-fluid .inline,.content-div .inline{display:inline-block}.container-fluid .wrap,.content-div .wrap{display:table}.container-fluid .wrap h3,.content-div .wrap h3{display:table-cell;vertical-align:bottom}.container-fluid .header p,.content-div .header p{margin-bottom:35px}.container-fluid .col-md-3,.content-div .col-md-3{margin-top:8px;padding-left:19px;padding-right:19px;margin-bottom:50px}.container-fluid .col-md-3 h3,.content-div .col-md-3 h3{margin-top:15px;padding-bottom:10px}.container-fluid .col-md-3 p,.content-div .col-md-3 p{padding:0 10px;margin-top:11px}@media (max-width:992px){.container-fluid .col-md-3 p,.content-div .col-md-3 p{height:auto}}.container-fluid .col-md-3 a.button:not(.buttonClassicLg),.content-div .col-md-3 a.button:not(.buttonClassicLg){margin-top:22px}@media (min-width:1200px){.container-fluid .col-md-3 a.button:not(.buttonClassicLg),.content-div .col-md-3 a.button:not(.buttonClassicLg){margin-top:0}}@media (min-width:991px){.container-fluid .col-md-3 p,.content-div .col-md-3 p{height:110px}}@media (max-width:479px){.container-fluid .col-md-3 p,.content-div .col-md-3 p{padding-left:0 !important;padding-right:0 !important}}.container-fluid.testimonials,.content-div.testimonials{height:300px;opacity:0;margin-top:30%;transition:opacity 1.2s ease,margin-top 1.2s ease}.container-fluid.testimonials p,.content-div.testimonials p,.container-fluid.testimonials span,.content-div.testimonials span,.container-fluid.testimonials h1,.content-div.testimonials h1,.container-fluid.testimonials h2,.content-div.testimonials h2,.container-fluid.testimonials h3,.content-div.testimonials h3,.container-fluid.testimonials h4,.content-div.testimonials h4{color:white}.container-fluid.testimonials .inner-wrapper,.content-div.testimonials .inner-wrapper{max-width:950px;margin:0 auto}.container-fluid.testimonials.testimonials-show,.content-div.testimonials.testimonials-show{opacity:100;margin-top:0}@media (max-width:767px){.container-fluid.testimonials,.content-div.testimonials{height:auto}.container-fluid.testimonials .container-fluid,.content-div.testimonials .container-fluid{padding-left:0;padding-right:0}.container-fluid.testimonials p,.content-div.testimonials p,.container-fluid.testimonials h3,.content-div.testimonials h3{padding-left:15px;padding-right:15px}}.container-fluid.order-process,.content-div.order-process{padding:51px 20px 53px 20px;opacity:0;margin-top:50%;transition:opacity 1.2s ease,margin-top 1.2s ease}.container-fluid.order-process .header,.content-div.order-process .header{max-width:900px;margin:0 auto}.container-fluid.order-process .col-xs-6 h3,.content-div.order-process .col-xs-6 h3{margin-top:21px}.container-fluid.order-process .col-xs-6 img,.content-div.order-process .col-xs-6 img{max-width:290px;margin:0 auto}.container-fluid.order-process .col-xs-6 p,.content-div.order-process .col-xs-6 p{margin-top:12px}.container-fluid.order-process .width-80,.content-div.order-process .width-80{width:80%;display:inline-block}.container-fluid.order-process .button.buttonClassicLg,.content-div.order-process .button.buttonClassicLg{margin-top:50px}@media (max-width:767px){.container-fluid.order-process,.content-div.order-process{padding-left:15px;padding-right:15px}}.container-fluid.order-process.order-process-show,.content-div.order-process.order-process-show{opacity:100;margin-top:0}.container-fluid.order-process .step,.content-div.order-process .step{opacity:0}.container-fluid.order-process .show-icon :nth-child(1),.content-div.order-process .show-icon :nth-child(1){transition-delay:.3s;opacity:100 !important;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:.3s;transition-property:opacity;transition-duration:1s}.container-fluid.order-process .show-icon :nth-child(2),.content-div.order-process .show-icon :nth-child(2){transition-delay:.6s;opacity:100 !important;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:.6s;transition-property:opacity;transition-duration:1s}.container-fluid.order-process .show-icon :nth-child(3),.content-div.order-process .show-icon :nth-child(3){transition-delay:.9s;opacity:100 !important;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:.9s;transition-property:opacity;transition-duration:1s}.container-fluid.order-process .show-icon :nth-child(4),.content-div.order-process .show-icon :nth-child(4){transition-delay:1.2s;opacity:100 !important;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:1.2s;transition-property:opacity;transition-duration:1s}.container-fluid.order-process .show-icon :nth-child(5),.content-div.order-process .show-icon :nth-child(5){transition-delay:1.5s;opacity:100 !important;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:1.5s;transition-property:opacity;transition-duration:1s}@media (max-width:479px){.order-process .col-xs-6{padding-left:5px !important;padding-right:5px !important;display:inline-block;width:100% !important}.order-process .col-xs-6 p{margin-bottom:30px;height:auto !important}}@media (max-width:767px){.order-process{padding:51px 20px 53px 20px}.order-process .col-xs-6{padding-left:10px !important;padding-right:10px !important;display:inline-block}.order-process .col-xs-6 p{margin-top:10px;height:140px}.order-process .col-xs-6:last-child{float:none !important;margin:0 auto}}.xMas-del{display:none;background-color:#e6515c;width:100%;height:46px;position:relative;top:10px;left:0;margin:0;padding:0;text-align:center}@media (max-width:462px){.xMas-del{height:60px}}.xMas-del h2{color:#fff;font-size:18px;text-transform:uppercase;margin:0;text-shadow:none;line-height:46px}@media (max-width:576px){.xMas-del h2{font-size:16px}}@media (max-width:462px){.xMas-del h2{line-height:30px}}.christmasnotice{margin-top:10px;width:100%;display:inline-block;padding:15px 10px;background:#eee !important;margin-bottom:10px !important;letter-spacing:.2px;text-align:center}@media (max-width:767px){.christmasnotice{margin-top:60px}}.jobs-home{margin-top:10px;width:100%;display:inline-block;padding:18px 10px;background:#d8505e !important;margin-bottom:10px !important;letter-spacing:.3px;text-align:center}.jobs-home p{color:white !important;font-size:30px !important;line-height:38px !important}@media (max-width:767px){.jobs-home p{font-size:25px !important;line-height:35px !important}}.jobs-home a{text-decoration:none !important;color:white !important}.jobs-home a:hover{text-decoration:none !important;color:white !important}body .home.container-full.home-spacing-fixes .text-center.section-two{height:auto !important;padding-top:50px !important}body .home.container-full.home-spacing-fixes .text-center.section-two .header{padding-bottom:20px !important}body .home.container-full.home-spacing-fixes .text-center.section-two .bg-grey .home-services container-fluid{padding-top:50px !important}body .home.container-full.home-spacing-fixes .text-center.section-two .bg-grey .home-services container-fluid .header{padding-bottom:0 !important;padding-top:20px !important}body .home.container-full.home-spacing-fixes .text-center.section-three{height:auto !important;padding-top:50px !important;padding-bottom:50px !important}body .home.container-full.home-spacing-fixes .text-center.section-three .text-center{padding-top:0 !important;padding-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-three .text-center p{padding-top:30px !important;padding-bottom:0 !important;margin-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-four{height:auto !important;background-color:#f9f9f9;padding-top:50px !important;padding-bottom:30px !important}body .home.container-full.home-spacing-fixes .text-center.section-four .row.home-services.container-fluid{padding-top:0 !important;padding-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-four .row.home-services.container-fluid .header{padding-bottom:40px !important}body .home.container-full.home-spacing-fixes .text-center.section-four .row.home-services.container-fluid p{margin-top:0 !important;padding-top:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-four .row.home-services.container-fluid .col-md-3{margin-bottom:20px !important}body .home.container-full.home-spacing-fixes .text-center.section-five{height:auto !important;padding-top:50px !important;padding-bottom:50px !important}body .home.container-full.home-spacing-fixes .text-center.section-five .text-center{padding-top:0 !important;padding-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-five .text-center p{padding-top:30px !important;padding-bottom:0 !important;margin-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-six{height:auto !important;background-color:#f9f9f9;padding-top:50px !important;padding-bottom:30px !important;padding-left:20px !important;padding-right:20px !important}body .home.container-full.home-spacing-fixes .text-center.section-six .header{margin:auto !important;max-width:980px;padding-top:0 !important;padding-bottom:0 !important}body .home.container-full.home-spacing-fixes .text-center.section-six h2{font-size:32px !important;line-height:32px !important;margin-right:auto;margin-left:auto;max-width:600px}@media (max-width:767px){body .home.container-full.home-spacing-fixes .text-center.section-six h2{font-size:22px !important;line-height:26px !important}}body .home.container-full.home-spacing-fixes h1{width:auto !important}@media (max-width:767px){body .home.container-full.home-spacing-fixes h1{font-size:36px !important;line-height:40px !important;padding-left:10px !important;padding-right:10px !important}body .home.container-full.home-spacing-fixes h2{font-size:32px !important;line-height:36px !important;padding-left:10px !important;padding-right:10px !important}body .home.container-full.home-spacing-fixes h3{font-size:22px !important;line-height:26px !important;padding-left:10px !important;padding-right:10px !important}}body .case-studies-slider .owl-item{position:relative}body .case-studies-slider .owl-item .item{display:flex;align-items:center;width:100%}body .case-studies-slider .owl-item .text-over-slider{text-align:center;position:absolute;top:auto;left:auto;right:auto;width:100% !important;display:block}body .case-studies-slider .owl-dots{bottom:10px !important}#header #mainNav-toggle.mainNav-open span:nth-of-type(1){top:18px;width:0;left:50%}#header #mainNav-toggle.mainNav-open span:nth-of-type(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}#header #mainNav-toggle.mainNav-open span:nth-of-type(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}#header #mainNav-toggle.mainNav-open span:nth-of-type(4){top:18px;width:0;left:50%}@media (min-width:768px){#header #mainNav-container{background-color:#329be5 !important;height:46px}#header .toggle-holder{display:none}#header .toggle-holder #mainNav-toggle{display:none}}@media (max-width:767px){#header .toggle-holder{position:fixed;top:0;z-index:9999;display:block;-webkit-transition:left .5s ease;-moz-transition:left .5s ease;-ms-transition:left .5s ease;-o-transition:left .5s ease;transition:left .5s ease;right:0;padding:10px}#header .toggle-holder #mainNav-toggle{background-color:transparent !important;border:none transparent;border-radius:0;display:block !important;width:30px;height:30px;position:relative;padding:2px;-webkit-transition:left .6s ease,right .6s ease;-moz-transition:left .6s ease,right .6s ease;-o-transition:left .6s ease,right .6s ease;transition:left .6s ease,right .6s ease}#header .toggle-holder #mainNav-toggle:hover{cursor:pointer;opacity:.7}#header .toggle-holder #mainNav-toggle span{display:block;position:absolute;height:5px;width:100%;background:#999999;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#header .toggle-holder #mainNav-toggle span:nth-of-type(1){top:5px}#header .toggle-holder #mainNav-toggle span:nth-of-type(2){top:14px}#header .toggle-holder #mainNav-toggle span:nth-of-type(3){top:14px}#header .toggle-holder #mainNav-toggle span:nth-of-type(4){top:23px}}#header.new-header #mainNav-container{padding:0 !important}#header.new-header #mainNav-container .logo-holder{width:100% !important;max-width:100% !important;padding:24px 20px !important}#header.new-header #mainNav-container .logo-holder img{max-width:306px !important}@media (max-width:1380px){#header.new-header #mainNav-container .logo-holder img{max-width:220px !important;padding-top:5px !important}}@media (max-width:1120px){#header.new-header #mainNav-container .logo-holder img{max-width:180px !important}}@media (max-width:1080px){#header.new-header #mainNav-container .logo-holder{padding:10px 0 5px 0 !important;margin:auto;text-align:center}#header.new-header #mainNav-container .logo-holder img{max-width:180px !important;display:inline-block;padding:0;margin:auto}}@media (min-width:768px){#header.new-header #mainNav-container #mainNav-menu li{float:left;line-height:17px}#header.new-header #mainNav-container #mainNav-menu li:nth-of-type(1){padding-left:0}#header.new-header #mainNav-container #mainNav-menu li.break-desk-nav{float:right}#header.new-header #mainNav-container #mainNav-menu li a{font-size:17px;line-height:23px;position:relative;text-decoration:none}}@media (max-width:767px){#header.new-header #mainNav-container #mainNav-menu li.break-desk-nav{background-color:#e6515c}#header.new-header #mainNav-container #mainNav-menu li.break-desk-nav a{color:white !important}}#header.new-header.mainNav-sticky #mainNav-container{-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;box-shadow:0 8px 5px -7px rgba(0,0,0,0.7)}#header.new-header.mainNav-sticky #mainNav-container *{-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}@media (min-width:1201px){#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li:nth-of-type(1){padding-left:0 !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li.mainNav-dropdown ul li{padding-left:12px !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li:not(.break-desk-nav){padding:10px 30px 10px 0 !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li a::after{right:-18px}}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li.break-desk-nav{border:0 !important;margin-left:0 !important}@media (min-width:768px) and (max-width:1200px){#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li.first-child{padding-left:0 !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li.mainNav-dropdown ul li{padding-left:12px !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li:not(.break-desk-nav){padding:10px 20px 10px 0 !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li a::after{display:none}}#header.new-header.mainNav-sticky #mainNav-container .logo-holder{padding:11px 20px !important}#header.new-header.mainNav-sticky #mainNav-container .logo-holder img{width:200px !important}@media (max-width:767px){#header{height:50px;position:fixed;width:100%;z-index:5000}#header .delivery-panel{display:none}#header .top-header-container{background-color:#eeeeee !important;padding:0 !important;height:50px;margin:0 !important}#header .form-search-box{background:#e6e6e6 none repeat scroll 0 0;padding:10px;position:absolute;top:50px;margin:0 !important}#header .mainNavOverlay{top:50px !important}#header .visible-xs{display:block !important}#header .hidden-xs{display:none !important}#header ul li a{text-decoration:none}#header ul li a:before{content:"";position:absolute;width:100%;height:3px;bottom:-6px;left:0;background-color:#00a3c7;visibility:hidden;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}#header ul li a:hover,#header ul li a.active{opacity:1 !important}#header ul li a:hover:before,#header ul li a.active:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}}#header.mainNav-sticky #mainNav-container .logo-holder img{max-width:215px}#header.mainNav-sticky .main-header-right-panel{z-index:5001}.main-header{width:100%;margin:auto;overflow:visible;position:relative;box-sizing:border-box;-webkit-transition:height .2s ease-in;-moz-transition:height .2s ease-in;-ms-transition:height .2s ease-in;-o-transition:height .2s ease-in;transition:height .2s ease-in}.main-header .syrox-container{position:relative}.main-header .logo-holder{display:none}@media (max-width:767px){.main-header .logo-holder{position:absolute;top:50%;-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);left:14px;text-align:center}}@media (max-width:450px){.main-header .logo-holder{display:none}}.main-header .logo-holder .main-header-logo{margin:0}.main-header .main-header-logo{z-index:9999;text-align:center;margin:20px auto 0 auto;display:block;width:100%;max-width:312px;transition:width .2s ease-in}.main-header .main-header-logo img{width:100%;padding-top:10px}@media (min-width:768px){.main-header .main-header-logo img{filter:invert(70%) !important}}@media (max-width:850px){.main-header .main-header-logo{max-width:300px;margin-bottom:10px}}@media (max-width:767px){.main-header .main-header-logo{display:block !important;position:absolute;max-width:200px !important;top:0;left:50px;margin:0;padding:0}}@media (max-width:480px){.main-header .main-header-logo{max-width:140px !important;top:6px}}.main-header .main-header-left-panel{position:absolute;top:10px;left:10px}.main-header .main-header-left-panel a{font-size:24px;line-height:24px;font-weight:bold;color:#666666}@media (max-width:767px){.main-header .main-header-account-links{position:relative !important;right:auto !important;top:auto !important;float:left;width:100% !important}.main-header .main-header-account-links ul{position:fixed;top:12px;right:0;z-index:9999;right:20px}}.info-panel{display:none;background:rgba(255,255,255,0.5);height:92px}@media (min-width:768px){.info-panel{display:block}}.info-panel .logo-holder{display:inline-block;position:relative;width:auto;margin:0 auto;height:inherit;width:20%}.info-panel .logo-holder a img{top:17px;position:relative}.info-panel .info-panel-right{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:column;align-items:center;overflow:hidden;width:80%;height:100%;flex-flow:row nowrap;justify-content:center;float:right;padding-left:140px;-webkit-transition:padding-left .4s ease;-moz-transition:padding-left .4s ease;-ms-transition:padding-left .4s ease;-o-transition:padding-left .4s ease;transition:padding-left .4s ease}.info-panel .info-panel-right .item{display:grid;width:100%;margin:auto;position:relative;text-align:center;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s;z-index:1;overflow:hidden;height:100%;padding-top:15px}.info-panel .info-panel-right .item::after{content:"";background-color:#eeeeee;width:1px;height:75px;padding-top:4px;padding-bottom:4px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.info-panel .info-panel-right .item:nth-of-type(2)::after{right:18px}.info-panel .info-panel-right .item:last-child::after{display:none}.info-panel .info-panel-right .item a{display:flex}.info-panel .info-panel-right .item a img,.info-panel .info-panel-right .item a div{display:inline-block;float:left;clear:left}.info-panel .info-panel-right .item a img p:nth-of-type(1),.info-panel .info-panel-right .item a div p:nth-of-type(1){font-size:19px;letter-spacing:2px}.info-panel .info-panel-right .item a img p:nth-of-type(2),.info-panel .info-panel-right .item a div p:nth-of-type(2){font-size:13px}.info-panel .info-panel-right .item a div{padding-left:10px}.info-panel .info-panel-right .item a::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.info-panel .info-panel-right .item:nth-of-type(1){max-width:55%;min-width:4%;flex:1}.info-panel .info-panel-right .item:nth-of-type(1) a img{width:59px;height:57px;margin-left:17px}.info-panel .info-panel-right .item:nth-of-type(1) a div{padding-left:19px}.info-panel .info-panel-right .item:nth-of-type(2){max-width:18%;min-width:15%;flex:1}.info-panel .info-panel-right .item:nth-of-type(2) a img{width:34px;height:58px}.info-panel .info-panel-right .item:nth-of-type(3){max-width:27%;min-width:26%;flex:1}.info-panel .info-panel-right .item:nth-of-type(3) a img{width:35px;height:59px}.info-panel .info-panel-right .item div img,.info-panel .info-panel-right .item div p,.info-panel .info-panel-right .item div a{text-align:left}.info-panel .info-panel-right .item div p,.info-panel .info-panel-right .item div a{text-transform:uppercase;font-size:16px}@media (max-width:1375px){.info-panel .info-panel-right{padding-left:100px}}@media (max-width:1290px){.info-panel .info-panel-right{padding-left:50px}}@media (max-width:1220px){.info-panel .info-panel-right .item:nth-of-type(1){min-width:40%;max-width:60%;margin-right:10px}.info-panel .info-panel-right .item:nth-of-type(2){max-width:20%;min-width:15%}.info-panel .info-panel-right .item:nth-of-type(3){max-width:30%;min-width:15%}}@media (max-width:1180px){.info-panel .info-panel-right{justify-content:flex-end !important}.info-panel .info-panel-right .item{margin-left:20px !important;margin:0}.info-panel .info-panel-right .item:nth-of-type(1){max-width:90px;min-width:10%}.info-panel .info-panel-right .item:nth-of-type(1):hover{max-width:500px}.info-panel .info-panel-right .item:nth-of-type(1)::after{right:0}.info-panel .info-panel-right .item:nth-of-type(2){max-width:50px;min-width:5%;margin-left:5px !important;margin-right:10px !important;padding-right:10px}.info-panel .info-panel-right .item:nth-of-type(2) div{padding-left:15px}.info-panel .info-panel-right .item:nth-of-type(2):hover{max-width:140px}.info-panel .info-panel-right .item:nth-of-type(2)::after{right:0}.info-panel .info-panel-right .item:nth-of-type(3){max-width:40px;min-width:4%;margin-left:10px !important}.info-panel .info-panel-right .item:nth-of-type(3):hover{max-width:240px}.info-panel .info-panel-right .item:hover{transition:.5s;flex-grow:2}}@media (max-width:910px){.info-panel .info-panel-right .item a{display:flex}.info-panel .info-panel-right .item a img p:nth-of-type(1),.info-panel .info-panel-right .item a div p:nth-of-type(1){font-size:18px}.info-panel .info-panel-right .item a img p:nth-of-type(2),.info-panel .info-panel-right .item a div p:nth-of-type(2){font-size:11px;line-height:13px !important}.info-panel .info-panel-right .item:nth-of-type(1):hover{max-width:350px}}@media (max-width:800px){.info-panel .info-panel-right .item:nth-of-type(1):hover{max-width:320px}}#header.fixed{height:auto}#header.fixed .logo{width:160px}footer{border-top:1px solid #eeeeee;position:relative;z-index:1;padding-top:34px;display:block}footer img.logo-footer{max-width:160px}footer .footer-inner{display:inline-block;width:100%;margin-bottom:30px}footer .footer-inner ul{list-style-type:none;margin:0;padding:0;font-size:18px}footer .footer-inner ul li{display:inline;line-height:21px;padding:-1px 6px;letter-spacing:1px;padding:0 8px;position:relative}footer .footer-inner ul li:last-child::before{content:"";display:none}footer .footer-inner ul li::before{content:"|";position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);right:-5px;color:#666666;font-size:10px;height:16px}footer .footer-inner ul li a,footer .footer-inner ul li span{text-transform:uppercase;font-size:11px}footer .footer-inner ul.links li a{font-weight:500;letter-spacing:1px}footer .footer-inner ul.contact-links,footer .footer-inner ul.privacy-links{font-size:11px}footer .footer-inner ul.contact-links li,footer .footer-inner ul.privacy-links li{font-size:11px;padding-right:8px;padding:0 9px;line-height:20px;color:#A9A9A9}footer .footer-inner ul.contact-links li::before,footer .footer-inner ul.privacy-links li::before{right:0;height:18px}footer .footer-inner ul.contact-links li a,footer .footer-inner ul.privacy-links li a,footer .footer-inner ul.contact-links li span,footer .footer-inner ul.privacy-links li span{color:#A9A9A9;text-transform:none;letter-spacing:0;line-height:20px}footer .footer-inner ul.privacy-links{margin-top:-5px}footer a{color:#666666;padding:0;margin:0;font-size:20px;line-height:28px;font-family:'Roboto',sans-serif}@media (max-width:479px){footer .footer-inner ul{margin-top:15px}footer .footer-inner ul li{display:block}footer .footer-inner ul li::before{display:none}}
