@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0px */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90px {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180px {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270px {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

@font-face {
  font-family: Montserrat;
  src: url(/wp-content/themes/claudeneon.com.au/fonts/montserrat/Montserrat-Regular.otf); }
@font-face {
  font-family: Montserrat-Bold;
  src: url(/wp-content/themes/claudeneon.com.au/fonts/montserrat/Montserrat-Bold.otf); }
@font-face {
  font-family: OpenSans;
  src: url(/wp-content/themes/claudeneon.com.au/fonts/open-sans/OpenSans-Regular.ttf); }
@font-face {
  font-family: OpenSans-Light;
  src: url(/wp-content/themes/claudeneon.com.au/fonts/open-sans/OpenSans-Light.ttf); }
h1, h2, h3, h4, h5 {
  font-family: Montserrat, san-serif; }

h3 {
  color: #eb212e;
  font-size: 35px; }

/* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  background: none;
  font-family: OpenSans, sans-serif;
  overflow-x: hidden; }

.clr {
  margin: 0;
  padding: 0;
  clear: both; }

.clear {
  margin: 0 !important;
  padding: 0 !important;
  clear: both; }

.clearfix {
  margin: 0;
  padding: 0;
  clear: both; }

/* Global Classes starts */
* {
  outline: none; }

div, form, P {
  margin: 0;
  padding: 0; }

A IMG {
  border: none;
  outline: none; }

p {
  font-family: OpenSans-Light, sans-serif;
  color: #596163;
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0; }

p a {
  text-decoration: underline;
  color: #A2A2A2; }

p a:hover {
  text-decoration: none; }

UL {
  /* Controls NORMAL UL */
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #596163; }

UL LI {
  /* Controls NORMAL li inside UL */
  margin: 0 0  0 0;
  padding: 0 0 0  0; }

UL strong {
  font-size: 15px; }

OL {
  /* Controls NORMAL OL */
  margin: 0 0 0 28px;
  padding: 0;
  list-style-type: decimal; }

OL LI {
  /* Controls NORMAL li inside OL */
  text-decoration: underline;
  color: #000000; }

OL LI A, LI A, OL A {
  /* Controls LINKS inside OL */
  text-decoration: underline;
  color: #000000; }

OL A:HOVER {
  /* Controls LINKS HOVER inside OL */
  text-decoration: none;
  color: #363636; }

UL A {
  /* Controls LINKS inside UL */
  text-decoration: underline;
  color: #A2A2A2; }

UL A:HOVER {
  /* Controls LINKS HOVER inside UL */
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/* Global Classes ends */
/*header_section start*/
.header_wrapper {
  width: 100%;
  height: 111px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5); }

.header_wrapper_2 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0; }
  @media only screen and (max-width: 1024px) {
    .header_wrapper_2 {
      width: calc(100% - 20px); } }

.header_wrapper,
.header_wrapper .logo img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.header_wrapper.smaller {
  height: 50px; }

.header_wrapper.smaller .logo img {
  height: 40px;
  width: auto; }

.header_wrapper.smaller .header_menu_without_image a {
  color: #ffffff !important; }

.header_wrapper.smaller .header_menu_without_image li.current_page_item a, .header_wrapper.smaller .header_menu_without_image li.current-menu-ancestor a, .header_wrapper.smaller .header_menu_without_image li.current-menu-parent a {
  color: #ffffff; }

.header {
  margin: 0;
  padding: 0; }

.header_input {
  width: 82px;
  margin: 33px 0 0 0;
  padding: 7px 0 7px 0;
  border: 1px solid #ec1b24;
  background: #fff;
  color: #ec1b24;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  float: left; }

.dekstop {
  margin: 0;
  padding: 0; }

.mob {
  display: none; }

.header_menu1 {
  margin: 0;
  padding: 0; }

nav {
  margin: 0;
  padding: 0; }

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav ul li {
  margin: 0;
  padding: 0;
  display: block; }

nav ul li a {
  margin: 0;
  padding: 0;
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  font-family: Montserrat, sans-serif !important;
  text-transform: capitalize; }

.header_menu2 {
  margin: 0;
  padding: 0; }

.header_menu2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.find {
  width: 132px;
  margin: 0;
  padding: 0;
  text-align: center; }

.find a {
  margin: 0 0 0 0px !important;
  padding: 14px 0 13px 0px !important;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 300 !important;
  background: #ec1b24 !important;
  transition: all 0.3s ease 0s !important;
  text-decoration: none !important;
  display: block !important;
  border: none !important;
  font-family: Montserrat, sans-serif !important; }

.find a:hover {
  background: #d61820 !important;
  border: none !important; }

.banner {
  margin: 0;
  padding: 0; }

.banner_caption {
  width: 1200px;
  margin: 0 auto 0;
  padding: 0; }

.caption_bar {
  width: 90%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000; }

.full {
  width: 370px !important;
  margin: 0 !important;
  padding: 34px 30px 25px 30px !important;
  background: url(../images/tran.png) left top repeat !important;
  border-bottom: 9px solid #ec1b24 !important; }

.full h3 {
  margin: 0 0 22px 0px !important;
  padding: 0 0 20px 0px !important;
  font-size: 35px !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  background: url(../images/border2.png) left bottom no-repeat !important; }

.full p {
  margin: 0 0 22px 0px !important;
  padding: 0 0 0 0px !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  line-height: 25px !important; }

.see {
  margin: 0 0 0 0px !important;
  padding: 0 0 0 0px !important;
  width: 250px !important;
  text-align: center !important; }

.see a {
  margin: 0 0 0 0px !important;
  padding: 14px 0 14px 0px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  background: #ec1b24 !important;
  transition: all 0.3s ease 0s !important;
  font-family: Montserrat, sans-serif !important;
  display: block !important;
  text-transform: capitalize !important; }

.see a:hover {
  background: #a90f16 !important; }

/*header_section end*/
/*container_section start*/
.container_wrapper {
  max-width: 1335px;
  margin: 0 auto 20px;
  padding: 0; }

.larg {
  width: 1340px;
  margin: 0 auto 0;
  padding: 0;
  background: #fff; }

.large_wrapper {
  width: 1340px;
  margin: 0 auto 0;
  padding: 0;
  z-index: 9999; }

.welcome {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #fafafa; }

.welcome_left {
  width: 531px;
  float: left;
  margin: 0;
  padding: 0; }

.welcome_right {
  width: 531px;
  float: right;
  margin: 0;
  padding: 0; }

.welcome h3, .welcome h1, .welcome h2 {
  margin: 0 0 25px 0;
  padding: 0 0 19px 0;
  font-size: 35px;
  color: #ec1b24 !important;
  font-weight: 300;
  background: url(../images/border.png) left bottom no-repeat; }

.welcome p {
  margin: 0 0 22px 0;
  padding: 0;
  font-size: 15px;
  color: #464646;
  font-weight: 300;
  line-height: 23px; }

.process {
  margin: 0;
  padding: 45px 0 60px 0;
  background: url(../images/bg1.png) left top no-repeat;
  background-size: 100% 100%; }

.process h3 {
  margin: 0 0 45px 0;
  padding: 0 0 15px 0;
  font-size: 45px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center; }

.process h4 {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 27px;
  color: #fff;
  font-weight: 300; }

.process p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  line-height: 23px;
  font-weight: 300; }

.process_left {
  width: calc(25% - 10px);
  margin: 0;
  padding: 0;
  background: #ec1b24;
  float: left;
  line-height: 100px; }

.process_left:nth-child(3) {
  background: #D71821; }

.process_left:nth-child(4) {
  background: #C1161D; }

.process_left h4 {
  margin: 0;
  padding-left: 28px; }

.process .container_wrapper {
  position: relative; }

.process_left:nth-last-child(1) {
  background: #ac131a; }

.process .triangle {
  display: block;
  float: left;
  position: relative;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 40px solid #ac131a; }

.types {
  margin: 0;
  padding: 45px 0 0 0;
  background: #fff; }

.types h3 {
  margin: 0 0 45px 0;
  padding: 0 0 15px 0;
  font-size: 35px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center; }

.types .overlay-project-details .project-detail-left h3 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  background: none;
  text-align: left; }

.types_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.types_box {
  width: 100%;
  margin: 0;
  padding: 0; }

.types1 {
  margin: 0 0 0 15px;
  padding: 0;
  float: left; }

.client {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #f7f7f7; }

.about {
  margin: 0 auto;
  padding: 60px 10px 0 10px; }

.about1 {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 0 60px 0; }

.about2 {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #fafafa; }

.about3 {
  margin: 0;
  padding: 60px 0 0 0; }

.about_left {
  width: 531px;
  margin: 0;
  padding: 0;
  float: left; }

.about_right {
  width: 609px;
  margin: 0;
  padding: 0;
  float: right; }

.about img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.meet {
  margin: 0;
  padding: 0;
  width: 238px;
  text-align: center; }

.meet a {
  margin: 0 0 15px;
  padding: 12px 0 11px 0;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  font-family: Montserrat, sans-serif !important;
  display: block;
  text-transform: capitalize; }

.meet a:hover {
  background: #a90f16; }

.about_left1 {
  width: 609px;
  margin: 0;
  padding: 0;
  float: left; }

.about_right1 {
  width: 531px;
  margin: 0;
  padding: 0;
  float: right; }

.digital {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #fafafa;
  border-top: 1px solid #b7b7b7; }

.digital_left {
  width: 562px;
  margin: 0;
  padding: 0;
  float: left; }

.digital_right {
  width: 562px;
  margin: 0;
  padding: 0;
  float: right; }

.digital img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0; }

.digital h3 {
  margin: 0 0 60px 0;
  padding: 0 0 20px 0;
  font-size: 35px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center; }

.digital p {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 15px;
  color: #464646;
  line-height: 23px;
  font-weight: 300; }

.project {
  margin: 0;
  padding: 0; }

.project1 {
  margin: 4px 0 0 0;
  padding: 0; }

.project2 {
  margin: 0;
  padding: 0 0 60px 0; }

.project_left {
  width: 50%;
  float: left;
  margin: -4px 0 -4px 0;
  padding: 0; }

.project img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.project_bar {
  width: 100%;
  margin: 98px 0 0 0px !important;
  padding: 20px 0 18px 0px !important;
  background: url(../images/tran1.png) left top repeat; }

.types2 {
  width: 450px;
  margin: 0 0 0 25px !important;
  padding: 0 0 0 0px !important;
  float: left; }

.project_bar h4 {
  margin: 0 0 10px 0px !important;
  padding: 0 0 0 0px !important;
  font-size: 28px !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-family: Montserrat, sans-serif !important; }

.project_bar h4 a {
  color: #fff;
  text-decoration: none; }

.project_bar h4 a:hover {
  color: #ec1b24; }

.project_menu {
  margin: 0 0 0 0px !important;
  padding: 0 0 0 0px !important; }

.project_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.project_menu ul li {
  margin: 0 0 0 0px !important;
  padding: 0 0 0 25px !important;
  font-size: 17px !important;
  color: #fff !important;
  line-height: 25px !important;
  font-weight: 300 !important;
  background: url(../images/dot.png) left 9px no-repeat;
  font-family: Montserrat, sans-serif !important; }

.view1 {
  margin: 35px 20px 0 0px !important;
  padding: 0;
  width: 115px;
  text-align: center;
  float: right; }

.view1 a {
  margin: 0;
  padding: 12px 0 11px 0;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-transform: capitalize; }

.view1 a:hover {
  background: #a90f16; }

.load {
  margin: 59px auto 0;
  padding: 0;
  width: 215px;
  text-align: center; }

.load a {
  margin: 0;
  padding: 12px 0 11px 0;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-transform: capitalize; }

.load a:hover {
  background: #a90f16; }

.project_inner1 {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #f7f7f7; }

.project_inner1 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.project_inner2 h3 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-size: 35px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) left bottom no-repeat; }

.project_inner2 h4 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #ec1b24;
  font-weight: 300; }

.project_inner2 h5 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 17px;
  color: #464646;
  font-weight: 300; }

.project_inner2 p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  color: #464646;
  font-weight: 300; }

.project_inner2 {
  margin: 0;
  padding: 60px 0 60px 0; }

.project_inner_left {
  width: 531px;
  margin: 0;
  padding: 0;
  float: left; }

.project_inner_right {
  width: 562px;
  margin: 0;
  padding: 0;
  float: right; }

.make {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: left; }

.make a {
  margin: 0;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: capitalize; }

.make a:nth-child(2) {
  margin-left: 10px; }

.make a:hover {
  background: #a90f16; }

.what {
  margin: 0;
  padding: 0; }

.what h3 {
  margin: 0 0 60px 0;
  padding: 0 0 20px 0;
  font-size: 35px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center; }

.what_left {
  width: 562px;
  float: left;
  margin: 0;
  padding: 0; }

.what_right {
  width: 562px;
  float: right;
  margin: 0;
  padding: 0; }

.what img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

.what_box {
  margin: 0;
  padding: 60px 0 60px 0;
  background: #fafafa; }

.what_menu {
  width: 99.9%;
  margin: 0;
  padding: 0; }

.what_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.what_menu ul li {
  width: 12.5%;
  margin: 0;
  padding: 0 0 0;
  float: left;
  text-align: center; }

.what_menu ul li a {
  width: 100%;
  margin: 0;
  padding: 35px 0 0;
  display: inline-block;
  background: url(../images/pic1.png) center top no-repeat;
  font-size: 17px;
  color: #464646;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none; }

.what_menu ul li a img {
  margin: 0 0 40px 0;
  padding: 0; }

.what_menu ul li a:hover {
  background: url(../images/pic2.png) center top no-repeat; }

.contact {
  margin: 0;
  padding: 0;
  border-top: 1px solid #b7b7b7; }

.contact_top {
  background: #f7f7f7;
  margin: 0;
  padding: 60px 0 60px 0; }

.contact_form {
  width: 650px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center; }

.contact_bottom {
  margin: 0;
  padding: 60px 0 60px 0; }

.contact_bottom h3 {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 35px;
  color: #ec1b24;
  font-weight: 300;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center; }

.contact_bottom h4 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 25px;
  color: #ec1b24;
  font-weight: 300; }

.contact_bottom p {
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  font-size: 17px;
  line-height: 20px;
  color: #464646;
  font-weight: 300;
  background: url(../images/border.png) left bottom no-repeat; }

.contact_bottom h5 {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px;
  color: #464646;
  font-weight: 300;
  line-height: 25px; }

.contact_bottom h5 a {
  padding: 0 0 0 25px;
  color: #464646;
  text-decoration: none;
  background: url(../images/phone2.png) left 10px no-repeat;
  display: block; }

.contact_menu {
  margin: 0;
  padding: 0; }

.contact_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.contact_menu ul li {
  margin: 0;
  padding: 0 0 0 25px;
  background: url(../images/message1.png) left 7px no-repeat;
  font-size: 14px;
  color: #464646;
  font-weight: 300;
  line-height: 25px; }

.contact_menu ul li a {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #464646;
  font-weight: 300;
  text-decoration: none; }

.contact_menu ul li a:hover {
  color: #ec1b24; }

.contact_left {
  float: left;
  width: 350px;
  margin: 60px 75px 0 0;
  padding: 0; }

.contact_right {
  float: right;
  width: 350px;
  margin: 60px 0 0 0;
  padding: 0; }

.contact_box {
  width: 776px;
  margin: 0 auto 0;
  padding: 0; }

.map {
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #dddddd; }

.thankyou {
  margin: 0;
  padding: 60px 0 100px 0;
  border-top: 1px solid #b7b7b7;
  text-align: center; }

.thankyou p {
  margin: 0 0 35px 0px !important;
  padding: 0 0 0 0px !important;
  font-size: 14px !important;
  line-height: 23px !important;
  color: #464646 !important;
  font-weight: 300 !important; }

.thankyou h3 {
  margin: 0 0 35px 0px !important;
  padding: 0 0 20px 0px !important;
  font-size: 35px !important;
  color: #ec1b24 !important;
  font-weight: 300 !important;
  background: url(../images/border.png) center bottom no-repeat;
  text-align: center !important; }

.back {
  width: 216px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center; }

.back a {
  margin: 0;
  padding: 12px 0 11px 0;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  display: block; }

.back a:hover {
  background: #920d12; }

/*Container_section End*/
/*Footer_section Start*/
.footer_wrapper {
  width: 1200px;
  margin: 0  auto;
  padding: 0; }

.footer {
  margin: 0;
  padding: 0; }

.footer_left {
  width: 180px;
  margin: 0 140px 0 0;
  padding: 0;
  float: left; }

.footer_menu {
  margin: 0 0 30px 0;
  padding: 0; }

.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.footer_menu ul li {
  margin: 0;
  padding: 0;
  display: block; }

.footer_menu ul li a {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif; }

.footer_menu ul li a:hover {
  color: #73090d; }

.footer_right {
  width: 530px;
  margin: 0;
  padding: 0;
  float: right; }

.footer_form {
  margin: 0 0 36px 0;
  padding: 0; }

.call1 {
  width: 185px;
  margin: 0;
  padding: 0;
  float: left; }

.call1 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 25px;
  font-weight: 400;
  color: #fff; }

/*Footer-section End*/
.br {
  margin-top: 5px !important; }

.br1 {
  margin: 0 !important; }

.br2 {
  margin: 10px 0 0 0 !important; }

.value {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c9c9c9; }

.arrowlistmenu .menuheader {
  color: #3f3f3f;
  background: url(../images/arrow3.png) #dfdfdf right 23px no-repeat;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 0 15px 5px;
  margin: 0;
  font-weight: bold;
  display: block;
  border: 1px solid #c9c9c9;
  border-bottom: none; }

.arrowlistmenu .menuheader h4 {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  color: #3f3f3f;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif; }

.arrowlistmenu .openheader {
  background: url(../images/arrow4.png) #ec1b24 right 23px no-repeat;
  color: #fff;
  padding: 15px 0 15px 5px;
  margin: 0;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  display: block;
  border: 1px solid #ec1b24;
  border-bottom: none; }

.arrowlistmenu .openheader h4 {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif; }

.lorem {
  margin: 0 0 0;
  padding: 30px 40px 10px 21px;
  background: #f4f4f4;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9; }

.lorem p {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #464646;
  line-height: 23px; }

.lorem h5 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ec1b24;
  text-transform: uppercase; }

.panel-tab {
  margin: 0;
  padding: 0; }

#gform_wrapper_1 h3.gform_title {
  margin: 0 0 20px 0px !important;
  padding: 0 0 0 0px !important;
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: capitalize !important; }

.gform_wrapper {
  margin: 0 !important; }

#gform_wrapper_1 #field_1_1 label {
  display: none; }

.gform_wrapper {
  max-width: 100% !important; }

#gform_wrapper_1 input {
  width: 100%;
  margin: 0 0 3px 0;
  padding: 13px 16px 13px 16px;
  font-size: 15px;
  color: #464646;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #dddddd; }

#gform_wrapper_1 #input_1_4 {
  width: 100%;
  height: 147px;
  margin: 0 0 3px 0;
  padding: 13px 16px 13px 16px;
  font-size: 15px;
  color: #464646;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #dddddd; }

#gform_wrapper_1 #gform_submit_button_1 {
  width: 134px;
  margin: 0 0 50px;
  padding: 11px 0 10px 0;
  font-size: 15px;
  color: #fff;
  background: #ec1b24;
  font-weight: 300;
  cursor: pointer;
  text-transform: capitalize;
  border: none;
  font-family: Montserrat;
  text-transform: uppercase;
  float: right; }

#gform_wrapper_1 #gform_submit_button_1:hover {
  background: #73090d; }

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important; }

.lsi-social-icons li a {
  padding: 3.5px !important; }

.social .lsi-social-icons li {
  margin: 0 4px 0 0 !important; }

.page-id-87 .about1 {
  padding: 0 !important; }

.page_id-94 .what_box {
  padding: 0 !important; }

.page_id-96 .what_box {
  padding: 0 !important; }

.project_inner_left .entry-title {
  display: none; }

.project_inner_left .post-thumbnail {
  display: none; }

.project_inner_left .entry-footer {
  display: none; }

#gallery-con .single_title {
  display: none; }

#gform_wrapper_2 #field {
  width: 100%; }

#gform_wrapper_2 input {
  width: 100%;
  margin: 0 0 17px 0px !important;
  padding: 16px 16px 15px 16px !important;
  font-size: 16px !important;
  color: #464646 !important;
  font-weight: 300 !important;
  font-family: Montserrat, sans-serif !important;
  background: #fff !important;
  border: 1px solid #c9c9c9 !important; }

#gform_wrapper_2 #gform_fields_2 label {
  display: none; }

#gform_wrapper_2 h3.gform_title {
  margin: 0 0 40px 0px !important;
  padding: 0 0 20px 0px !important;
  font-size: 35px !important;
  color: #ec1b24 !important;
  font-weight: 300 !important;
  background: url(../images/border.png) center bottom no-repeat !important;
  text-align: center !important; }

#gform_wrapper_2 #input_2_4 {
  width: 100%;
  height: 284px;
  margin: 0 0 17px 0px !important;
  padding: 16px 16px 15px 16px !important;
  font-size: 16px !important;
  color: #464646 !important;
  font-weight: 300 !important;
  font-family: Montserrat, sans-serif !important;
  background: #fff !important;
  border: 1px solid #c9c9c9 !important; }

#gform_wrapper_2 #input_2_5 {
  width: 80%;
  margin: -58px 0 21px 0px !important;
  padding: 16px 16px 15px 16px !important;
  font-size: 16px !important;
  color: #464646 !important;
  font-weight: 300 !important;
  font-family: Montserrat, sans-serif !important;
  background: #fff !important;
  border: 1px solid #c9c9c9 !important;
  float: right !important; }

#gform_wrapper_2 #gform_submit_button_2 {
  width: 201px !important;
  margin: 0 0 0 0px !important;
  padding: 11px 0 10px 0px !important;
  font-size: 20px !important;
  color: #fff !important;
  background: #ec1b24 !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
  font-family: Montserrat, sans-serif !important;
  border: none !important;
  text-align: center; }

#gform_wrapper_2 #gform_submit_button_2:hover {
  background: #920d12 !important; }

#gform_wrapper_2 .gform_footer {
  text-align: center; }

#gallery-main img {
  height: 470px; }

#gallery-main {
  width: 910px !important; }

#thumbnails {
  width: 267px !important;
  border: none !important;
  margin-top: 0 !important; }

.g_thumbs {
  width: 100% !important;
  height: auto;
  margin-bottom: 3px; }

#thumbcon_abs {
  width: 100% !important;
  position: inherit !important; }

#gfield_captcha {
  width: 30%; }

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: 1px solid #c9c9c9 !important;
  background: #fff !important;
  height: 53px;
  padding: 11px 0px !important; }

#left-arrow {
  background: transparent url("images/arrow7.png") no-repeat scroll center top;
  cursor: pointer;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  text-indent: -9999px !important;
  width: 100%; }

#right-arrow {
  background: transparent url("images/arrow8.png") no-repeat scroll center top;
  cursor: pointer;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  text-indent: -9999px !important;
  width: 100%; }

#thumbcon {
  margin: 0 auto;
  position: relative; }

.alm-btn-wrap {
  padding: 30px 10px 0px !important; }

button.alm-load-more-btn.done {
  background: #ec1b24; }

#wdps_0_slide177_layer1 {
  width: 100% !important; }

.wdps_animated {
  width: 100% !important; }

#wdps_container1_0px #wdps_container2_0px .wdps_slideshow_image_wrap_0 {
  max-width: 100% !important; }

#wdps_container1_1 #wdps_container2_1 .wdps_slideshow_image_wrap_1 {
  max-width: 100% !important; }

.project_left .wdps_slide_container_0px span {
  width: 100%; }

.project_left .wdps_slide_container_1 span {
  width: 100%; }

#logo-slider-wraper {
  left: 0 !important; }

#next {
  background: url(../../uploads/2016/03/arrow1.png) center center no-repeat !important; }

#prev {
  background: url(../../uploads/2016/03/arrow2.png) center center no-repeat !important; }

.page-id-81 .about h4 {
  display: none; }

.page-id-78 .about h4 {
  display: none; }

.jw_easy_slider_name {
  display: none; }

.jcarousel-wrapper {
  width: 90%;
  margin: 0 auto !important;
  background: #fff;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  float: inherit !important; }

.jcarousel-pagination {
  display: none; }

.jcarousel img {
  margin-bottom: -36px !important; }

.jcarousel li {
  padding: 0 !important; }

.wrapper {
  width: 100%; }

.jcarousel-control-next {
  background: url(../../uploads/2016/03/arrow2.png) center center no-repeat #f7f7f7 !important;
  text-shadow: inherit !important;
  font: inherit !important;
  top: 65px !important;
  margin: 0 -30px 0 0px !important; }

.jcarousel-control-prev {
  background: url(../../uploads/2016/03/arrow1.png) center center no-repeat #f7f7f7 !important;
  text-shadow: inherit !important;
  font: inherit !important;
  top: 65px !important;
  margin: 0 0 0 -40px !important;
  float: left !important;
  right: auto !important; }

/*mega menu css*/
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator::after,
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator::after {
  border: inherit !important; }

li#menu-item-174 {
  width: 100%;
  /*background:#242424 !important;*/ }

ul#wpmega-wpmega-sidebar h2.widgettitle, #text-10px .textwidget h2 {
  margin: 0 0 25px !important;
  padding: 0 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #e6df25 !important;
  font-family: 'Anton', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400px !important; }

#megaMenu .wpmega-nonlink ul {
  text-align: left !important; }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.ss-sidebar > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.ss-sidebar > span.um-anchoremulator {
  display: none; }

#megaMenu ul ul.sub-menu li.menu-item .wpmega-nonlink a {
  margin: 0 !important;
  padding: 18px 0 18px 10px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 500px !important;
  display: block !important;
  text-decoration: none !important;
  text-transform: uppercase !important; }

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item, #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.widget {
  min-width: auto; }

