/* Minification failed. Returning unminified contents.
(181,124022): 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:Arial}html p{font-family:Arial}/*! 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:'Figtree';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:767px){.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:767px){.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:767px){.container{width:740px}}@media (min-width:991px){.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:767px){.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:991px){.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:766px){.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:'Figtree';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:991px){.form-control::-webkit-input-placeholder{font-size:13px}}@media (max-width:767px){.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:'Figtree';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:991px){.form-control:-moz-placeholder{font-size:13px}}@media (max-width:767px){.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:'Figtree';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:991px){.form-control::-moz-placeholder{font-size:13px}}@media (max-width:767px){.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:'Figtree';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:991px){.form-control:-ms-input-placeholder{font-size:13px}}@media (max-width:767px){.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:220px}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:220px;padding:5px 10px;font-size:13px;line-height:16px;border-radius:3px}select.input-sm{height:220px;line-height:220px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:220px;padding:5px 10px;font-size:13px;line-height:16px;border-radius:3px}select.form-group-sm .form-control{height:220px;line-height:220px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:220px;padding:5px 10px;font-size:13px;line-height:16px;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:220px;height:220px;line-height:220px}.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:767px){.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:767px){.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:767px){.form-horizontal .form-group-lg .control-label{padding-top:321px}}@media (min-width:767px){.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:16px;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:13px;line-height:16px;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:767px){.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:220px;padding:5px 10px;font-size:13px;line-height:16px;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:220px;line-height:220px}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:767px){.navbar{border-radius:4px}}@media (min-width:767px){.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:767px){.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:767px){.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:767px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:767px){.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:767px){.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:767px){.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:766px){.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:767px){.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:767px){.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:766px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:767px){.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:-85px;margin-bottom:-85px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:-255px;margin-bottom:-255px}@media (min-width:767px){.navbar-text{float:left;margin-left:10px;margin-right:10px}}@media (min-width:767px){.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:766px){.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:766px){.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:767px){.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:767px){.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:991px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:'Figtree';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:'Figtree';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:767px){.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:766px){.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:766px){.visible-xs-block{display:block !important}}@media (max-width:766px){.visible-xs-inline{display:inline !important}}@media (max-width:766px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:767px) and (max-width:990px){.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:767px) and (max-width:990px){.visible-sm-block{display:block !important}}@media (min-width:767px) and (max-width:990px){.visible-sm-inline{display:inline !important}}@media (min-width:767px) and (max-width:990px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:991px) 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:991px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:991px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:991px) 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:766px){.hidden-xs{display:none !important}}@media (min-width:767px) and (max-width:990px){.hidden-sm{display:none !important}}@media (min-width:991px) 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:#fff;font-family:'Figtree';background-color:transparent;line-height:normal !important}a{font-weight:normal}a:hover,a:focus,a:active{text-decoration:none}a:hover{opacity:.7;filter:alpha(opacity=70)}p{padding:0;margin:0;font-family:'Figtree';font-size:20px;line-height:28px}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:767px){p{font-size:16px;line-height:22px}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin:0;letter-spacing:2px !important;margin-bottom:50px !important}h1{text-transform:uppercase;color:#fff;background-color:transparent;font-size:60px;line-height:70px}@media (max-width:767px){h1{font-size:45px;line-height:45px}}@media (max-width:480px){h1{font-size:35px;line-height:40px}}h2{text-transform:uppercase;color:#fff;background-color:transparent;font-size:60px;line-height:70px;padding:0 15px}@media (max-width:767px){h2{font-size:45px;line-height:45px}}@media (max-width:480px){h2{font-size:32px;line-height:35px;padding:0 10px}}h3{text-transform:uppercase;color:#fff;background-color:transparent;font-size:28px;line-height:32px}@media (max-width:767px){h3{font-size:28px;line-height:28px}}h4{text-transform:uppercase;color:#fff;background-color:transparent;font-size:18px;line-height:28px}small{color:#fff !important}.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%}#pageWrapper{opacity:0;-webkit-transition:opacity ease 1.5s;-moz-transition:opacity ease 1.5s;-ms-transition:opacity ease 1.5s;-o-transition:opacity ease 1.5s;transition:opacity ease 1.5s}#pageWrapper.pageLoaded{opacity:1;visibility:visible !important}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,p,span{display:block;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start: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:767px){.visible-xss{display:inline-block !important}}.position-relative{position:relative !important}.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%}}.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:766px){.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:'Figtree';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:991px){::-webkit-input-placeholder{font-size:13px}}@media (max-width:767px){::-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:'Figtree';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:991px){:-moz-placeholder{font-size:13px}}@media (max-width:767px){:-moz-placeholder{font-size:13px}}@media (max-width:480px){:-moz-placeholder{font-size:13px}}::-moz-placeholder{color:#999 !important;opacity:1;font-family:'Figtree';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:991px){::-moz-placeholder{font-size:13px}}@media (max-width:767px){::-moz-placeholder{font-size:13px}}@media (max-width:480px){::-moz-placeholder{font-size:13px}}:-ms-input-placeholder{color:#999 !important;opacity:1;font-family:'Figtree';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:991px){:-ms-input-placeholder{font-size:13px}}@media (max-width:767px){:-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:#fff;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:991px){.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{letter-spacing:1.5px;text-transform:uppercase;font-family:'Figtree';font-size:13px;line-height:13px;font-weight:700 !important}.button:hover{opacity:.7;filter:alpha(opacity=70);cursor:pointer}.button.buttonClassic{color:#fff;background:transparent;display:inline-block;padding:18px 20px;border:2px solid #fff}.button.buttonClassic-alt{color:#333 !important;background:#fff}.button.buttonClassic-black{color:#fff !important;background:#333;border:2px solid #333}.button.readmore,.button.readmoreSingle{display:block;height:52px;margin-top:50px;margin-bottom:30px;color:#fff;-webkit-transition:margin-bottom ease .3s;-moz-transition:margin-bottom ease .3s;-ms-transition:margin-bottom ease .3s;-o-transition:margin-bottom ease .3s;transition:margin-bottom ease .3s}.button.readmore:after,.button.readmoreSingle:after{color:#fff;content:"\e005";font-family:"syrox-base-icons";display:block;font-size:40px;position:relative;margin-top:20px}.button.readmore.js-slideto-next,.button.readmoreSingle.js-slideto-next{position:absolute;bottom:0;z-index:99;right:0;left:0}.button.readmore.bottom,.button.readmoreSingle.bottom{position:absolute;bottom:0;z-index:99;right:0;left:0}.button.btnGrey{color:#6a6a6a;border:2px solid #6a6a6a}.button.button-black{color:black}.button.button-black::after,.button.button-black::before{color:black}.button.hovermagic{position:relative;overflow:hidden;z-index:1}.button.hovermagic:after{content:"";position:absolute;top:0;left:30px;width:500%;height:1000%;background:#00a3c7;z-index:-1;transform-origin:0 0;transform:translateX(calc(20%)) translateY(10%) rotate(-45deg);transform:translateY(10%) translateX(16%) rotate(-45deg);transition:transform .9s}.button.hovermagic:hover{border:2px solid #00a3c7;color:#fff !important;opacity:1 !important}.button.hovermagic:hover:after{transform:translateY(10%) translateX(-100px) rotate(-45deg)}.button.hovermagic.whitebg:after{background:#fff}.button.hovermagic.whitebg:hover{border:2px solid #fff}.button.hovermagic.blackbg{border:none !important;padding:20px 22px !important;outline-offset:0 !important}.button.hovermagic.blackbg:after{background:#000}.button.hovermagic.blackbg:hover{border:none !important;color:#fff !important;padding:20px 22px !important;outline-offset:0 !important}.button.hovermagic.blacktext:hover{color:#000 !important}.button.hovermagic.blacktext.black-btnn:hover{border:2px solid #333}.button.hovermagic.bluetext:hover{color:#00a3c7 !important}.button.hovermagic.yellowtext:hover{color:#f9b826 !important}.button.hovermagic.redtext:hover{color:#d7544d !important}.button.hovermagic.greentext:hover{color:#05ba85 !important}html{font-family:'Figtree',arial}html p{font-family:'Figtree',arial}.logos.jfita h3{font-family:'Figtree',arial;font-size:28px;line-height:32px}@media (max-width:767px){.logos.jfita h3{font-size:28px;line-height:28px}}.plarge{font-size:28px;line-height:32px;margin:auto;margin-bottom:50px;font-family:'Figtree',arial}@media (max-width:1000px){.plarge{font-size:24px;line-height:28px}}@media (max-width:600px){.plarge{font-size:22px;line-height:26px}}@media (min-width:1000px){.plarge.pseventyFive{width:75%}}.pfifty{width:60%}@media (min-width:1281px){.pfifty{width:55%}}@media (max-width:767px){.pfifty{width:100%}}.psixtyFive{width:75%}@media (min-width:1281px){.psixtyFive{width:60%}}@media (max-width:767px){.psixtyFive{width:100%}}.pmdlg{font-size:25px;line-height:32px}@media (max-width:991px){.pmdlg{font-size:18px;line-height:22px}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.syrox-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.container-full{margin:0 auto;width:100%}.boxContainer{display:block;width:100%;position:relative;text-align:center}.boxContainer .boxContent{text-align:center;position:relative;display:inline-block;width:100%;vertical-align:middle}.bespoke{background:#fff;padding:50px 20px 0 20px;text-align:center;z-index:1}.bespoke.borderTop{border-top:1px solid #ccc}.bespoke h2,.bespoke h3{color:#333;padding:0;font-size:28px;line-height:32px}@media (max-width:767px){.bespoke h2,.bespoke h3{font-size:28px;line-height:28px}}.bespoke.links a{position:absolute;top:15px;transform:translateY(-50%);height:auto;-webkit-transition:padding ease 1s;-moz-transition:padding ease 1s;-ms-transition:padding ease 1s;-o-transition:padding ease 1s;transition:padding ease 1s}.bespoke.links a:before,.bespoke.links 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}.bespoke.links a:before{position:absolute;top:19px;transform:translateY(-50%);font-size:35px}.bespoke.links a.link-prev{left:0;color:#333;padding-left:40px}.bespoke.links a.link-prev:before{content:"\e006"}.bespoke.links a.link-prev:before{left:0}.bespoke.links a.link-prev p{text-align:left}.bespoke.links a.link-next{right:0;color:#333;padding-right:40px}.bespoke.links a.link-next:before{content:"\e007"}.bespoke.links a.link-next:before{right:0}.bespoke.links a.link-next p{text-align:right}.bespoke.links a p{text-transform:uppercase;color:#999;font-family:'Figtree';letter-spacing:2px !important}.bespoke.links a p:nth-of-type(1){font-size:13px;line-height:13px}.bespoke.links a p:nth-of-type(2){font-size:20px;line-height:28px}@media (max-width:1100px){.bespoke.links{-webkit-transition:height ease .5s;-moz-transition:height ease .5s;-ms-transition:height ease .5s;-o-transition:height ease .5s;transition:height ease .5s;height:260px}.bespoke.links a{top:100px;-webkit-transition:top ease .5s;-moz-transition:top ease .5s;-ms-transition:top ease .5s;-o-transition:top ease .5s;transition:top ease .5s}}@media (max-width:767px){.bespoke.links .bespokeProductLinks{display:inline-block;width:100%;position:relative;text-align:center;margin:0 auto;overflow:visible;height:60px}.bespoke.links .bespokeProductLinks a{transform:translate(-50%, -50%);white-space:nowrap}.bespoke.links .bespokeProductLinks a.link-prev{top:0 !important;left:50%}.bespoke.links .bespokeProductLinks a.link-next{top:0 !important;left:50%;right:initial}}@media (max-width:400px){.bespoke.links .bespokeProductLinks a{width:100% !important}}@media (max-width:360px){.bespoke.links .bespokeProductLinks a{white-space:normal}}.bespoke P{text-transform:uppercase}.absoluteContent{position:absolute}.reveal-boxes{position:relative}.reveal-boxes div [class*='col-sm-12']{padding-left:0;padding-right:0;padding-bottom:60px}.reveal-boxes div [class*='col-sm-12']:first-child{margin-top:20px}.reveal-boxes div [class*='col-sm-12']:nth-of-type(1) .parallax-box{background-image:url(/Content/images/our-support/paralax-panel1.jpg)}.reveal-boxes div [class*='col-sm-12']:nth-of-type(2) .parallax-box{background-image:url(/Content/images/our-support/paralax-panel2.jpg)}.reveal-boxes div [class*='col-sm-12']:nth-of-type(3) .parallax-box{background-image:url(/Content/images/our-support/paralax-panel3.jpg)}.reveal-boxes div [class*='col-sm-12']:nth-of-type(4) .parallax-box{background-image:url(/Content/images/our-support/paralax-panel4.jpg)}.reveal-boxes .parallax-box{background-image:url(/Content/images/our-support/our-support-img.jpg);min-height:350px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.reveal-boxes .parallax-box h2{position:absolute;top:50%;transform:translateY(-50%);width:100%;margin:0 auto}.reveal-boxes p{color:#333;width:100%;max-width:80%;margin:0 auto}@media (max-width:991px){.reveal-boxes p{padding:40px 15px !important;max-width:100%}}@media (max-width:767px){.reveal-boxes p{padding:40px 10px !important;font-size:20px !important;line-height:28px !important}}.reveal-boxes .readmore{color:#333}.reveal-boxes .readmore:after{content:"\e008";color:#333}.reveal-boxes .readmore.collapsed:after{color:#333;content:"\e005"}.introBoxParalel{position:relative;display:block;background-position:0 0;background-repeat:no-repeat;transition:transform 10ms linear}@media (max-width:767px){.introBoxParalel{min-height:667px}.introBoxParalel .boxContent .absoluteContent{padding:0 20px !important}}.introBoxParalel .boxContent{height:100%}.introBoxParalel .boxContent .absoluteContent{text-align:center !important;width:100%;max-width:100%;padding-left:0 !important;padding-right:0 !important;position:absolute;left:50% !important;top:45% !important;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);padding:0 50px !important}@media (max-width:767px){.introBoxParalel .boxContent .absoluteContent{padding:0 20px !important}}.introBoxParalel .boxContent .absoluteContent .pmdlg{margin:0 auto;text-align:center;margin-bottom:40px}@media (min-width:1000px){.introBoxParalel .boxContent .absoluteContent .pmdlg{width:50%}}.introBoxParalel .boxContent .absoluteContent h1,.introBoxParalel .boxContent .absoluteContent h2,.introBoxParalel .boxContent .absoluteContent h3{padding:0 20px}@media (max-width:767px){.introBoxParalel .boxContent .absoluteContent h1,.introBoxParalel .boxContent .absoluteContent h2,.introBoxParalel .boxContent .absoluteContent h3{padding:0 10px}}.introBoxParalel .boxContent .conteredHolder{margin-top:210px;margin-bottom:140px;padding:0 20px}@media (max-width:767px){.introBoxParalel .boxContent .conteredHolder{margin-top:140px}}.introBoxParalel .boxContent .conteredHolder .pmdlg{margin:0 auto;text-align:center;margin-bottom:40px}@media (min-width:1000px){.introBoxParalel .boxContent .conteredHolder .pmdlg{width:50%}}.our-work .boxContainer .introBoxParalel{height:100%;background-image:url(/Content/images/our-work/intro-img.jpg)}.our-work .boxContainer .section-panel-slides{position:relative;display:block;background-attachment:fixed;background-repeat:no-repeat;background-image:url(/Content/images/our-work/spg/main.jpg) !important;background-color:#333;height:100%;background-position:72% 50px}@media (min-width:768px){.our-work .boxContainer .section-panel-slides{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}}@media (max-width:1300px){.our-work .boxContainer .section-panel-slides .panel:nth-of-type(4) .panel-image{background-position:right}}.our-work .boxContainer .section-panel-slides .panel.startingPanel .absoluteContent{position:absolute;top:45%;transform:translateY(-50%);padding:0 20px !important;width:100% !important}.our-work .boxContainer .panel-slides-pager{opacity:0;-webkit-transition:opacity ease .1s;-moz-transition:opacity ease .1s;-ms-transition:opacity ease .1s;-o-transition:opacity ease .1s;transition:opacity ease .1s}.our-work .boxContainer .panel-slides-pager.pagerVisible{opacity:1}.our-work .boxContainer .bespoke{border-top:0}@media (max-width:767px){.our-process .panel{height:auto;min-height:667px}}@media (max-width:480px){.our-process .panel{height:100vh;min-height:auto}}.our-process{overflow:hidden}.our-process .introBoxParalel .boxContent .panel{background-image:url(/Content/images/our-process/bg.jpg) !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-attachment:fixed !important;background-position:25% 75% !important;background-repeat:no-repeat !important;transition:transform 10ms linear}.our-process .introBoxParalel .boxContent .panel .absoluteContent h1,.our-process .introBoxParalel .boxContent .panel .absoluteContent p{color:#000 !important}.our-process .introBoxParalel .boxContent .panel .readmore{color:#000 !important}.our-process .introBoxParalel .boxContent .panel .readmore:after{color:#000 !important}.our-process .panel-slides-pager{display:none;visibility:hidden}.jobs-bg{overflow:hidden}.jobs-bg .introBoxParalel .boxContent .panel{background-image:url(/Content/images/jobs/bg.jpg) !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-attachment:fixed !important;background-position:25% 75% !important;background-repeat:no-repeat !important;transition:transform 10ms linear}.jobs-bg .introBoxParalel .boxContent .panel .absoluteContent h1,.jobs-bg .introBoxParalel .boxContent .panel .absoluteContent p{color:#000 !important}@media (max-width:400px){.jobs-bg .introBoxParalel .boxContent .panel .absoluteContent h1{margin-top:15px !important}}.jobs-bg .introBoxParalel .boxContent .panel .readmore{color:#000 !important}.jobs-bg .introBoxParalel .boxContent .panel .readmore:after{color:#000 !important}.jobs-bg .panel-slides-pager{display:none;visibility:hidden}.our-support{overflow:hidden}.our-support .introBoxParalel .boxContent .panel{background-image:url(/Content/images/our-support/bg.jpg) !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-attachment:fixed !important;background-position:25% 75% !important;background-repeat:no-repeat !important;transition:transform 10ms linear}.our-support .introBoxParalel .boxContent .panel .absoluteContent h1,.our-support .introBoxParalel .boxContent .panel .absoluteContent p{color:#000 !important}.our-support .introBoxParalel .boxContent .panel .readmore{color:#000 !important}.our-support .introBoxParalel .boxContent .panel .readmore:after{color:#000 !important}.our-support .startingPanel,.our-support .panel:nth-of-type(odd){background:transparent !important}.our-support .panel-slides-pager{display:none;visibility:hidden}@media (max-width:767px){.our-support .startingPanel h1,.our-support .startingPanel p{text-align:center !important}}@media (max-width:767px){.our-support .section-panel-slides .panel5 .img-box img{padding-bottom:0}}.our-support .row.valign{align-items:initial !important}.our-support .row.valign [class*='col-']{padding:0 !important}.our-support .row.valign [class*='col-'].txt-box div{max-width:100% !important}.our-support .row.valign [class*='col-'] img{max-width:100% !important}.our-support .section-panel-slides h1,.our-support .section-panel-slides h2,.our-support .section-panel-slides p,.our-support .section-panel-slides .button,.our-support .section-panel-slides .readmore{color:#000 !important}.our-support .section-panel-slides .panel-slides-pager{opacity:1 !important}.our-support .section-panel-slides .panel-slides-pager li.active{border:2px solid #a2a2a2 !important}.our-support .section-panel-slides .panel-slides-pager li::before{background:#a2a2a2 !important}.our-support .section-panel-slides .panel.startingPanel h1,.our-support .section-panel-slides .panel.startingPanel p{text-shadow:none}.our-support .section-panel-slides .panel.startingPanel .js-slideto-next{position:absolute !important}.our-support .section-panel-slides .panel:not(.startingPanel) p:not(.plarge),.our-support .section-panel-slides .panel:not(.startingPanel) h2{color:#777;text-align:right}.our-support .section-panel-slides .panel:not(.startingPanel) p{text-align:left;font-size:18px;line-height:23px;margin-bottom:30px}@media (max-width:767px){.our-support .panel.startingPanel,.our-support .section.no-scrollable .section-item.startingPanel{min-height:auto}}.our-support .panel:nth-of-type(1):not(.startingPanel),.our-support .section.no-scrollable .section-item:nth-of-type(1):not(.startingPanel){background:#f9f9f9 !important}.our-support .panel:nth-of-type(2) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(2) .img-box,.our-support .panel:nth-of-type(3) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(3) .img-box,.our-support .panel:nth-of-type(4) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box,.our-support .panel:nth-of-type(5) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box,.our-support .panel:nth-of-type(6) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(6) .img-box{background-image:none}.our-support .panel:nth-of-type(2) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(2) .img-box{background-image:url(/Content/images/our-support/report-analysis.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .panel:nth-of-type(2) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(2) .img-box div img{right:0}.our-support .panel:nth-of-type(2) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(2) .txt-box div{margin-top:18%}.our-support .panel:nth-of-type(3) .valign,.our-support .section.no-scrollable .section-item:nth-of-type(3) .valign{display:block}.our-support .panel:nth-of-type(3) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(3) .txt-box div{margin-top:10%}@media (max-width:767px){.our-support .panel:nth-of-type(3) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(3) .txt-box div{padding-top:0 !important}}.our-support .panel:nth-of-type(3) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(3) .img-box{background-image:url(/Content/images/our-support/seo-digital-marketing.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat;height:inherit}.our-support .panel:nth-of-type(3) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(3) .img-box div img{float:none;transform:none}.our-support .panel:nth-of-type(4) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(4) .txt-box div{margin-top:20%}.our-support .panel:nth-of-type(4) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box{background-image:url(/Content/images/our-support/social-media.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .panel:nth-of-type(4) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box div img{right:0}.our-support .panel:nth-of-type(5) .valign,.our-support .section.no-scrollable .section-item:nth-of-type(5) .valign{display:block}.our-support .panel:nth-of-type(5) .txt-box,.our-support .section.no-scrollable .section-item:nth-of-type(5) .txt-box{height:inherit}.our-support .panel:nth-of-type(5) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(5) .txt-box div{margin-top:24%;height:inherit}.our-support .panel:nth-of-type(5) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box{background-image:url(/Content/images/our-support/email-marketing.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat;height:inherit}.our-support .panel:nth-of-type(5) .img-box div,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box div{display:inline-block;vertical-align:middle;height:inherit}.our-support .panel:nth-of-type(5) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box div img{top:50% !important;transform:translateY(-50%) !important;margin:0 auto;float:none !important;left:0;right:0;transform:none}@media (max-width:767px){.our-support .panel:nth-of-type(5) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box div img{transform:none !important;top:0 !important}}.our-support .panel:nth-of-type(6) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(6) .txt-box div{margin-top:20%}.our-support .panel:nth-of-type(6) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(6) .img-box{background-image:url(/Content/images/our-support/creative-content.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .panel:nth-of-type(6) .img-box div img,.our-support .section.no-scrollable .section-item:nth-of-type(6) .img-box div img{right:0}.our-support .panel:nth-of-type(odd):NOT(.startingPanel),.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel){background:#f9f9f9 !important}.our-support .panel:nth-of-type(odd):NOT(.startingPanel) p:not(.plarge),.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) p:not(.plarge),.our-support .panel:nth-of-type(odd):NOT(.startingPanel) h2,.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) h2{text-align:right !important}.our-support .panel:nth-of-type(odd):NOT(.startingPanel) img,.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) img{float:left}.our-support .panel:nth-of-type(odd):NOT(.startingPanel) .img-box div,.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) .img-box div{padding-right:30px}@media (max-width:767px){.our-support .panel:nth-of-type(odd):NOT(.startingPanel) .img-box div,.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) .img-box div{padding-right:0 !important}}.our-support .panel:nth-of-type(odd):NOT(.startingPanel) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(odd):NOT(.startingPanel) .txt-box div{padding:0 60px 0 60px}.our-support .panel:nth-of-type(even) p:not(.plarge),.our-support .section.no-scrollable .section-item:nth-of-type(even) p:not(.plarge),.our-support .panel:nth-of-type(even) h2,.our-support .section.no-scrollable .section-item:nth-of-type(even) h2{text-align:left !important}.our-support .panel:nth-of-type(even) .img-box div,.our-support .section.no-scrollable .section-item:nth-of-type(even) .img-box div{padding-left:30px}.our-support .panel:nth-of-type(even) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(even) .txt-box div{padding:0 60px 0 60px}@media (max-width:1200px){.our-support .panel:nth-of-type(even) .txt-box div,.our-support .section.no-scrollable .section-item:nth-of-type(even) .txt-box div{padding:0 20px 0 20px}}.our-support .panel img,.our-support .section.no-scrollable .section-item img{float:right}.our-support .panel h2,.our-support .section.no-scrollable .section-item h2{margin-bottom:30px !important}.our-support .panel .img-box,.our-support .section.no-scrollable .section-item .img-box{bottom:-350px;opacity:0;-webkit-transition:bottom ease 1.5s,opacity ease 1.5s;-moz-transition:bottom ease 1.5s,opacity ease 1.5s;-o-transition:bottom ease 1.5s,opacity ease 1.5s;transition:bottom ease 1.5s,opacity ease 1.5s}.our-support .panel .txt-box,.our-support .section.no-scrollable .section-item .txt-box{bottom:-350px;opacity:0;-webkit-transition:bottom 1.5s ease .4s,opacity 1.5s ease .4s;-moz-transition:bottom 1.5s ease .4s,opacity 1.5s ease .4s;-o-transition:bottom 1.5s ease .4s,opacity 1.5s ease .4s;transition:bottom 1.5s ease .4s,opacity 1.5s ease .4s}.our-support .panel .img-box img,.our-support .section.no-scrollable .section-item .img-box img{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}@media (max-width:767px){.our-support .panel,.our-support .section.no-scrollable .section-item{padding-bottom:0 !important}.our-support .panel .txt-box,.our-support .section.no-scrollable .section-item .txt-box,.our-support .panel .img-box,.our-support .section.no-scrollable .section-item .img-box{bottom:0 !important;opacity:1 !important}.our-support .panel .txt-box img,.our-support .section.no-scrollable .section-item .txt-box img,.our-support .panel .img-box img,.our-support .section.no-scrollable .section-item .img-box img{position:relative !important;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}.our-support .panel .img-box,.our-support .section.no-scrollable .section-item .img-box{padding:0 !important;margin:auto;width:100%}.our-support .panel .img-box div,.our-support .section.no-scrollable .section-item .img-box div{padding:0 !important}.our-support .panel .img-box div img,.our-support .section.no-scrollable .section-item .img-box div img{width:100% !important;max-width:100% !important}.our-support .panel .txt-box div,.our-support .section.no-scrollable .section-item .txt-box div{padding:0 30px !important;margin-top:0 !important}.our-support .panel:nth-of-type(5) .img-box,.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box{padding:0 20px !important}}@media (min-width:768px){.our-support .panel.inView .txt-box,.our-support .section.no-scrollable .section-item.inView .txt-box,.our-support .panel.inView .img-box,.our-support .section.no-scrollable .section-item.inView .img-box{bottom:0;opacity:1}}.our-support .readmore::after{color:#000}.our-support .section.no-scrollable .section-item{color:#000}@media (max-width:992px){.our-support .section.no-scrollable .section-item .txt-box div{padding:0 40px 0 40px !important}}@media only screen and (min-width:768px) and (max-width:992px){.our-support .section.no-scrollable .section-item .txt-box p{font-size:16px}}@media (max-width:767px){.our-support .section.no-scrollable .section-item.txt-box{margin-top:0 !important}}.our-support .section.no-scrollable .section-item p{text-align:left;font-size:18px;line-height:23px;margin-bottom:30px}.our-support .section.no-scrollable .section-item.inView .txt-box,.our-support .section.no-scrollable .section-item.inView .img-box{opacity:1;bottom:0}@media (min-width:768px){.our-support .section.no-scrollable .section-item .row.valign{height:90vh}}.our-support .section.no-scrollable .section-item:nth-of-type(odd){background:white !important}.our-support .section.no-scrollable .section-item:nth-of-type(odd) p:not(.plarge),.our-support .section.no-scrollable .section-item:nth-of-type(odd) h2{text-align:left}.our-support .section.no-scrollable .section-item:nth-of-type(odd) img{float:left}.our-support .section.no-scrollable .section-item:nth-of-type(odd) .img-box div{padding-right:30px}@media (max-width:767px){.our-support .section.no-scrollable .section-item:nth-of-type(odd) .img-box div{padding-right:0 !important}}.our-support .section.no-scrollable .section-item:nth-of-type(odd) .txt-box div{padding:0 60px 0 60px}.our-support .section.no-scrollable .section-item:nth-of-type(even){background:#f9f9f9 !important}.our-support .section.no-scrollable .section-item:nth-of-type(even) .img-box div{padding-left:30px}.our-support .section.no-scrollable .section-item:nth-of-type(even) .txt-box div{padding:0 60px 0 60px}@media only screen and (min-width:768px) and (max-width:940px){.our-support .section.no-scrollable .section-item:nth-of-type(1) .row.valign{height:80vh}}.our-support .section.no-scrollable .section-item:nth-of-type(1) .img-box{background-image:url(/Content/images/our-support/report-analysis.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .section.no-scrollable .section-item:nth-of-type(1) .img-box div img{right:0}@media (max-width:767px){.our-support .section.no-scrollable .section-item:nth-of-type(1) .img-box div img{opacity:1}}.our-support .section.no-scrollable .section-item:nth-of-type(2) .row.valign{display:block}@media only screen and (min-width:768px) and (max-width:1150px){.our-support .section.no-scrollable .section-item:nth-of-type(2) .row.valign{height:100vh}.our-support .section.no-scrollable .section-item:nth-of-type(2) .row.valign .txt-box div{padding:0 40px 0 40px !important}}@media (max-width:767px){.our-support .section.no-scrollable .section-item:nth-of-type(2) .txt-box div{padding-top:0 !important}}.our-support .section.no-scrollable .section-item:nth-of-type(2) .img-box{background-image:url(/Content/images/our-support/seo-digital-marketing.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat;height:inherit}.our-support .section.no-scrollable .section-item:nth-of-type(2) .img-box div img{float:none;transform:none}.our-support .section.no-scrollable .section-item:nth-of-type(3) .img-box{background-image:url(/Content/images/our-support/social-media.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .section.no-scrollable .section-item:nth-of-type(3) .img-box div img{right:0}.our-support .section.no-scrollable .section-item:nth-of-type(4) .row.valign{display:block}@media only screen and (min-width:768px) and (max-width:1100px){.our-support .section.no-scrollable .section-item:nth-of-type(4) .row.valign{height:90vh}}.our-support .section.no-scrollable .section-item:nth-of-type(4) .txt-box{height:inherit}.our-support .section.no-scrollable .section-item:nth-of-type(4) .txt-box div{height:inherit}.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box{background-image:url(/Content/images/our-support/email-marketing.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat;height:inherit}.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box div{display:inline-block;vertical-align:middle;height:inherit}.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box div img{top:50% !important;transform:translateY(-50%) !important;margin:0 auto;float:none !important;left:0;right:0;transform:none}@media (max-width:767px){.our-support .section.no-scrollable .section-item:nth-of-type(4) .img-box div img{transform:none !important;top:0 !important;opacity:0}}.our-support .section.no-scrollable .section-item:nth-of-type(5) .txt-box div{margin-top:20%}.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box{background-image:url(/Content/images/our-support/creative-content.jpg);-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center center;background-repeat:no-repeat}.our-support .section.no-scrollable .section-item:nth-of-type(5) .img-box div img{right:0}.our-support .section.no-scrollable .section-item h2{color:#000;font-size:28px;line-height:32px;padding:0 !important}@media (max-width:767px){.our-support .section.no-scrollable .section-item h2{font-size:28px;line-height:28px;padding:0 !important}}.our-support .section.no-scrollable .section-item .txt-box{opacity:0;bottom:-350px}@media (max-width:767px){.our-support .section.no-scrollable .section-item .txt-box{margin-top:0 !important}}@media (min-width:768px){.our-support .section.no-scrollable .section-item .txt-box{height:100%}.our-support .section.no-scrollable .section-item .txt-box::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);background-color:#F5F5F5}.our-support .section.no-scrollable .section-item .txt-box::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.our-support .section.no-scrollable .section-item .txt-box::-webkit-scrollbar-thumb{background-color:#F5F5F5}}.our-support .section.no-scrollable .section-item .txt-box div{margin-top:15% !important}@media (max-width:1250px){.our-support .section.no-scrollable .section-item .txt-box div{margin-top:10% !important}}.our-support .section.no-scrollable .section-item .img-box{opacity:0;bottom:-350px;background-image:none;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-size:cover;background-position:center top;background-repeat:no-repeat}@media (max-width:767px){.our-support .section.no-scrollable .section-item .img-box img{opacity:0}}.our-integrations{overflow:hidden}.our-integrations .boxContent .panel.intergrationbg{background-image:url(/Content/images/integrations/bg.jpg) !important;-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-attachment:fixed !important;background-position:25% 75% !important;background-repeat:no-repeat !important;transition:transform 10ms linear}.our-integrations .boxContent .panel.intergrationbg .absoluteContent h1,.our-integrations .boxContent .panel.intergrationbg .absoluteContent p{color:#000 !important}.our-integrations .boxContent .panel.intergrationbg .readmore{color:#000 !important}.our-integrations .boxContent .panel.intergrationbg .readmore:after{color:#000 !important}.our-integrations h2{font-size:28px;color:white !important;line-height:32px}@media (max-width:767px){.our-integrations h2{font-size:28px;line-height:28px}}.our-integrations .row.valign [class*='col-'].txt-box div{margin:0 auto}.our-integrations .introBoxParalel,.about .introBoxParalel,.our-support .introBoxParalel{background-image:url(/Content/images/integrations/intro-img.jpg)}.our-integrations .row.valign,.about .row.valign,.our-support .row.valign{height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:row}@media (max-width:767px){.our-integrations .row.valign .col-sm-6,.about .row.valign .col-sm-6,.our-support .row.valign .col-sm-6{width:100% !important}}.our-integrations .row.valign [class*='col-'],.about .row.valign [class*='col-'],.our-support .row.valign [class*='col-']{padding:0 5%}.our-integrations .row.valign [class*='col-'] img,.about .row.valign [class*='col-'] img,.our-support .row.valign [class*='col-'] img{max-width:600px}.our-integrations .row.valign [class*='col-'].txt-box div,.about .row.valign [class*='col-'].txt-box div,.our-support .row.valign [class*='col-'].txt-box div{max-width:490px;text-align:center}.our-integrations .fixedPanel .contentHolder,.about .fixedPanel .contentHolder,.our-support .fixedPanel .contentHolder{position:absolute;top:0;left:0;right:0;padding-top:150px;background:#00a3c7;z-index:1}.our-integrations .fixedPanel .readmore,.about .fixedPanel .readmore,.our-support .fixedPanel .readmore{position:absolute !important}.our-integrations .fixedPanel.fixed .contentHolder,.about .fixedPanel.fixed .contentHolder,.our-support .fixedPanel.fixed .contentHolder{position:fixed}.our-integrations .fixedPanel.fixed .readmore,.about .fixedPanel.fixed .readmore,.our-support .fixedPanel.fixed .readmore{position:fixed !important}.our-integrations .fixedPanel .readmore,.about .fixedPanel .readmore,.our-support .fixedPanel .readmore{position:fixed;height:85px;margin-bottom:0;background:#00a3c7}.our-integrations .lastPanel .contentHolder,.about .lastPanel .contentHolder,.our-support .lastPanel .contentHolder{display:none;position:absolute;top:150px;left:0;right:0;bottom:0}.our-integrations .lastPanel.fixedContent .contentHolder,.about .lastPanel.fixedContent .contentHolder,.our-support .lastPanel.fixedContent .contentHolder{display:block}.our-integrations .imgLogoHolder,.about .imgLogoHolder,.our-support .imgLogoHolder{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);text-align:center;width:100%;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;margin-top:40px}.our-integrations .imgLogoHolder .clients,.about .imgLogoHolder .clients,.our-support .imgLogoHolder .clients{max-width:1000px;margin:0 auto}.our-integrations .imgLogoHolder .clients li,.about .imgLogoHolder .clients li,.our-support .imgLogoHolder .clients li{width:auto;margin-bottom:0}.our-integrations .imgLogoHolder .clients li img,.about .imgLogoHolder .clients li img,.our-support .imgLogoHolder .clients li img{max-width:100%}.our-integrations .panel.panelActive .imgLogoHolder,.about .panel.panelActive .imgLogoHolder,.our-support .panel.panelActive .imgLogoHolder{opacity:1;-webkit-transition:opacity .1s ease;-moz-transition:opacity .1s ease;-ms-transition:opacity .1s ease;-o-transition:opacity .1s ease;transition:opacity .1s ease}.our-integrations .mobilePanel,.about .mobilePanel,.our-support .mobilePanel{background-color:#00a3c7}.our-integrations .mobilePanel .contentHolder,.about .mobilePanel .contentHolder,.our-support .mobilePanel .contentHolder{top:80px;position:relative;display:block !important}.our-integrations .mobilePanel .imgLogoHolder,.about .mobilePanel .imgLogoHolder,.our-support .mobilePanel .imgLogoHolder{position:relative;opacity:1 !important;top:initial;left:initial;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;padding-bottom:20px}@media (max-width:440px){.our-integrations .mobilePanel .imgLogoHolder .clients,.about .mobilePanel .imgLogoHolder .clients,.our-support .mobilePanel .imgLogoHolder .clients{clear:both}.our-integrations .mobilePanel .imgLogoHolder .clients li,.about .mobilePanel .imgLogoHolder .clients li,.our-support .mobilePanel .imgLogoHolder .clients li{width:50%;float:left}.our-integrations .mobilePanel .imgLogoHolder .clients li:nth-last-child(1):nth-child(odd),.about .mobilePanel .imgLogoHolder .clients li:nth-last-child(1):nth-child(odd),.our-support .mobilePanel .imgLogoHolder .clients li:nth-last-child(1):nth-child(odd){float:none !important}}.our-integrations .mobilePanel .imgLogoHolder h4,.about .mobilePanel .imgLogoHolder h4,.our-support .mobilePanel .imgLogoHolder h4{margin-bottom:20px !important;padding-top:60px;width:100%;clear:both}@media (max-width:767px){.our-integrations .mobilePanel .imgLogoHolder h3,.about .mobilePanel .imgLogoHolder h3,.our-support .mobilePanel .imgLogoHolder h3{font-size:18px !important;line-height:20px !important;margin-top:50px !important;float:left;width:100%;margin-bottom:10px !important}}@media (max-width:767px){.our-integrations .mobilePanel,.about .mobilePanel,.our-support .mobilePanel{display:inline-block !important}}@media (max-width:767px){.our-integrations .row.valign [class*='col-'],.about .row.valign [class*='col-'],.our-support .row.valign [class*='col-']{padding:0 20px}}@media (max-width:767px){.our-integrations .row.valign,.about .row.valign,.our-support .row.valign{display:block;height:auto}.our-integrations .row.valign [class*='col-'],.about .row.valign [class*='col-'],.our-support .row.valign [class*='col-']{padding:0 20px}.our-integrations .row.valign [class*='col-'].txt-box,.about .row.valign [class*='col-'].txt-box,.our-support .row.valign [class*='col-'].txt-box{margin-top:80px}.our-integrations .row.valign [class*='col-']:not(.txt-box),.about .row.valign [class*='col-']:not(.txt-box),.our-support .row.valign [class*='col-']:not(.txt-box){padding:20px 20px 100px 20px}.our-integrations .row.valign [class*='col-']:not(.txt-box) img,.about .row.valign [class*='col-']:not(.txt-box) img,.our-support .row.valign [class*='col-']:not(.txt-box) img{max-width:360px;margin:0 auto}.our-integrations .fixedPanel,.about .fixedPanel,.our-support .fixedPanel{min-height:100vh}.our-integrations .fixedPanel .contentHolder,.about .fixedPanel .contentHolder,.our-support .fixedPanel .contentHolder{position:absolute;top:150px;left:0;right:0;bottom:0}}.our-integrations .section-panel-slides .panel,.about .section-panel-slides .panel,.our-support .section-panel-slides .panel{background:#00a3c7}.our-integrations .section-panel-slides .panel .absoluteContent,.about .section-panel-slides .panel .absoluteContent,.our-support .section-panel-slides .panel .absoluteContent{text-align:center !important;width:100%;max-width:100%;padding-left:0 !important;padding-right:0 !important;position:absolute;left:50% !important;top:45% !important;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);padding:0 20px !important}@media (max-width:767px){.our-integrations .section-panel-slides .panel.panel6,.about .section-panel-slides .panel.panel6,.our-support .section-panel-slides .panel.panel6,.our-integrations .section-panel-slides .panel.panel7,.about .section-panel-slides .panel.panel7,.our-support .section-panel-slides .panel.panel7,.our-integrations .section-panel-slides .panel.panel8,.about .section-panel-slides .panel.panel8,.our-support .section-panel-slides .panel.panel8,.our-integrations .section-panel-slides .panel.panel9,.about .section-panel-slides .panel.panel9,.our-support .section-panel-slides .panel.panel9,.our-integrations .section-panel-slides .panel.panel10,.about .section-panel-slides .panel.panel10,.our-support .section-panel-slides .panel.panel10{position:absolute;height:0;left:-99999px;display:none !important}}.our-integrations .section-panel-slides .panel.panelActive .readmore,.about .section-panel-slides .panel.panelActive .readmore,.our-support .section-panel-slides .panel.panelActive .readmore{z-index:999}.our-integrations .section-panel-slides .panel-slides-pager,.about .section-panel-slides .panel-slides-pager,.our-support .section-panel-slides .panel-slides-pager{opacity:0;-webkit-transition:opacity ease .1s;-moz-transition:opacity ease .1s;-ms-transition:opacity ease .1s;-o-transition:opacity ease .1s;transition:opacity ease .1s}.our-integrations .section-panel-slides .panel-slides-pager.pagerVisible,.about .section-panel-slides .panel-slides-pager.pagerVisible,.our-support .section-panel-slides .panel-slides-pager.pagerVisible{opacity:1}.about .introBoxParalel{background-image:url(/Content/images/about/intro-img.jpg)}.about .section-panel-slides .panel{background-image:url(/Content/images/integrations/intro-img.jpg) !important;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-attachment:fixed;background-position:0 0;background-repeat:no-repeat;-webkit-transition:transform 10ms linear;-moz-transition:transform 10ms linear;-ms-transition:transform 10ms linear;-o-transition:transform 10ms linear;transition:transform 10ms linear}.about .section-panel-slides .panel.fixedPanel .contentHolder{background:transparent}.about .section-panel-slides .panel.fixedPanel .readmore{background:transparent}.about .section-panel-slides .panel.logos{height:100vh}@media (max-width:767px){.about .section-panel-slides .panel.logos .plarge:nth-of-type(2){margin-bottom:10px;margin-top:30px}}.about .section-panel-slides .panel.logos .panel-image{background:rgba(0,0,0,0.7)}.about .imgLogoHolder .pmdlg{margin:0 auto;text-align:center;margin-bottom:40px}@media (min-width:1000px){.about .imgLogoHolder .pmdlg{width:50%}}@media (max-width:767px){.jobs .panel{height:auto}}@media (max-width:767px){body .contact-us .introBoxParalel{height:auto !important;min-height:auto !important}body .contact-us .introBoxParalel .boxContent .absoluteContent{display:inline-block;position:relative;top:0 !important;left:0 !important;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;padding:100px 20px !important}body .contact-us .introBoxParalel .boxContent .absoluteContent a:nth-of-type(2){float:left !important;display:block;width:100%}body .contact-us .introBoxParalel .boxContent .pipe{display:none}body .contact-us .introBoxParalel .text-right-image-left .text-holder p{width:70% !important;margin-left:auto !important;margin-right:auto !important;float:none}body .contact-us .introBoxParalel .panel{min-height:auto !important}}body .contact-us .introBoxParalel .boxContent [class*="col-"]{height:inherit;padding:0}body .contact-us .introBoxParalel .boxContent .absoluteContent h1,body .contact-us .introBoxParalel .boxContent .absoluteContent p,body .contact-us .introBoxParalel .boxContent .absoluteContent a{float:left;text-align:left;color:#000 !important;padding-left:0;margin-left:0}body .contact-us .introBoxParalel .boxContent .absoluteContent .inline{margin-left:0 !important}body .contact-us .introBoxParalel .boxContent .absoluteContent a:nth-of-type(1){margin-right:7px}body .contact-us .introBoxParalel .boxContent .absoluteContent a:nth-of-type(2){float:none;white-space:nowrap}body .contact-us .text-right-image-left{background:transparent !important}body .contact-us .GMap-syrox-logo img{width:100%;height:auto}body .contact-us .mapPanel{left:0;right:0}body .contact-us .mapPanel a{color:white;text-decoration:none;font-family:'Figtree' !important}body .contact-us .mapPanel p{width:100%;max-width:800px;margin:0 auto;color:white;margin-bottom:30px}@media (max-width:767px){body .contact-us .mapPanel p{line-height:28px}}body .contact-us .mapPanel p.inline{margin:0 15px !important;font-family:'Figtree' !important;letter-spacing:1.5px !important;font-size:13px !important}@media (max-width:767px){body .contact-us .mapPanel p.inline{display:block;clear:both;width:100%;line-height:22px;margin:0 auto !important;text-align:center;padding:0 15px}}@media (max-width:480px){body .contact-us .mapPanel p.inline{padding:0 10px}}@media (max-width:767px){body .contact-us .mapPanel p.text-uppercase{padding:0 15px}}@media (max-width:480px){body .contact-us .mapPanel p.text-uppercase{padding:0 10px}}body .contact-us .mapPanel p:last-child{font-family:'Figtree' !important;letter-spacing:1.5px !important;font-size:13px !important}body .contact-us .mapPanel #map-canvas{position:relative !important;overflow:hidden !important;z-index:1 !important;height:100%;width:100%}body .contact-us .mapPanel #map-canvas .gm-style-iw .info_content a p{color:#333;padding:10px}@media (max-width:767px){.our-integrations .panel:not(.startingPanel),.about-us .panel:not(.startingPanel){height:auto !important;min-height:auto !important}}.two-accross div [class*='col-']{padding-left:0;padding-right:0}.two-accross .col-sm-12{display:flex;align-items:center;width:100%}@media (max-width:767px){.two-accross .col-sm-12{display:inline-block}}.two-accross .col-sm-12 .txt-box{padding:30px 0}.two-accross .col-sm-12 .txt-box p{position:relative}.two-accross .col-sm-12 p:after,.two-accross .col-sm-12 p:before{cursor:pointer;font-family:"syrox-base-icons";top:50%;position:absolute;transform:translateY(-50%);font-size:30px}.two-accross div [class*='col-sm-12']:nth-of-type(1){background:#00a3c7}.two-accross div [class*='col-sm-12']:nth-of-type(1) .reveal-panel{background:#00a3c7}.two-accross div [class*='col-sm-12']:nth-of-type(1) .txt-box{background:#00a3c7 !important}.two-accross div [class*='col-sm-12']:nth-of-type(2){background:#f9b826}.two-accross div [class*='col-sm-12']:nth-of-type(2) .reveal-panel{background:#f9b826}.two-accross div [class*='col-sm-12']:nth-of-type(2) .txt-box{background:#f9b826 !important}.two-accross div [class*='col-sm-12']:nth-of-type(3){background:#05ba85}.two-accross div [class*='col-sm-12']:nth-of-type(3) .reveal-panel{background:#05ba85}.two-accross div [class*='col-sm-12']:nth-of-type(3) .txt-box{background:#05ba85 !important}.two-accross div [class*='col-sm-12']:nth-of-type(4){background:#d7544d}.two-accross div [class*='col-sm-12']:nth-of-type(4) .reveal-panel{background:#d7544d}.two-accross div [class*='col-sm-12']:nth-of-type(4) .txt-box{background:#d7544d !important}.two-accross div [class*='col-sm-12']:nth-of-type(5){background:#00a3c7}.two-accross div [class*='col-sm-12']:nth-of-type(5) .reveal-panel{background:#00a3c7}.two-accross div [class*='col-sm-12']:nth-of-type(5) .txt-box{background:#00a3c7 !important}.two-accross.single-work .twobytwo .col-xs-6 .img-responsive{margin:auto;width:70%}.two-accross.single-work .twobytwo .col-xs-6 .img-responsive.monkey-logo{width:100% !important}.two-accross.single-work.single-work-test1 .adjustPanel p{font-size:20px;line-height:20px !important;padding-bottom:10px}@media (max-width:767px){.two-accross.single-work.single-work-test1 .panelRed{height:auto !important}}.two-accross.single-work.single-work-test1 p:not(.pquote){font-size:20px !important;line-height:28px}@media (max-width:480px){.two-accross.single-work.single-work-test1 p:not(.pquote){font-size:16px !important;line-height:22px !important}}.two-accross.single-work.single-work-test1 h3{margin-top:40px !important;margin-bottom:40px !important}.two-accross.single-work.single-work-test1 .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img){padding:20px 0}.two-accross.single-work.single-work-test1 .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img) p:not(.pquote){line-height:26px !important}.two-accross.single-work.single-work-test2 .adjustPanel p{font-size:20px;line-height:20px !important;padding-bottom:10px}.two-accross.single-work.single-work-test2 .col-sm-12 .twobytwo [class*='col-']:nth-of-type(3) .ourwork-logos{padding:0 !important}.two-accross.single-work.single-work-test2 .col-sm-12 .twobytwo [class*='col-']:nth-of-type(3) .ourwork-logos img{padding:20px}@media (max-width:991px){.two-accross.single-work.single-work-test2 .col-sm-12{display:block}}.two-accross.single-work .txt-box{padding:30px 40px}@media (max-width:767px){.two-accross.single-work .txt-box{padding-right:10px;padding-left:10px}}.two-accross.single-work .txt-box h{margin:auto;max-width:500px}.two-accross.single-work .txt-box p{position:relative;font-size:20px;line-height:28px;margin:auto;max-width:560px}.two-accross.single-work .col-sm-6{overflow:hidden}.two-accross.single-work p.pquote{font-family:'Figtree';margin-top:20px;line-height:16px;font-size:13px;letter-spacing:2px !important}@media (min-width:768px){.two-accross.single-work .img-cover{position:absolute;left:0;right:0;top:0;bottom:0}}@media (max-width:950px){.two-accross.single-work .txt-box p{font-size:16px;line-height:22px}}.two-accross .twobytwo [class*='col-']:not(.logo-img){min-height:370px;display:flex;align-items:center}.two-accross .twobytwo [class*='col-']:not(.logo-img):nth-of-type(1){background:#05ba85}.two-accross .twobytwo [class*='col-']:not(.logo-img):nth-of-type(2){background:#00a3c7}.two-accross .twobytwo [class*='col-']:not(.logo-img):nth-of-type(3){background:#f9b826}.two-accross .twobytwo [class*='col-']:not(.logo-img):nth-of-type(4){background:#d7544d}.two-accross .twobytwo [class*='col-']:not(.logo-img) div{margin:0 auto;padding:0 10px}.two-accross .twobytwo [class*='col-']:not(.logo-img) div img{padding:20px}.two-accross .twobytwo [class*='col-']:not(.logo-img) img:nth-of-type(2){padding-top:35px}@media (max-width:950px){.two-accross .twobytwo .adjustPanel p{font-size:16px;line-height:22px}}.two-accross.revealPanels .col-sm-12{display:block !important;position:relative;width:100%}@media (max-width:767px){.two-accross.revealPanels .col-sm-12{display:block}}.two-accross.revealPanels .col-sm-12:nth-of-type(odd) p:nth-of-type(2) span{cursor:pointer}.two-accross.revealPanels .col-sm-12:nth-of-type(odd) p:nth-of-type(2) span::after{font-family:"syrox-base-icons";content:"\e007";right:60px;top:50%;position:absolute;transform:translateY(-50%);font-size:30px}@media (max-width:1100px){.two-accross.revealPanels .col-sm-12:nth-of-type(odd) p:nth-of-type(2) span::after{right:5px}}@media (max-width:767px){.two-accross.revealPanels .col-sm-12:nth-of-type(odd) p:nth-of-type(2) span::after{display:none}}.two-accross.revealPanels .col-sm-12:nth-of-type(even) p:nth-of-type(2) span{cursor:pointer}.two-accross.revealPanels .col-sm-12:nth-of-type(even) p:nth-of-type(2) span::before{font-family:"syrox-base-icons";content:"\e006";left:60px;top:50%;position:absolute;transform:translateY(-50%);font-size:30px}@media (max-width:1100px){.two-accross.revealPanels .col-sm-12:nth-of-type(even) p:nth-of-type(2) span::before{left:5px}}@media (max-width:767px){.two-accross.revealPanels .col-sm-12:nth-of-type(even) p:nth-of-type(2) span::before{display:none}}.two-accross.revealPanels .col-sm-12 .col-sm-6:not(.txt-box){-webkit-background-size:cover !important;-moz-background-size:cover !important;-o-background-size:cover !important;background-size:cover !important;background-position:center !important}.two-accross.revealPanels .col-sm-12:nth-of-type(1) .col-sm-6:not(.txt-box){background:url(/Content/images/our-process/panel1.jpg) no-repeat}.two-accross.revealPanels .col-sm-12:nth-of-type(2) .col-sm-6:not(.txt-box){background:url(/Content/images/our-process/panel2.jpg) no-repeat}.two-accross.revealPanels .col-sm-12:nth-of-type(3) .col-sm-6:not(.txt-box){background:url(/Content/images/our-process/panel3.jpg) no-repeat}.two-accross.revealPanels .col-sm-12:nth-of-type(4) .col-sm-6:not(.txt-box){background:url(/Content/images/our-process/panel4.jpg) no-repeat}.two-accross.revealPanels .col-sm-12:nth-of-type(5) .col-sm-6:not(.txt-box){background:url(/Content/images/our-process/panel5.jpg) no-repeat}.two-accross.revealPanels .col-sm-12 div [class*='col-']:not(.txt-box){z-index:1}.two-accross.revealPanels .col-sm-12 .col-sm-6{display:flex;height:76vh}@media (max-width:1200px){.two-accross.revealPanels .col-sm-12 .col-sm-6{height:60vh}}@media (max-width:991px){.two-accross.revealPanels .col-sm-12 .col-sm-6{height:50vh}}@media (max-width:767px){.two-accross.revealPanels .col-sm-12 .col-sm-6{float:none !important;height:22em}}.two-accross.revealPanels .col-sm-12 .txt-box{z-index:8}.two-accross.revealPanels .col-sm-12 .txt-box .centerTxt{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);width:100%}@media (max-width:991px){.two-accross.revealPanels .col-sm-12 .txt-box .centerTxt p{padding:0 20px !important}}@media (max-width:767px){.two-accross.revealPanels .col-sm-12 .txt-box .centerTxt p{padding:0 10px !important}}.two-accross.revealPanels .col-sm-12 .txt-box p:after,.two-accross.revealPanels .col-sm-12 .txt-box p:before{display:block}.two-accross.revealPanels .col-sm-12 .txt-box.openedPanel p span:after,.two-accross.revealPanels .col-sm-12 .txt-box.openedPanel p span:before{display:none}.two-accross.revealPanels .col-sm-12 .txt-box h2{font-size:28px;line-height:32px}.two-accross.revealPanels .col-sm-12 .txt-box p{font-size:25px;line-height:28px;margin-bottom:15px}.two-accross.revealPanels .col-sm-12 .txt-box p:nth-of-type(3){margin-bottom:50px}.two-accross.revealPanels .col-sm-12 .reveal-panel{display:flex;align-items:center;padding-left:0 !important;padding-right:0 !important;position:absolute;height:100%;top:0;width:100%;z-index:2;opacity:0;overflow:hidden;-webkit-transition:ease 1s;-moz-transition:ease 1s;-ms-transition:ease 1s;-o-transition:ease 1s;transition:ease 1s}.two-accross.revealPanels .col-sm-12 .reveal-panel.opened{opacity:.9;z-index:1}@media (max-width:991px){.two-accross.revealPanels .col-sm-12 .reveal-panel p{font-size:16px !important;line-height:22px !important;padding:40px !important}}@media (max-width:560px){.two-accross.revealPanels .col-sm-12 .reveal-panel p{padding:40px 20px !important}}.two-accross.revealPanels .col-sm-12 .reveal-panel p{padding:0 16%}@media (max-width:767px){.two-accross.revealPanels .col-sm-12 .reveal-panel{top:0;-webkit-transform:translateY(-100%) !important;-moz-transform:translateY(-100%) !important;-ms-transform:translateY(-100%) !important;-o-transform:translateY(-100%) !important}.two-accross.revealPanels .col-sm-12 .reveal-panel.opened{-webkit-transform:translateY(0) !important;-moz-transform:translateY(0) !important;-ms-transform:translateY(0) !important;-o-transform:translateY(0) !important}.two-accross.revealPanels .col-sm-12 .reveal-panel p::after{content:"\e008" !important;bottom:10px;top:inherit;transform:none;left:0;right:0}}.two-accross.revealPanels .col-sm-12:nth-of-type(odd) .reveal-panel{left:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.two-accross.revealPanels .col-sm-12:nth-of-type(odd) .reveal-panel.opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.two-accross.revealPanels .col-sm-12:nth-of-type(odd) .reveal-panel p:after{content:"\e006";right:20px}@media (max-width:991px){.two-accross.revealPanels .col-sm-12:nth-of-type(odd) .reveal-panel p:after{right:10px}}.two-accross.revealPanels .col-sm-12:nth-of-type(even) .reveal-panel{right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%)}.two-accross.revealPanels .col-sm-12:nth-of-type(even) .reveal-panel.opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0)}.two-accross.revealPanels .col-sm-12:nth-of-type(even) .reveal-panel p:before{content:"\e007";left:20px}@media (max-width:991px){.two-accross.revealPanels .col-sm-12:nth-of-type(even) .reveal-panel p:before{left:10px}}@media (max-width:767px){.two-accross.revealPanels .col-sm-12:nth-of-type(even) .reveal-panel p:before{display:none}}.two-accross.revealPanels.revealPanels-new.two-accross .txt-box{background:#f7f7f7 !important}.two-accross.revealPanels.revealPanels-new.two-accross .txt-box h2,.two-accross.revealPanels.revealPanels-new.two-accross .txt-box p{color:#333 !important}.two-accross.three-panels div [class*='col-sm-12']:nth-of-type(1){background:#00a3c7}.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(1):not(.logo-img){background:#f9b826 !important}.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(2):not(.logo-img){background:#05ba85 !important;background-image:none !important}@media (max-width:767px){.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(2):not(.logo-img){height:auto !important}}.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img){background:#d7544d !important}.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img) p{padding:0 40px}.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img) p.pquote{text-transform:uppercase}@media (max-width:950px){.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img) p{font-size:16px;line-height:22px}}@media (max-width:767px){.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(3):not(.logo-img) p{padding-right:10px;padding-left:10px}}@media (max-width:480px){.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(1):not(.logo-img),.two-accross.three-panels .twobytwo [class*='col-']:nth-of-type(2):not(.logo-img){width:100%;height:auto !important}}.two-accross.three-panels .logo-img{background:none !important}.three-accross div [class*='col-']{padding-left:0;padding-right:0}@media (max-width:480px){.three-accross div [class*='col-']{width:100%}}.three-accross a{width:100%;height:100%;display:block}.three-accross a:hover .caption{background:rgba(0,163,199,0.8) !important}.three-accross a:hover .caption .captionContent.ecomsites{top:38%;-webkit-transition:top ease 1s;-moz-transition:top ease 1s;-ms-transition:top ease 1s;-o-transition:top ease 1s;transition:top ease 1s}@media (min-width:1001px) and (max-width:1400px){.three-accross a:hover .caption .captionContent.ecomsites{top:30%}}@media (min-width:768px) and (max-width:1000px){.three-accross a:hover .caption .captionContent.ecomsites{top:23%}}@media (max-width:480px){.three-accross a:hover .caption .captionContent.ecomsites{top:40%}}@media (max-width:360px){.three-accross a:hover .caption .captionContent.ecomsites{top:30%}}.three-accross a:hover .caption h3{text-shadow:none !important}.three-accross a:hover span{opacity:1 !important;-webkit-transition:opacity ease .5s;-moz-transition:opacity ease .5s;-ms-transition:opacity ease .5s;-o-transition:opacity ease .5s;transition:opacity ease .5s}.three-accross a:focus .buttonClassic{opacity:0}.three-accross a .caption{position:absolute;height:100%;width:100%;left:0;top:0;-webkit-transition:background ease .5s;-moz-transition:background ease .5s;-ms-transition:background ease .5s;-o-transition:background ease .5s;transition:background ease .5s}.three-accross a .caption .captionContent{position:absolute;top:50%;left:0;right:0;transform:translateY(-20%)}.three-accross a .caption .captionContent span{opacity:0}.three-accross a .caption .captionContent h3{text-shadow:0 0 10px rgba(0,0,0,0.75)}.three-accross a .caption .captionContent h3.no-shadow{text-shadow:none !important}.three-accross a .caption .captionContent.ecomsites h3{margin-bottom:20px !important;padding-left:10px;padding-right:10px}.three-accross a .caption .captionContent.ecomsites span.showdesc{color:#fff !important;padding:0 20px 20px 20px !important;font-family:'Figtree' !important;font-weight:normal !important}@media (min-width:768px) and (max-width:1300px){.three-accross a .caption .captionContent.ecomsites h3{font-size:18px !important;line-height:20px !important}.three-accross a .caption .captionContent.ecomsites span.showdesc{font-size:14px !important}.three-accross a .caption .captionContent.ecomsites span.button.buttonClassic{font-size:11px !important;padding:5px 10px !important}}@media (min-width:768px) and (max-width:840px){.three-accross a .caption .captionContent.ecomsites h3{font-size:16px !important;line-height:18px !important}}@media (min-width:481px) and (max-width:767px){.three-accross a .caption .captionContent.ecomsites h3{font-size:18px !important;line-height:20px !important}.three-accross a .caption .captionContent.ecomsites span.showdesc{font-size:14px !important}.three-accross a .caption .captionContent.ecomsites span.button.buttonClassic{font-size:11px !important;padding:5px 10px !important}}@media (max-width:767px){.three-accross a .caption .captionContent h3{margin-bottom:30px !important}}.three-accross a img{-webkit-transform:none !important;transform:none !important}@media (min-width:768px){.three-accross.non-ecom .col-xs-6{width:25% !important}}@media (max-width:767px){.three-accross.non-ecom .col-xs-6{width:50% !important}}@media (max-width:480px){.three-accross.non-ecom .col-xs-6{width:100% !important}}.four-accross .col-lg-3{height:540px;align-items:center;padding-top:34px;padding-bottom:40px}@media (max-width:766px){.four-accross .col-lg-3{height:450px}}@media (max-width:420px){.four-accross .col-lg-3{height:500px}}.four-accross .col-lg-3 div{margin:0 auto}.four-accross .col-lg-3 div h2{-webkit-transition:height ease .1s;-moz-transition:height ease .1s;-ms-transition:height ease .1s;-o-transition:height ease .1s;transition:height ease .1s;padding:0 20px 0 20px;margin:50px auto 80px 0;height:60px;font-size:28px;line-height:32px}@media (min-width:1200px) and (max-width:1460px){.four-accross .col-lg-3 div h2{font-size:20px !important;margin-bottom:30px !important;line-height:24px}}@media (max-width:380px){.four-accross .col-lg-3 div h2{font-size:20px !important;margin-bottom:30px !important;line-height:24px}}.four-accross .col-lg-3 div h2.h3-single-line{line-height:60px !important}@media (min-width:1200px) and (max-width:1460px){.four-accross .col-lg-3 div h2.h3-single-line{line-height:44px !important}}.four-accross .col-lg-3 div p{margin:auto;padding:0 20px}@media (min-width:1200px) and (max-width:1460px){.four-accross .col-lg-3 div p{line-height:24px !important}}@media (max-width:380px){.four-accross .col-lg-3 div p{line-height:24px !important}}.four-accross .col-lg-3:nth-of-type(1){background:#00a3c7}.four-accross .col-lg-3:nth-of-type(2){background:#f9b826}.four-accross .col-lg-3:nth-of-type(3){background:#05ba85}.four-accross .col-lg-3:nth-of-type(4){background:#d7544d}.four-accross .col-lg-3 .buttonClassic{position:absolute;bottom:100px;left:50%;transform:translateX(-50%)}.four-accross .col-lg-3 .content{display:inline-block;vertical-align:baseline}.our-work-single .introBoxParalel,.our-work-single .our-work{height:100vh;background-position:center center;background-color:#333}.our-work-single .introBoxParalel .boxContent .absoluteContent,.our-work-single .our-work .boxContent .absoluteContent{bottom:225px}@media (max-width:767px){.our-work-single .introBoxParalel .boxContent .absoluteContent,.our-work-single .our-work .boxContent .absoluteContent{bottom:25px}}@media (max-width:767px){.our-work-single .introBoxParalel,.our-work-single .our-work{background-attachment:local;transform-origin:0,0}}.our-work-single .introBoxParalel::before,.our-work-single .our-work::before{content:"";display:block;position:fixed;left:0;top:0;width:100%;height:inherit;-webkit-transition:background-position 1s ease-in;-moz-transition:background-position 1s ease-in;-ms-transition:background-position 1s ease-in;-o-transition:background-position 1s ease-in;transition:background-position 1s ease-in;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}@media (max-device-aspect-ratio:3/4){.our-work-single .introBoxParalel,.our-work-single .our-work{height:calc(124.3vw)}}@media (max-device-aspect-ratio:2/3){.our-work-single .introBoxParalel,.our-work-single .our-work{height:calc(141vw)}}@media (max-device-aspect-ratio:10/16){.our-work-single .introBoxParalel,.our-work-single .our-work{height:calc(151vw)}}@media (max-device-aspect-ratio:9/16){.our-work-single .introBoxParalel,.our-work-single .our-work{height:calc(168.8vw)}}.our-work-single .panel.product-carousel{background:#f9f9f9;height:100%;min-height:auto !important}@media (min-width:480px){.our-work-single .panel.product-carousel{padding-top:50px}}.our-work-single .panel.squarePanels{min-height:100% !important;height:100% !important}@media (max-width:767px){.our-work-single .panel.squarePanels{background:white}}.our-work-single .carouselSlider{width:100%;background:#f9f9f9}@media (max-width:1000px){.our-work-single .carouselSlider{padding:50px 0}}.our-work-single .carouselSlider .owl-carousel{width:100%;max-width:1080px;margin:auto}@media (max-width:1000px){.our-work-single .carouselSlider .owl-carousel{width:90%}}.our-work-single .carouselSlider .owl-carousel .owl-item img{width:100%}.our-work-single.hilditchandkey .introBoxParalel::before,.our-work-single.hilditchandkey .our-work::before{background-image:url(/Content/images/our-work/hk/main.jpg);background-position:right}.our-work-single.hilditchandkey .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/hk/square.jpg)}.our-work-single.arunaseth .introBoxParalel::before,.our-work-single.arunaseth .our-work::before{background-image:url(/Content/images/our-work/aruna/main.jpg)}.our-work-single.arunaseth .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/aruna/square.jpg)}.our-work-single.crazycolor .introBoxParalel::before,.our-work-single.crazycolor .our-work::before{background-image:url(/Content/images/our-work/cc/main-02.jpg)}.our-work-single.crazycolor .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/cc/square.jpg)}.our-work-single.englandrugby .introBoxParalel::before,.our-work-single.englandrugby .our-work::before{background-image:url(/Content/images/our-work/epg/main.jpg)}.our-work-single.englandrugby .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/epg/square.jpg)}.our-work-single.hicksandhicks .introBoxParalel::before,.our-work-single.hicksandhicks .our-work::before{background-image:url(/Content/images/our-work/hicks/main.jpg)}.our-work-single.hicksandhicks .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/hicks/square.jpg)}.our-work-single.monkeymccoy .introBoxParalel::before,.our-work-single.monkeymccoy .our-work::before{background-image:url(/Content/images/our-work/mm/main.jpg)}.our-work-single.monkeymccoy .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/mm/square.jpg)}.our-work-single.blucrystal .introBoxParalel::before,.our-work-single.blucrystal .our-work::before{background-image:url(/Content/images/our-work/blu/main.jpg)}.our-work-single.blucrystal .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/blu/square.jpg)}.our-work-single.featherandstitch .introBoxParalel::before,.our-work-single.featherandstitch .our-work::before{background-image:url(/Content/images/our-work/fs/main.jpg)}.our-work-single.featherandstitch .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/fs/square.jpg)}.our-work-single.littlegreensheep .introBoxParalel::before,.our-work-single.littlegreensheep .our-work::before{background-image:url(/Content/images/our-work/tlgs/main-02.jpg)}@media (max-width:1300px){.our-work-single.littlegreensheep .introBoxParalel::before,.our-work-single.littlegreensheep .our-work::before{background-position:15% 0}}.our-work-single.bblonde .introBoxParalel::before,.our-work-single.bblonde .our-work::before{background-image:url(/content/images/our-work/bb/bblonde-banner-01.jpg)}@media (max-width:1300px){.our-work-single.bblonde .introBoxParalel::before,.our-work-single.bblonde .our-work::before{background-position:50% 0}}.our-work-single.crazyangel .introBoxParalel::before,.our-work-single.crazyangel .our-work::before{background-image:url(/content/images/our-work/ca/main.jpg)}@media (max-width:1300px){.our-work-single.crazyangel .introBoxParalel::before,.our-work-single.crazyangel .our-work::before{background-position:50% 0}}.our-work-single.motorgraphs .introBoxParalel::before,.our-work-single.motorgraphs .our-work::before{background-image:url(/Content/images/our-work/motorgraphs/main.jpg)}.our-work-single.motorgraphs .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/motorgraphs/square.jpg)}.our-work-single.gringo .introBoxParalel::before,.our-work-single.gringo .our-work::before{background-image:url(/Content/images/our-work/gringo/main.jpg)}.our-work-single.gringo .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/gringo/square.jpg)}.our-work-single.kjs .introBoxParalel::before,.our-work-single.kjs .our-work::before{background-image:url(/Content/images/our-work/kjs/main.jpg);background-position:100% 0}@media (max-width:1410px){.our-work-single.kjs .introBoxParalel::before,.our-work-single.kjs .our-work::before{background-position:0 0}}.our-work-single.kjs .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/kjs/square.jpg)}.our-work-single.sportphotogallery .introBoxParalel::before,.our-work-single.sportphotogallery .our-work::before{background-image:url(/Content/images/our-work/spg/main.jpg);background-position:100% 0}@media (max-width:1300px){.our-work-single.sportphotogallery .introBoxParalel::before,.our-work-single.sportphotogallery .our-work::before{background-position:75% 0}}.our-work-single.snuz .introBoxParalel::before,.our-work-single.snuz .our-work::before{background-position:50% 0;background-image:url(/Content/images/our-work/snuz/main-02.jpg)}.our-work-single.snuz .introBoxParalel .absoluteContent h1,.our-work-single.snuz .our-work .absoluteContent h1,.our-work-single.snuz .introBoxParalel .absoluteContent h2,.our-work-single.snuz .our-work .absoluteContent h2{color:#333 !important;text-shadow:none !important}.our-work-single.snuz .js-slideto-next{color:#333 !important}.our-work-single.snuz .js-slideto-next:after{color:#333 !important}.our-work-single.snuz .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/snuz/square.jpg)}.our-work-single.trilogystores .introBoxParalel::before,.our-work-single.trilogystores .our-work::before{background-image:url(/Content/images/our-work/trilogy/main.jpg);background-position:100% 0}@media (max-width:1300px){.our-work-single.trilogystores .introBoxParalel::before,.our-work-single.trilogystores .our-work::before{background-position:85% 0}}.our-work-single.thegoodguru .introBoxParalel::before,.our-work-single.thegoodguru .our-work::before{background-image:url(/Content/images/our-work/gg/main.jpg)}.our-work-single.thegoodguru .two-accross .twobytwo [class*='col-']:nth-of-type(2){background-image:url(/Content/images/our-work/gg/square.jpg)}.our-work-single .four-accross .col-sm-3:nth-of-type(1){background:#05ba85}.our-work-single .four-accross .col-sm-3:nth-of-type(2){background:#f9b826}.our-work-single .four-accross .col-sm-3:nth-of-type(3){background:transparent;background-image:url(/Content/images/our-work-single/our-work-single-4.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.our-work-single .four-accross .col-sm-3:nth-of-type(4){background:#d7544d}.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(1){background:#05ba85}.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(2){background:transparent;background-image:url(/Content/images/our-work-single/our-work-single-4.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(3){background:#f9b826}.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(4){background:#d7544d}@media (max-width:480px){.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(1),.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(2),.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(3),.our-work-single .two-accross .twobytwo [class*='col-']:nth-of-type(4){width:100%;height:auto}}.our-work-single .two-accross .twobytwo .logo-img{background:none !important}@media (max-width:767px){.page-content-wrapper,.basket.syrox-container,.generic-page,.container.filters-box{padding-top:50px}}.page-content-wrapper{margin-bottom:40px}.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5{position:relative;min-height:1px;padding-right:10px;padding-left:10px;margin-bottom:85px}.col-xs-5{width:20%;float:left}@media (min-width:767px){.col-sm-5{width:20%;float:left}}@media (min-width:991px){.col-md-5{width:20%;float:left}}@media (min-width:1200px){.col-lg-5{width:20%;float:left}}@media (max-width:767px){.panel{width:100% !important}.panel .panel-inner{padding-left:10px;padding-right:10px}}.panel.continueScroll{background-attachment:unset;background-position:center center;background-image:none !important}.our-support-inner p.pmdlg{font-family:'Figtree' !important;padding:40px 0}.our-support-inner p{padding-bottom:40px}.our-support-inner .readmore{margin-top:0 !important}.our-support-inner span.collapsed .rmore{display:block}.our-support-inner span.collapsed .sless{display:none}.our-support-inner span .rmore{display:none}.our-support-inner span .sless{display:block}.our-support-inner.jobs .pmdlg{text-transform:uppercase;padding:40px 0 0 0;font-family:'Figtree' !important;letter-spacing:2px !important}@media (max-width:600px){.our-support-inner.jobs p{padding-top:15px !important;font-size:18px !important;padding-bottom:15px !important;line-height:22px !important}}.our-support-inner.jobs p.bolder{font-family:'Figtree';text-transform:uppercase;padding-bottom:10px;letter-spacing:2px !important}.our-support-inner.jobs ul,.our-support-inner.jobs ol{padding-bottom:40px}.our-support-inner.jobs ul li,.our-support-inner.jobs ol li{color:#333;font-family:'Figtree';font-size:20px;line-height:28px}.our-support-inner.jobs ul li:before,.our-support-inner.jobs ol li:before{content:"• "}@media (max-width:600px){.our-support-inner.jobs ul li,.our-support-inner.jobs ol li{font-size:18px !important;line-height:22px !important;padding:0 10px 15px !important}}.our-support-inner.jobs a{font-size:20px;color:#333;line-height:28px;text-decoration:none;font-weight:bold}@media (max-width:600px){.our-support-inner.jobs a{font-size:18px !important;line-height:22px !important}}.section-panel-slides .panel .panel-inner{text-align:center}.section-panel-slides .panel .panel-inner.contentCentered{text-align:center !important;width:100%;max-width:100%;padding-left:0 !important;padding-right:0 !important;position:absolute;left:50% !important;top:50% !important;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.section-panel-slides .panel .panel-inner.contentCentered p,.section-panel-slides .panel .panel-inner.contentCentered span,.section-panel-slides .panel .panel-inner.contentCentered h1{text-align:center}@media (max-width:767px){.section-panel-slides .panel .panel-inner.contentCentered{padding:0 20px}}@media (max-width:480px){.section-panel-slides .panel .panel-inner.contentCentered{padding:0 10px}}.section-panel-slides .panel.inverted-text-col .panel-inner h2,.section-panel-slides .panel.inverted-text-col .panel-inner p{text-shadow:none !important;color:#333 !important}.section-panel-slides .panel.inverted-text-col .readmore{color:#333 !important}.section-panel-slides .panel.inverted-text-col .readmore:after{color:#333 !important}.section-panel-slides .panel.inverted-text-col .readmore.whiteall{color:white !important}.section-panel-slides .panel.inverted-text-col .readmore.whiteall:after{color:white !important}.section-panel-slides .panel-slides-pager.dispayNone ol{display:none !important}@media (max-width:767px){.section-panel-slides .panel-slides-pager{display:none}}.logos{background:rgba(0,0,0,0.7)}.logos p:first-child{margin-top:100px}.logos.withBG{background-image:url(/Content/images/our-process/intro-img.jpg);background-attachment:fixed;background-position:right 0 bottom 0;background-repeat:no-repeat;background-size:cover}.logos.withBG .clients{margin-top:0}.logos .title{font-size:32px;line-height:70px;padding-top:24px;font-family:'Figtree' !important;letter-spacing:2px !important}@media (max-width:767px){.logos p:first-child{margin-top:50px}}.clients{width:100%;margin-top:50px}.clients li{width:19%;margin-bottom:35px;text-align:center;display:inline-block;-webkit-transition:margin-bottom ease .5s;-moz-transition:margin-bottom ease .5s;-ms-transition:margin-bottom ease .5s;-o-transition:margin-bottom ease .5s;transition:margin-bottom ease .5s}.clients li img{width:100%;height:auto;max-width:221px}@media (max-width:1200px){.clients li img{width:80%}}@media (max-width:1200px){.clients li{margin-bottom:20px}}@media (max-width:991px){.clients li{width:21%}}@media (max-width:480px){.clients li{width:49%}}.clients li:last-child{margin-bottom:0}@media (min-width:1025px){.clients.clients-new{margin:auto !important;width:80%}.clients.clients-new li{margin-bottom:32px}.clients.clients-new li img{max-width:160px}}.ourwork-logos img{width:100% !important}.panel .absoluteContent,.panel .js-slideto-next,.panel .panel-inner{opacity:0}.introBoxParalel .absoluteContent,.introBoxParalel .conteredHolder{opacity:0}.introBoxParalel .readmore{opacity:0}.parallax-box h2{opacity:0}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.boxContainer .boxContent .panel .plarge.pfifty{width:70%}.boxContainer.bespoke.links{-webkit-transition:height ease .5s;-moz-transition:height ease .5s;-ms-transition:height ease .5s;-o-transition:height ease .5s;transition:height ease .5s;height:200px}.boxContainer.bespoke.links a{top:100px;-webkit-transition:top ease .5s;-moz-transition:top ease .5s;-ms-transition:top ease .5s;-o-transition:top ease .5s;transition:top ease .5s}}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){.boxContainer .boxContent .panel .plarge.pfifty{width:70%}}@-moz-keyframes fadeInDelay{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInDelay{0%{opacity:0}100%{opacity:1}}@keyframes fadeInDelay{0%{opacity:0}100%{opacity:1}}.mainNavOverlay{top:0;right:0;bottom:0;left:0;position:fixed;background-color:#000;opacity:.7;z-index:1;display:none}.text-left-image-right{background:#f7f7f7 !important}.text-left-image-right .text-holder{padding-left:5% !important;float:left;clear:both;position:absolute !important;top:200px !important;left:0 !important;transform:none !important;width:50%}.text-left-image-right .text-holder h1,.text-left-image-right .text-holder p{text-align:left !important;width:100% !important;margin-bottom:50px !important}.text-left-image-right .text-holder p{float:left;clear:both}.text-left-image-right .image-holder{float:left !important;clear:both;position:absolute !important;top:200px !important;right:0 !important;transform:none !important;width:50%}.text-left-image-right .image-holder img{width:200%;float:left !important}@media (max-width:767px){.text-left-image-right .text-holder{padding:100px 20px 50px 20px !important;top:0 !important;width:100%;z-index:1;position:relative !important}.text-left-image-right .text-holder h1,.text-left-image-right .text-holder p{margin-bottom:30px !important}.text-left-image-right .image-holder{bottom:80px !important;position:relative !important;width:100%;top:auto !important}.text-left-image-right .image-holder img{width:140%}}@media (max-width:480px){.text-left-image-right .image-holder img{width:200%}}body .text-right-image-left{background:#f7f7f7 !important}body .text-right-image-left .text-holder{padding-right:5% !important;float:left;clear:both;position:absolute !important;top:200px !important;right:0 !important;transform:none !important;width:50%}body .text-right-image-left .text-holder h1,body .text-right-image-left .text-holder p{text-align:right;width:100% !important;margin-bottom:50px !important;margin-left:0 !important;margin-right:0 !important}body .text-right-image-left .text-holder p{float:right;clear:both}body .text-right-image-left .text-holder p.inline,body .text-right-image-left .text-holder p.text-uppercase{margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}body .text-right-image-left .image-holder{float:left !important;clear:both;position:absolute !important;top:150px !important;left:0 !important;transform:none !important;width:50%}body .text-right-image-left .image-holder img{width:200%;float:right !important}@media (max-width:767px){body .text-right-image-left .text-holder{padding:100px 20px 50px 20px !important;top:0 !important;width:100%;z-index:1;position:relative !important}body .text-right-image-left .text-holder h1,body .text-right-image-left .text-holder p{margin-bottom:30px !important}body .text-right-image-left .image-holder{bottom:80px !important;position:relative !important;width:100%;top:auto !important}body .text-right-image-left .image-holder img{width:140%}}@media (max-width:480px){body .text-right-image-left .image-holder img{width:200%}}.contact-us .text-right-image-left .image-holder{bottom:0 !important;top:auto !important}.contact-us .text-right-image-left .image-holder img{width:56%;float:left !important;margin-left:10%}@media (max-width:767px){.contact-us .text-right-image-left .image-holder{bottom:0 !important}}.jobs-bg .text-left-image-right .image-holder{bottom:0 !important;top:auto !important}.jobs-bg .text-left-image-right .image-holder img{width:70%;float:right !important}@media (max-width:767px){.jobs-bg .text-left-image-right .image-holder{bottom:0 !important}}.about-us .aboutus-wrapper p{width:70%;padding-bottom:50px !important;margin:auto !important}@media (max-width:767px){.about-us .aboutus-wrapper p{width:100%}}.about-us .awards-spilt{margin:150px auto 100px auto !important}.about-us .description-panel{background:#f7f7f7 !important;padding-top:200px;padding-bottom:80px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.about-us .description-panel .text-holder{padding-left:5% !important;float:left;clear:both}.about-us .description-panel .text-holder h1,.about-us .description-panel .text-holder p{text-align:left !important;width:100% !important;margin-bottom:50px !important}.about-us .description-panel .text-holder p{float:left;clear:both}.about-us .description-panel .image-holder img{width:200%;float:left !important;top:50%;position:relative;transform:translateY(-50%)}@media (max-width:767px){.about-us .description-panel{display:inline-block;padding-top:100px;padding-bottom:10px}.about-us .description-panel .text-holder{top:0 !important;width:100%;z-index:1;position:relative !important}.about-us .description-panel .text-holder h1,.about-us .description-panel .text-holder p{margin-bottom:30px !important}.about-us .description-panel .image-holder img{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}}@media (max-width:480px){.about-us .description-panel .image-holder img{width:200%}}.about-us .logos{background:#fff !important;padding-bottom:10px}.about-us .logos .clients{width:80%;margin:0 auto}.about-us .logos .clients li{width:16%}.about-us .logos .clients li img{max-width:100%;width:100%;height:auto;filter:url(filters.svg#grayscale);filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");-webkit-filter:url(filters.svg#grayscale);-moz-filter:url(filters.svg#grayscale);-ms-filter:url(filters.svg#grayscale);-o-filter:url(filters.svg#grayscale);filter:grayscale(100%);filter:gray}.about-us .logos .clients li img:hover{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:none}.about-us .logos h2{color:#000;font-family:'Figtree';text-transform:uppercase;background-color:transparent;font-size:28px;line-height:32px;letter-spacing:2px !important;margin-top:70px;margin-bottom:25px;padding:0 10px}@media (max-width:767px){.about-us .logos .clients li{width:29%}}@media (max-width:480px){.about-us .logos .clients li{width:40%}}.about-us .text-left-image-right{background:#f7f7f7 !important}.about-us .text-left-image-right .text-holder{padding-left:5% !important;float:left;clear:both;position:absolute !important;top:200px !important;left:0 !important;transform:none !important;width:50%}.about-us .text-left-image-right .text-holder h1,.about-us .text-left-image-right .text-holder p{text-align:left !important;width:100% !important;margin-bottom:50px !important}.about-us .text-left-image-right .text-holder p{float:left;clear:both}.about-us .text-left-image-right .image-holder{float:left !important;clear:both;position:absolute !important;top:200px !important;right:0 !important;transform:none !important;width:50%}.about-us .text-left-image-right .image-holder img{width:200%;float:left !important}@media (max-width:767px){.about-us .text-left-image-right .text-holder{padding:100px 20px 50px 20px !important;top:0 !important;width:100%;z-index:1;position:relative !important}.about-us .text-left-image-right .text-holder h1,.about-us .text-left-image-right .text-holder p{margin-bottom:30px !important}.about-us .text-left-image-right .image-holder{bottom:80px !important;position:relative !important;width:100%;top:auto !important}.about-us .text-left-image-right .image-holder img{width:140%}}@media (max-width:480px){.about-us .text-left-image-right .image-holder img{width:200%}}body #pageWrapper .about.container-full .boxContainer.about-us-page{background:url('/Content/images/our-support/00.png') 275% 80% no-repeat #f9f9f9 !important;background-size:80% !important}body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent{padding-left:5% !important}body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent .conteredHolder{padding:0 !important;margin-top:150px !important}@media (max-width:767px){body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent .conteredHolder{margin-top:100px !important}body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent .conteredHolder h1,body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent .conteredHolder p{margin-bottom:30px !important}}body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent h1,body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent p{text-align:left;color:#000}body #pageWrapper .about.container-full .boxContainer.about-us-page div.boxContent p{float:left;clear:both}@media (max-width:767px){body #pageWrapper .about.container-full .boxContainer.about-us-page{background:#f9f9f9 !important}}body .container-full .js-panel-slides .panel.startingPanel.jobs-page{background:url('/Content/images/jobs/01.png') 180% 90% no-repeat #f9f9f9 !important;background-size:70% !important}body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent{padding-left:5% !important}body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent h1,body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent p{text-align:left;padding-left:0 !important;padding-right:0 !important}body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent p{float:left;clear:both}@media (max-width:767px){body .container-full .js-panel-slides .panel.startingPanel.jobs-page{background:url('/Content/images/jobs/01.png') 180% 90% no-repeat #f9f9f9 !important;background-size:90% !important}body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent{float:left;clear:both;position:relative !important;top:0 !important;left:0 !important;transform:none !important;padding:100px 20px 0 20px !important}body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent h1,body .container-full .js-panel-slides .panel.startingPanel.jobs-page div.absoluteContent p{margin-bottom:30px !important}}@media (max-width:767px){}@media (max-width:767px){.panel5 .img-box img{padding-bottom:20px}}@media (min-width:767px){p.sallary.agency-text p{max-width:63% !important}}.ghostPanel{background:none !important;color:none !important}.pipe{display:inline}.about-us .aboutus-wrapper.pp-wrapper{max-width:1400px;margin:auto;text-align:left !important}@media (max-width:1400px){.about-us .aboutus-wrapper.pp-wrapper{padding:0 20px}}.about-us .aboutus-wrapper.pp-wrapper p{width:100%;text-align:left !important;padding:0 0 15px 0 !important;margin:0 !important}.about-us .aboutus-wrapper.pp-wrapper *{color:#000 !important}.about-us .aboutus-wrapper.pp-wrapper h2{font-size:30px !important;padding:0 !important;margin:0 !important}.about-us .aboutus-wrapper.pp-wrapper h3{font-size:20px !important;padding:20px 0 10px 0 !important;margin:0 !important}.about-us .aboutus-wrapper.pp-wrapper h4{font-size:20px !important;padding:20px 0 10px 0 !important;margin:0 !important}.about-us .aboutus-wrapper.pp-wrapper li{font-weight:normal !important;font-family:'Figtree',arial !important}@media (max-width:767px){.about-us .aboutus-wrapper.pp-wrapper li{font-size:16px !important;line-height:22px !important}}.awards{position:absolute;bottom:5%;right:5%;z-index:99;max-width:120px}@media (max-width:767px){.awards{bottom:20px;right:20px}}.our-work-single .boxContent .awards{bottom:20px !important;right:20px !important}@media (min-width:768px){.contact-us .introBoxParalel .box-height-fix{height:100vh}}@media (max-width:1550px){body .our-work-single.container-full h2.plarge.pfifty{width:80% !important}}@media (max-width:1150px){body .our-work-single.container-full h2.plarge.pfifty{width:95% !important}}body .our-work-single.container-full .absoluteContent{top:55% !important}body .our-work-single.container-full .absoluteContent h1{text-transform:uppercase !important}@media (max-width:767px){body .our-work-single.container-full .absoluteContent h1{margin-bottom:20px !important}}body .our-work-single.container-full .absoluteContent h2.pfifty{width:50%}body .our-work-single.container-full .absoluteContent h2{line-height:36px}body .our-work-single.container-full .testemonial{height:auto !important;padding:50px 20px;display:block}body .our-work-single.container-full .testemonial .nosidepadding{max-width:890px;margin:auto}@media (max-width:767px){body .our-work-single.container-full .testemonial .nosidepadding{width:85%;max-width:560px}}body .our-work-single.container-full .testemonial .nosidepadding p.pquote{text-transform:uppercase}body .our-work-single.container-full .view-site-btn{background-color:#f9f9f9}body .our-work-single.container-full .view-site-btn a.button{margin:35px 0 40px 0;color:#000 !important;border:2px solid #000}@media (max-width:1000px){body .our-work-single.container-full .view-site-btn a.button{margin:15px 0 40px 0}}@media (max-width:900px){body .our-work-single.container-full .view-site-btn.hidden-tablet{display:none}}body .our-work-single.container-full .boxContent.main-content{margin-bottom:50px}@media (max-width:767px){body .our-work-single.container-full .boxContent.main-content{margin-bottom:0}}body .our-work-single.container-full .boxContent.main-content a.buttonClassic{color:#000;border:2px solid #000}body .our-work-single.container-full .boxContainer.carouselSlider .txt-box{color:#333 !important;max-width:850px;margin:30px auto 0 auto;width:90%}@media (max-width:767px){body .our-work-single.container-full .boxContainer.carouselSlider .txt-box{width:85%;margin:0 auto;max-width:560px}}@media (max-width:479px){body .our-work-single.container-full .boxContainer.carouselSlider .txt-box{margin:30px auto 0 auto}}body .our-work-single.container-full .boxContainer.carouselSlider .txt-box p.margin-15{margin-bottom:15px}body .our-work-single.container-full .owl-carousel .owl-dots{bottom:0 !important}@media (max-width:1000px){body .our-work-single.container-full .owl-carousel .owl-dots{bottom:-20px !important}}body .our-work-single.container-full .button.buttonClassic{color:#000;border:2px solid #000}@media (max-width:767px){body .our-work-single.container-full .button.buttonClassic{margin-bottom:15px}}@media (max-width:479px){body .our-work-single.container-full .button.buttonClassic{margin-bottom:25px}}body h1,body h2,body h3,body h5{font-weight:700 !important}body #mainNav-menu li a{font-weight:700 !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}[data-loadimg]{opacity:0;transition:opacity .3s}[data-loadimg].imgLoaded{opacity:1}@media (min-width:768px){.nav-select{display:none}.display-no-mobile,.nav-main{display:block}.panel{min-height:100vh}}.panel{background-position:0 944px;background-size:cover;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:667px;height:100vh;display:flex;position:relative;margin-bottom:0;background-color:transparent;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-overflow-scrolling:touch;-webkit-transition:min-height .3s ease-in,height .3s ease-in;-moz-transition:min-height .3s ease-in,height .3s ease-in;-o-transition:min-height .3s ease-in,height .3s ease-in;transition:min-height .3s ease-in,height .3s ease-in}.panel.logos{background:rgba(0,0,0,0.7)}.panel.four-panels-home.justifycentre{min-height:540px}.panel.four-panels-home.justifycentre .panel-inner.contentCentered{padding-left:0 !important;padding-right:0 !important}@media (max-width:767px){.panel.four-panels-home.justifycentre .panel-inner.contentCentered{padding-left:0 !important;padding-right:0 !important}}.panel.height-100-per{height:100%;min-height:100%}.home .panel,.our-work .panel{min-height:100vh;height:100%}@media (max-width:767px){.our-support .panel:not(.startingPanel){height:auto !important}}.panel.justifycentre>.panel_inner{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.panel-inner{height:100%}}.panel-image{background-size:cover;background-position:center 0;position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:background-position 1s ease-in;-moz-transition:background-position 1s ease-in;-ms-transition:background-position 1s ease-in;-o-transition:background-position 1s ease-in;transition:background-position 1s ease-in}@media (max-width:1300px){.panel-image.imgTrilogy{background-position-x:right}}@media (max-width:1100px){.panel-image.imgtlgs{background-position-x:-165px}}.panel-inner{width:100%;position:absolute;z-index:2;top:0;transform:translateY(50%)}@media (max-width:480px){.panel-inner{z-index:3;transform:translateY(30%)}}section{display:block}.section,.section-panel-slides{position:relative}.section-panel-slides .panel:nth-of-type(even) .panel-inner{padding-left:5%;text-align:left;left:0}.section-panel-slides .panel:nth-of-type(even) .panel-inner .psixtyFive{margin-right:0}@media (max-width:767px){.section-panel-slides .panel:nth-of-type(even) .panel-inner{text-align:center !important;padding-left:20px !important;padding-right:20px !important;max-width:100% !important}}.section-panel-slides .panel:nth-of-type(even) .panel-inner h2{padding:0}.section-panel-slides .panel:nth-of-type(odd) .panel-inner{padding-right:5%;text-align:right;right:0}.section-panel-slides .panel:nth-of-type(odd) .panel-inner .psixtyFive{margin-left:0}@media (max-width:767px){.section-panel-slides .panel:nth-of-type(odd) .panel-inner{text-align:center !important;padding-left:20px !important;padding-right:20px !important;max-width:100% !important}}.section-panel-slides .panel:nth-of-type(odd) .panel-inner h2{padding:0}.section-panel-slides .panel .panel-inner{width:100%;position:absolute;z-index:2;top:40%;transform:translateY(-50%);height:auto;max-width:70%}@media (max-width:600px){.section-panel-slides .panel .panel-inner{max-width:100%}}.panel-slides-pager li,.text-block{margin-left:auto;margin-right:auto}.panel-slides-pager{border-radius:13px;padding:2px;position:fixed;right:10px;top:50%;visibility:visible;z-index:50}.panel-slides-pager.fixed{position:absolute;top:auto;bottom:auto}.panel-slides-pager ol{text-align:left}.panel-slides-pager li{border-radius:50%;cursor:pointer;display:block;width:20px;height:20px;overflow:hidden;position:relative;text-indent:-9999px;border:0;margin:6px}.panel-slides-pager li.active,li.active3{border-radius:50%;cursor:pointer;display:block;width:20px;height:20px;overflow:hidden;position:relative;text-indent:-9999px;border:2px solid white;margin:6px}.panel-slides-pager li+li{margin-top:5px}.panel-slides-pager li:before{border-radius:50%;content:'';display:block;width:10px;height:10px;position:relative;left:50%;top:50%;transform:translate(-50%, -50%);background:white;opacity:.8}.panel-slides-pager li.active:before,li.active3:before{background:white;border-radius:50%;content:'';display:block;width:10px;height:10px;position:relative;left:50%;top:50%;transform:translate(-50%, -50%);opacity:1}@media (max-width:767px){.panel-slides-pager.dispayNone ol{display:none !important}}.panel-slides-pager ol:nth-of-type(2){display:none}.panel-slides-pager .active:before,.active3:before,.panel-slides-pager li:hover:before{background-color:#FFF}@media (min-width:768px){.panel-slides-pager{visibility:visible}}@media (max-width:1199px){.section-approach-slides .panel-slides-pager{visibility:hidden}}.our-work .section-panel-slides .panel:nth-of-type(even) .panel-inner .psixtyFive{margin-left:0;margin-right:auto}.our-work .section-panel-slides .panel:nth-of-type(odd) .panel-inner .psixtyFive{margin-right:0;margin-left:auto}@media (max-width:767px){body .home .section-panel-slides .panel.four-panels-home .panel-inner.contentCentered{padding-left:0 !important;padding-right:0 !important}}@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}[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}.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}.modal-products .modal-content{position:relative;background-color:#FFF;border-radius:0;background-clip:padding-box;outline:0 none;padding-bottom:20px;float:left}@media (max-width:767px){.modal-products .modal-content{padding-left:10px;padding-right:10px}}.modal-products .modal-dialog{margin:5% auto 0 auto !important;width:910px;height:515px;max-height:100%;max-width:100%}@media (max-width:767px){.modal-products .modal-dialog{padding-left:10px;padding-right:10px}}.modal-products .modal-title{margin:15px 60px 30px;line-height:60px}.modal-products .modal-header{text-align:center;border-bottom:none transparent;color:#888888}@media (max-width:767px){.modal-products .modal-header{padding-left:0;padding-right:0}}.modal-products .modal-header h4{font-size:36px;line-height:36px !important;text-transform:capitalize;color:#888888;margin-bottom:0 !important}@media (max-width:767px){.modal-products .modal-header h4{font-size:22px;line-height:22px !important}}.modal-products .modal-body{padding-top:20px;line-height:22px;font-size:16px}.modal-products .modal-body p,.modal-products .modal-body h5,.modal-products .modal-body div,.modal-products .modal-body strong{line-height:22px !important;font-size:16px !important;font-weight:normal !important}.modal-products .modal-body p,.modal-products .modal-body .price{color:#666666}.modal-products .modal-body .price{font-size:24px;display:inline-block;color:#fff !important}.modal-products .modal-body span.price{width:100%}.modal-products .modal-body span.price span.old-price,.modal-products .modal-body span.price span.price{float:left !important;width:auto !important;font-size:24px;margin-top:10px}@media (max-width:767px){.modal-products .modal-body .description{margin-top:30px}}.modal-products .modal-body [class*="col-"]{padding:0}.modal-products .modal-body .modal-dropdown{margin-top:20px;padding:0 20px 0 0}@media (max-width:767px){.modal-products .modal-body .modal-dropdown{padding:0}}.modal-products .modal-body .modal-dropdown>div:first-of-type{padding-right:5px}.modal-products .modal-body .modal-dropdown>div:last-of-type{padding-left:5px}.modal-products .modal-body .modal-dropdown .dropdown{margin-bottom:10px}.modal-products .modal-body .modal-dropdown .dropdown ul li a{color:#333;font-size:15px}.modal-products .modal-body .modal-dropdown .dropdown button{width:100%;text-align:left;position:relative;height:54px;color:#333;background-color:#f2f2f2}.modal-products .modal-body .modal-dropdown .dropdown button span:not(.typeDropdown){position:absolute;right:10px;color:#999;font-size:18px}.modal-products .modal-body .dropdown-menu>li>a{padding:3px 12px}.modal-products .modal-body img.small{margin-left:calc(50% - 160px);max-width:100%}@media (max-width:767px){.modal-products .modal-body img.small{margin-left:calc(50% - 140px)}}.modal-products .modal-body img.medium{margin-left:calc(50% - 150px);max-width:100%}@media (max-width:767px){.modal-products .modal-body img.medium{margin-left:calc(50% - 140px)}}.modal-products .modal-body img.big{margin-left:calc(50% - 290px)}@media (max-width:767px){.modal-products .modal-body img.big{margin-left:calc(50% - 250px)}}.modal-products .modal-footer{padding:0 20px 0 0;text-align:center;border-top:none transparent}@media (max-width:767px){.modal-products .modal-footer{padding:0}}.modal-products .modal-footer>div:first-of-type{padding-right:5px}.modal-products .modal-footer>div:first-of-type button{width:100%}.modal-products .modal-footer>div:last-of-type{padding-left:5px}.modal-products .modal-footer>div:last-of-type button{width:100%}.modal-products .modal-footer [class*="button"]{width:100%}@media (min-width:767px){.modal-product-image{padding-right:30px !important}}.modal-body{float:left;padding:0}.modal-body img{width:100%;max-width:100%}.modal-body>.col-xs-12{padding:15px 15px 5px 15px !important}.modal-dialog{margin-top:20%}@media (max-width:766px){.modal-dialog{margin-top:25%;padding-right:0}}#modalClose{margin-right:0 !important;opacity:1}#modalClose span{font-size:28px;color:#777}#modalClose span:before{font-family:"syrox-base-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;opacity:1 !important;-webkit-font-smoothing:antialiased;content:"\e00e"}.quickBuyModal{padding-top:100px !important}@media (max-width:766px){.quickBuyModal{padding-top:0 !important}.quickBuyModal .modal-product-image{width:100%;padding:0 30% 10px 30%}}@media (max-width:766px){.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}}#myModal-newsletter .modal-signup{padding:10px;text-align:center !important}#myModal-newsletter .modal-signup .newsletter{margin:auto !important;display:block}#question-window,#email-window,#sb-window{text-align:center;width:680px}#question-window header,#email-window header,#sb-window header{display:block;clear:both}#question-window header h1,#email-window header h1,#sb-window header h1{text-transform:capitalize;color:#999;margin-top:15px;font-size:50px !important;line-height:50px !important;font-size:60px}@media screen and (max-width:767px){#question-window header h1,#email-window header h1,#sb-window header h1{font-size:35px !important;margin-top:0}}#question-window header p,#email-window header p,#sb-window header p{font-size:20px;color:#333;padding:0 20px;margin:20px 0 20px}#question-window .product-image,#email-window .product-image,#sb-window .product-image{width:40%;float:left}@media (min-height:767px){#question-window .product-image,#email-window .product-image,#sb-window .product-image{padding:0 20px 0 0;margin:0 0 20px 0}}#question-window .product-image img,#email-window .product-image img,#sb-window .product-image img{max-width:100%;max-height:100%;margin:auto}#question-window .product-image p,#email-window .product-image p,#sb-window .product-image p{text-align:center;margin:20px 0 0 0}#question-window .form,#email-window .form,#sb-window .form{float:right;width:60%;margin:0 0 20px 0;position:relative;text-align:left}#question-window .form label,#email-window .form label,#sb-window .form label{display:none}#question-window .form input:first-child,#email-window .form input:first-child,#sb-window .form input:first-child{margin:0 0 0 0 !important}#question-window .form input,#email-window .form input,#sb-window .form input,#question-window .form textarea,#email-window .form textarea,#sb-window .form textarea{-webkit-appearance:none;background-color:#eeeeee;outline:none;color:#333;border-radius:0;border:1px solid #ccc;height:30px;padding:0 7px;width:100%;font-size:20px;letter-spacing:0;margin-bottom:10px}#question-window .form textarea,#email-window .form textarea,#sb-window .form textarea{padding:5px 7px;resize:none;min-height:100px;width:100%;letter-spacing:0;overflow:hidden;color:#333 !important;margin-bottom:10px}#question-window .form .btn-send,#email-window .form .btn-send,#sb-window .form .btn-send{display:inline-block;color:#999 !important;background:transparent;border:0;position:relative;text-transform:capitalize;padding:5px;float:right;border:2px solid #999}#question-window .disclaimer,#email-window .disclaimer,#sb-window .disclaimer{display:block;clear:both;font-size:13px;line-height:14px;padding:0 20px;margin:20px 0 20px}@media screen and (max-width:767px){#question-window .disclaimer,#email-window .disclaimer,#sb-window .disclaimer{padding:0}}@media screen and (max-width:767px){#question-window,#email-window,#sb-window{width:90% !important;position:fixed}#question-window .form,#email-window .form,#sb-window .form,#question-window .product-image,#email-window .product-image,#sb-window .product-image{width:100%}#question-window .product-image,#email-window .product-image,#sb-window .product-image{display:none}#question-window .product-image img,#email-window .product-image img,#sb-window .product-image img{max-width:350px}}html.noscroll,body.noscroll{overflow:hidden}div#mainNav-container{position:fixed;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:767px){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}div#mainNav-container.mainNav-left{left:-80%;background:black;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}div#mainNav-container.mainNav-left #mainNav-menu li{padding:10px 20px}div#mainNav-container.mainNav-right{right:-80%}div#mainNav-container.mainNav-right.mainNav-open{right:0}div#mainNav-container.mainNav-right #mainNav-menu{height:auto}div#mainNav-container.mainNav-top{position:fixed;width:100%;overflow:hidden;max-height:0;transition:max-height .6s ease,padding-bottom .6s ease;padding-bottom:0}div#mainNav-container.mainNav-top.mainNav-open{max-height:1000px;padding-bottom:10px}div#mainNav-container.mainNav-top #mainNav-menu:before,div#mainNav-container.mainNav-top #mainNav-menu:after{content:" ";display:table}div#mainNav-container.mainNav-top #mainNav-menu:after{clear:both}div#mainNav-container.mainNav-top #mainNav-menu:before,div#mainNav-container.mainNav-top #mainNav-menu:after{content:" ";display:table}div#mainNav-container.mainNav-top #mainNav-menu:after{clear:both}div#mainNav-container.mainNav-top #mainNav-menu:before,div#mainNav-container.mainNav-top #mainNav-menu:after{content:" ";display:table}div#mainNav-container.mainNav-top #mainNav-menu:after{clear:both}div#mainNav-container.mainNav-top #mainNav-menu:before,div#mainNav-container.mainNav-top #mainNav-menu:after{content:" ";display:table}div#mainNav-container.mainNav-top #mainNav-menu:after{clear:both}div#mainNav-container.mainNav-top #mainNav-menu li{float:left;width:100%;border-right:none transparent;border-left:none transparent;padding:10px 20px}div#mainNav-container.mainNav-top #mainNav-menu li:first-child{border-top:1px solid #ccc}div#mainNav-container.mainNav-top #mainNav-menu li a{padding-left:5px}div#mainNav-container.mainNav-sticky .sticky-mainNav-container{height:100% !important}div#mainNav-container #mainNav-menu{overflow-y:hidden !important;overflow-x:hidden}}div#mainNav-container #mainNav-menu{width:100%;max-width:1200px;box-sizing:border-box;margin-left:auto;margin-right:auto;text-align:center;padding:20px 0 20px 0;display:flex;justify-content:space-between;-webkit-transition:padding ease .3s;-moz-transition:padding ease .3s;-ms-transition:padding ease .3s;-o-transition:padding ease .3s;transition:padding ease .3s}@media (max-width:767px){div#mainNav-container #mainNav-menu{background-color:none;display:block}}div#mainNav-container #mainNav-menu>li{box-sizing:border-box;white-space:nowrap;text-align:left;-webkit-transition:padding ease .3s;-moz-transition:padding ease .3s;-ms-transition:padding ease .3s;-o-transition:padding ease .3s;transition:padding ease .3s}div#mainNav-container #mainNav-menu>li:hover{background-color:transparent;cursor:pointer}div#mainNav-container #mainNav-menu>li a{text-decoration:none;text-transform:uppercase;color:#fff;font-size:18px;letter-spacing:1px}@media (max-width:991px){div#mainNav-container #mainNav-menu>li a{font-size:16px}}@media (max-width:860px){div#mainNav-container #mainNav-menu>li a{font-size:15px}}@media (max-width:800px){div#mainNav-container #mainNav-menu>li a{font-size:14px}}@media (max-width:767px){div#mainNav-container #mainNav-menu>li a{padding-left:0}}div#mainNav-container #mainNav-menu>li.general{background-color:#255bcf}div#mainNav-container #mainNav-menu>li ul li{background-color:#fff;font-size:14px}div#mainNav-container #mainNav-menu>li ul li a{text-transform:none}div#mainNav-container #mainNav-menu>li ul li:hover{background-color:#606060}div#mainNav-container #mainNav-menu>li ul li:hover a{color:#333}div#mainNav-container #mainNav-menu>li ul li:after{border-left:8px solid #333}@media (max-width:767px){div#mainNav-container #mainNav-menu>li.mainNav-dropdown-open{background-color:#ffffff}div#mainNav-container #mainNav-menu>li.mainNav-dropdown-open a{color:#333}div#mainNav-container #mainNav-menu>li.mainNav-dropdown-open>ul{display:block;position:relative;top:10px;width:calc(100% + 40px);margin:0 -20px}div#mainNav-container #mainNav-menu>li.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.mainNav-dropdown-open>ul>li:first-of-type{border-top:1px solid #333}div#mainNav-container #mainNav-menu>li.mainNav-dropdown-open>ul>li:last-of-type{border-bottom:none transparent}div#mainNav-container #mainNav-menu>li.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.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.mainNav-dropdown-open>ul>li.mainNav-dropdown-open ul li:first-of-type{border-top:1px solid #333}div#mainNav-container #mainNav-menu>li.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: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:hover>ul>li{display:block;padding:10px 20px;width:100%;max-width:100%;border-right:none transparent !important}div#mainNav-container #mainNav-menu>li: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: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:hover>ul>li:hover ul li:first-of-type{border-top:1px solid transparent}div#mainNav-container #mainNav-menu>li:hover>ul>li:hover ul li:last-of-type{border-bottom:none transparent}}@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 ul{display:none}div#mainNav-container #mainNav-menu .mainNav-dropdown{position:relative}div#mainNav-container #mainNav-menu .mainNav-dropdown::after{content:"";width:0;height:0;border-top:4px solid transparent;border-left:6px solid #333;border-bottom:4px solid transparent;position:absolute;right:11px;top:17px;color:#333}div#mainNav-container #mainNav-menu .mainNav-dropdown:hover{color:#333}div#mainNav-container #mainNav-menu .mainNav-dropdown:hover::after{border-left:8px solid #333}@media (min-width:768px){div#mainNav-container #mainNav-menu .mainNav-dropdown:hover::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);color:#fff}}div#mainNav-container #mainNav-menu .mainNav-dropdown.mainNav-dropdown-open{background-color:#255bcf;opacity:.8}div#mainNav-container #mainNav-menu .mainNav-dropdown.mainNav-dropdown-open::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);color:#fff}div#mainNav-container #mainNav-menu .mainNav-dropdown.mainNav-dropdown-open .mainNav-dropdown{position:relative}div#mainNav-container #mainNav-menu .mainNav-dropdown.mainNav-dropdown-open .mainNav-dropdown::after{content:"";width:0;height:0;border-top:5px solid transparent;border-left:8px solid #fff;border-bottom:5px solid transparent;position:absolute;right:7px;top:13px}@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{background:black;width:100%;max-width:100%;top:0;margin:0;position:fixed;padding:10px 0 20px 0}.mainNav-sticky #mainNav-container #mainNav-menu{padding:10px 0 0 0}.mainNav-sticky #mainNav-container #mainNav-menu>li{float:left}}.owl-carousel{position:relative}.owl-carousel .owl-item{overflow:hidden}.owl-carousel .owl-nav{position:absolute;width:100%;top:50%;transform:translateY(-50%)}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{position:relative;font-size:36px !important;color:#000 !important;border-radius:50%;width:45px;height:40px}.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(-60%, -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:15px;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:3px;border-radius:50%;margin-right:5px;opacity:.3}.owl-carousel .owl-dots .owl-dot span{width:10px;height:10px;background:#999;border-radius:50%;float:left}.owl-carousel .owl-dots .owl-dot.active{border:2px solid #999;padding:2px;opacity:.7}@media (max-width:1000px){.owl-carousel .owl-dots{bottom:-25px}}.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:766px){.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:10px;right:10px;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:767px){#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:'Figtree'}.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:#fff}.custom-checkout-checkbox label{color:#333;font-family:Georgia,"Times New Roman",Times,serif}.custom-checkout-checkbox label::before{color:#fff}.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:#fff;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:'Figtree';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:#fff}.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:#fff}.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:766px){}.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:#fff}.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:766px){.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)}}.home #video-overlay,.home .logos,.home .four-accross{z-index:1}.home .introBox{padding:200px 15px 40% 15px;-webkit-transition:padding ease .3s;-moz-transition:padding ease .3s;-ms-transition:padding ease .3s;-o-transition:padding ease .3s;transition:padding ease .3s}@media only screen and (max-width:767px){.home .introBox{padding:100px 15px 5% 15px}}.home .weAreSyrox{padding-top:20%;padding-bottom:10%}.home .scrollableBannersHolder{display:inline-block;clear:both;width:100%;position:relative}.home .section-panel-slides .panel .panel-inner.contentCentered .plarge{margin-bottom:50px}@media (max-width:767px){.home .section-panel-slides .panel .panel-inner.contentCentered p{padding-left:10px !important;padding-right:10px !important}}.home .section-panel-slides .panel:nth-of-type(odd) .panel-inner{padding-left:5%;text-align:left;left:0}@media (max-width:767px){.home .section-panel-slides .panel:nth-of-type(odd) .panel-inner{text-align:center !important;padding-left:20px !important;padding-right:20px !important;max-width:100% !important}}.home .section-panel-slides .panel:nth-of-type(even) .panel-inner{padding-right:5%;text-align:right;right:0;left:inherit}@media (max-width:767px){.home .section-panel-slides .panel:nth-of-type(even) .panel-inner{text-align:center !important;padding-left:20px !important;padding-right:20px !important;max-width:100% !important}}.home .logos .panel-inner{opacity:1;width:100%;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;top:0;left:0;position:relative;max-width:100%;text-align:center !important}.home .logos .panel-inner p.plarge.pfifty{margin-top:50px}#video-overlay{background-color:rgba(0,0,0,0.65);height:100%;left:0;position:relative;top:0;transition:background-color 300ms ease;width:100%}#video-overlay video{height:100%}.fade{background-color:rgba(0,0,0,0.85) !important}#hero-vid{backface-visibility:hidden;background-size:cover;bottom:0;height:auto !important;min-height:100%;min-width:100%;position:fixed;left:0;top:0;width:auto;z-index:1}#hero-pic{display:block;height:auto;width:100%}#state{background-color:rgba(0,0,0,0.5);bottom:0;cursor:pointer;font-size:2.25em;left:0;padding:1.5rem 2.5rem;position:absolute;width:31px}#content{background-color:#151515;padding:2em;position:relative;z-index:1}#content p{font-size:1.25em;letter-spacing:.02em;margin-bottom:1.3em}@media only screen and (max-width:767px){#video-overlay{height:auto}}.bgimgnone p,.bgimgnone h1,.bgimgnone a{color:#000 !important;text-shadow:none !important}.bgimgnone .readmore{color:#000 !important}.bgimgnone .readmore:after{color:#000 !important}@media (max-width:767px){.logos .plarge:nth-of-type(2){margin-bottom:10px;margin-top:30px}}.hp-hthree{padding-top:80px !important}.home p.textshadow,.home h2.textshadow{font-weight:normal !important;font-size:40px !important;line-height:56px !important;text-shadow:0 0 10px #000 !important;letter-spacing:0 !important;text-transform:none}@media (max-width:1024px){.home p.textshadow,.home h2.textshadow{font-size:30px !important;line-height:40px !important;letter-spacing:0 !important}}@media (max-width:767px){.home p.textshadow,.home h2.textshadow{font-size:22px !important;line-height:26px !important;letter-spacing:0 !important}}h1.textshadow{text-shadow:0 0 10px #000 !important}.our-work-single .absoluteContent h1{text-shadow:0 0 10px #000 !important}p.textshadow,.our-work-single .absoluteContent p,h2.textshadow,.our-work-single .absoluteContent h2{text-shadow:1px 1px 10px #000 !important;font-weight:bold !important;text-transform:none !important;letter-spacing:0 !important}@media (max-width:1024px){.our-work .absoluteContent p.plarge,.our-process .absoluteContent p.plarge,.our-support .absoluteContent p.plarge,.our-integrations .absoluteContent p.plarge,.jobs-bg .absoluteContent p.plarge,.contact-us .absoluteContent p.plarge{font-size:22px !important;line-height:26px !important}}@media (min-width:1025px){.our-work .absoluteContent p.plarge,.our-process .absoluteContent p.plarge,.our-support .absoluteContent p.plarge,.our-integrations .absoluteContent p.plarge,.jobs-bg .absoluteContent p.plarge,.contact-us .absoluteContent p.plarge{font-size:28px !important;line-height:34px !important}}.our-work .our-work-shadow,.our-process .our-work-shadow,.our-support .our-work-shadow,.our-integrations .our-work-shadow,.jobs-bg .our-work-shadow,.contact-us .our-work-shadow{text-shadow:0 0 10px #000 !important}@media (max-width:1024px){.about-us p.plarge{font-size:22px !important;line-height:26px !important}}@media (min-width:1025px){.about-us p.plarge{font-size:28px !important;line-height:34px !important}}.get-in-touch-hp{position:absolute !important;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:-60%}@media (max-width:767px){.get-in-touch-hp{display:none !important}}@media (min-width:1281px){.custom-home-width{width:64%}}#header .toggle-holder{display:none}#header .toggle-holder #mainNav-toggle{display:none}@media (max-width:767px){#header{transition:all .8s ease-in}#header[data-position="sticky-hide"]{transform:translateY(-200%)}#header[data-position="sticky-show"]{top:0 !important;left:0 !important}}#header .logo-holder{display:block;position:relative;width:100%;max-width:1200px;margin:0 auto;padding:0 20px 0 40px;-webkit-transition:max-width ease .3s;-moz-transition:max-width ease .3s;-ms-transition:max-width ease .3s;-o-transition:max-width ease .3s;transition:max-width ease .3s}#header .logo-holder img{max-width:286px;-webkit-transition:max-width ease .3s;-moz-transition:max-width ease .3s;-ms-transition:max-width ease .3s;-o-transition:max-width ease .3s;transition:max-width ease .3s}@media (max-width:480px){#header .logo-holder img{max-width:200px}}#header .main-header-right-panel{position:absolute;right:40px;top:11px}#header .main-header-right-panel.hide{display:none}#header .main-header-right-panel ul{position:absolute;right:0;width:300px}#header .main-header-right-panel ul li{float:right;padding:0;display:inline;width:auto;text-align:center;position:relative;color:#fff;line-height:13px}#header .main-header-right-panel ul li a{font-family:'Figtree';font-size:24px;color:#fff;line-height:13px;letter-spacing:2px;margin-right:0}@media (max-width:930px){#header .main-header-right-panel ul li{display:block}#header .main-header-right-panel ul li:nth-of-type(1):after{content:''}}@media (max-width:700px){#header .main-header-right-panel ul li{display:none}}@media (min-width:768px){#header.new-header{height:83px !important}}#header.new-header #mainNav-container{padding:0 !important;background-color:rgba(0,0,0,0.7) !important}@media (min-width:768px){#header.new-header #mainNav-container{height:83px !important}}@media (max-width:767px){#header.new-header #mainNav-container{background-color:rgba(0,0,0,0.5) !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}}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo{padding:18px 0 0 20px !important}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo a:before{display:none !important}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo a:hover :before{display:none !important}@media (min-width:768px){#header.new-header #mainNav-container #mainNav-menu{width:auto;display:inline-block;position:absolute;padding:0 !important;top:16px;right:20px;text-align:right}#header.new-header #mainNav-container #mainNav-menu li{padding:18px 20px;float:left;font-size:14px !important;line-height:14px !important}#header.new-header #mainNav-container #mainNav-menu li:hover a,#header.new-header #mainNav-container #mainNav-menu li.active a{opacity:1 !important}#header.new-header #mainNav-container #mainNav-menu li:hover a:before,#header.new-header #mainNav-container #mainNav-menu li.active a:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}#header.new-header #mainNav-container #mainNav-menu li a{font-size:14px !important;line-height:14px !important;text-shadow:none !important;position:relative;text-decoration:none}#header.new-header #mainNav-container #mainNav-menu 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.new-header #mainNav-container #mainNav-menu li:nth-child(8){border:2px solid #fff;padding:16px 20px;margin-left:20px;position:relative;line-height:50px;overflow:hidden;z-index:1}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):after{content:"";position:absolute;top:0;left:30px;width:500%;height:1000%;background:#00a3c7;z-index:-1;transform-origin:0 0;transform:translateX(calc(20%)) translateY(10%) rotate(-45deg);transform:translateY(10%) translateX(16%) rotate(-45deg);transition:transform .9s}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):hover,#header.new-header #mainNav-container #mainNav-menu li:nth-child(8).active{border:2px solid #00a3c7}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):hover:after,#header.new-header #mainNav-container #mainNav-menu li:nth-child(8).active:after{transform:translateY(10%) translateX(-100px) rotate(-45deg)}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8).active{background:#00a3c7}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo{padding:10px 10px 0 30px !important}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo a:before{display:none !important}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo a:hover :before{display:none !important}}@media (min-width:768px) and (max-width:1380px){#header.new-header #mainNav-container #mainNav-menu li{padding:16px 10px;font-size:13px !important}#header.new-header #mainNav-container #mainNav-menu li a{font-size:12px !important}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8){margin-left:10px}#header.new-header #mainNav-container #mainNav-menu .linkedin-logo{padding:10px 10px 0 20px !important}}@media (min-width:768px) and (max-width:1080px){#header.new-header #mainNav-container #mainNav-menu{width:100%;top:45px;right:0;text-align:center;left:0}#header.new-header #mainNav-container #mainNav-menu li{text-align:center;float:none !important}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8){border:0;padding:5px 5px !important;margin-left:0;line-height:14px !important;overflow:unset !important}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):after{display:none}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):hover{border:0}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8):hover:after{display:none}#header.new-header #mainNav-container #mainNav-menu li:nth-child(8) a::before{display:none}}@media (min-width:768px) and (max-width:900px){#header.new-header #mainNav-container #mainNav-menu li{padding:16px 5px !important}#header.new-header #mainNav-container #mainNav-menu li a{letter-spacing:0 !important}}#header.new-header.mainNav-sticky #mainNav-container{background-color:rgba(0,0,0,0.7) !important;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}@media (min-width:1081px){#header.new-header.mainNav-sticky #mainNav-container{height:50px !important}}@media (min-width:768px) and (max-width:1080px){#header.new-header.mainNav-sticky #mainNav-container{height:83px !important}}#header.new-header.mainNav-sticky #mainNav-container *{-webkit-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{padding:1px 15px !important}}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li:nth-child(8){border:0 !important;margin-left:0 !important}#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li:last-child{border:0 !important;margin-left:0 !important;margin-top:-8px !important}@media (min-width:768px) and (max-width:1200px){#header.new-header.mainNav-sticky #mainNav-container #mainNav-menu li{padding:5px !important}}#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{transition:all .5s ease-in}#header[data-position="sticky-hide"]{transform:translateY(-200%)}#header[data-position="sticky-show"]{top:0 !important;left:0 !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:rgba(0,0,0,0.9) !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{position:relative;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:absolute;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 .top-header-container{height:80px}@media (max-width:767px){.main-header .top-header-container{margin-top:50px}}.main-header .logo-holder{display:none}@media (max-width:767px){.main-header .logo-holder{position:absolute;top:50%;transform:translate(0, -50%);right:0;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:#fff}@media (max-width:766px){.main-header{height:115px}.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}}.push-mainNav-open #mainNav-toggle span:nth-of-type(1){top:18px;width:0;left:50%}.push-mainNav-open #mainNav-toggle span:nth-of-type(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.push-mainNav-open #mainNav-toggle span:nth-of-type(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.push-mainNav-open #mainNav-toggle span:nth-of-type(4){top:18px;width:0;left:50%}.toggle-holder{display:none}@media (max-width:767px){.toggle-holder{position:fixed;top:0;z-index:9999;display:block;-webkit-transition:left .5s ease;-moz-transition:left .5s ease;-o-transition:left .5s ease;transition:left .5s ease;left:0;padding:10px}}#mainNav-toggle{display:none}@media (max-width:767px){#mainNav-toggle{width:60px;height:45px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#mainNav-toggle:hover{cursor:pointer;opacity:.7}#mainNav-toggle.mainNav-right{right:10px}#mainNav-toggle.mainNav-right.mainNav-open{right:calc(80% + 10px)}#mainNav-toggle.mainNav-top{left:10px}#mainNav-toggle span{display:block;position:absolute;height:4px;width:100%;background:white;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#mainNav-toggle span:nth-of-type(1){top:3px}#mainNav-toggle span:nth-of-type(2),#mainNav-toggle span:nth-of-type(3){top:14px}#mainNav-toggle span:nth-of-type(3){top:25px}#mainNav-toggle span:nth-of-type(1){top:3px}#mainNav-toggle span:nth-of-type(2){top:14px}#mainNav-toggle span:nth-of-type(3){top:14px}#mainNav-toggle span:nth-of-type(4){top:25px}}#header.fixed{height:auto}#header.fixed .logo{width:160px}@media (max-width:767px){#searchForm input{width:100%}}.checkout-container .main-header-logo{display:block !important}.checkout-container .main-header-logo img{filter:invert(0) !important}@media (max-width:767px){.checkout-container .main-header-logo{left:20px !important}}@media (max-width:767px){#mainNav-toggle{background-color:transparent !important;border:none transparent;border-radius:0;display:block !important;width:30px;height:30px;position:relative;padding:2px;transition:left .6s ease,right .6s ease}.toggle-holder{position:fixed;top:0;z-index:9999;display:block !important;-webkit-transition:left .5s ease;-moz-transition:left .5s ease;-o-transition:left .5s ease;transition:left .5s ease;left:0;padding:10px}}footer{text-transform:uppercase !important;background:#fff;padding:30px 0;position:relative;z-index:1}footer *{letter-spacing:1.5px !important;font-size:13px !important;font-family:'Figtree' !important}footer p{text-transform:uppercase}footer a{text-decoration:none !important}footer .footPart1{border-bottom:1px solid #ccc;padding-bottom:30px;padding-left:20px;padding-right:20px}@media (max-width:480px){footer .footPart1{padding-left:10px;padding-right:10px}}footer .footPart1 p,footer .footPart1 a{color:#333 !important}footer .footPart2{padding-top:30px;padding-left:20px;padding-right:20px}@media (max-width:480px){footer .footPart2{padding-left:10px;padding-right:10px}}footer .footPart2 p,footer .footPart2 a{color:#999 !important}