#megaMenu .ss-colgroup .ss-col, #megaMenu .wpmega-nonlink li.widget, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup > ul > li {
  padding: 0 1% !important; }

#megaMenu .wpmega-nonlink li.widget li {
  width: 100% !important; }

#megaMenu .ss-colgroup-3 > .ss-col, #megaMenu .wpmega-nonlink.ss-colgroup-3 li, #megaMenu ul.megaMenu li.ss-nav-menu-mega.mega-colgroup-3 > ul > li {
  width: 31% !important; }

#megaMenu ul ul.sub-menu li.menu-item .wpmega-nonlink a:hover {
  background: #0d0d78 !important; }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.fullWidthRow, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.ss-sidebar {
  margin: 0 0 0 0 !important;
  padding: 2% 0 !important;
  width: auto !important; }

/*#megaMenu .ss-colgroup-3 > .ss-col, #megaMenu .wpmega-nonlink.ss-colgroup-3 li, */
/*#megaMenu ul li ul li.nav_menu-2{ width:25% !important; border-right:1px solid #fff !important;}*/
#megaMenu ul li a {
  margin: 0 0 0 0px !important;
  padding: 42px 18px 40px 19px !important;
  color: #464646 !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  font-size: 21px !important;
  display: inline-block !important;
  font-family: Montserrat, sans-serif !important;
  text-transform: capitalize !important;
  border-bottom: 2px solid #fff !important; }

#megaMenu ul li.current-menu-item a {
  color: #fff !important;
  background: #ec1b24 !important;
  border-bottom: 2px solid #a90f16 !important; }

#megaMenu ul li a:hover {
  color: #fff !important;
  background: #ec1b24 !important;
  border-bottom: 2px solid #a90f16 !important; }

#megaMenu ul li ul li a {
  background: none; }

#megaMenu ul li ul li a:hover {
  background: #0d0d78; }

#megaMenu ul#menu-product-menu {
  border-right: none !important; }

ul#wpmega-wpmega-sidebar li#nav_menu-2 {
  border-right: 1px solid #fff !important;
  width: 25% !important;
  min-height: 483px; }

ul#wpmega-wpmega-sidebar li#nav_menu-3 {
  border-right: 1px solid #fff !important;
  width: 33% !important; }

ul#wpmega-wpmega-sidebar li#text-9 {
  width: 35% !important; }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.ss-sidebar > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-item-depth-1.ss-sidebar > span.um-anchoremulator {
  display: none !important; }

#megaMenu.megaFullWidth {
  margin: 0 0 0;
  position: relative;
  width: 100%; }

#megaMenu ul.megaMenu {
  z-index: 100; }

#megaMenu ul.megaMenu > li.menu-item {
  float: none; }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li:first-child.menu-item {
  margin: 0;
  padding: 0;
  border-left: none; }

.textwidget h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase; }

.textwidget p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 25px; }

/*mega menu css*/
#megaMenu.megaFullWidth {
  position: inherit !important; }

#megaMenu .wpmega-nonlink ul {
  width: 100% !important; }

#megaMenu ul.megaMenu, #megaMenu ul.sub-menu {
  position: inherit !important; }

.maga_outer {
  width: 1320px;
  margin: auto !important; }

.maga_left {
  width: 370px;
  float: left;
  border-right: 1px #c3575c solid !important;
  padding: 0 40px 0 60px !important; }

.maga_left:first-child {
  padding-left: 0 !important; }

.maga_left:last-child {
  padding-right: 0 !important;
  border-right: none !important; }

#megaMenu .ss-colgroup .ss-col, #megaMenu .wpmega-nonlink li.widget, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega.mega-colgroup > ul > li {
  padding: 0 !important; }

.find {
  text-align: left;
  float: left;
  width: 100% !important; }

body #megaMenu ul ul.sub-menu li.menu-item .wpmega-nonlink a {
  display: inline-block !important;
  padding: 18px 20px !important;
  border: none !important; }

#menu-item-229, #menu-item-230 {
  display: none !important; }

.call_top a {
  font-size: 33px !important; }

#menu-item-228.menu-item.menu-item-type-custom.menu-item-object-custom.ss-nav-menu-item-depth-1.ss-nav-menu-notext.ss-nav-menu-nolink.ss-sidebar {
  border: none !important; }

/* NEW STYLES BY ALLEN */
ol.myNumList {
  margin-bottom: 25px; }

ol.myNumList li {
  text-decoration: none;
  font-size: 15px;
  color: #464646;
  line-height: 23px;
  font-weight: 300; }

.entry-content h2 {
  color: #464646;
  margin-bottom: 25px;
  font-size: 26px; }

.entry-content h1 {
  color: #464646;
  margin-bottom: 25px;
  font-size: 30px; }

ul.myList li {
  font-size: 15px;
  color: #464646;
  line-height: 23px;
  font-weight: 300; }

ul.myList {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 25px; }

ul.sub-menu {
  z-index: 9999 !important; }

#print {
  display: none; }

.owl-item {
  height: 500px;
  float: left; }

.owl-lazy.item {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover; }

.owl-loaded {
  overflow: hidden;
  position: relative; }

body.home .entry-content h1, body.home .entry-content h2, body.home .entry-content h3 {
  font-size: 24px; }

.team_left {
  float: left;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .team_left {
      margin: 30px 30px 0;
      width: calc((100% / 3) - 40px); }
      .team_left:nth-of-type(3n) {
        margin-right: 0; }
      .team_left:nth-of-type(3n - 2) {
        margin-left: 0;
        clear: left; } }
  @media only screen and (max-width: 767px) {
    .team_left {
      margin: 15px 15px 0;
      width: calc(50% - 15px); }
      .team_left:nth-of-type(2n) {
        margin-right: 0; }
      .team_left:nth-of-type(2n - 1) {
        margin-left: 0;
        clear: left; } }
  @media only screen and (max-width: 479px) {
    .team_left {
      margin: 15px 0 0;
      width: 100%; } }

#catList ul {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 10px 0 30px; }
  #catList ul li {
    display: inline-block;
    padding: 20px 10px;
    cursor: pointer;
    background: #ec1b24;
    color: #ffffff;
    margin: 2px;
    font-size: 16px;
    font-weight: 300;
    width: 160px; }
    #catList ul li:hover, #catList ul li.active {
      background: #f04a51; }

.types_left {
  background-size: cover;
  background-position: center center;
  width: 25%;
  height: 250px;
  position: relative;
  float: left; }
  @media only screen and (max-width: 1024px) {
    .types_left {
      width: calc(100% / 3); } }
  @media only screen and (max-width: 767px) {
    .types_left {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .types_left {
      width: 100%; } }
  .types_left .types_bar {
    width: 100%;
    background: rgba(255, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 10px 0; }
    .types_left .types_bar h4 {
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      background: none; }
      .types_left .types_bar h4 a {
        color: #fff;
        text-decoration: none; }
        .types_left .types_bar h4 a:hover {
          color: #ec1b24; }
    .types_left .types_bar p {
      margin: 0;
      padding: 0;
      font-size: 15px;
      color: #fff;
      font-style: italic;
      font-weight: 300; }
    .types_left .types_bar .view {
      margin: 0 14px 0 0;
      padding: 0;
      width: 110px;
      text-align: center;
      float: right; }
      .types_left .types_bar .view a {
        margin: 0;
        padding: 12px 0 11px 0;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        background: #ec1b24;
        transition: all 0.3s ease 0s;
        font-family: Montserrat, sans-serif !important;
        display: block;
        text-transform: capitalize; }
        .types_left .types_bar .view a:hover {
          background: #a90f16; }

.post-thumbnail {
  width: 100%;
  display: inline-block;
  float: right; }
  @media only screen and (min-width: 768px) {
    .post-thumbnail {
      max-width: 50%; } }
  .post-thumbnail img {
    width: 100%; }

ul.list li {
  list-style-type: disc;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 15px;
  color: #464646;
  line-height: 23px;
  font-weight: 300; }

.pageTypes h3 {
  text-align: center;
  background-position: center bottom !important; }

#map {
  width: 100%;
  height: 300px; }

.footer_menu section:nth-child(n + 1) {
  margin-top: 20px; }

.gform_wrapper ul.gform_fields li.gfield > label {
  display: none; }

.about.flex .full-button {
  margin-bottom: 20px; }

#catList .full-button {
  -webkit-appearance: none;
  background: #ec1b24;
  display: inline-block;
  text-align: center;
  color: #0a0a0a;
  text-decoration: none;
  padding: 14px 5px;
  margin-bottom: 10px;
  background: #ffffff;
  width: 11%;
  font-weight: 700; }
  #catList .full-button.full-active, #catList .full-button:hover {
    border-bottom: #ec1b24 solid 3px; }
    #catList .full-button.full-active label, #catList .full-button:hover label {
      font-weight: 700; }
  @media only screen and (max-width: 767px) {
    #catList .full-button {
      width: calc(100%); } }
  #catList .full-button input[type=radio] {
    display: none; }
  #catList .full-button label {
    cursor: pointer; }

#selectLocation {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 10px; }
  #selectLocation .full-button {
    display: inline-block;
    margin-bottom: 10px;
    background: #ffffff;
    width: calc(100%/9);
    margin-right: calc(100%/90);
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #selectLocation .full-button {
        width: calc(100%/3);
        margin-right: 15%; } }
    #selectLocation .full-button.active a, #selectLocation .full-button a:hover {
      border-bottom: #ec1b24 solid 3px; }
    #selectLocation .full-button a {
      padding: 14px 5px;
      color: #0a0a0a;
      background: #FFF;
      display: inline-block;
      width: auto;
      font-weight: 700; }

.header_top {
  margin: 0;
  padding: 10px 0 0 0;
  position: relative;
  min-height: 100px; }
  .header_top:before {
    content: '';
    display: block;
    background: #ec1b24;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(((100vw - 1340px) / 2) - 20px); }
  .header_top.has-banner {
    background-size: cover;
    background-position: center center;
    padding-bottom: 350px; }
  @media only screen and (max-width: 1024px) {
    .header_top.has-banner {
      padding-bottom: 150px; } }
  @media only screen and (max-width: 767px) {
    .header_top.has-banner {
      padding-bottom: 100px; } }
  @media only screen and (max-width: 479px) {
    .header_top.has-banner {
      padding-bottom: 75px; } }

.logo {
  width: 180px;
  margin: 0;
  padding: 8px 0 4px 0;
  float: left; }
  @media only screen and (max-width: 767px) {
    .logo {
      margin-left: 15px;
      float: left; } }

.logo img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

.call {
  margin: 0;
  padding: 10px 0 0 0;
  float: right;
  font-size: 18px;
  min-width: 195px;
  text-align: right;
  max-width: 220px; }
  @media only screen and (max-width: 767px) {
    .call {
      float: right;
      max-width: none;
      text-align: center;
      width: auto;
      min-width: 0; } }
  .call a {
    color: #ffffff;
    text-decoration: none; }
    .no-banner .call a {
      color: #0a0a0a; }
    .call a.phone-no {
      font-family: 'Montserrat',sans-serif;
      font-weight: 700; }

.social {
  margin: 10px 0 0;
  padding: 0;
  float: right;
  width: 100px;
  text-align: center; }
  .social a {
    padding: 0;
    background: #ffffff;
    color: #0a0a0a;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%; }
    .no-banner .social a {
      background: #f4f4f4;
      border: 1px solid #e3e3e2; }
    .social a .fa {
      line-height: 30px !important; }
      .social a .fa:hover {
        color: #ec1b24; }

.call-e {
  margin: 0 0 0 10px;
  padding: 0;
  float: right;
  width: auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .call-e {
      float: none;
      display: inline-block; } }
  .call-e a {
    padding: 0;
    background: #ffffff;
    color: #0a0a0a;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%; }
    .call-e a .fa {
      line-height: 30px !important; }
      .call-e a .fa:hover {
        color: #ec1b24; }

@media only screen and (max-width: 479px) {
  .logo {
    width: 110px; }

  .social {
    float: right;
    margin: 10px auto;
    display: block;
    text-align: right; }

  .call {
    float: right;
    width: auto;
    margin: 0 auto; } }
.header_menu {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(100% - 475px);
  font-family: 'Monserrat', sans-serif; }
  .header_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    .header_menu ul li {
      margin: 0;
      padding: 10px 18px;
      display: inline-block; }
      .header_menu ul li.active a {
        color: #ffffff;
        background: #ec1b24;
        border-bottom: 2px solid #a90f16; }
      .header_menu ul li.current_page_item a, .header_menu ul li a:hover {
        color: #ffffff;
        border-bottom: #ec1b24 2px solid; }
        .no-banner .header_menu ul li.current_page_item a, .no-banner .header_menu ul li a:hover {
          color: #ec1b24; }
      .header_menu ul li a {
        margin: 0;
        padding: 0;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 15px;
        display: inline-block;
        text-transform: capitalize;
        opacity: 1; }
        .no-banner .header_menu ul li a {
          color: #0a0a0a; }
          .no-banner .header_menu ul li a:hover {
            color: #ec1b24; }
      .header_menu ul li.current-menu-ancestor a, .header_menu ul li.current-menu-parent a {
        color: #ffffff;
        border-bottom: #ec1b24 2px solid; }

.header_wrapper:not(.smaller) .header_menu, .header_wrapper:not(.smaller) .social {
  padding: 30px 0 0; }
.header_wrapper:not(.smaller) .call {
  padding: 40px 0 0; }
  @media only screen and (max-width: 767px) {
    .header_wrapper:not(.smaller) .call {
      padding: 10px 0 0; } }

.sub-menu {
  display: none !important; }

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  left: 0; }
  .owl-dots.disabled {
    display: none; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #d0d0d0;
    margin: 5px;
    border-radius: 50%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    cursor: pointer; }
    .owl-dots .owl-dot.active {
      border-color: #ec1b24; }

.owl-nav.disabled {
  display: none; }
.owl-nav .owl-next {
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  cursor: pointer;
  text-align: center;
  right: 10px; }
  .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.85); }
  .owl-nav .owl-next:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "";
    color: #ffffff;
    line-height: 40px;
    width: 100%;
    font-size: 28px; }
.owl-nav .owl-prev {
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  cursor: pointer;
  text-align: center;
  left: 10px; }
  .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.85); }
  .owl-nav .owl-prev:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "";
    color: #ffffff;
    line-height: 40px;
    width: 100%;
    font-size: 28px; }

.owl-item .owl-lazy {
  position: relative; }
  .owl-item .owl-lazy .caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 34px 30px 25px 30px;
    border-bottom: 9px solid #ec1b24; }
    .owl-item .owl-lazy .caption h3 {
      margin: 0 0 22px 0px !important;
      padding: 0 0 20px 0px !important;
      font-size: 35px !important;
      color: #ffffff !important;
      font-weight: 300 !important;
      background: url(../images/border2.png) left bottom no-repeat !important;
      min-width: 370px; }
    .owl-item .owl-lazy .caption a {
      margin: 0 0 0 0px !important;
      padding: 14px 0 14px 0px !important;
      text-decoration: none !important;
      color: #fff !important;
      font-size: 20px !important;
      font-weight: 300 !important;
      background: #ec1b24 !important;
      transition: all 0.3s ease 0s !important;
      font-family: "Roboto", sans-serif !important;
      display: block !important;
      text-transform: capitalize !important;
      text-align: center; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.button {
  margin: 0 0 15px 10px;
  padding: 12px 25px 11px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  background: #ec1b24;
  transition: all 0.3s ease 0s;
  font-family: Montserrat,sans-serif !important;
  display: inline-block;
  text-transform: capitalize; }

span.red {
  color: #ec1b24; }
span.on {
  text-decoration: none;
  border-bottom: 7px solid #ec1b24; }

.float {
  float: left; }

.hr {
  border-bottom: 1px solid #e1e1e1;
  margin: 30px 0; }

p.breadcrumb {
  color: #9f9f9f;
  margin-bottom: 5px !important; }
  p.breadcrumb a, p.breadcrumb span {
    color: #ec1b24;
    text-decoration: none; }

.full-button a {
  background: #ec1b24;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 0; }

body.single-whats_on .container_wrapper h3 span.time {
  font-size: 14px;
  display: block; }

.flex {
  display: flex; }

@media only screen and (max-width: 479px) {
  .flex {
    display: block;
    min-height: 300px; } }
.half {
  width: 50%; }
  .half.left {
    float: left; }
    .half.left .container {
      padding-right: 80px;
      width: calc(100% - 40px);
      margin: 0; }
  .half.right {
    float: right;
    min-height: 500px;
    max-height: 500px; }
  .half.slider .item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .half.slider .owl-loaded {
    max-height: 500px; }
  .half.slider .owl-stage-outer {
    height: 100%;
    max-height: 500px; }
    .half.slider .owl-stage-outer .owl-stage {
      height: 100%;
      max-height: 500px; }
      .half.slider .owl-stage-outer .owl-stage .owl-item {
        height: 100%;
        max-height: 500px; }
  .half h1 {
    color: #ec1b24;
    font-size: 62px;
    max-width: 380px;
    font-family: Montserrat-Bold, san-serif; }
  @media only screen and (max-width: 767px) {
    .half.left .container {
      padding-right: 20px;
      width: calc(100% - 20px); } }
  @media only screen and (max-width: 479px) {
    .half {
      width: 100%;
      clear: both; }
    .half.left .container {
      padding-right: 10px;
      width: calc(100% - 10px); }
    .half.right {
      margin: 10px 0;
      min-height: 350px; }
    .half.slider .owl-stage-outer {
      height: 300px; } }

.accordion .title {
  padding: 20px;
  background: #f5f5f5;
  cursor: pointer;
  margin: 5px 0;
  font-size: 14px;
  color: #282828; }
  .accordion .title:after {
    content: '\f078';
    font-family: FontAwesome;
    float: right; }
  .accordion .title.active:after {
    content: '\f077'; }
.accordion .content {
  display: none;
  padding: 20px; }

.types:after {
  content: '';
  display: block;
  clear: both; }
.types h5 {
  padding: 0 10px;
  font-family: Montserrat-Bold, san-serif;
  color: #ec1b24;
  font-size: 20px;
  margin-bottom: 20px; }
.types .project {
  width: 25%;
  position: relative;
  float: left;
  height: 200px;
  background-size: cover;
  background-position: center center; }
  .types .project .content {
    font-family: Montserrat, san-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(236, 27, 36, 0.6);
    padding: 20px;
    width: calc(100% - 40px);
    color: #ffffff;
    font-size: 20px; }
@media only screen and (max-width: 767px) {
  .types .project {
    width: 50%; }
  .types h5 {
    padding: 0 10px; } }
@media only screen and (max-width: 479px) {
  .types .project {
    width: 100%; } }

.leftRight .content_block {
  padding: 50px 0; }
  .leftRight .content_block:after {
    content: '';
    display: block;
    clear: both; }
  .leftRight .content_block .half {
    float: left; }
    .leftRight .content_block .half .content {
      width: 85%;
      float: left; }
      @media only screen and (max-width: 767px) {
        .leftRight .content_block .half .content {
          Width: 100%;
          float: none; } }
    .leftRight .content_block .half .image {
      margin: 10px auto;
      width: 90%;
      height: 300px;
      background-size: cover;
      background-position: center center; }
    .leftRight .content_block .half .meet {
      margin: 0 auto; }
    .leftRight .content_block .half:nth-child(1) h3 {
      max-width: initial; }
    .leftRight .content_block .half:nth-child(2) {
      float: right; }
      .leftRight .content_block .half:nth-child(2) h3 {
        max-width: initial;
        text-align: center; }
      .leftRight .content_block .half:nth-child(2) .content {
        float: right; }
  @media only screen and (max-width: 479px) {
    .leftRight .content_block .half .content {
      width: 100%; } }
.leftRight .content_block:not(:first-child) {
  background: #f9f9f9; }
  .leftRight .content_block:not(:first-child) h3 {
    margin: 20px auto 0;
    min-height: 100px;
    text-align: center; }
.leftRight .content-left h3 {
  margin: 0 !important; }

.about h1 {
  color: #ec1b24;
  font-size: 35px;
  padding: 15px 0 10px;
  margin: 0 0 30px; }
.about h3, .about h4, .about h3 a {
  margin: 0;
  padding: 0 0 18px 0;
  font-size: 38px;
  color: #ec1b24;
  font-weight: bold;
  max-width: 300px;
  text-decoration: none; }
.about p {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 15px;
  color: #464646;
  line-height: 23px;
  font-weight: 300; }
.about ul li {
  list-style: initial;
  margin: 0 0 0 28px;
  font-size: 15px;
  font-weight: 300;
  color: #464646;
  font-family: OpenSans-Light, sans-serif; }
.about .imageWrapper {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  float: right; }
  .about .imageWrapper img {
    position: absolute; }
.about .accordion li {
  list-style: initial; }
@media only screen and (max-width: 767px) {
  .about {
    width: calc(100% - 20px);
    margin: 0 auto; }
  .about h3 {
    line-height: 40px !important;
    text-align: center;
    max-width: none; } }

.icon-on {
  background: url("/wp-content/themes/claudeneon.com.au/images/on.png") no-repeat 70% center;
  position: absolute;
  height: 100px;
  width: 100%;
  margin-top: -100px; }

@media only screen and (max-width: 1024px) {
  .icon-on {
    margin-top: -100px; } }
.teamMembers .team {
  padding: 20px;
  width: calc((100% / 3) - 40px);
  float: left; }
  .teamMembers .team:nth-of-type(3n + 1) {
    clear: left; }
  .teamMembers .team h4 {
    max-width: 100%;
    font-size: 25px;
    margin: 0;
    padding: 20px 0 60px; }
    .teamMembers .team h4 span {
      font-size: 20px;
      font-weight: 400; }
      .teamMembers .team h4 span span.on {
        border-bottom: 3px solid #ec1b24; }
  .teamMembers .team .image {
    width: 100%;
    height: 450px;
    background-position: top center;
    background-size: cover; }

.locationSelect .larg {
  padding-top: 50px; }
.locationSelect h3 {
  font-family: "OpenSans", sans-serif;
  color: #ec1b24;
  border-bottom: 1px solid #e1e1e1;
  width: 200px;
  float: left;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 18px; }
  .locationSelect h3 span.on {
    border-bottom: none !important; }
.locationSelect select {
  padding: 6px;
  font-size: 16px;
  margin-left: 30px;
  border-color: #e1e1e1;
  min-width: 200px;
  border-radius: 0;
  height: 35px;
  background: none; }
@media only screen and (max-width: 479px) {
  .locationSelect .larg {
    padding: 10px; }
  .locationSelect select {
    width: 90%;
    margin: 0; } }

.home .larg {
  padding-top: 0px;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .home .larg {
      margin-top: 0; }
    .home .larg li {
      height: 180px; } }
  @media only screen and (max-width: 767px) and (max-width: 479px) {
    .home .larg li {
      height: 140px; } }

.location {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 10px; }
  .location h2 {
    color: #ec1b24;
    font-size: 40px;
    padding-bottom: 30px; }
  .location .container p {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 15px;
    color: #464646;
    line-height: 23px;
    font-weight: 300; }
  .location .container h1 {
    font-size: 26px;
    max-width: 100%;
    line-height: 40px;
    margin: 15px 0; }
  .location .container h3 {
    font-size: 24px;
    max-width: 100%;
    line-height: 35px;
    margin: 15px 0; }
    .location .container h3 span.on {
      border-bottom: 4px solid #ec1b24; }
  .location .container h4 {
    margin: 15px 0;
    color: #000; }
  .location .address h6 {
    font-size: 18px;
    font-weight: bold; }
  .location .address p {
    font-size: 15px; }
  @media only screen and (max-width: 767px) {
    .location {
      padding: 0 10px; } }

.contact {
  margin-top: 25px;
  padding-top: 25px; }
  .contact h1 {
    font-family: "Montserrat-Bold", san-serif;
    color: #ec1b24;
    font-size: 46px;
    padding-bottom: 50px; }
  .contact h4, .contact h5 {
    font-family: "Montserrat-Bold", san-serif;
    color: #ec1b24;
    font-weight: bold;
    max-width: 280px; }
  .contact h4 {
    font-size: 21px; }
  .contact h5 {
    font-size: 16px; }
  .contact p {
    line-height: 22px;
    font-weight: lighter; }
  .contact a {
    color: #ec1b24;
    line-height: 22px;
    font-weight: lighter; }
    .contact a:hover {
      text-decoration: none; }
  .contact .locations {
    float: left;
    width: calc(30% - 40px);
    border-right: 1px solid #ebebeb;
    padding-right: 20px; }
    .contact .locations .loc {
      padding: 20px 0;
      margin: 20px 0 0;
      border-top: 1px solid #ebebeb; }
      .contact .locations .loc:last-child {
        border-bottom: 1px solid #ebebeb; }
  .contact .contact_content {
    float: right;
    width: calc(70% - 20px); }
  @media only screen and (max-width: 479px) {
    .contact {
      padding: 25px 10px 0 10px; }
    .contact .locations {
      width: 100%; }
    .contact .contact_content {
      margin: 20px 0;
      width: 100%; } }

#efblcf {
  width: calc(50% - 10px);
  background: #fff;
  margin: 10px 10px 10px 0; }
  #efblcf .efbl_story_photo {
    max-height: 300px;
    overflow: hidden; }
  #efblcf.halfwidth .efbl_post_content {
    float: none;
    width: 100%;
    padding: 10px; }
  #efblcf.fullwidth .efbl_post_content {
    padding: 10px 20px;
    clear: both;
    width: calc(100% - 40px); }
  #efblcf a.efbl_read_full_story {
    font-family: Montserrat, san-serif;
    font-weight: normal;
    background: #ec1b24;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    max-width: calc(100% - 40px);
    padding: 10px;
    text-decoration: none; }
  #efblcf .efbl_info {
    margin: 0 0 0 25px; }
  #efblcf .efbl_share_links {
    display: none !important; }

.project-inner {
  margin: 20px auto;
  max-width: 1340px;
  display: block;
  clear: both;
  min-height: 50px; }
  .project-inner h1 {
    margin: 0 auto;
    max-width: 1340px;
    font-size: 60px;
    color: #ec1b24;
    float: none; }
  .project-inner #catList {
    float: none;
    margin: 25px 0;
    text-align: center;
    width: 100%; }
    .project-inner #catList select {
      float: right;
      clear: both;
      font-size: 16px;
      padding: 15px;
      width: 240px;
      height: 50px;
      overflow: hidden;
      background: #FFF url(/wp-content/themes/claudeneon.com.au/images/arrow-down.png) no-repeat 216px;
      border: 1px solid #ccc;
      border-radius: 0;
      -webkit-appearance: none; }

.show-project-detail {
  cursor: pointer; }

.overlay-project {
  display: none; }
  .overlay-project .overlay-outer {
    top: 0;
    left: 0;
    z-index: 9995;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .overlay-project .overlay-project-details {
    top: 0;
    left: 0;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%; }
    .overlay-project .overlay-project-details .overlay-inner {
      width: 80%;
      background: #fff;
      height: auto;
      margin: 110px auto;
      max-width: 900px;
      padding: 15px; }
      .overlay-project .overlay-project-details .overlay-inner .overlay-close {
        background: url(/wp-content/themes/claudeneon.com.au/images/exit.png) no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        z-index: 99;
        margin: -34px -37px 0 0px; }
    .overlay-project .overlay-project-details .project-detail-left {
      float: left;
      width: calc(70% - 30px);
      padding: 10px; }
    .overlay-project .overlay-project-details .project-detail-right {
      float: right;
      width: calc(30% - 30px);
      padding: 10px; }

.footer {
  padding: 40px 0;
  text-align: center;
  background: #808080; }
  .footer .footer_top {
    padding: 20px 0; }
    .footer .footer_top li {
      display: inline-block; }
      .footer .footer_top li a {
        color: #ffffff;
        padding: 0 10px;
        text-decoration: none; }
  .footer .footer_bottom {
    padding: 0 0 20px 0; }
    .footer .footer_bottom p {
      margin-bottom: 5px; }
      .footer .footer_bottom p:last-child {
        margin-bottom: 0; }
    .footer .footer_bottom a {
      color: #ffffff;
      text-decoration: none; }

.larg {
  padding-bottom: 50px;
  margin-top: 50px; }
  .larg:after {
    content: '';
    display: block;
    clear: both; }
  .larg li {
    width: 12.5%;
    margin: 30px 0 40px;
    padding: 0 0 0;
    float: left;
    text-align: center;
    list-style-type: none; }
  .larg a {
    color: #333333;
    text-decoration: none;
    font-size: 14px; }
    .larg a h4 {
      font-family: OpenSans-Light, sans-serif; }
    .larg a.btn-services {
      width: 50px;
      height: 50px; }
      .larg a.btn-services div {
        width: 97px;
        height: 97px;
        position: relative;
        display: block;
        margin: 10px auto 20px; }
        .larg a.btn-services div:hover {
          background-position-y: -150px; }
      .larg a.btn-services .bg-1 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat 0px 0px; }
      .larg a.btn-services .bg-2 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -159px 0px; }
      .larg a.btn-services .bg-3 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -480px 0px; }
      .larg a.btn-services .bg-4 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -320px 0px; }
      .larg a.btn-services .bg-5 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -640px 0px; }
      .larg a.btn-services .bg-6 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -798px 0px; }
      .larg a.btn-services .bg-7 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -958px 0px; }
      .larg a.btn-services .bg-8 {
        background: url("/wp-content/themes/claudeneon.com.au/images/icons.png") no-repeat -1118px 0px; }
  .larg .imageWrapper {
    text-align: center; }
    .larg .imageWrapper .circle {
      display: inline-block;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: #ec1b24;
      position: relative; }
      .larg .imageWrapper .circle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30px; }
  .larg span.on {
    border-bottom: 2px solid #ec1b24 !important; }
  @media only screen and (max-width: 767px) {
    .larg li {
      width: 24%;
      margin: 0 0 22px; } }
  @media only screen and (max-width: 479px) {
    .larg li {
      width: 48%;
      margin: 0 0 22px; } }

.switchedOn {
  padding: 50px 0 0px; }
  .switchedOn .large_wrapper:after {
    content: '';
    display: block;
    clear: both; }
  .switchedOn h3 {
    font-size: 60px;
    display: inline-block;
    color: #ec1b24;
    position: relative;
    float: left; }
  .switchedOn h4 {
    float: right;
    display: inline-block;
    width: calc(100% - 450px);
    font-size: 16px;
    line-height: 18px;
    color: #ec1b24; }
    .switchedOn h4 .on {
      text-decoration: none !important;
      border: none !important; }
  .switchedOn p {
    float: right;
    display: inline-block;
    width: calc(100% - 450px);
    font-size: 15px;
    line-height: 22px;
    color: #333333; }
  @media only screen and (max-width: 767px) {
    .switchedOn {
      padding: 20px 0; }
      .switchedOn p {
        width: 100%; }
      .switchedOn h3 {
        float: none;
        width: 100%; }
      .switchedOn h4 {
        float: none;
        width: 100%;
        margin-top: 20px; } }
  @media only screen and (max-width: 479px) {
    .switchedOn h3 {
      font-size: 40px;
      width: 100%; }
    .switchedOn h4 {
      clear: both;
      float: none;
      width: 100%;
      margin: 20px 0; } }

.home-slider-wrapper {
  height: 100%;
  width: 100%;
  border: 1px solid green;
  overflow: hidden; }

#home-slider {
  height: 450px;
  overflow-y: auto;
  position: relative;
  background: #f4f4f4; }
  #home-slider .item {
    height: 100%; }
  #home-slider .image {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    height: 450px; }
  #home-slider .right {
    padding: 1px 0 0 calc(50% + 30px);
    height: 450px;
    margin-bottom: 1px;
    width: calc(50% - 70px);
    float: left;
    position: relative; }
    #home-slider .right .container {
      width: 590px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      margin-top: 100px; }
  #home-slider .owl-dots {
    position: absolute;
    top: 50%;
    width: 30px;
    left: initial;
    bottom: initial;
    right: calc(50vw - 670px);
    height: auto;
    transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    #home-slider .right .container {
      width: initial;
      position: relative;
      top: 0;
      margin: 20px 40px 0;
      transform: initial; } }
  @media only screen and (max-width: 479px) {
    #home-slider .right .container {
      margin: 20px 10px 0; } }

.home-slider {
  width: 100%;
  height: 99%;
  padding-right: 0; }
  .home-slider .image {
    float: left;
    width: 50%;
    height: 450px;
    background-size: cover !important;
    background-position: top center !important; }
  @media only screen and (max-width: 479px) {
    .home-slider .image {
      width: 100%;
      float: none;
      height: 200px;
      background-size: cover !important; } }
  .home-slider .right {
    padding: 1px 0 0 calc(50% + 30px);
    height: 450px;
    margin-bottom: 1px;
    width: calc(50% - 70px); }
    .home-slider .right .container {
      margin-top: 100px;
      max-width: 650px; }
    @media only screen and (max-width: 1024px) {
      .home-slider .right .container {
        margin-top: 50px; } }
    @media only screen and (max-width: 767px) {
      .home-slider .right .container {
        margin-top: 50px; } }
    @media only screen and (max-width: 479px) {
      .home-slider .right .container {
        margin-top: 20px; } }
  @media only screen and (max-width: 479px) {
    .home-slider .right {
      width: calc(100% - 20px);
      clear: both;
      padding: 10px 10px;
      height: auto; } }

#slider-container1 {
  width: 100%;
  height: 450px;
  overflow: hidden; }

#slider-container2 {
  width: 100%;
  height: 450px;
  overflow: auto;
  padding-right: 0px;
  /* exact value is given in JavaScript code */ }

.operational_process {
  padding: 50px 0;
  margin: 0 0 50px;
  min-height: 475px; }
  .operational_process:after {
    content: '';
    clear: both;
    display: block; }
  .operational_process h4 {
    text-align: center;
    color: #ec1b24;
    font-size: 35px;
    margin-bottom: 40px; }
  .operational_process .container_wrapper {
    text-align: center;
    max-width: 1200px; }
  .operational_process .nav {
    width: 250px;
    height: 260px;
    margin: 20px 0;
    cursor: pointer; }
    .operational_process .nav.prev {
      float: left; }
      .operational_process .nav.prev:before {
        content: '\f104'; }
      .operational_process .nav.prev .grey {
        float: right; }
    .operational_process .nav.next {
      float: right; }
      .operational_process .nav.next:after {
        content: '\f105'; }
      .operational_process .nav.next .grey {
        float: left; }
    .operational_process .nav.prev:before, .operational_process .nav.next:after {
      font-family: FontAwesome;
      width: 50px;
      height: 100%;
      font-size: 40px;
      line-height: 260px; }
    .operational_process .nav .grey {
      background: #ccc;
      width: calc(100% - 50px);
      height: 100%; }
    @media only screen and (max-width: 1024px) {
      .operational_process .nav.prev {
        width: 50px;
        left: 35px; }
      .operational_process .nav.next {
        width: 50px;
        right: 35px; } }
    @media only screen and (max-width: 767px) {
      .operational_process .nav.prev {
        display: none;
        width: 10px;
        left: 15px; }
      .operational_process .nav.next {
        display: none;
        width: 10px;
        position: absolute;
        right: 15px; } }
  .operational_process #operational_process {
    width: 100%;
    max-width: 700px;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 350px); }
    .operational_process #operational_process .owl-item {
      height: 380px; }
      .operational_process #operational_process .owl-item .item {
        height: 100%;
        background-size: cover;
        background-position: center center;
        position: relative; }
        .operational_process #operational_process .owl-item .item:before {
          content: '';
          display: block;
          background: #ec1b24;
          width: 150px;
          height: 10px; }
        .operational_process #operational_process .owl-item .item .container {
          position: absolute;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
          color: #ffffff;
          padding: 20px; }
          .operational_process #operational_process .owl-item .item .container h3 {
            color: #fff;
            text-align: center; }
          .operational_process #operational_process .owl-item .item .container p {
            color: #ffffff;
            font-size: 13px;
            text-align: left; }
    .operational_process #operational_process .owl-dots {
      position: initial; }
  @media only screen and (max-width: 1024px) {
    .operational_process {
      height: 550px; } }
  @media only screen and (max-width: 767px) {
    .operational_process {
      margin: 0; }
    .operational_process .container_wrapper {
      width: calc(100% - 20px);
      margin: 0 auto; }
    .operational_process #operational_process {
      position: relative;
      left: initial; } }
  @media only screen and (max-width: 479px) {
    .operational_process {
      height: 600px; } }

.whatsOn {
  background: #dfdfdf;
  padding: 50px 0; }
  .whatsOn:after {
    content: '';
    clear: both;
    display: block; }
  .whatsOn h4 {
    color: #ec1b24;
    font-size: 49px;
    padding-bottom: 25px; }
    .whatsOn h4 .fa {
      font-size: 140%;
      float: left;
      padding: 0 25px 0 0; }
    .whatsOn h4 span {
      color: #ffffff; }
      .whatsOn h4 span.on {
        border-color: #ffffff; }
  .whatsOn h5 {
    font-family: OpenSans, sans-serif;
    color: #ec1b24;
    font-size: 17px;
    font-weight: lighter; }
  .whatsOn .event {
    width: 49%;
    float: left;
    background: #ffffff; }
    .whatsOn .event:nth-of-type(2n) {
      float: right; }
    .whatsOn .event .image {
      width: 100%;
      height: 350px;
      background-size: cover;
      background-position: center center; }
    .whatsOn .event .content {
      padding: 20px; }
      .whatsOn .event .content a {
        text-decoration: none; }
        .whatsOn .event .content a.button {
          font-family: Montserrat, san-serif;
          font-weight: normal;
          background: #ec1b24;
          color: #ffffff;
          display: inline-block;
          text-align: center;
          min-width: 200px;
          max-width: calc(100% - 40px);
          padding: 10px; }
        .whatsOn .event .content a h3 {
          color: #ec1b24; }
      .whatsOn .event .content span.time {
        color: #ec1b24;
        font-size: 14px; }
      .whatsOn .event .content p {
        font-size: 15px; }
  @media only screen and (max-width: 479px) {
    .whatsOn .event {
      width: 100%; } }

.slick-slider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5); }
  .slick-slider .item .container {
    margin: 80px 0 0;
    padding: 20px 20px 20px;
    background: rgba(0, 0, 0, 0.5); }
    .slick-slider .item .container h3, .slick-slider .item .container p {
      color: #ffffff !important; }
  .slick-slider button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none; }
    .slick-slider button.slick-prev {
      left: -25px;
      width: 0;
      height: 0;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff;
      border-right: 10px solid #000; }
    .slick-slider button.slick-next {
      right: -25px;
      width: 0;
      height: 0;
      border-top: 10px solid #fff;
      border-bottom: 10px solid #fff;
      border-left: 10px solid #000; }

.steps {
  display: block;
  position: absolute;
  right: 0;
  margin: 150px; }
  .steps li {
    list-style-type: circle; }
    .steps li .active {
      list-style-type: disc; }

.slick-slider .slick-dots {
  display: block;
  float: none;
  margin: 10px auto 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center; }
  .slick-slider .slick-dots li {
    width: 50px;
    position: relative;
    display: inline;
    float: none; }
    .slick-slider .slick-dots li button {
      position: relative;
      top: auto;
      display: inline-block;
      float: none;
      width: 20px;
      height: 20px;
      background: transparent; }
    .slick-slider .slick-dots li.slick-active button:before {
      content: '\2022';
      font-size: 30px;
      color: #000;
      opacity: 1; }
    .slick-slider .slick-dots li button:before {
      content: '\2022';
      font-size: 30px;
      color: #000;
      opacity: 0.3; }

.slick-slide {
  opacity: 0.3; }
  .slick-slide.slick-current {
    opacity: 1; }

#rev_slider_2_1_wrapper {
  max-height: 60vh;
  overflow: hidden; }

/* CSS Document */
@media only screen and (min-width: 1146px) and (max-width: 3500px) {
  nav a {
    display: block;
    color: #c4c4c4;
    font-size: 16px;
    text-decoration: none;
    padding: 0 0;
    margin: 0; }

  nav a#pull {
    display: none; } }
/* Tablet Portrait size to standard 960px (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav {
    width: 100%;
    margin: 8px 0 0 0;
    float: inherit; }

  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }

  nav ul li {
    background: none;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 0;
    float: inherit;
    width: 100%;
    padding: 0;
    font-size: 11px;
    color: #E7BD13;
    text-transform: uppercase; }

  nav ul li a {
    border-bottom: 1px solid #ec1b24;
    display: block;
    padding: 10px 0;
    height: auto;
    line-height: normal;
    font-size: 16px;
    margin: 0;
    color: #2c2c2c;
    height: auto;
    width: auto;
    text-align: left;
    background: #ebebeb; }

  nav ul li.active a {
    color: #fff;
    background: #ff454d; }

  nav ul li a:hover {
    color: #fff;
    background: #ff454d; }

  nav a {
    text-align: left;
    width: 100%;
    text-indent: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #8a8a8a; }

  nav a:hover {
    background: none;
    color: #fff;
    text-decoration: none; }

  nav ul {
    display: none;
    height: auto; }

  nav a#pull {
    display: block;
    width: 100%;
    position: relative;
    background: #ec1b24;
    margin: -8px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 39px; }

  nav a#pull:after {
    content: "";
    background: url(../images/nav-icon.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px; }

  .dekstop {
    display: none; }

  .mob {
    display: block; }

  .menu1 {
    width: 100%; }

  .header_right {
    width: 50%; }

  .header_menu2 ul li {
    margin: 0 0 0 5%;
    width: 26%; }

  .header_bottom {
    padding: 25px 0; }

  .header_bottom h3 {
    margin-bottom: 15px; }

  .banner_caption {
    width: 95%; }

  .banner img {
    height: 450px; }

  .full {
    margin-top: 30px !important;
    padding: 15px 30px 20px !important; }

  .full h3 {
    margin-bottom: 15px !important;
    padding-bottom: 12px !important; }

  .full p {
    line-height: 22px !important;
    margin-bottom: 15px !important; }

  .larg {
    width: 97%; }

  .container_wrapper {
    width: 95%; }

  .larg_wrapper {
    width: 97%; }

  .large_wrapper {
    width: 97%; }

  .large_menu ul li {
    width: 12.2%;
    margin: 0 1px; }

  .large_menu ul li a {
    background-size: 100% 63%;
    padding: 15px 0 0;
    font-size: 16px; }

  .large_menu ul li a:hover {
    background-size: 100% 63%; }

  .large_menu ul li a strong {
    min-height: 38px;
    display: inline-block; }

  .what_menu ul li a strong {
    min-height: 38px;
    display: inline-block; }

  .welcome_left {
    width: 49%; }

  .welcome_right {
    width: 49%; }

  .welcome h3 {
    font-size: 32px; }

  .welcome {
    padding: 30px 0; }

  .welcome p {
    margin-bottom: 15px; }

  .process {
    padding: 22px 0 30px; }

  .process p {
    line-height: 21px; }

  .process_left4 img {
    height: 214px; }

  .types {
    padding: 25px 0 0; }

  .types h3 {
    margin-bottom: 30px; }

  .client {
    padding: 30px 0; }

  .types_bar h4 {
    font-size: 16px; }

  .types_bar p {
    font-size: 13px; }

  .view {
    width: 40%;
    margin-top: 5px; }

  .view a {
    font-size: 17px;
    padding: 8px 0; }

  #logo-slider {
    left: 0 !important;
    width: 100% !important; }

  .slide {
    width: 100% !important; }

  #logo-slider-wraper {
    left: 34px !important;
    width: 90% !important; }

  .project_bar {
    margin: 32px 0 0px !important; }

  .project_menu {
    display: none; }

  .view1 {
    margin: 0 !important;
    padding: 0 !important; }

  .jcarousel-wrapper {
    margin: 0 auto !important; }

  .header_input {
    margin-top: 11px; }

  .about {
    padding: 30px 0; }

  .about1 {
    padding: 0 0 30px; }

  .about2 {
    padding: 30px 0; }

  .about3 {
    padding: 30px 0 0; }

  .about_left {
    width: 54%; }

  .about_right {
    width: 44%; }

  .about_left1 {
    width: 44%; }

  .about_right1 {
    width: 54%; }

  .about h3 {
    margin-bottom: 18px;
    padding-bottom: 13px;
    font-size: 32px;
    line-height: 45px; }

  .about p {
    line-height: 22px;
    margin-bottom: 15px; }

  .digital {
    padding: 30px 0; }

  .digital_left {
    width: 49%; }

  .digital_right {
    width: 49%; }

  .digital img {
    margin-bottom: 15px; }

  .digital p {
    margin-bottom: 12px;
    line-height: 22px; }

  .digital h3 {
    margin-bottom: 35px; }

  .team_left {
    width: 32%;
    margin: 25px 2% 0 0; }

  .team_right {
    width: 32%;
    margin: 25px 0 0; }

  .team img {
    margin-bottom: 12px; }

  .team h6 {
    margin-bottom: 15px;
    padding-bottom: 15px; }

  .types2 {
    width: 97%;
    padding: 0 0 0 3%;
    margin: 0; }

  .project_menu ul li {
    line-height: 20px;
    font-size: 16px; }

  .project_bar h4 {
    margin-bottom: 8px;
    font-size: 25px; }

  .view1 {
    margin-top: 5px; }

  .project_bar {
    padding: 15px 0;
    margin-top: -215px; }

  .view1 a {
    padding: 8px 0; }

  .project2 {
    padding-bottom: 30px; }

  .load {
    margin-top: 25px; }

  .project_inner1 {
    padding: 30px 0; }

  .project_inner2 {
    padding: 30px 0; }

  .project_inner_left {
    width: 48%; }

  .project_inner_right {
    width: 50%; }

  .project_inner2 h3 {
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .project_inner2 h5 {
    margin-bottom: 15px; }

  .project_inner2 p {
    margin-bottom: 12px; }

  .make {
    margin-top: 20px; }

  #gallery-main {
    width: 60% !important; }

  .what h3 {
    margin-bottom: 30px; }

  .what_left {
    width: 49%; }

  .what_right {
    width: 49%; }

  .what_menu ul li {
    width: 12.2%;
    margin: 0 1px; }

  .what_menu ul li a {
    background-size: 100% 63%;
    padding: 15px 0 0;
    font-size: 16px; }

  .what_menu ul li a:hover {
    background-size: 100% 63%; }

  .what_menu ul li a span {
    min-height: 38px;
    display: inline-block; }

  .what_box {
    padding: 30px 0; }

  .contact_top {
    padding: 30px 0; }

  .contact_bottom {
    padding: 30px 0; }

  .contact_form h3 {
    margin-bottom: 25px;
    padding-bottom: 15px; }

  .contact_left {
    width: 32%;
    margin: 25px 2% 0 0; }

  .contact_right {
    width: 32%;
    margin-top: 25px; }

  .contact_bottom p {
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .contact_bottom h5 {
    margin-bottom: 15px;
    line-height: 23px; }

  .contact_menu ul li {
    line-height: 22px; }

  .map {
    margin-bottom: 15px; }

  .contact_box {
    width: 100%; }

  .thankyou p br {
    display: none; }

  .footer_wrapper {
    width: 95%; }

  .footer_top {
    padding: 30px 0 20px; }

  .footer_left {
    width: 24%;
    margin: 0 3% 0 0; }

  .footer_right {
    width: 45%; }

  .footer_bottom {
    padding: 21px 0 20px; }

  .footer_input1 {
    width: 89%; }

  .footer_input2 {
    width: 89%; }

  /*********************about*********************/ }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  nav {
    width: 100%;
    margin: 8px 0 0 0;
    float: inherit; }

  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }

  nav ul li {
    background: none;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 0;
    float: inherit;
    width: 100%;
    padding: 0;
    font-size: 11px;
    color: #E7BD13;
    text-transform: uppercase; }

  nav ul li a {
    border-bottom: 1px solid #ec1b24;
    display: block;
    padding: 10px 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    margin: 0;
    color: #ec1b24;
    height: auto;
    width: auto;
    text-align: left;
    background: #ebebeb; }

  nav ul li.active a {
    color: #fff;
    background: #ff454d; }

  nav ul li a:hover {
    color: #fff;
    background: #ff454d; }

  nav a {
    text-align: left;
    width: 100%;
    text-indent: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #8a8a8a; }

  nav a:hover {
    background: none;
    color: #fff;
    text-decoration: none; }

  nav ul {
    display: none;
    height: auto; }

  nav a#pull {
    display: block;
    width: 100%;
    position: relative;
    background: #ec1b24;
    margin: -8px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 39px; }

  nav a#pull:after {
    content: "";
    background: url(../images/nav-icon.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px; }

  .header_wrapper {
    width: 100%;
    margin-bottom: 10px; }

  .dekstop {
    display: none; }

  .mob {
    display: block; }

  .menu1 {
    width: 100%; }

  .header_right {
    width: 100%;
    float: inherit;
    margin: 15px 0 20px; }

  .header_menu2 ul li {
    margin: 15px 0 0 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #c3575c;
    padding: 0;
    padding-top: 10px; }

  .header_bottom {
    padding: 25px 0; }

  .header_bottom h3 {
    margin-bottom: 10px; }

  .banner_caption {
    width: 95%; }

  .banner img {
    height: 335px; }

  .logo {
    float: left;
    margin: 0 auto 0; }

  .header_bottom p {
    margin-bottom: 15px;
    line-height: 22px; }

  .header_menu2 ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: none; }

  .full p {
    line-height: 18px !important;
    margin-bottom: 15px !important;
    font-size: 15px !important; }

  .see a {
    font-size: 18px !important;
    padding: 15px 0px !important; }

  .full {
    margin-top: 0 !important;
    padding: 12px 4% 15px !important;
    width: 92% !important;
    border-bottom: 5px solid #ec1b24 !important; }

  .full h3 {
    margin: 10px 0 12px !important;
    padding-bottom: 20px !important;
    font-size: 30px !important; }

  .larg {
    width: 97%; }

  #logo-slider {
    left: 0 !important;
    width: 100% !important; }

  .slide {
    width: 100% !important; }

  #logo-slider-wraper {
    left: 34px !important;
    width: 85% !important; }

  .large_menu ul li a strong {
    height: 30px;
    display: block; }

  .what_menu ul li a strong {
    min-height: 30px;
    display: block; }

  .view1 {
    margin: 0 !important;
    padding: 0 !important; }

  .container_wrapper {
    width: 95%; }

  .larg_wrapper {
    width: 97%; }

  .large_wrapper {
    width: 97%; }

  .large_menu ul li {
    width: 24.5%;
    margin: 10px 1px 0; }

  .large_menu ul li a {
    background-size: 100% 70%;
    padding: 20px 0 0;
    font-size: 16px; }

  .large_menu ul li a:hover {
    background-size: 100% 70%; }

  .large_menu ul li a span {
    min-height: 38px;
    display: inline-block; }

  .large {
    height: inherit;
    padding-bottom: 20px; }

  .welcome_left {
    width: 100%;
    margin-bottom: 10px; }

  .welcome_right {
    width: 100%; }

  .welcome h3 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 20px; }

  .welcome {
    padding: 30px 0; }

  .welcome p {
    margin-bottom: 12px; }

  .process {
    padding: 22px 0 30px; }

  .process p {
    line-height: 21px; }

  .process_left4 img {
    height: 214px; }

  .types {
    padding: 25px 0 0; }

  .types h3 {
    margin-bottom: 30px; }

  .client {
    padding: 30px 0; }

  .types_bar h4 {
    font-size: 16px; }

  .types_bar p {
    font-size: 13px; }

  .view {
    width: 40%;
    margin-top: 8px; }

  .view a {
    font-size: 17px;
    padding: 8px 0; }

  .large_menu {
    position: inherit;
    margin: 0; }

  .process h3 {
    margin-bottom: 30px;
    padding-bottom: 10px; }

  .jcarousel-wrapper {
    margin: 0 auto !important; }

  .jcarousel-control-next {
    margin: 0 -20px 0 0px !important; }

  .jcarousel-control-prev {
    margin: 0 0 0 -30px !important; }

  .about {
    padding: 30px 0; }

  .about1 {
    padding: 0 0 30px; }

  .about2 {
    padding: 30px 0; }

  .about3 {
    padding: 30px 0 0; }

  .about_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .about_right {
    width: 100%;
    float: inherit; }

  .about_left1 {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .about_right1 {
    width: 100%;
    float: inherit; }

  .about h3 {
    margin-bottom: 18px;
    padding-bottom: 13px;
    font-size: 32px; }

  .about p {
    line-height: 22px;
    margin-bottom: 15px; }

  .digital {
    padding: 25px 0; }

  .digital_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .digital_right {
    width: 100%;
    float: inherit; }

  .digital img {
    margin-bottom: 15px; }

  .digital p {
    margin-bottom: 12px;
    line-height: 22px; }

  .digital h3 {
    margin-bottom: 30px;
    font-size: 32px; }

  .team h4 {
    padding-bottom: 15px; }

  .team img {
    margin-bottom: 12px; }

  .team h6 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    min-height: 44px; }

  .team p {
    margin-bottom: 0; }

  .types2 {
    width: 97%;
    padding: 0 0 0 3%;
    margin: 0; }

  .project_menu ul li {
    line-height: 20px;
    font-size: 16px; }

  .project_bar h4 {
    margin-bottom: 8px;
    font-size: 25px; }

  .view1 {
    margin-top: 10px; }

  .view1 a {
    padding: 8px 0; }

  .project2 {
    padding-bottom: 30px; }

  .load {
    margin-top: 25px; }

  .project_left {
    width: 100%; }

  .project_bar {
    width: 100% !important;
    margin: 0 0 0px !important;
    padding: 10px 0px !important; }

  .project_inner1 {
    padding: 25px 0; }

  .project_inner2 {
    padding: 25px 0; }

  .project_inner_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .project_inner_right {
    width: 100%;
    float: inherit; }

  .project_inner2 h3 {
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .project_inner2 h5 {
    margin-bottom: 15px; }

  .project_inner2 p {
    margin-bottom: 12px; }

  .make {
    margin-top: 20px; }

  #gallery-main {
    width: 60% !important; }

  #gallery-main img {
    height: auto; }

  #thumbnails {
    width: 35% !important; }

  .what h3 {
    margin-bottom: 30px; }

  .what_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .what_right {
    width: 100%;
    float: inherit; }

  .what_menu ul li {
    width: 24.5%;
    margin: 10px 1px 0; }

  .what_menu ul li a {
    background-size: 100% 70%;
    padding: 20px 0 0;
    font-size: 16px; }

  .what_menu ul li a:hover {
    background-size: 100% 70%; }

  .what_menu ul li a span {
    min-height: 38px;
    display: inline-block; }

  .what_box {
    padding: 25px 0; }

  .contact_top {
    padding: 30px 0; }

  .contact_bottom {
    padding: 30px 0; }

  .contact_form h3 {
    margin-bottom: 25px;
    padding-bottom: 15px; }

  .contact_left {
    width: 48%;
    margin: 25px 1% 0; }

  .contact_right {
    width: 48%;
    margin: 25px 1% 0; }

  .contact_bottom p {
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .contact_bottom h5 {
    margin-bottom: 15px;
    line-height: 23px; }

  .contact_menu ul li {
    line-height: 22px; }

  .map {
    margin-bottom: 15px; }

  .contact_box {
    width: 100%; }

  .contact_form {
    width: 95%; }

  #gform_wrapper_2 input {
    margin-bottom: 10px !important; }

  #gform_wrapper_2 #input_2_4 {
    margin-bottom: 12px !important; }

  #gform_wrapper_2 #input_2_5 {
    margin-top: -60px !important;
    width: 75%; }

  .thankyou p br {
    display: none; }

  .thankyou h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 25px !important; }

  .thankyou p {
    line-height: 22px !important;
    margin-bottom: 25px !important; }

  .thankyou {
    padding: 30px 0 40px; }

  .footer_wrapper {
    width: 95%; }

  .footer_top {
    padding: 30px 0 20px; }

  .footer_left {
    width: 50%;
    margin: 0; }

  .footer_right {
    width: 100%; }

  .footer_bottom {
    padding: 21px 0 20px; }

  .footer_input1 {
    width: 92%; }

  .footer_input2 {
    width: 92%; }

  .footer_form {
    margin: 20px 0; } }
@media only screen and (max-width: 767px) {
  .teamMembers .team {
    width: calc((100% / 2) - 40px); }

  .teamMembers .team:nth-of-type(3n+1) {
    clear: none; }

  .teamMembers .team:nth-of-type(2n+1) {
    clear: left; }

  .header_wrapper {
    width: 100%;
    margin-bottom: 20px;
    height: 111px; }

  .container_wrapper .half {
    width: 100%; }

  .flex {
    display: block; }

  .half.slider .owl-stage-outer {
    height: 450px; } }
@media only screen and (max-width: 479px) {
  nav {
    width: 100%;
    margin: 8px 0 0 0;
    float: inherit; }

  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }

  nav ul li {
    background: none;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 0;
    float: inherit;
    width: 100%;
    padding: 0;
    font-size: 11px;
    color: #E7BD13;
    text-transform: uppercase; }

  nav ul li a {
    border-bottom: 1px solid #ec1b24;
    display: block;
    padding: 10px 0;
    height: auto;
    line-height: normal;
    font-size: 14px;
    margin: 0;
    color: #ec1b24;
    height: auto;
    width: auto;
    text-align: left;
    background: #ebebeb; }

  nav ul li.active a {
    color: #fff;
    background: #ff454d; }

  nav ul li a:hover {
    color: #fff;
    background: #ff454d; }

  nav a {
    text-align: left;
    width: 100%;
    text-indent: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #8a8a8a; }

  nav a:hover {
    background: none;
    color: #fff;
    text-decoration: none; }

  nav ul {
    display: none;
    height: auto; }

  nav a#pull {
    display: block;
    width: 100%;
    position: relative;
    background: #ec1b24;
    margin: -8px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 39px; }

  nav a#pull:after {
    content: "";
    background: url(../images/nav-icon.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px; }

  .header_wrapper {
    width: 100%; }

  .dekstop {
    display: none; }

  .mob {
    display: block; }

  .menu1 {
    width: 100%; }

  .header_right {
    width: 100%;
    float: inherit;
    margin: 15px 0 20px; }

  .header_menu2 ul li {
    margin: 15px 0 0 0;
    width: 100%;
    border-left: none;
    border-top: 1px solid #c3575c;
    padding: 0;
    padding-top: 10px; }

  .header_bottom {
    padding: 25px 0; }

  .header_bottom h3 {
    margin-bottom: 10px; }

  .banner_caption {
    width: 95%; }

  .banner img {
    height: 170px; }

  .logo {
    float: left;
    margin: 0 auto 0; }

  .header_bottom p {
    margin-bottom: 15px;
    line-height: 22px; }

  .header_menu2 ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: none; }

  .full p {
    line-height: 22px;
    margin-bottom: 15px; }

  .see a {
    font-size: 18px;
    padding: 11px 0; }

  .full {
    padding-bottom: 20px !important; }

  .header_input {
    margin: 10px 10px 5px 0; }

  .full {
    width: 90% !important;
    padding: 10px 5% 15px !important;
    margin-top: 15px !important; }

  .full h3 {
    margin: 10px 0 15px !important;
    padding-bottom: 30px !important;
    font-size: 30px !important; }

  .full p {
    display: none; }

  .see a {
    padding: 15px 0px !important; }

  .container_wrapper {
    width: 100%; }

  .larg_wrapper {
    width: 97%; }

  .large_wrapper {
    width: 97%;
    position: inherit; }

  .large_menu ul li {
    width: 32.5%;
    margin: 10px 1px 0; }

  .large_menu ul li a {
    background-size: 100% 70%;
    padding: 20px 0 0;
    font-size: 16px; }

  .large_menu ul li a:hover {
    background-size: 100% 70%; }

  .large_menu ul li a span {
    min-height: 38px;
    display: inline-block; }

  .large {
    height: inherit;
    padding-bottom: 20px; }

  .welcome_left {
    width: 100%;
    margin-bottom: 10px; }

  .welcome_right {
    width: 100%; }

  .welcome h3 {
    font-size: 27px;
    padding-bottom: 15px;
    margin-bottom: 20px; }

  .welcome {
    padding: 30px 0; }

  .welcome p {
    margin-bottom: 12px; }

  .process {
    display: none; }

  .process p {
    line-height: 21px; }

  .process_left4 img {
    height: 214px; }

  .types {
    padding: 25px 0 0; }

  .types h3 {
    margin-bottom: 30px;
    font-size: 30px; }

  .client {
    padding: 30px 0; }

  .view {
    width: 30%;
    margin-top: 8px; }

  .view a {
    font-size: 17px;
    padding: 8px 0; }

  .types_bar {
    padding: 14px 0;
    margin-top: -118px;
    width: 100%; }

  .large_menu {
    position: inherit;
    margin: 15px 0; }

  .process h3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 32px; }

  .large_menu ul li a strong {
    height: 40px;
    display: block; }

  .what_menu ul li a strong {
    min-height: 30px;
    display: block; }

  .jcarousel-wrapper {
    margin: 0 auto !important;
    width: 85%; }

  .jcarousel-control-next {
    margin: 0 -20px 0 0px !important; }

  .jcarousel-control-prev {
    margin: 0 0 0 -30px !important; }

  .about {
    padding: 25px 0; }

  .about1 {
    padding: 0 0 25px; }

  .about2 {
    padding: 25px 0; }

  .about3 {
    padding: 25px 0 0; }

  .about_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .about_right {
    width: 100%;
    float: inherit; }

  .about_left1 {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .about_right1 {
    width: 100%;
    float: inherit; }

  .about h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 30px; }

  .about p {
    line-height: 21px;
    margin-bottom: 12px; }

  .digital {
    padding: 25px 0; }

  .digital_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .digital_right {
    width: 100%;
    float: inherit; }

  .digital img {
    margin-bottom: 15px; }

  .digital p {
    margin-bottom: 12px;
    line-height: 22px; }

  .digital h3 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 30px; }

  .lorem {
    padding: 20px 5%; }

  .team h4 {
    padding-bottom: 15px; }

  .team img {
    margin-bottom: 12px; }

  .team h6 {
    margin-bottom: 12px;
    padding-bottom: 12px; }

  .team p {
    margin-bottom: 0; }

  .types2 {
    width: 97%;
    padding: 0 0 0 3%;
    margin: 0; }

  .project_menu ul li {
    line-height: 19px;
    font-size: 16px;
    padding: 0 0 0 15px; }

  .project_bar h4 {
    margin-bottom: 5px;
    font-size: 20px; }

  .view1 {
    margin-top: 4px; }

  .project_bar {
    padding: 9px 0;
    margin-top: -182px; }

  .view1 a {
    padding: 5px 0; }

  .project2 {
    padding-bottom: 30px; }

  .load {
    margin-top: 25px; }

  .project_left {
    width: 100%; }

  .project_bar {
    width: 100% !important;
    margin: 24px 0 0px !important;
    padding: 10px 0px !important; }

  .project_menu {
    display: none; }

  .view1 {
    margin: 0 !important;
    padding: 0 !important; }

  .project_inner1 {
    padding: 25px 0; }

  .project_inner2 {
    padding: 25px 0; }

  .project_inner_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .project_inner_right {
    width: 100%;
    float: inherit; }

  .project_inner2 h3 {
    margin-bottom: 17px;
    padding-bottom: 12px; }

  .project_inner2 h5 {
    margin-bottom: 12px; }

  .project_inner2 p {
    margin-bottom: 10px; }

  .make {
    margin-top: 15px; }

  #gallery-main {
    width: 60% !important; }

  #gallery-main img {
    height: auto; }

  #thumbnails {
    width: 35% !important; }

  .g_thumbs {
    height: auto !important; }

  .g_thumbs img {
    height: auto !important; }

  .what h3 {
    margin-bottom: 25px;
    padding-bottom: 15px; }

  .what_left {
    width: 100%;
    float: inherit;
    margin-bottom: 20px; }

  .what_right {
    width: 100%;
    float: inherit; }

  .arrowlistmenu .menuheader h4 {
    margin: 0 0 0 8px;
    font-size: 18px; }

  .what_box {
    padding: 25px 0; }

  .what_menu ul li {
    width: 32.5%;
    margin: 10px 1px 0; }

  .what_menu ul li a {
    background-size: 100% 70%;
    padding: 20px 0 0;
    font-size: 16px; }

  .what_menu ul li a:hover {
    background-size: 100% 70%; }

  .what_menu ul li a span {
    min-height: 38px;
    display: inline-block; }

  .larg {
    width: 97%;
    height: auto !important; }

  .contact_top {
    padding: 30px 0; }

  .contact_bottom {
    padding: 30px 0; }

  .contact_form h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 30px; }

  .contact_left {
    width: 100%;
    margin: 20px 0 0;
    float: inherit; }

  .contact_right {
    width: 100%;
    margin: 20px 0 0;
    float: inherit; }

  .contact_bottom p {
    margin-bottom: 20px;
    padding-bottom: 15px; }

  .contact_bottom h5 {
    margin-bottom: 15px;
    line-height: 23px; }

  .contact_menu ul li {
    line-height: 22px; }

  .map {
    margin-bottom: 15px; }

  .contact_box {
    width: 100%; }

  .contact_form {
    width: 95%; }

  #gform_wrapper_2 input {
    margin-bottom: 10px !important; }

  #gform_wrapper_2 #input_2_4 {
    margin-bottom: 12px !important;
    height: 150px; }

  #gform_wrapper_2 #input_2_5 {
    margin-top: -60px !important;
    width: 60%; }

  #gform_wrapper_2 h3.gform_title {
    font-size: 30px !important;
    margin-bottom: 30px !important; }

  .map iframe {
    height: auto; }

  .thankyou p br {
    display: none; }

  .thankyou h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 25px !important; }

  .thankyou p {
    line-height: 22px !important;
    margin-bottom: 25px !important; }

  .thankyou {
    padding: 30px 0 40px; }

  .footer_wrapper {
    width: 95%; }

  .footer_top {
    padding: 30px 0 20px; }

  .footer_left {
    width: 50%;
    margin: 0; }

  .footer_right {
    width: 100%; }

  .footer_bottom {
    padding: 21px 0 20px; }

  .footer_input1 {
    width: 88%; }

  .footer_input2 {
    width: 88%; }

  .footer_menu ul li a {
    line-height: 26px; }

  .footer_menu {
    margin-bottom: 20px; }

  .container_wrapper .half {
    width: 100%; }

  .leftRight .content_block:nth-child(2n) .half:nth-child(2n-1) .content {
    float: left; }

  .teamMembers .team {
    width: calc(100% - 40px); }

  .header_wrapper {
    height: 75px; } }
@media screen and (max-width: 1024px) {
  #menu-item-228, #menu-item-229, #menu-item-230 {
    display: none !important; }

  .sub-menu {
    display: none !important; }

  .process_left h4 {
    padding-left: 10px; } }
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .header_wrapper {
    width: 100%; }

  .header_right {
    width: calc(100% - 200px); }

  #megaMenu ul li a {
    padding-left: 6px !important;
    padding-right: 6px !important; }

  .header_menu {
    width: auto; } }

/*# sourceMappingURL=style.css.map */
